Trace number 1059674

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 269.585 272.661

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-3-fair.xml
MD5SUM14b32115813e5a5ce1b329ea369de09a
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 benchmark1.3028
Satisfiable
(Un)Satisfiability was proved
Number of variables8447
Number of constraints7987
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7987
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 00:35:41 2008
0.00/0.05	c 0	PID 17649
0.03/0.05	c 0	HOST node37.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1059674-1215124541.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-1059674-1215124541.xml' 'HOME/temp.csp'
0.96/1.08	c 1	3 domains, 8447 variables, 9 predicates, 0 relations, 7987 constraints
1.03/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.03/1.10	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'
1.03/1.19	c 2	Parsing HOME/temp.csp
1.04/1.52	c 2	parsed 10000 expressions
1.04/1.70	c 2	parsed 16446 expressions
1.04/1.71	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.71	c 2	Converting to clausal form CSP
1.04/1.76	c 2	converted 1645 (10%) expressions
1.04/1.76	c 2	converted 3290 (20%) expressions
1.04/1.77	c 2	converted 4934 (30%) expressions
1.04/1.77	c 2	converted 6579 (40%) expressions
1.04/1.77	c 2	converted 8223 (50%) expressions
1.04/1.98	c 2	converted 9868 (60%) expressions
2.11/2.22	c 3	converted 11513 (70%) expressions
2.30/2.47	c 3	converted 13157 (80%) expressions
2.50/2.62	c 3	converted 14802 (90%) expressions
2.79/2.90	c 3	converted 16446 (100%) expressions
2.79/2.91	c 3	CSP : 14761 integers, 532 booleans, 36329 clauses, largest domain size 20001
2.79/2.91	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.79/2.91	c 3	Propagation in CSP
96.98/98.07	c 98	206544260 values, 0 unsatisfiable literals, and 0 valid clauses are removed
96.98/98.08	c 98	CSP : 14761 integers, 532 booleans, 36329 clauses, largest domain size 20001
96.98/98.08	c 98	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
96.98/98.09	c 98	Simplifing CSP by introducing new Boolean variables
97.08/98.19	c 99	CSP : 14761 integers, 13326 booleans, 49123 clauses, largest domain size 20001
97.08/98.19	c 99	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
97.37/98.43	c 99	Encoding CSP to SAT : HOME/temp.cnf
97.47/98.50	c 99	1477 (10%) CSP integer variables are encoded (20726 clauses, 289344 bytes)
98.66/99.75	c 100	2953 (20%) CSP integer variables are encoded (963002 clauses, 16151103 bytes)
99.06/100.13	c 100	4429 (30%) CSP integer variables are encoded (1236566 clauses, 21276918 bytes)
100.24/101.32	c 102	5905 (40%) CSP integer variables are encoded (2106470 clauses, 37805094 bytes)
100.54/101.65	c 102	7381 (50%) CSP integer variables are encoded (2344416 clauses, 42326068 bytes)
100.54/101.65	c 102	8857 (60%) CSP integer variables are encoded (2344416 clauses, 42326068 bytes)
100.93/102.02	c 102	10333 (70%) CSP integer variables are encoded (2614362 clauses, 47455042 bytes)
101.03/102.19	c 103	11809 (80%) CSP integer variables are encoded (2744336 clauses, 49924548 bytes)
101.42/102.57	c 103	13285 (90%) CSP integer variables are encoded (3014296 clauses, 55053788 bytes)
101.62/102.75	c 103	14761 (100%) CSP integer variables are encoded (3144276 clauses, 57523408 bytes)
116.45/117.90	c 118	4913 (10%) CSP clauses are encoded (10923766 clauses, 214490794 bytes)
116.72/118.28	c 119	9825 (20%) CSP clauses are encoded (11125237 clauses, 218473904 bytes)
117.71/119.25	c 120	14737 (30%) CSP clauses are encoded (11687360 clauses, 229856075 bytes)
118.49/120.09	c 120	19650 (40%) CSP clauses are encoded (12168735 clauses, 239602111 bytes)
119.18/120.72	c 121	24562 (50%) CSP clauses are encoded (12530400 clauses, 247244589 bytes)
119.18/120.75	c 121	29474 (60%) CSP clauses are encoded (12532679 clauses, 247290840 bytes)
119.18/120.78	c 121	34387 (70%) CSP clauses are encoded (12534957 clauses, 247337106 bytes)
121.34/122.99	c 123	39299 (80%) CSP clauses are encoded (13817315 clauses, 274585102 bytes)
121.89/123.59	c 124	44211 (90%) CSP clauses are encoded (14139029 clauses, 281418698 bytes)
122.00/123.66	c 124	49123 (100%) CSP clauses are encoded (14156596 clauses, 281896744 bytes)
122.00/123.66	c 124	49123 CSP clauses encoded
122.00/123.66	c 124	Writing map file : HOME/temp.map
122.09/123.73	c 124	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
122.09/123.73	c 124	SAT : 3161597 SAT variables, 14156596 SAT clauses, 281896744 bytes
122.09/123.73	c 124	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
122.09/123.79	c 124	SOLVING HOME/temp.cnf
122.09/123.79	c 124	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
269.05/272.13	c 272	DECODING HOME/temp.out WITH HOME/temp.map
269.05/272.13	c 272	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
269.08/272.22	c 273	Decoding HOME/temp.out
269.08/272.46	s UNSATISFIABLE
269.08/272.47	c 273	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
269.08/272.52	c 273	CPU 203.27 (0.04 0.01 203.23 66.14)
269.08/272.52	c 273	END Fri Jul  4 00:40:14 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-1059674-1215124541/watcher-1059674-1215124541 -o /tmp/evaluation-result-1059674-1215124541/solver-1059674-1215124541 -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-1059674-1215124541.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: 2.06 2.01 1.98 4/80 17649
/proc/meminfo: memFree=1405872/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=18572 CPUtime=0
/proc/17649/stat : 17649 (runsolver) R 17647 17649 15926 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991427383 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 213116316967 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17649/statm: 4643 292 257 25 0 2626 0

