Trace number 1107499

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 224.696 227.209

General information on the benchmark

Namecsp/fischer/
normalized-fischer-6-5-fair.xml
MD5SUMa4aae4b33ebc00d80b1868e9963010a0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.38948
Satisfiable
(Un)Satisfiability was proved
Number of variables8039
Number of constraints7597
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7597
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.76	c 0	Sugar v1-13 + HOME/picosat
0.01/0.76	c 0	BEGIN Tue Jul  8 02:32:49 2008
0.01/0.76	c 0	PID 2803
0.01/0.77	c 0	HOST node41.alineos.net
0.01/0.77	c 0	CONVERTING HOME/instance-1107499-1215477168.xml TO HOME/temp.csp
0.01/0.77	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1107499-1215477168.xml' 'HOME/temp.csp'
0.90/2.32	c 2	3 domains, 8039 variables, 9 predicates, 0 relations, 7597 constraints
0.90/2.38	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.90/2.38	c 2	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.93/2.46	c 2	Parsing HOME/temp.csp
0.93/2.78	c 2	parsed 10000 expressions
0.93/2.94	c 2	parsed 15648 expressions
0.93/2.96	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/2.96	c 2	Converting to clausal form CSP
0.93/3.01	c 2	converted 1565 (10%) expressions
0.93/3.01	c 2	converted 3130 (20%) expressions
0.93/3.01	c 2	converted 4695 (30%) expressions
0.93/3.02	c 2	converted 6260 (40%) expressions
0.93/3.02	c 2	converted 7824 (50%) expressions
1.70/3.24	c 3	converted 9389 (60%) expressions
1.89/3.45	c 3	converted 10954 (70%) expressions
2.09/3.67	c 3	converted 12519 (80%) expressions
2.29/3.81	c 3	converted 14084 (90%) expressions
2.39/3.92	c 3	converted 15648 (100%) expressions
2.39/3.93	c 3	CSP : 14025 integers, 500 booleans, 34479 clauses, largest domain size 20001
2.39/3.93	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/3.93	c 3	Propagation in CSP
81.40/83.38	c 83	196328824 values, 0 unsatisfiable literals, and 0 valid clauses are removed
81.40/83.39	c 83	CSP : 14025 integers, 500 booleans, 34479 clauses, largest domain size 20001
81.40/83.39	c 83	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
81.50/83.40	c 83	Simplifing CSP by introducing new Boolean variables
81.50/83.47	c 83	CSP : 14025 integers, 12626 booleans, 46605 clauses, largest domain size 20001
81.50/83.47	c 83	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
81.70/83.67	c 83	Encoding CSP to SAT : HOME/temp.cnf
81.79/83.73	c 83	1403 (10%) CSP integer variables are encoded (20727 clauses, 289323 bytes)
82.79/84.71	c 84	2805 (20%) CSP integer variables are encoded (810624 clauses, 13560617 bytes)
83.08/85.09	c 84	4208 (30%) CSP integer variables are encoded (1114584 clauses, 18959176 bytes)
83.49/85.47	c 85	5610 (40%) CSP integer variables are encoded (1414551 clauses, 24658549 bytes)
83.99/85.93	c 85	7013 (50%) CSP integer variables are encoded (1779294 clauses, 31588666 bytes)
83.99/85.93	c 85	8415 (60%) CSP integer variables are encoded (1779294 clauses, 31588666 bytes)
84.29/86.21	c 86	9818 (70%) CSP integer variables are encoded (1999250 clauses, 35767830 bytes)
84.39/86.39	c 86	11220 (80%) CSP integer variables are encoded (2139222 clauses, 38427298 bytes)
84.49/86.48	c 86	12623 (90%) CSP integer variables are encoded (2209212 clauses, 39757108 bytes)
84.79/86.70	c 86	14025 (100%) CSP integer variables are encoded (2379186 clauses, 42986614 bytes)
96.80/98.95	c 98	4661 (10%) CSP clauses are encoded (9024912 clauses, 175940129 bytes)
97.09/99.22	c 99	9321 (20%) CSP clauses are encoded (9186361 clauses, 179112294 bytes)
97.80/99.93	c 99	13982 (30%) CSP clauses are encoded (9628419 clauses, 188063216 bytes)
98.49/100.66	c 100	18642 (40%) CSP clauses are encoded (10069726 clauses, 196997969 bytes)
99.18/101.32	c 101	23303 (50%) CSP clauses are encoded (10471200 clauses, 205286398 bytes)
99.18/101.35	c 101	27963 (60%) CSP clauses are encoded (10473387 clauses, 205330852 bytes)
99.18/101.38	c 101	32624 (70%) CSP clauses are encoded (10475546 clauses, 205374671 bytes)
99.98/102.10	c 101	37284 (80%) CSP clauses are encoded (10917709 clauses, 214768596 bytes)
100.76/102.96	c 102	41945 (90%) CSP clauses are encoded (11439751 clauses, 225859777 bytes)
100.86/103.00	c 102	46605 (100%) CSP clauses are encoded (11450864 clauses, 226157773 bytes)
100.86/103.00	c 102	46605 CSP clauses encoded
100.86/103.00	c 102	Writing map file : HOME/temp.map
100.86/103.07	c 102	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
100.86/103.07	c 102	SAT : 2395747 SAT variables, 11450864 SAT clauses, 226157773 bytes
100.86/103.07	c 102	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
100.94/103.12	c 102	SOLVING HOME/temp.cnf
100.94/103.12	c 102	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
224.19/226.78	c 226	DECODING HOME/temp.out WITH HOME/temp.map
224.19/226.78	c 226	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
224.29/226.86	c 226	Decoding HOME/temp.out
224.29/227.06	s UNSATISFIABLE
224.29/227.06	c 226	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
224.57/227.10	c 226	CPU 173.22 (0.04 0.01 173.18 51.34)
224.57/227.10	c 226	END Tue Jul  8 02:36:35 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-1107499-1215477168/watcher-1107499-1215477168 -o /tmp/evaluation-result-1107499-1215477168/solver-1107499-1215477168 -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-1107499-1215477168.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.00 1.00 1.00 4/68 2803
/proc/meminfo: memFree=1940560/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=18572 CPUtime=0
/proc/2803/stat : 2803 (runsolver) D 2800 2803 2731 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4416792 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 209135922471 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/2803/statm: 4643 292 257 25 0 2626 0

