Trace number 1086170

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosatUNSAT 249.105 251.736

General information on the benchmark

Namecsp/fapp/fapp06/
normalized-fapp06-0500-0.xml
MD5SUM744c0dba383c6f3a8251a2e0da8b7c1e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.6456
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints6531
Maximum constraint arity2
Maximum domain size290
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6531
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 08:04:54 2008
0.00/0.04	c 0	PID 1482
0.03/0.05	c 0	HOST node60.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1086170-1215237894.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086170-1215237894.xml' 'HOME/temp.csp'
0.03/0.99	c 1	16 domains, 500 variables, 8 predicates, 0 relations, 6531 constraints
0.95/1.04	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.04	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.97/1.12	c 2	Parsing HOME/temp.csp
0.97/1.45	c 2	parsed 7055 expressions
0.97/1.45	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.97/1.46	c 2	Converting to clausal form CSP
0.97/1.98	c 2	converted 706 (10%) expressions
2.99/3.12	c 4	converted 1411 (20%) expressions
3.78/3.94	c 4	converted 2117 (30%) expressions
4.57/4.73	c 5	converted 2822 (40%) expressions
5.36/5.58	c 6	converted 3528 (50%) expressions
6.06/6.21	c 7	converted 4233 (60%) expressions
6.65/6.88	c 7	converted 4939 (70%) expressions
7.64/7.89	c 8	converted 5644 (80%) expressions
8.24/8.49	c 9	converted 6350 (90%) expressions
8.92/9.13	c 10	converted 7055 (100%) expressions
8.92/9.13	c 10	CSP : 1000 integers, 18998 booleans, 40191 clauses, largest domain size 2717
8.92/9.13	c 10	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.92/9.13	c 10	Propagation in CSP
9.42/9.61	c 10	108 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.42/9.61	c 10	CSP : 1000 integers, 18998 booleans, 40191 clauses, largest domain size 2717
9.42/9.61	c 10	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.42/9.63	c 10	Simplifing CSP by introducing new Boolean variables
9.52/9.71	c 10	CSP : 1000 integers, 32352 booleans, 53545 clauses, largest domain size 2717
9.52/9.72	c 10	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.91/10.13	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.41/10.63	c 11	100 (10%) CSP integer variables are encoded (21612 clauses, 302132 bytes)
10.81/11.07	c 11	200 (20%) CSP integer variables are encoded (42748 clauses, 619172 bytes)
11.20/11.49	c 12	300 (30%) CSP integer variables are encoded (63268 clauses, 926972 bytes)
11.70/11.96	c 12	400 (40%) CSP integer variables are encoded (85876 clauses, 1266092 bytes)
12.10/12.39	c 13	500 (50%) CSP integer variables are encoded (106988 clauses, 1597677 bytes)
12.40/12.68	c 13	600 (60%) CSP integer variables are encoded (330028 clauses, 5389357 bytes)
12.70/12.94	c 13	700 (70%) CSP integer variables are encoded (524558 clauses, 8696367 bytes)
12.99/13.21	c 14	800 (80%) CSP integer variables are encoded (738560 clauses, 12334401 bytes)
13.19/13.44	c 14	900 (90%) CSP integer variables are encoded (929100 clauses, 15573581 bytes)
13.39/13.67	c 14	1000 (100%) CSP integer variables are encoded (1099436 clauses, 18670050 bytes)
33.84/34.33	c 35	5355 (10%) CSP clauses are encoded (4409547 clauses, 92416778 bytes)
45.60/46.28	c 47	10709 (20%) CSP clauses are encoded (6774947 clauses, 146379318 bytes)
51.83/52.52	c 53	16064 (30%) CSP clauses are encoded (8479832 clauses, 187634842 bytes)
58.23/59.06	c 59	21418 (40%) CSP clauses are encoded (10245259 clauses, 231177181 bytes)
62.17/63.07	c 63	26773 (50%) CSP clauses are encoded (11510915 clauses, 263141320 bytes)
66.48/67.45	c 68	32127 (60%) CSP clauses are encoded (12927384 clauses, 299157484 bytes)
70.49/71.54	c 72	37482 (70%) CSP clauses are encoded (14327544 clauses, 334667641 bytes)
74.51/75.63	c 76	42836 (80%) CSP clauses are encoded (15708329 clauses, 369883623 bytes)
78.91/80.16	c 81	48191 (90%) CSP clauses are encoded (17286235 clauses, 409703954 bytes)
83.23/84.54	c 85	53545 (100%) CSP clauses are encoded (18804134 clauses, 448228768 bytes)
83.23/84.54	c 85	53545 CSP clauses encoded
83.23/84.54	c 85	Writing map file : HOME/temp.map
83.23/84.59	c 85	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
83.23/84.60	c 85	SAT : 1132788 SAT variables, 18804134 SAT clauses, 448228768 bytes
83.23/84.60	c 85	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
83.32/84.62	c 85	SOLVING HOME/temp.cnf
83.32/84.62	c 85	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
248.26/250.91	c 251	DECODING HOME/temp.out WITH HOME/temp.map
248.26/250.91	c 251	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
248.28/251.00	c 251	Decoding HOME/temp.out
248.28/251.48	s UNSATISFIABLE
248.28/251.49	c 252	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
248.28/251.50	c 252	CPU 158.65 (0.03 0.01 158.62 90.19)
248.28/251.50	c 252	END Sat Jul  5 08:09:06 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086170-1215237894/watcher-1086170-1215237894 -o /tmp/evaluation-result-1086170-1215237894/solver-1086170-1215237894 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1086170-1215237894.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 1482
/proc/meminfo: memFree=1631752/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=18572 CPUtime=0
/proc/1482/stat : 1482 (runsolver) R 1480 1482 642 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 646712570 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 271894244647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1482/statm: 4643 292 257 25 0 2626 0