[startup+0.0523419 s]
/proc/loadavg: 2.06 2.01 1.98 4/80 17649
/proc/meminfo: memFree=1405872/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=0.03
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1991427383 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101747 s]
/proc/loadavg: 2.06 2.01 1.98 4/80 17649
/proc/meminfo: memFree=1405872/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=0.03
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991427383 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301987 s]
/proc/loadavg: 2.06 2.01 1.98 4/80 17649
/proc/meminfo: memFree=1405872/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=0.03
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991427383 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701033 s]
/proc/loadavg: 2.06 2.01 1.98 4/80 17649
/proc/meminfo: memFree=1405872/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=0.03
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991427383 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50112 s]
/proc/loadavg: 2.06 2.01 1.98 3/91 17661
/proc/meminfo: memFree=1380696/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=1.04
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 973 9922 0 1 3 0 94 7 15 0 1 0 1991427383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 13600

[startup+3.10429 s]
/proc/loadavg: 2.06 2.01 1.98 3/91 17671
/proc/meminfo: memFree=1384536/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=1.04
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 974 9922 0 1 3 0 94 7 15 0 1 0 1991427383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 797 370 3 0 500 0
[pid=17662] ppid=17649 vsize=5356 CPUtime=0
/proc/17662/stat : 17662 (sh) S 17649 17649 15926 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991427494 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17662/statm: 1339 233 193 169 0 50 0
[pid=17663] ppid=17662 vsize=868388 CPUtime=1.95
/proc/17663/stat : 17663 (java) S 17662 17649 15926 0 -1 0 12166 0 1 0 187 8 0 0 19 0 9 0 1991427494 889229312 11054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17663/statm: 217097 11054 2540 9 0 211672 0
[pid=17663/tid=17664] ppid=17662 vsize=868388 CPUtime=1.03
/proc/17663/task/17664/stat : 17664 (java) R 17662 17649 15926 0 -1 64 2877 0 1 0 101 2 0 0 18 0 9 0 1991427495 889229312 11054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17665] ppid=17662 vsize=868388 CPUtime=0.65
/proc/17663/task/17665/stat : 17665 (java) S 17662 17649 15926 0 -1 64 7110 0 0 0 61 4 0 0 15 0 9 0 1991427497 889229312 11054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17666] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17666/stat : 17666 (java) S 17662 17649 15926 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991427497 889229312 11054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17667] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17667/stat : 17667 (java) S 17662 17649 15926 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991427497 889229312 11054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17668] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17668/stat : 17668 (java) S 17662 17649 15926 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991427499 889229312 11054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17669] ppid=17662 vsize=868388 CPUtime=0.24
/proc/17663/task/17669/stat : 17669 (java) S 17662 17649 15926 0 -1 64 1483 0 0 0 24 0 0 0 16 0 9 0 1991427499 889229312 11054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17670] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17670/stat : 17670 (java) S 17662 17649 15926 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991427499 889229312 11054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17671] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17671/stat : 17671 (java) S 17662 17649 15926 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991427499 889229312 11054 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.30265 s]
/proc/loadavg: 2.21 2.05 1.99 3/91 17671
/proc/meminfo: memFree=1368472/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=1.04
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 974 9922 0 1 3 0 94 7 15 0 1 0 1991427383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 797 370 3 0 500 0
[pid=17662] ppid=17649 vsize=5356 CPUtime=0
/proc/17662/stat : 17662 (sh) S 17649 17649 15926 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991427494 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17662/statm: 1339 233 193 169 0 50 0
[pid=17663] ppid=17662 vsize=868388 CPUtime=5.11
/proc/17663/stat : 17663 (java) S 17662 17649 15926 0 -1 0 12413 0 1 0 500 11 0 0 19 0 9 0 1991427494 889229312 11111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17663/statm: 217097 11111 2540 9 0 211672 0
[pid=17663/tid=17664] ppid=17662 vsize=868388 CPUtime=4.09
/proc/17663/task/17664/stat : 17664 (java) R 17662 17649 15926 0 -1 64 3067 0 1 0 405 4 0 0 25 0 9 0 1991427495 889229312 11111 996147200 134512640 134550740 4294955952 18446744073709551615 4126617593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17665] ppid=17662 vsize=868388 CPUtime=0.76
/proc/17663/task/17665/stat : 17665 (java) S 17662 17649 15926 0 -1 64 7167 0 0 0 71 5 0 0 16 0 9 0 1991427497 889229312 11111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17666] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17666/stat : 17666 (java) S 17662 17649 15926 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991427497 889229312 11111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17667] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17667/stat : 17667 (java) S 17662 17649 15926 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991427497 889229312 11111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17668] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17668/stat : 17668 (java) S 17662 17649 15926 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991427499 889229312 11111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17669] ppid=17662 vsize=868388 CPUtime=0.24
/proc/17663/task/17669/stat : 17669 (java) S 17662 17649 15926 0 -1 64 1483 0 0 0 24 0 0 0 16 0 9 0 1991427499 889229312 11111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17670] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17670/stat : 17670 (java) S 17662 17649 15926 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991427499 889229312 11111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17671] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17671/stat : 17671 (java) S 17662 17649 15926 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991427499 889229312 11111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887344