[startup+0.0108809 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 2803
/proc/meminfo: memFree=1940560/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=18572 CPUtime=0
/proc/2803/stat : 2803 (runsolver) D 2800 2803 2731 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4416792 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 209135922471 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/2803/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101966 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 2803
/proc/meminfo: memFree=1940560/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=124 CPUtime=0
/proc/2803/stat : 2803 (sugar) D 2800 2803 2731 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 4416792 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 209133303273 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/2803/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.301909 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 2803
/proc/meminfo: memFree=1940560/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=12000 CPUtime=0
/proc/2803/stat : 2803 (sugar) D 2800 2803 2731 0 -1 4194304 172 0 8 0 0 0 0 0 18 0 1 0 4416792 12288000 148 996147200 4194304 4206940 548682068608 18446744073709551615 209156075920 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/2803/statm: 3000 148 113 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.701947 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 2803
/proc/meminfo: memFree=1940560/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=12676 CPUtime=0.01
/proc/2803/stat : 2803 (sugar) R 2800 2803 2731 0 -1 4194304 514 0 17 0 1 0 0 0 18 0 1 0 4416792 12980224 499 996147200 4194304 4206940 548682068608 18446744073709551615 209136089701 0 0 4224 0 0 0 0 17 0 0 0
/proc/2803/statm: 3169 499 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+1.50302 s]
/proc/loadavg: 1.08 1.02 1.01 2/75 2811
/proc/meminfo: memFree=1924120/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=0.04
/proc/2803/stat : 2803 (sugar) S 2800 2803 2731 0 -1 4194304 883 127 17 0 3 1 0 0 16 0 1 0 4416792 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2803/statm: 3400 796 370 3 0 500 0
[pid=2810] ppid=2803 vsize=5356 CPUtime=0
/proc/2810/stat : 2810 (sh) S 2803 2803 2731 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4416870 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2810/statm: 1339 233 193 169 0 50 0
[pid=2811] ppid=2810 vsize=863720 CPUtime=0.11
/proc/2811/stat : 2811 (java) S 2810 2803 2731 0 -1 0 3095 0 102 0 6 5 0 0 18 0 9 0 4416872 884449280 2676 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2811/statm: 215930 2682 1637 9 0 210512 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 882676