[startup+0.0502141 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 1482
/proc/meminfo: memFree=1631752/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=0.03
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 837 0 0 0 2 1 0 0 18 0 1 0 646712570 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101532 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 1482
/proc/meminfo: memFree=1631752/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=0.03
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 646712570 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301549 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 1482
/proc/meminfo: memFree=1631752/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=0.03
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 646712570 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701593 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 1482
/proc/meminfo: memFree=1631752/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=0.03
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 646712570 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50167 s]
/proc/loadavg: 2.07 2.00 2.00 2/83 1494
/proc/meminfo: memFree=1612720/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=0.97
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 974 7939 0 1 2 1 89 5 15 0 1 0 646712570 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 13600

[startup+3.10283 s]
/proc/loadavg: 2.07 2.00 2.00 3/83 1504
/proc/meminfo: memFree=1613104/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=0.97
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 974 7939 0 1 2 1 89 5 15 0 1 0 646712570 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 797 370 3 0 500 0
[pid=1495] ppid=1482 vsize=5356 CPUtime=0
/proc/1495/stat : 1495 (sh) S 1482 1482 642 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646712675 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1495/statm: 1339 233 193 169 0 50 0
[pid=1496] ppid=1495 vsize=868388 CPUtime=2.02
/proc/1496/stat : 1496 (java) S 1495 1482 642 0 -1 0 8540 0 1 0 197 5 0 0 18 0 9 0 646712675 889229312 7653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1496/statm: 217097 7653 2540 9 0 211672 0
[pid=1496/tid=1497] ppid=1495 vsize=868388 CPUtime=1.51
/proc/1496/task/1497/stat : 1497 (java) R 1495 1482 642 0 -1 64 2790 0 1 0 150 1 0 0 25 0 9 0 646712676 889229312 7653 996147200 134512640 134550740 4294955952 18446744073709551615 4126566887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1498] ppid=1495 vsize=868388 CPUtime=0.27
/proc/1496/task/1498/stat : 1498 (java) S 1495 1482 642 0 -1 64 3594 0 0 0 25 2 0 0 16 0 9 0 646712677 889229312 7653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1499] ppid=1495 vsize=868388 CPUtime=0
/proc/1496/task/1499/stat : 1499 (java) S 1495 1482 642 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646712677 889229312 7653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1500] ppid=1495 vsize=868388 CPUtime=0
/proc/1496/task/1500/stat : 1500 (java) S 1495 1482 642 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 646712677 889229312 7653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1501] ppid=1495 vsize=868388 CPUtime=0
/proc/1496/task/1501/stat : 1501 (java) S 1495 1482 642 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 646712679 889229312 7653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1502] ppid=1495 vsize=868388 CPUtime=0.21
/proc/1496/task/1502/stat : 1502 (java) S 1495 1482 642 0 -1 64 1462 0 0 0 20 1 0 0 16 0 9 0 646712679 889229312 7653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1503] ppid=1495 vsize=868388 CPUtime=0
/proc/1496/task/1503/stat : 1503 (java) S 1495 1482 642 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646712679 889229312 7653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1504] ppid=1495 vsize=868388 CPUtime=0
/proc/1496/task/1504/stat : 1504 (java) S 1495 1482 642 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646712679 889229312 7653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887344