[startup+12.7023 s]
/proc/loadavg: 2.19 2.05 1.99 3/91 17671
/proc/meminfo: memFree=1368344/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=1.04
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 974 9922 0 1 3 0 94 7 15 0 1 0 1991427383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 797 370 3 0 500 0
[pid=17662] ppid=17649 vsize=5356 CPUtime=0
/proc/17662/stat : 17662 (sh) S 17649 17649 15926 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991427494 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17662/statm: 1339 233 193 169 0 50 0
[pid=17663] ppid=17662 vsize=868388 CPUtime=11.45
/proc/17663/stat : 17663 (java) S 17662 17649 15926 0 -1 0 12799 0 1 0 1130 15 0 0 19 0 9 0 1991427494 889229312 11117 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17663/statm: 217097 11117 2540 9 0 211672 0
[pid=17663/tid=17664] ppid=17662 vsize=868388 CPUtime=10.25
/proc/17663/task/17664/stat : 17664 (java) R 17662 17649 15926 0 -1 64 3447 0 1 0 1020 5 0 0 25 0 9 0 1991427495 889229312 11117 996147200 134512640 134550740 4294955952 18446744073709551615 4126971048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17665] ppid=17662 vsize=868388 CPUtime=0.93
/proc/17663/task/17665/stat : 17665 (java) S 17662 17649 15926 0 -1 64 7173 0 0 0 85 8 0 0 16 0 9 0 1991427497 889229312 11117 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17666] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17666/stat : 17666 (java) S 17662 17649 15926 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991427497 889229312 11117 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17667] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17667/stat : 17667 (java) S 17662 17649 15926 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991427497 889229312 11117 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17668] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17668/stat : 17668 (java) S 17662 17649 15926 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991427499 889229312 11117 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17669] ppid=17662 vsize=868388 CPUtime=0.24
/proc/17663/task/17669/stat : 17669 (java) S 17662 17649 15926 0 -1 64 1483 0 0 0 24 0 0 0 16 0 9 0 1991427499 889229312 11117 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17670] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17670/stat : 17670 (java) S 17662 17649 15926 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991427499 889229312 11117 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17671] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17671/stat : 17671 (java) S 17662 17649 15926 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991427499 889229312 11117 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887344