[startup+3.10217 s]
/proc/loadavg: 1.08 1.02 1.01 4/83 2819
/proc/meminfo: memFree=1884696/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=0.93
/proc/2803/stat : 2803 (sugar) S 2800 2803 2731 0 -1 4194304 957 9592 17 106 3 1 79 10 15 0 1 0 4416792 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 13600

[startup+6.30247 s]
/proc/loadavg: 1.08 1.02 1.01 3/84 2830
/proc/meminfo: memFree=1864016/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=0.93
/proc/2803/stat : 2803 (sugar) S 2800 2803 2731 0 -1 4194304 957 9592 17 106 3 1 79 10 15 0 1 0 4416792 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 797 370 3 0 500 0
[pid=2821] ppid=2803 vsize=5356 CPUtime=0
/proc/2821/stat : 2821 (sh) S 2803 2803 2731 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4417030 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2821/statm: 1339 233 193 169 0 50 0
[pid=2822] ppid=2821 vsize=868392 CPUtime=3.85
/proc/2822/stat : 2822 (java) S 2821 2803 2731 0 -1 0 11969 0 5 0 375 10 0 0 18 0 9 0 4417031 889233408 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2822/statm: 217098 10861 2540 9 0 211673 0
[pid=2822/tid=2823] ppid=2821 vsize=868392 CPUtime=2.94
/proc/2822/task/2823/stat : 2823 (java) R 2821 2803 2731 0 -1 64 3015 0 5 0 292 2 0 0 25 0 9 0 4417032 889233408 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4126625106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2824] ppid=2821 vsize=868392 CPUtime=0.63
/proc/2822/task/2824/stat : 2824 (java) S 2821 2803 2731 0 -1 64 6777 0 0 0 58 5 0 0 16 0 9 0 4417033 889233408 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2825] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2825/stat : 2825 (java) S 2821 2803 2731 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4417033 889233408 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2826] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2826/stat : 2826 (java) S 2821 2803 2731 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4417033 889233408 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2827] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2827/stat : 2827 (java) S 2821 2803 2731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4417035 889233408 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2828] ppid=2821 vsize=868392 CPUtime=0.24
/proc/2822/task/2828/stat : 2828 (java) S 2821 2803 2731 0 -1 64 1481 0 0 0 24 0 0 0 16 0 9 0 4417035 889233408 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2829] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2829/stat : 2829 (java) S 2821 2803 2731 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4417035 889233408 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2830] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2830/stat : 2830 (java) S 2821 2803 2731 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4417035 889233408 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 887348

[startup+12.7011 s]
/proc/loadavg: 1.22 1.05 1.02 3/84 2830
/proc/meminfo: memFree=1863696/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=0.93
/proc/2803/stat : 2803 (sugar) S 2800 2803 2731 0 -1 4194304 957 9592 17 106 3 1 79 10 15 0 1 0 4416792 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 797 370 3 0 500 0
[pid=2821] ppid=2803 vsize=5356 CPUtime=0
/proc/2821/stat : 2821 (sh) S 2803 2803 2731 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4417030 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2821/statm: 1339 233 193 169 0 50 0
[pid=2822] ppid=2821 vsize=868392 CPUtime=10.22
/proc/2822/stat : 2822 (java) S 2821 2803 2731 0 -1 0 12370 0 5 0 1008 14 0 0 18 0 9 0 4417031 889233408 10868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2822/statm: 217098 10868 2540 9 0 211673 0
[pid=2822/tid=2823] ppid=2821 vsize=868392 CPUtime=9.18
/proc/2822/task/2823/stat : 2823 (java) R 2821 2803 2731 0 -1 64 3409 0 5 0 915 3 0 0 25 0 9 0 4417032 889233408 10868 996147200 134512640 134550740 4294955952 18446744073709551615 4126972431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2824] ppid=2821 vsize=868392 CPUtime=0.76
/proc/2822/task/2824/stat : 2824 (java) S 2821 2803 2731 0 -1 64 6784 0 0 0 68 8 0 0 16 0 9 0 4417033 889233408 10868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2825] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2825/stat : 2825 (java) S 2821 2803 2731 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4417033 889233408 10868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2826] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2826/stat : 2826 (java) S 2821 2803 2731 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4417033 889233408 10868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2827] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2827/stat : 2827 (java) S 2821 2803 2731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4417035 889233408 10868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2828] ppid=2821 vsize=868392 CPUtime=0.24
/proc/2822/task/2828/stat : 2828 (java) S 2821 2803 2731 0 -1 64 1481 0 0 0 24 0 0 0 16 0 9 0 4417035 889233408 10868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2829] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2829/stat : 2829 (java) S 2821 2803 2731 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4417035 889233408 10868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2830] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2830/stat : 2830 (java) S 2821 2803 2731 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4417035 889233408 10868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.15
Current children cumulated vsize (KiB) 887348