[startup+6.30114 s]
/proc/loadavg: 2.07 2.00 2.00 3/83 1504
/proc/meminfo: memFree=1594416/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=0.97
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 974 7939 0 1 2 1 89 5 15 0 1 0 646712570 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 797 370 3 0 500 0
[pid=1495] ppid=1482 vsize=5356 CPUtime=0
/proc/1495/stat : 1495 (sh) S 1482 1482 642 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646712675 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1495/statm: 1339 233 193 169 0 50 0
[pid=1496] ppid=1495 vsize=868388 CPUtime=5.19
/proc/1496/stat : 1496 (java) S 1495 1482 642 0 -1 0 13645 0 1 0 510 9 0 0 18 0 9 0 646712675 889229312 12559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1496/statm: 217097 12559 2540 9 0 211672 0
[pid=1496/tid=1497] ppid=1495 vsize=868388 CPUtime=4.12
/proc/1496/task/1497/stat : 1497 (java) R 1495 1482 642 0 -1 64 3198 0 1 0 410 2 0 0 25 0 9 0 646712676 889229312 12559 996147200 134512640 134550740 4294955952 18446744073709551615 4126886596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1498] ppid=1495 vsize=868388 CPUtime=0.82
/proc/1496/task/1498/stat : 1498 (java) S 1495 1482 642 0 -1 64 8289 0 0 0 78 4 0 0 16 0 9 0 646712677 889229312 12559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1499] ppid=1495 vsize=868388 CPUtime=0
/proc/1496/task/1499/stat : 1499 (java) S 1495 1482 642 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646712677 889229312 12559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1500] ppid=1495 vsize=868388 CPUtime=0
/proc/1496/task/1500/stat : 1500 (java) S 1495 1482 642 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 646712677 889229312 12559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1501] ppid=1495 vsize=868388 CPUtime=0
/proc/1496/task/1501/stat : 1501 (java) S 1495 1482 642 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 646712679 889229312 12559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1502] ppid=1495 vsize=868388 CPUtime=0.21
/proc/1496/task/1502/stat : 1502 (java) S 1495 1482 642 0 -1 64 1464 0 0 0 20 1 0 0 15 0 9 0 646712679 889229312 12559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1503] ppid=1495 vsize=868388 CPUtime=0
/proc/1496/task/1503/stat : 1503 (java) S 1495 1482 642 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646712679 889229312 12559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1504] ppid=1495 vsize=868388 CPUtime=0
/proc/1496/task/1504/stat : 1504 (java) S 1495 1482 642 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646712679 889229312 12559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887344