[startup+25.5017 s]
/proc/loadavg: 2.15 2.04 1.99 3/91 17671
/proc/meminfo: memFree=1368344/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=1.04
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 974 9922 0 1 3 0 94 7 15 0 1 0 1991427383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 797 370 3 0 500 0
[pid=17662] ppid=17649 vsize=5356 CPUtime=0
/proc/17662/stat : 17662 (sh) S 17649 17649 15926 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991427494 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17662/statm: 1339 233 193 169 0 50 0
[pid=17663] ppid=17662 vsize=868388 CPUtime=24.12
/proc/17663/stat : 17663 (java) S 17662 17649 15926 0 -1 0 13565 0 1 0 2390 22 0 0 19 0 9 0 1991427494 889229312 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17663/statm: 217097 11131 2540 9 0 211672 0
[pid=17663/tid=17664] ppid=17662 vsize=868388 CPUtime=22.59
/proc/17663/task/17664/stat : 17664 (java) R 17662 17649 15926 0 -1 64 4199 0 1 0 2251 8 0 0 25 0 9 0 1991427495 889229312 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4126625114 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17665] ppid=17662 vsize=868388 CPUtime=1.27
/proc/17663/task/17665/stat : 17665 (java) S 17662 17649 15926 0 -1 64 7187 0 0 0 114 13 0 0 16 0 9 0 1991427497 889229312 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17666] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17666/stat : 17666 (java) S 17662 17649 15926 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991427497 889229312 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17667] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17667/stat : 17667 (java) S 17662 17649 15926 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991427497 889229312 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17668] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17668/stat : 17668 (java) S 17662 17649 15926 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991427499 889229312 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17669] ppid=17662 vsize=868388 CPUtime=0.24
/proc/17663/task/17669/stat : 17669 (java) S 17662 17649 15926 0 -1 64 1483 0 0 0 24 0 0 0 16 0 9 0 1991427499 889229312 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17670] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17670/stat : 17670 (java) S 17662 17649 15926 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991427499 889229312 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17671] ppid=17662 vsize=868388 CPUtime=0
/proc/17663/task/17671/stat : 17671 (java) S 17662 17649 15926 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991427499 889229312 11131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 887344