[startup+25.5022 s]
/proc/loadavg: 1.34 1.08 1.02 3/84 2830
/proc/meminfo: memFree=1863760/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=0.93
/proc/2803/stat : 2803 (sugar) S 2800 2803 2731 0 -1 4194304 957 9592 17 106 3 1 79 10 15 0 1 0 4416792 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 797 370 3 0 500 0
[pid=2821] ppid=2803 vsize=5356 CPUtime=0
/proc/2821/stat : 2821 (sh) S 2803 2803 2731 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4417030 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2821/statm: 1339 233 193 169 0 50 0
[pid=2822] ppid=2821 vsize=868392 CPUtime=22.95
/proc/2822/stat : 2822 (java) S 2821 2803 2731 0 -1 0 13165 0 5 0 2273 22 0 0 18 0 9 0 4417031 889233408 10884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2822/statm: 217098 10884 2540 9 0 211673 0
[pid=2822/tid=2823] ppid=2821 vsize=868392 CPUtime=21.6
/proc/2822/task/2823/stat : 2823 (java) R 2821 2803 2731 0 -1 64 4188 0 5 0 2153 7 0 0 25 0 9 0 4417032 889233408 10884 996147200 134512640 134550740 4294955952 18446744073709551615 4126617632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2824] ppid=2821 vsize=868392 CPUtime=1.08
/proc/2822/task/2824/stat : 2824 (java) S 2821 2803 2731 0 -1 64 6800 0 0 0 95 13 0 0 16 0 9 0 4417033 889233408 10884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2825] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2825/stat : 2825 (java) S 2821 2803 2731 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4417033 889233408 10884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2826] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2826/stat : 2826 (java) S 2821 2803 2731 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4417033 889233408 10884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2827] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2827/stat : 2827 (java) S 2821 2803 2731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4417035 889233408 10884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2828] ppid=2821 vsize=868392 CPUtime=0.24
/proc/2822/task/2828/stat : 2828 (java) S 2821 2803 2731 0 -1 64 1481 0 0 0 24 0 0 0 16 0 9 0 4417035 889233408 10884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2829] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2829/stat : 2829 (java) S 2821 2803 2731 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4417035 889233408 10884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2830] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2830/stat : 2830 (java) S 2821 2803 2731 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4417035 889233408 10884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.88
Current children cumulated vsize (KiB) 887348