[startup+12.7028 s]
/proc/loadavg: 2.06 2.00 2.00 3/83 1504
/proc/meminfo: memFree=1561328/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=0.98
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 974 7939 0 1 3 1 89 5 15 0 1 0 646712570 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 797 370 3 0 500 0
[pid=1495] ppid=1482 vsize=5356 CPUtime=0
/proc/1495/stat : 1495 (sh) S 1482 1482 642 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646712675 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1495/statm: 1339 233 193 169 0 50 0
[pid=1496] ppid=1495 vsize=868500 CPUtime=11.52
/proc/1496/stat : 1496 (java) S 1495 1482 642 0 -1 0 25684 0 1 0 1133 19 0 0 18 0 9 0 646712675 889344000 19004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1496/statm: 217125 19004 2566 9 0 211672 0
[pid=1496/tid=1497] ppid=1495 vsize=868500 CPUtime=9.3
/proc/1496/task/1497/stat : 1497 (java) R 1495 1482 642 0 -1 64 3792 0 1 0 924 6 0 0 25 0 9 0 646712676 889344000 19004 996147200 134512640 134550740 4294955952 18446744073709551615 4127031728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1498] ppid=1495 vsize=868500 CPUtime=1.91
/proc/1496/task/1498/stat : 1498 (java) S 1495 1482 642 0 -1 64 19698 0 0 0 181 10 0 0 16 0 9 0 646712677 889344000 19004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1499] ppid=1495 vsize=868500 CPUtime=0
/proc/1496/task/1499/stat : 1499 (java) S 1495 1482 642 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646712677 889344000 19004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1500] ppid=1495 vsize=868500 CPUtime=0
/proc/1496/task/1500/stat : 1500 (java) S 1495 1482 642 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 646712677 889344000 19004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1501] ppid=1495 vsize=868500 CPUtime=0
/proc/1496/task/1501/stat : 1501 (java) S 1495 1482 642 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 646712679 889344000 19004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1502] ppid=1495 vsize=868500 CPUtime=0.27
/proc/1496/task/1502/stat : 1502 (java) S 1495 1482 642 0 -1 64 1500 0 0 0 26 1 0 0 15 0 9 0 646712679 889344000 19004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1503] ppid=1495 vsize=868500 CPUtime=0
/proc/1496/task/1503/stat : 1503 (java) S 1495 1482 642 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646712679 889344000 19004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1504] ppid=1495 vsize=868500 CPUtime=0
/proc/1496/task/1504/stat : 1504 (java) S 1495 1482 642 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646712679 889344000 19004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887456

[startup+25.502 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 1504
/proc/meminfo: memFree=1506544/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=0.98
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 974 7939 0 1 3 1 89 5 15 0 1 0 646712570 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 797 370 3 0 500 0
[pid=1495] ppid=1482 vsize=5356 CPUtime=0
/proc/1495/stat : 1495 (sh) S 1482 1482 642 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646712675 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1495/statm: 1339 233 193 169 0 50 0
[pid=1496] ppid=1495 vsize=868500 CPUtime=24.17
/proc/1496/stat : 1496 (java) S 1495 1482 642 0 -1 0 25952 0 1 0 2364 53 0 0 18 0 9 0 646712675 889344000 19018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1496/statm: 217125 19018 2566 9 0 211672 0
[pid=1496/tid=1497] ppid=1495 vsize=868500 CPUtime=21.82
/proc/1496/task/1497/stat : 1497 (java) R 1495 1482 642 0 -1 64 4048 0 1 0 2144 38 0 0 25 0 9 0 646712676 889344000 19018 996147200 134512640 134550740 4294955952 18446744073709551615 4126967619 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1498] ppid=1495 vsize=868500 CPUtime=2.02
/proc/1496/task/1498/stat : 1498 (java) S 1495 1482 642 0 -1 64 19698 0 0 0 190 12 0 0 16 0 9 0 646712677 889344000 19018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1499] ppid=1495 vsize=868500 CPUtime=0
/proc/1496/task/1499/stat : 1499 (java) S 1495 1482 642 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646712677 889344000 19018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1500] ppid=1495 vsize=868500 CPUtime=0
/proc/1496/task/1500/stat : 1500 (java) S 1495 1482 642 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 646712677 889344000 19018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1501] ppid=1495 vsize=868500 CPUtime=0
/proc/1496/task/1501/stat : 1501 (java) S 1495 1482 642 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 646712679 889344000 19018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1502] ppid=1495 vsize=868500 CPUtime=0.3
/proc/1496/task/1502/stat : 1502 (java) S 1495 1482 642 0 -1 64 1512 0 0 0 29 1 0 0 15 0 9 0 646712679 889344000 19018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1503] ppid=1495 vsize=868500 CPUtime=0
/proc/1496/task/1503/stat : 1503 (java) S 1495 1482 642 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646712679 889344000 19018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1504] ppid=1495 vsize=868500 CPUtime=0
/proc/1496/task/1504/stat : 1504 (java) S 1495 1482 642 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646712679 889344000 19018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887456