[startup+51.1015 s]
/proc/loadavg: 2.17 2.06 2.00 3/91 17671
/proc/meminfo: memFree=1368280/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=1.04
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 974 9922 0 1 3 0 94 7 15 0 1 0 1991427383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 797 370 3 0 500 0
[pid=17662] ppid=17649 vsize=5356 CPUtime=0
/proc/17662/stat : 17662 (sh) S 17649 17649 15926 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991427494 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17662/statm: 1339 233 193 169 0 50 0
[pid=17663] ppid=17662 vsize=868388 CPUtime=49.48
/proc/17663/stat : 17663 (java) S 17662 17649 15926 0 -1 0 15098 0 1 0 4910 38 0 0 19 0 9 0 1991427494 889229312 11154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

################
# More data... #
################

[pid=17663] ppid=17662 vsize=868500 CPUtime=100.2
/proc/17663/stat : 17663 (java) S 17662 17649 15926 0 -1 0 20700 0 1 0 9916 104 0 0 19 0 9 0 1991427494 889344000 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17663/statm: 217125 12237 2565 9 0 211672 0
[pid=17663/tid=17664] ppid=17662 vsize=868500 CPUtime=96.22
/proc/17663/task/17664/stat : 17664 (java) R 17662 17649 15926 0 -1 64 8986 0 1 0 9567 55 0 0 25 0 9 0 1991427495 889344000 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4126476344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17665] ppid=17662 vsize=868500 CPUtime=3.65
/proc/17663/task/17665/stat : 17665 (java) S 17662 17649 15926 0 -1 64 9508 0 0 0 319 46 0 0 16 0 9 0 1991427497 889344000 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17666] ppid=17662 vsize=868500 CPUtime=0
/proc/17663/task/17666/stat : 17666 (java) S 17662 17649 15926 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991427497 889344000 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17667] ppid=17662 vsize=868500 CPUtime=0
/proc/17663/task/17667/stat : 17667 (java) S 17662 17649 15926 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991427497 889344000 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17668] ppid=17662 vsize=868500 CPUtime=0
/proc/17663/task/17668/stat : 17668 (java) S 17662 17649 15926 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991427499 889344000 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17669] ppid=17662 vsize=868500 CPUtime=0.29
/proc/17663/task/17669/stat : 17669 (java) S 17662 17649 15926 0 -1 64 1510 0 0 0 28 1 0 0 16 0 9 0 1991427499 889344000 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17670] ppid=17662 vsize=868500 CPUtime=0
/proc/17663/task/17670/stat : 17670 (java) S 17662 17649 15926 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991427499 889344000 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17671] ppid=17662 vsize=868500 CPUtime=0
/proc/17663/task/17671/stat : 17671 (java) S 17662 17649 15926 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991427499 889344000 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 887456

[startup+162.302 s]
/proc/loadavg: 2.02 2.03 2.00 3/83 17673
/proc/meminfo: memFree=787032/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=122.16
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 1022 33271 0 2 4 1 11929 282 17 0 1 0 1991427383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 799 370 3 0 500 0
[pid=17672] ppid=17649 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (sh) S 17649 17649 15926 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991439763 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 232 193 169 0 50 0
[pid=17673] ppid=17672 vsize=406356 CPUtime=38.12
/proc/17673/stat : 17673 (picosat) R 17672 17649 15926 0 -1 4194304 85054 0 0 0 1725 2087 0 0 25 0 1 0 1991439763 416108544 85040 996147200 134512640 134931368 4294956256 18446744073709551615 134549268 0 0 4096 0 0 0 0 17 1 0 0
/proc/17673/statm: 101589 85040 40 102 0 101484 0
Current children cumulated CPU time (s) 160.28
Current children cumulated vsize (KiB) 425312