[startup+51.1026 s]
/proc/loadavg: 1.63 1.17 1.05 3/84 2830
/proc/meminfo: memFree=1863632/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=0.93
/proc/2803/stat : 2803 (sugar) S 2800 2803 2731 0 -1 4194304 957 9592 17 106 3 1 79 10 15 0 1 0 4416792 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 797 370 3 0 500 0
[pid=2821] ppid=2803 vsize=5356 CPUtime=0
/proc/2821/stat : 2821 (sh) S 2803 2803 2731 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4417030 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2821/statm: 1339 233 193 169 0 50 0
[pid=2822] ppid=2821 vsize=868392 CPUtime=48.42
/proc/2822/stat : 2822 (java) S 2821 2803 2731 0 -1 0 14755 0 5 0 4805 37 0 0 18 0 9 0 4417031 889233408 10908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2822/statm: 217098 10908 2540 9 0 211673 0
[pid=2822/tid=2823] ppid=2821 vsize=868392 CPUtime=46.46
/proc/2822/task/2823/stat : 2823 (java) R 2821 2803 2731 0 -1 64 5754 0 5 0 4634 12 0 0 25 0 9 0 4417032 889233408 10908 996147200 134512640 134550740 4294955952 18446744073709551615 4126577720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2824] ppid=2821 vsize=868392 CPUtime=1.69
/proc/2822/task/2824/stat : 2824 (java) S 2821 2803 2731 0 -1 64 6824 0 0 0 146 23 0 0 16 0 9 0 4417033 889233408 10908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2825] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2825/stat : 2825 (java) S 2821 2803 2731 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4417033 889233408 10908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2826] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2826/stat : 2826 (java) S 2821 2803 2731 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4417033 889233408 10908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2827] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2827/stat : 2827 (java) S 2821 2803 2731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4417035 889233408 10908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2828] ppid=2821 vsize=868392 CPUtime=0.24
/proc/2822/task/2828/stat : 2828 (java) S 2821 2803 2731 0 -1 64 1481 0 0 0 24 0 0 0 16 0 9 0 4417035 889233408 10908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2829] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2829/stat : 2829 (java) S 2821 2803 2731 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4417035 889233408 10908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2830] ppid=2821 vsize=868392 CPUtime=0
/proc/2822/task/2830/stat : 2830 (java) S 2821 2803 2731 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4417035 889233408 10908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.35
Current children cumulated vsize (KiB) 887348

[startup+102.307 s]
/proc/loadavg: 1.95 1.33 1.12 3/84 2830
/proc/meminfo: memFree=1642512/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=0.94
/proc/2803/stat : 2803 (sugar) S 2800 2803 2731 0 -1 4194304 957 9592 17 106 4 1 79 10 15 0 1 0 4416792 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 797 370 3 0 500 0
[pid=2821] ppid=2803 vsize=5356 CPUtime=0
/proc/2821/stat : 2821 (sh) S 2803 2803 2731 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4417030 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2821/statm: 1339 233 193 169 0 50 0
[pid=2822] ppid=2821 vsize=868504 CPUtime=99.23
/proc/2822/stat : 2822 (java) S 2821 2803 2731 0 -1 0 20837 0 5 0 9724 199 0 0 18 0 9 0 4417031 889348096 11747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2822/statm: 217126 11747 2565 9 0 211673 0
[pid=2822/tid=2823] ppid=2821 vsize=868504 CPUtime=95.33
/proc/2822/task/2823/stat : 2823 (java) R 2821 2803 2731 0 -1 64 10077 0 5 0 9385 148 0 0 25 0 9 0 4417032 889348096 11747 996147200 134512640 134550740 4294955952 18446744073709551615 4126622856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2824] ppid=2821 vsize=868504 CPUtime=3.57
/proc/2822/task/2824/stat : 2824 (java) S 2821 2803 2731 0 -1 64 8545 0 0 0 308 49 0 0 16 0 9 0 4417033 889348096 11747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2825] ppid=2821 vsize=868504 CPUtime=0
/proc/2822/task/2825/stat : 2825 (java) S 2821 2803 2731 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4417033 889348096 11747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2826] ppid=2821 vsize=868504 CPUtime=0
/proc/2822/task/2826/stat : 2826 (java) S 2821 2803 2731 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4417033 889348096 11747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2827] ppid=2821 vsize=868504 CPUtime=0
/proc/2822/task/2827/stat : 2827 (java) S 2821 2803 2731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4417035 889348096 11747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2828] ppid=2821 vsize=868504 CPUtime=0.3
/proc/2822/task/2828/stat : 2828 (java) S 2821 2803 2731 0 -1 64 1519 0 0 0 30 0 0 0 17 0 9 0 4417035 889348096 11747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2829] ppid=2821 vsize=868504 CPUtime=0
/proc/2822/task/2829/stat : 2829 (java) S 2821 2803 2731 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4417035 889348096 11747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2822/tid=2830] ppid=2821 vsize=868504 CPUtime=0
/proc/2822/task/2830/stat : 2830 (java) S 2821 2803 2731 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4417035 889348096 11747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.17
Current children cumulated vsize (KiB) 887460