[startup+51.1026 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 1504
/proc/meminfo: memFree=1392624/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=0.98
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 974 7939 0 1 3 1 89 5 16 0 1 0 646712570 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 797 370 3 0 500 0
[pid=1495] ppid=1482 vsize=5356 CPUtime=0
/proc/1495/stat : 1495 (sh) S 1482 1482 642 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646712675 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1495/statm: 1339 233 193 169 0 50 0
[pid=1496] ppid=1495 vsize=868500 CPUtime=49.46
/proc/1496/stat : 1496 (java) S 1495 1482 642 0 -1 0 26534 0 1 0 4819 127 0 0 18 0 9 0 646712675 889344000 19022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1496/statm: 217125 19022 2566 9 0 211672 0
[pid=1496/tid=1497] ppid=1495 vsize=868500 CPUtime=46.81
/proc/1496/task/1497/stat : 1497 (java) R 1495 1482 642 0 -1 64 4627 0 1 0 4572 109 0 0 25 0 9 0 646712676 889344000 19022 996147200 134512640 134550740 4294955952 18446744073709551615 4126600424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1498] ppid=1495 vsize=868500 CPUtime=2.32
/proc/1496/task/1498/stat : 1498 (java) S 1495 1482 642 0 -1 64 19698 0 0 0 216 16 0 0 16 0 9 0 646712677 889344000 19022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1499] ppid=1495 vsize=868500 CPUtime=0
/proc/1496/task/1499/stat : 1499 (java) S 1495 1482 642 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646712677 889344000 19022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1500] ppid=1495 vsize=868500 CPUtime=0
/proc/1496/task/1500/stat : 1500 (java) S 1495 1482 642 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 646712677 889344000 19022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1501] ppid=1495 vsize=868500 CPUtime=0
/proc/1496/task/1501/stat : 1501 (java) S 1495 1482 642 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 646712679 889344000 19022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1502] ppid=1495 vsize=868500 CPUtime=0.31
/proc/1496/task/1502/stat : 1502 (java) S 1495 1482 642 0 -1 64 1515 0 0 0 30 1 0 0 16 0 9 0 646712679 889344000 19022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1503] ppid=1495 vsize=868500 CPUtime=0
/proc/1496/task/1503/stat : 1503 (java) S 1495 1482 642 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646712679 889344000 19022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1496/tid=1504] ppid=1495 vsize=868500 CPUtime=0
/proc/1496/task/1504/stat : 1504 (java) S 1495 1482 642 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646712679 889344000 19022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 887456

[startup+102.307 s]
/proc/loadavg: 2.10 2.03 2.01 3/75 1506
/proc/meminfo: memFree=1046000/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=83.34
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 1022 35984 0 2 3 1 8031 299 16 0 1 0 646712570 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 799 370 3 0 500 0
[pid=1505] ppid=1482 vsize=5356 CPUtime=0
/proc/1505/stat : 1505 (sh) S 1482 1482 642 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 646721032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1505/statm: 1339 232 193 169 0 50 0
[pid=1506] ppid=1505 vsize=198476 CPUtime=17.52
/proc/1506/stat : 1506 (picosat) R 1505 1482 642 0 -1 4194304 34390 0 0 0 794 958 0 0 25 0 1 0 646721033 203239424 34376 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1506/statm: 49619 34376 40 102 0 49514 0
Current children cumulated CPU time (s) 100.86
Current children cumulated vsize (KiB) 217432