[startup+222.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 17673
/proc/meminfo: memFree=564824/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=122.16
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 1022 33271 0 2 4 1 11929 282 17 0 1 0 1991427383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 799 370 3 0 500 0
[pid=17672] ppid=17649 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (sh) S 17649 17649 15926 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991439763 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 232 193 169 0 50 0
[pid=17673] ppid=17672 vsize=626556 CPUtime=97.55
/proc/17673/stat : 17673 (picosat) R 17672 17649 15926 0 -1 4194304 139944 0 0 0 4408 5347 0 0 25 0 1 0 1991439763 641593344 139930 996147200 134512640 134931368 4294956256 18446744073709551615 134514717 0 0 4096 0 0 0 0 17 1 0 0
/proc/17673/statm: 156639 139930 40 102 0 156534 0
Current children cumulated CPU time (s) 219.71
Current children cumulated vsize (KiB) 645512

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

[startup+230.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 17673
/proc/meminfo: memFree=547608/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=122.16
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 1022 33271 0 2 4 1 11929 282 17 0 1 0 1991427383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 799 370 3 0 500 0
[pid=17672] ppid=17649 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (sh) S 17649 17649 15926 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991439763 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 232 193 169 0 50 0
[pid=17673] ppid=17672 vsize=642924 CPUtime=105.47
/proc/17673/stat : 17673 (picosat) R 17672 17649 15926 0 -1 4194304 144383 0 0 0 4760 5787 0 0 25 0 1 0 1991439763 658354176 144369 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17673/statm: 160731 144369 40 102 0 160626 0
Current children cumulated CPU time (s) 227.63
Current children cumulated vsize (KiB) 661880

[startup+255.902 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17673
/proc/meminfo: memFree=501592/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=122.16
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 1022 33271 0 2 4 1 11929 282 17 0 1 0 1991427383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 799 370 3 0 500 0
[pid=17672] ppid=17649 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (sh) S 17649 17649 15926 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991439763 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 232 193 169 0 50 0
[pid=17673] ppid=17672 vsize=772028 CPUtime=130.84
/proc/17673/stat : 17673 (picosat) R 17672 17649 15926 0 -1 4194304 156083 0 0 0 6770 6314 0 0 25 0 1 0 1991439763 790556672 156058 996147200 134512640 134931368 4294956256 18446744073709551615 134522703 0 0 4096 0 0 0 0 17 1 0 0
/proc/17673/statm: 193007 156058 42 102 0 192902 0
Current children cumulated CPU time (s) 253
Current children cumulated vsize (KiB) 790984

[startup+262.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17673
/proc/meminfo: memFree=498520/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=122.16
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 1022 33271 0 2 4 1 11929 282 17 0 1 0 1991427383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 799 370 3 0 500 0
[pid=17672] ppid=17649 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (sh) S 17649 17649 15926 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991439763 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 232 193 169 0 50 0
[pid=17673] ppid=17672 vsize=772160 CPUtime=137.18
/proc/17673/stat : 17673 (picosat) R 17672 17649 15926 0 -1 4194304 156375 0 0 0 7404 6314 0 0 25 0 1 0 1991439763 790691840 156350 996147200 134512640 134931368 4294956256 18446744073709551615 134544814 0 0 4096 0 0 0 0 17 1 0 0
/proc/17673/statm: 193040 156350 42 102 0 192935 0
Current children cumulated CPU time (s) 259.34
Current children cumulated vsize (KiB) 791116

[startup+268.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17673
/proc/meminfo: memFree=497880/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=122.16
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 1022 33271 0 2 4 1 11929 282 17 0 1 0 1991427383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 799 370 3 0 500 0
[pid=17672] ppid=17649 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (sh) S 17649 17649 15926 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991439763 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 232 193 169 0 50 0
[pid=17673] ppid=17672 vsize=772688 CPUtime=143.51
/proc/17673/stat : 17673 (picosat) R 17672 17649 15926 0 -1 4194304 156510 0 0 0 8037 6314 0 0 25 0 1 0 1991439763 791232512 156485 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17673/statm: 193172 156485 42 102 0 193067 0
Current children cumulated CPU time (s) 265.67
Current children cumulated vsize (KiB) 791644

[startup+270.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17673
/proc/meminfo: memFree=497880/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=122.16
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 1022 33271 0 2 4 1 11929 282 17 0 1 0 1991427383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 799 370 3 0 500 0
[pid=17672] ppid=17649 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (sh) S 17649 17649 15926 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991439763 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 232 193 169 0 50 0
[pid=17673] ppid=17672 vsize=772688 CPUtime=145.1
/proc/17673/stat : 17673 (picosat) R 17672 17649 15926 0 -1 4194304 156523 0 0 0 8196 6314 0 0 25 0 1 0 1991439763 791232512 156498 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17673/statm: 193172 156498 42 102 0 193067 0
Current children cumulated CPU time (s) 267.26
Current children cumulated vsize (KiB) 791644

[startup+271.903 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17673
/proc/meminfo: memFree=510040/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=122.16
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 1022 33271 0 2 4 1 11929 282 17 0 1 0 1991427383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 799 370 3 0 500 0
[pid=17672] ppid=17649 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (sh) S 17649 17649 15926 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991439763 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 232 193 169 0 50 0
[pid=17673] ppid=17672 vsize=716788 CPUtime=146.69
/proc/17673/stat : 17673 (picosat) R 17672 17649 15926 0 -1 4194304 159560 0 0 0 8352 6317 0 0 25 0 1 0 1991439763 733990912 150240 996147200 134512640 134931368 4294956256 18446744073709551615 134580052 0 0 4096 0 0 0 0 17 1 0 0
/proc/17673/statm: 179197 150240 42 102 0 179092 0
Current children cumulated CPU time (s) 268.85
Current children cumulated vsize (KiB) 735744

[startup+272.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17673
/proc/meminfo: memFree=510040/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=269.08
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 1091 193118 0 2 4 1 20293 6610 16 0 1 0 1991427383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 269.08
Current children cumulated vsize (KiB) 13600

[startup+272.503 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17673
/proc/meminfo: memFree=510040/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=269.08
/proc/17649/stat : 17649 (sugar) S 17647 17649 15926 0 -1 4194304 1091 193118 0 2 4 1 20293 6610 15 0 1 0 1991427383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17649/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 269.08
Current children cumulated vsize (KiB) 13600

[startup+272.603 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17673
/proc/meminfo: memFree=510040/2055920 swapFree=4179764/4192956
[pid=17649] ppid=17647 vsize=13600 CPUtime=269.51
/proc/17649/stat : 17649 (sugar) R 17647 17649 15926 0 -1 4194304 1119 197393 0 3 4 10 20323 6614 16 0 1 0 1991427383 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 213116490793 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17649/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 269.51
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 272.661
CPU time (s): 269.585
CPU user time (s): 203.28
CPU system time (s): 66.3049
CPU usage (%): 98.8719
Max. virtual memory (cumulated for all children) (KiB): 889908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 203.28
system time used= 66.3049
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198542
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64513
involuntary context switches= 70035

runsolver used 0.334949 second user time and 0.953854 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-04 00:35:41
IDJOB=1059674
IDBENCH=54322
IDSOLVER=345
FILE ID=node37/1059674-1215124541
PBS_JOBID= 7877130
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-10-3-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-1059674-1215124541/watcher-1059674-1215124541 -o /tmp/evaluation-result-1059674-1215124541/solver-1059674-1215124541 -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-1059674-1215124541.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 14b32115813e5a5ce1b329ea369de09a
RANDOM SEED=39103848

node37.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.236
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.236
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:       1406352 kB
Buffers:         71832 kB
Cached:         302668 kB
SwapCached:       7116 kB
Active:         371244 kB
Inactive:       205136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1406352 kB
SwapTotal:     4192956 kB
SwapFree:      4179764 kB
Dirty:            2956 kB
Writeback:           0 kB
Mapped:         215228 kB
Slab:            58112 kB
Committed_AS:  4216380 kB
PageTables:       2176 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node37 at 2008-07-04 00:40:14