[startup+162.302 s]
/proc/loadavg: 1.98 1.45 1.17 3/84 2871
/proc/meminfo: memFree=1251656/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=100.96
/proc/2803/stat : 2803 (sugar) S 2800 2803 2731 0 -1 4194304 1005 30834 17 111 4 1 9874 217 17 0 1 0 4416792 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 799 370 3 0 500 0
[pid=2831] ppid=2803 vsize=5356 CPUtime=0
/proc/2831/stat : 2831 (sh) S 2803 2803 2731 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4427105 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2831/statm: 1339 232 193 169 0 50 0
[pid=2832] ppid=2831 vsize=506888 CPUtime=58.87
/proc/2832/stat : 2832 (picosat) R 2831 2803 2731 0 -1 4194304 95581 0 0 0 2682 3205 0 0 25 0 1 0 4427105 519053312 95567 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/2832/statm: 126722 95567 40 102 0 126617 0
Current children cumulated CPU time (s) 159.83
Current children cumulated vsize (KiB) 525844

[startup+222.301 s]
/proc/loadavg: 1.99 1.55 1.22 3/84 2871
/proc/meminfo: memFree=1133128/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=100.96
/proc/2803/stat : 2803 (sugar) S 2800 2803 2731 0 -1 4194304 1005 30834 17 111 4 1 9874 217 17 0 1 0 4416792 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 799 370 3 0 500 0
[pid=2831] ppid=2803 vsize=5356 CPUtime=0
/proc/2831/stat : 2831 (sh) S 2803 2803 2731 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4427105 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2831/statm: 1339 232 193 169 0 50 0
[pid=2832] ppid=2831 vsize=667568 CPUtime=118.84
/proc/2832/stat : 2832 (picosat) R 2831 2803 2731 0 -1 4194304 124444 0 0 0 6979 4905 0 0 25 0 1 0 4427105 683589632 124405 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2832/statm: 166892 124405 42 102 0 166787 0
Current children cumulated CPU time (s) 219.8
Current children cumulated vsize (KiB) 686524

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

[startup+223.902 s]
/proc/loadavg: 1.99 1.55 1.22 3/84 2871
/proc/meminfo: memFree=1133128/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=100.96
/proc/2803/stat : 2803 (sugar) S 2800 2803 2731 0 -1 4194304 1005 30834 17 111 4 1 9874 217 17 0 1 0 4416792 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 799 370 3 0 500 0
[pid=2831] ppid=2803 vsize=5356 CPUtime=0
/proc/2831/stat : 2831 (sh) S 2803 2803 2731 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4427105 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2831/statm: 1339 232 193 169 0 50 0
[pid=2832] ppid=2831 vsize=667568 CPUtime=120.44
/proc/2832/stat : 2832 (picosat) R 2831 2803 2731 0 -1 4194304 124444 0 0 0 7139 4905 0 0 25 0 1 0 4427105 683589632 124405 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2832/statm: 166892 124405 42 102 0 166787 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 686524

[startup+225.508 s]
/proc/loadavg: 1.99 1.55 1.22 3/84 2871
/proc/meminfo: memFree=1133128/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=100.96
/proc/2803/stat : 2803 (sugar) S 2800 2803 2731 0 -1 4194304 1005 30834 17 111 4 1 9874 217 17 0 1 0 4416792 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 799 370 3 0 500 0
[pid=2831] ppid=2803 vsize=5356 CPUtime=0
/proc/2831/stat : 2831 (sh) S 2803 2803 2731 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4427105 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2831/statm: 1339 232 193 169 0 50 0
[pid=2832] ppid=2831 vsize=667568 CPUtime=122.04
/proc/2832/stat : 2832 (picosat) R 2831 2803 2731 0 -1 4194304 124444 0 0 0 7299 4905 0 0 25 0 1 0 4427105 683589632 124405 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2832/statm: 166892 124405 42 102 0 166787 0
Current children cumulated CPU time (s) 223
Current children cumulated vsize (KiB) 686524