[startup+162.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/75 1506
/proc/meminfo: memFree=834096/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=83.34
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 1022 35984 0 2 3 1 8031 299 16 0 1 0 646712570 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 799 370 3 0 500 0
[pid=1505] ppid=1482 vsize=5356 CPUtime=0
/proc/1505/stat : 1505 (sh) S 1482 1482 642 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 646721032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1505/statm: 1339 232 193 169 0 50 0
[pid=1506] ppid=1505 vsize=421816 CPUtime=77.03
/proc/1506/stat : 1506 (picosat) R 1505 1482 642 0 -1 4194304 87827 0 0 0 3499 4204 0 0 25 0 1 0 646721033 431939584 87813 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1506/statm: 105454 87813 40 102 0 105349 0
Current children cumulated CPU time (s) 160.37
Current children cumulated vsize (KiB) 440772

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 1506
/proc/meminfo: memFree=612400/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=83.34
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 1022 35984 0 2 3 1 8031 299 16 0 1 0 646712570 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 799 370 3 0 500 0
[pid=1505] ppid=1482 vsize=5356 CPUtime=0
/proc/1505/stat : 1505 (sh) S 1482 1482 642 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 646721032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1505/statm: 1339 232 193 169 0 50 0
[pid=1506] ppid=1505 vsize=649576 CPUtime=136.55
/proc/1506/stat : 1506 (picosat) R 1505 1482 642 0 -1 4194304 142634 0 0 0 6243 7412 0 0 25 0 1 0 646721033 665165824 142620 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1506/statm: 162394 142620 40 102 0 162289 0
Current children cumulated CPU time (s) 219.89
Current children cumulated vsize (KiB) 668532

Solver just ended. Dumping a history of the last processes samples

[startup+230.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 1506
/proc/meminfo: memFree=585136/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=83.34
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 1022 35984 0 2 3 1 8031 299 16 0 1 0 646712570 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 799 370 3 0 500 0
[pid=1505] ppid=1482 vsize=5356 CPUtime=0
/proc/1505/stat : 1505 (sh) S 1482 1482 642 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 646721032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1505/statm: 1339 232 193 169 0 50 0
[pid=1506] ppid=1505 vsize=674656 CPUtime=144.49
/proc/1506/stat : 1506 (picosat) R 1505 1482 642 0 -1 4194304 149690 0 0 0 6608 7841 0 0 25 0 1 0 646721033 690847744 149676 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1506/statm: 168664 149676 40 102 0 168559 0
Current children cumulated CPU time (s) 227.83
Current children cumulated vsize (KiB) 693612

[startup+243.106 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 1506
/proc/meminfo: memFree=537136/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=83.34
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 1022 35984 0 2 3 1 8031 299 16 0 1 0 646712570 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 799 370 3 0 500 0
[pid=1505] ppid=1482 vsize=5356 CPUtime=0
/proc/1505/stat : 1505 (sh) S 1482 1482 642 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 646721032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1505/statm: 1339 232 193 169 0 50 0
[pid=1506] ppid=1505 vsize=715840 CPUtime=157.19
/proc/1506/stat : 1506 (picosat) R 1505 1482 642 0 -1 4194304 161301 0 0 0 7195 8524 0 0 25 0 1 0 646721033 733020160 161287 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1506/statm: 178960 161287 40 102 0 178855 0
Current children cumulated CPU time (s) 240.53
Current children cumulated vsize (KiB) 734796

[startup+246.302 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 1506
/proc/meminfo: memFree=525296/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=83.34
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 1022 35984 0 2 3 1 8031 299 16 0 1 0 646712570 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 799 370 3 0 500 0
[pid=1505] ppid=1482 vsize=5356 CPUtime=0
/proc/1505/stat : 1505 (sh) S 1482 1482 642 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 646721032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1505/statm: 1339 232 193 169 0 50 0
[pid=1506] ppid=1505 vsize=726004 CPUtime=160.36
/proc/1506/stat : 1506 (picosat) R 1505 1482 642 0 -1 4194304 164171 0 0 0 7335 8701 0 0 25 0 1 0 646721033 743428096 164157 996147200 134512640 134931368 4294956256 18446744073709551615 134560076 0 0 4096 0 0 0 0 17 1 0 0
/proc/1506/statm: 181501 164157 40 102 0 181396 0
Current children cumulated CPU time (s) 243.7
Current children cumulated vsize (KiB) 744960

[startup+249.501 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 1506
/proc/meminfo: memFree=523312/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=83.34
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 1022 35984 0 2 3 1 8031 299 16 0 1 0 646712570 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 799 370 3 0 500 0
[pid=1505] ppid=1482 vsize=5356 CPUtime=0
/proc/1505/stat : 1505 (sh) S 1482 1482 642 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 646721032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1505/statm: 1339 232 193 169 0 50 0
[pid=1506] ppid=1505 vsize=734456 CPUtime=163.53
/proc/1506/stat : 1506 (picosat) R 1505 1482 642 0 -1 4194304 164740 0 0 0 7648 8705 0 0 25 0 1 0 646721033 752082944 164725 996147200 134512640 134931368 4294956256 18446744073709551615 134524239 0 0 4096 0 0 0 0 17 1 0 0
/proc/1506/statm: 183614 164725 42 102 0 183509 0
Current children cumulated CPU time (s) 246.87
Current children cumulated vsize (KiB) 753412

[startup+251.101 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 1506
/proc/meminfo: memFree=580144/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=248.28
/proc/1482/stat : 1482 (sugar) S 1480 1482 642 0 -1 4194304 1091 201047 0 2 3 1 15809 9015 16 0 1 0 646712570 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1482/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 248.28
Current children cumulated vsize (KiB) 13600

[startup+251.509 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 1506
/proc/meminfo: memFree=580144/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=248.86
/proc/1482/stat : 1482 (sugar) R 1480 1482 642 0 -1 4194304 1118 207791 0 4 3 2 15862 9019 16 0 1 0 646712570 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1482/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 248.86
Current children cumulated vsize (KiB) 13600

[startup+251.701 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 1506
/proc/meminfo: memFree=580144/2055920 swapFree=4157888/4192956
[pid=1482] ppid=1480 vsize=13600 CPUtime=249.05
/proc/1482/stat : 1482 (sugar) R 1480 1482 642 0 -1 4194304 1118 207791 0 4 3 21 15862 9019 16 0 1 0 646712570 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1482/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 249.05
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 251.736
CPU time (s): 249.105
CPU user time (s): 158.659
CPU system time (s): 90.4463
CPU usage (%): 98.955
Max. virtual memory (cumulated for all children) (KiB): 897592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.659
system time used= 90.4463
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208939
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21577
involuntary context switches= 26975

runsolver used 0.307953 second user time and 0.768883 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-05 08:04:54
IDJOB=1086170
IDBENCH=57772
IDSOLVER=345
FILE ID=node60/1086170-1215237894
PBS_JOBID= 7881882
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp06/normalized-fapp06-0500-0.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086170-1215237894/watcher-1086170-1215237894 -o /tmp/evaluation-result-1086170-1215237894/solver-1086170-1215237894 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1086170-1215237894.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 744c0dba383c6f3a8251a2e0da8b7c1e
RANDOM SEED=1894368520

node60.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1632232 kB
Buffers:         46532 kB
Cached:         140236 kB
SwapCached:      29268 kB
Active:         262612 kB
Inactive:       102488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632232 kB
SwapTotal:     4192956 kB
SwapFree:      4157888 kB
Dirty:            2160 kB
Writeback:           0 kB
Mapped:         185372 kB
Slab:            43540 kB
Committed_AS:  1298416 kB
PageTables:       2164 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node60 at 2008-07-05 08:09:06