[startup+226.302 s]
/proc/loadavg: 1.99 1.55 1.22 3/84 2871
/proc/meminfo: memFree=1133128/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=100.96
/proc/2803/stat : 2803 (sugar) S 2800 2803 2731 0 -1 4194304 1005 30834 17 111 4 1 9874 217 17 0 1 0 4416792 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 799 370 3 0 500 0
[pid=2831] ppid=2803 vsize=5356 CPUtime=0
/proc/2831/stat : 2831 (sh) S 2803 2803 2731 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4427105 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2831/statm: 1339 232 193 169 0 50 0
[pid=2832] ppid=2831 vsize=669156 CPUtime=122.83
/proc/2832/stat : 2832 (picosat) R 2831 2803 2731 0 -1 4194304 124973 0 0 0 7378 4905 0 0 25 0 1 0 4427105 685215744 124934 996147200 134512640 134931368 4294956256 18446744073709551615 134580560 0 0 4096 0 0 0 0 17 0 0 0
/proc/2832/statm: 167289 124934 42 102 0 167184 0
Current children cumulated CPU time (s) 223.79
Current children cumulated vsize (KiB) 688112

[startup+226.702 s]
/proc/loadavg: 1.99 1.56 1.22 3/84 2871
/proc/meminfo: memFree=1159496/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=100.96
/proc/2803/stat : 2803 (sugar) S 2800 2803 2731 0 -1 4194304 1005 30834 17 111 4 1 9874 217 17 0 1 0 4416792 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2803/statm: 3400 799 370 3 0 500 0
[pid=2831] ppid=2803 vsize=5356 CPUtime=0
/proc/2831/stat : 2831 (sh) S 2803 2803 2731 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4427105 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2831/statm: 1339 232 193 169 0 50 0
[pid=2832] ppid=2831 vsize=636384 CPUtime=123.23
/proc/2832/stat : 2832 (picosat) R 2831 2803 2731 0 -1 4194304 124973 0 0 0 7418 4905 0 0 25 0 1 0 4427105 651657216 117781 996147200 134512640 134931368 4294956256 18446744073709551615 134581884 0 0 4096 0 0 0 0 17 0 0 0
/proc/2832/statm: 159096 117781 42 102 0 158991 0
Current children cumulated CPU time (s) 224.19
Current children cumulated vsize (KiB) 655340

[startup+227.102 s]
/proc/loadavg: 1.99 1.56 1.22 3/84 2871
/proc/meminfo: memFree=1159496/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=224.57
/proc/2803/stat : 2803 (sugar) R 2800 2803 2731 0 -1 4194304 1102 160368 17 112 4 1 17318 5134 15 0 1 0 4416792 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 0 0 0 17 0 0 0
/proc/2803/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 224.57
Current children cumulated vsize (KiB) 13600

[startup+227.202 s]
/proc/loadavg: 1.99 1.56 1.22 3/84 2871
/proc/meminfo: memFree=1159496/2055920 swapFree=4192956/4192956
[pid=2803] ppid=2800 vsize=13600 CPUtime=224.67
/proc/2803/stat : 2803 (sugar) R 2800 2803 2731 0 -1 4194304 1102 160368 17 112 4 11 17318 5134 16 0 1 0 4416792 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 0 0 0 17 0 0 0
/proc/2803/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 224.67
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 227.209
CPU time (s): 224.696
CPU user time (s): 173.231
CPU system time (s): 51.4652
CPU usage (%): 98.8939
Max. virtual memory (cumulated for all children) (KiB): 889912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 173.231
system time used= 51.4652
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161500
page faults= 129
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56665
involuntary context switches= 58011

runsolver used 0.319951 second user time and 0.701893 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-08 02:32:48
IDJOB=1107499
IDBENCH=54301
IDSOLVER=345
FILE ID=node41/1107499-1215477168
PBS_JOBID= 7888721
Free space on /tmp= 66156 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-6-5-fair.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-1107499-1215477168/watcher-1107499-1215477168 -o /tmp/evaluation-result-1107499-1215477168/solver-1107499-1215477168 -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-1107499-1215477168.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a4aae4b33ebc00d80b1868e9963010a0
RANDOM SEED=760603817

node41.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:       1942064 kB
Buffers:         19712 kB
Cached:          51416 kB
SwapCached:          0 kB
Active:          47812 kB
Inactive:        37008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1942064 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4564 kB
Writeback:           0 kB
Mapped:          23472 kB
Slab:            14744 kB
Committed_AS:    51960 kB
PageTables:       1580 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= 66152 MiB
End job on node41 at 2008-07-08 02:36:36