Trace number 1078579

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+picosatSAT 232.776 235.101

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle16.xml
MD5SUM9d45c5e9650243c44508acf520e4742e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.274957
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of constraints802
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension68
Number of constraints which are defined in intension734
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 23:38:57 2008
0.00/0.05	c 0	PID 14147
0.00/0.05	c 0	HOST node35.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1078579-1215207537.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078579-1215207537.xml' 'HOME/temp.csp'
1.07/1.11	c 1	1 domains, 135 variables, 6 predicates, 5 relations, 802 constraints
1.07/1.15	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.15	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'
1.08/1.23	c 2	Parsing HOME/temp.csp
1.08/2.07	c 2	parsed 949 expressions
1.08/2.07	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.08/2.07	c 2	Converting to clausal form CSP
2.01/2.10	c 2	converted 95 (10%) expressions
2.30/2.45	c 3	converted 190 (20%) expressions
3.00/3.11	c 3	converted 285 (30%) expressions
3.40/3.56	c 4	converted 380 (40%) expressions
3.49/3.69	c 4	converted 475 (50%) expressions
4.78/4.94	c 5	converted 570 (60%) expressions
4.78/4.99	c 5	converted 665 (70%) expressions
4.88/5.00	c 5	converted 760 (80%) expressions
4.88/5.01	c 5	converted 855 (90%) expressions
4.88/5.02	c 5	converted 949 (100%) expressions
4.88/5.02	c 5	CSP : 135 integers, 0 booleans, 802 clauses, largest domain size 26
4.88/5.02	c 5	Heap : 72 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.88/5.02	c 5	Propagation in CSP
4.88/5.04	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.88/5.04	c 5	CSP : 135 integers, 0 booleans, 802 clauses, largest domain size 26
4.88/5.04	c 5	Heap : 73 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.88/5.04	c 5	Simplifing CSP by introducing new Boolean variables
4.88/5.07	c 5	CSP : 135 integers, 5284 booleans, 6086 clauses, largest domain size 26
4.88/5.07	c 5	Heap : 75 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.28/5.48	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.28/5.49	c 6	14 (10%) CSP integer variables are encoded (336 clauses, 3552 bytes)
5.28/5.49	c 6	27 (20%) CSP integer variables are encoded (648 clauses, 6984 bytes)
5.28/5.50	c 6	41 (30%) CSP integer variables are encoded (984 clauses, 10729 bytes)
5.28/5.50	c 6	54 (40%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
5.28/5.50	c 6	68 (50%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
5.28/5.50	c 6	81 (60%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
5.28/5.50	c 6	95 (70%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
5.37/5.50	c 6	108 (80%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
5.37/5.50	c 6	122 (90%) CSP integer variables are encoded (2928 clauses, 36001 bytes)
5.37/5.50	c 6	135 (100%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
27.57/27.95	c 28	609 (10%) CSP clauses are encoded (333308 clauses, 12494134 bytes)
38.36/38.80	c 39	1218 (20%) CSP clauses are encoded (403687 clauses, 15197314 bytes)
49.35/49.91	c 50	1826 (30%) CSP clauses are encoded (474065 clauses, 18432043 bytes)
206.87/208.99	c 209	2435 (40%) CSP clauses are encoded (922586 clauses, 42562027 bytes)
206.97/209.02	c 209	3043 (50%) CSP clauses are encoded (936694 clauses, 42805079 bytes)
206.97/209.05	c 209	3652 (60%) CSP clauses are encoded (950853 clauses, 43052202 bytes)
206.97/209.08	c 209	4261 (70%) CSP clauses are encoded (964987 clauses, 43302286 bytes)
207.06/209.11	c 209	4869 (80%) CSP clauses are encoded (979095 clauses, 43565212 bytes)
207.06/209.14	c 209	5478 (90%) CSP clauses are encoded (993254 clauses, 43829812 bytes)
207.06/209.16	c 210	6086 (100%) CSP clauses are encoded (1007612 clauses, 44093770 bytes)
207.06/209.17	c 210	6086 CSP clauses encoded
207.06/209.17	c 210	Writing map file : HOME/temp.map
207.06/209.17	c 210	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
207.06/209.17	c 210	SAT : 8659 SAT variables, 1007612 SAT clauses, 44093770 bytes
207.06/209.17	c 210	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
207.14/209.25	c 210	SOLVING HOME/temp.cnf
207.14/209.25	c 210	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
232.48/234.82	c 235	DECODING HOME/temp.out WITH HOME/temp.map
232.48/234.82	c 235	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
232.52/234.90	c 235	Decoding HOME/temp.out
232.52/235.00	s SATISFIABLE
232.52/235.01	v 15 11 21 13 8 4 18 13 0 17 3 4 20 4 0 17 19 0 20 12 12 0 1 19 20 1 14 4 17 0 12 0 13 3 0 19 8 14 13 2 14 13 21 19 19 11 8 19 14 19 4 14 21 4 4 18 5 4 4 17 0 12 2 20 19 18 0 0 18 12 12 15 8 17 4 17 15 21 2 6 17 4 4 4 0 18 4 11 11 4 3 4 1 0 8 17 4 12 12 20 17 0 3 4 20 6 18 10 0 8 1 0 17 20 11 13 0 4 14 11 4 0 8 4 14 20 8 13 18 15 0 18 2 18 6
232.52/235.03	c 235	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
232.52/235.08	c 235	CPU 220.82 (0.03 0.01 220.79 11.9)
232.52/235.08	c 235	END Fri Jul  4 23:42:52 2008

Verifier Data (download as text)

OK

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-1078579-1215207537/watcher-1078579-1215207537 -o /tmp/evaluation-result-1078579-1215207537/solver-1078579-1215207537 -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-1078579-1215207537.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.00 2.00 4/73 14147
/proc/meminfo: memFree=1576176/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=12268 CPUtime=0
/proc/14147/stat : 14147 (sugar) R 14145 14147 11834 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1005156265 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 266134583909 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14147/statm: 3067 316 241 3 0 167 0

[startup+0.0598451 s]
/proc/loadavg: 2.06 2.00 2.00 4/73 14147
/proc/meminfo: memFree=1576176/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=0.04
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1005156265 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102835 s]
/proc/loadavg: 2.06 2.00 2.00 4/73 14147
/proc/meminfo: memFree=1576176/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=0.04
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1005156265 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301872 s]
/proc/loadavg: 2.06 2.00 2.00 4/73 14147
/proc/meminfo: memFree=1576176/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=0.04
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1005156265 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701951 s]
/proc/loadavg: 2.06 2.00 2.00 4/73 14147
/proc/meminfo: memFree=1576176/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=0.04
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1005156265 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5011 s]
/proc/loadavg: 2.13 2.02 2.01 4/84 14159
/proc/meminfo: memFree=1553688/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=1.08
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 973 8826 0 1 3 1 98 6 16 0 1 0 1005156265 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 13600

[startup+3.10241 s]
/proc/loadavg: 2.13 2.02 2.01 4/84 14169
/proc/meminfo: memFree=1553560/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=1.08
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 973 8826 0 1 3 1 98 6 15 0 1 0 1005156265 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 797 370 3 0 500 0
[pid=14160] ppid=14147 vsize=5356 CPUtime=0
/proc/14160/stat : 14160 (sh) S 14147 14147 11834 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1005156381 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14160/statm: 1339 233 193 169 0 50 0
[pid=14161] ppid=14160 vsize=864248 CPUtime=1.92
/proc/14161/stat : 14161 (java) S 14160 14147 11834 0 -1 0 14908 0 1 0 185 7 0 0 18 0 9 0 1005156381 884989952 13550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14161/statm: 216062 13550 2540 9 0 210637 0
[pid=14161/tid=14162] ppid=14160 vsize=864248 CPUtime=1.06
/proc/14161/task/14162/stat : 14162 (java) R 14160 14147 11834 0 -1 64 2897 0 1 0 105 1 0 0 21 0 9 0 1005156382 884989952 13550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14163] ppid=14160 vsize=864248 CPUtime=0.75
/proc/14161/task/14163/stat : 14163 (java) S 14160 14147 11834 0 -1 64 10974 0 0 0 70 5 0 0 16 0 9 0 1005156383 884989952 13550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14164] ppid=14160 vsize=864248 CPUtime=0
/proc/14161/task/14164/stat : 14164 (java) S 14160 14147 11834 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1005156383 884989952 13550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14165] ppid=14160 vsize=864248 CPUtime=0
/proc/14161/task/14165/stat : 14165 (java) S 14160 14147 11834 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1005156383 884989952 13550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14166] ppid=14160 vsize=864248 CPUtime=0
/proc/14161/task/14166/stat : 14166 (java) S 14160 14147 11834 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1005156385 884989952 13550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14167] ppid=14160 vsize=864248 CPUtime=0.09
/proc/14161/task/14167/stat : 14167 (java) R 14160 14147 11834 0 -1 64 340 0 0 0 9 0 0 0 16 0 9 0 1005156385 884989952 13550 996147200 134512640 134550740 4294955952 18446744073709551615 102018242 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14168] ppid=14160 vsize=864248 CPUtime=0
/proc/14161/task/14168/stat : 14168 (java) S 14160 14147 11834 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005156385 884989952 13550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14169] ppid=14160 vsize=864248 CPUtime=0
/proc/14161/task/14169/stat : 14169 (java) S 14160 14147 11834 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005156385 884989952 13550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883204

[startup+6.30302 s]
/proc/loadavg: 2.20 2.03 2.01 4/84 14169
/proc/meminfo: memFree=1486232/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=1.08
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 974 8826 0 1 3 1 98 6 15 0 1 0 1005156265 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 797 370 3 0 500 0
[pid=14160] ppid=14147 vsize=5356 CPUtime=0
/proc/14160/stat : 14160 (sh) S 14147 14147 11834 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1005156381 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14160/statm: 1339 233 193 169 0 50 0
[pid=14161] ppid=14160 vsize=868496 CPUtime=5.09
/proc/14161/stat : 14161 (java) S 14160 14147 11834 0 -1 0 25867 0 1 0 494 15 0 0 18 0 9 0 1005156381 889339904 23818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14161/statm: 217124 23818 2565 9 0 211671 0
[pid=14161/tid=14162] ppid=14160 vsize=868496 CPUtime=2.51
/proc/14161/task/14162/stat : 14162 (java) R 14160 14147 11834 0 -1 64 3736 0 1 0 248 3 0 0 25 0 9 0 1005156382 889339904 23818 996147200 134512640 134550740 4294955952 18446744073709551615 102109808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14163] ppid=14160 vsize=868496 CPUtime=2.34
/proc/14161/task/14163/stat : 14163 (java) S 14160 14147 11834 0 -1 64 19978 0 0 0 224 10 0 0 16 0 9 0 1005156383 889339904 23818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14164] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14164/stat : 14164 (java) S 14160 14147 11834 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1005156383 889339904 23818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14165] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14165/stat : 14165 (java) S 14160 14147 11834 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1005156383 889339904 23818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14166] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14166/stat : 14166 (java) S 14160 14147 11834 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1005156385 889339904 23818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14167] ppid=14160 vsize=868496 CPUtime=0.22
/proc/14161/task/14167/stat : 14167 (java) S 14160 14147 11834 0 -1 64 1456 0 0 0 21 1 0 0 15 0 9 0 1005156385 889339904 23818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14168] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14168/stat : 14168 (java) S 14160 14147 11834 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005156385 889339904 23818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14169] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14169/stat : 14169 (java) S 14160 14147 11834 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005156385 889339904 23818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887452

[startup+12.7022 s]
/proc/loadavg: 2.18 2.03 2.01 3/84 14169
/proc/meminfo: memFree=1479576/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=1.08
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 974 8826 0 1 3 1 98 6 15 0 1 0 1005156265 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 797 370 3 0 500 0
[pid=14160] ppid=14147 vsize=5356 CPUtime=0
/proc/14160/stat : 14160 (sh) S 14147 14147 11834 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1005156381 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14160/statm: 1339 233 193 169 0 50 0
[pid=14161] ppid=14160 vsize=868496 CPUtime=11.42
/proc/14161/stat : 14161 (java) S 14160 14147 11834 0 -1 0 25932 0 1 0 1123 19 0 0 18 0 9 0 1005156381 889339904 23822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14161/statm: 217124 23822 2565 9 0 211671 0
[pid=14161/tid=14162] ppid=14160 vsize=868496 CPUtime=8.66
/proc/14161/task/14162/stat : 14162 (java) R 14160 14147 11834 0 -1 64 3798 0 1 0 860 6 0 0 25 0 9 0 1005156382 889339904 23822 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14163] ppid=14160 vsize=868496 CPUtime=2.51
/proc/14161/task/14163/stat : 14163 (java) S 14160 14147 11834 0 -1 64 19978 0 0 0 241 10 0 0 16 0 9 0 1005156383 889339904 23822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14164] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14164/stat : 14164 (java) S 14160 14147 11834 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1005156383 889339904 23822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14165] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14165/stat : 14165 (java) S 14160 14147 11834 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1005156383 889339904 23822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14166] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14166/stat : 14166 (java) S 14160 14147 11834 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1005156385 889339904 23822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14167] ppid=14160 vsize=868496 CPUtime=0.22
/proc/14161/task/14167/stat : 14167 (java) S 14160 14147 11834 0 -1 64 1459 0 0 0 21 1 0 0 17 0 9 0 1005156385 889339904 23822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14168] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14168/stat : 14168 (java) S 14160 14147 11834 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005156385 889339904 23822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14169] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14169/stat : 14169 (java) S 14160 14147 11834 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005156385 889339904 23822 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) 887452

[startup+25.5017 s]
/proc/loadavg: 2.16 2.03 2.01 3/84 14169
/proc/meminfo: memFree=1472408/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=1.08
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 974 8826 0 1 3 1 98 6 15 0 1 0 1005156265 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 797 370 3 0 500 0
[pid=14160] ppid=14147 vsize=5356 CPUtime=0
/proc/14160/stat : 14160 (sh) S 14147 14147 11834 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1005156381 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14160/statm: 1339 233 193 169 0 50 0
[pid=14161] ppid=14160 vsize=868496 CPUtime=24.1
/proc/14161/stat : 14161 (java) S 14160 14147 11834 0 -1 0 26702 0 1 0 2388 22 0 0 18 0 9 0 1005156381 889339904 24543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14161/statm: 217124 24543 2565 9 0 211671 0
[pid=14161/tid=14162] ppid=14160 vsize=868496 CPUtime=21.13
/proc/14161/task/14162/stat : 14162 (java) R 14160 14147 11834 0 -1 64 3847 0 1 0 2105 8 0 0 25 0 9 0 1005156382 889339904 24543 996147200 134512640 134550740 4294955952 18446744073709551615 4126630370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14163] ppid=14160 vsize=868496 CPUtime=2.71
/proc/14161/task/14163/stat : 14163 (java) S 14160 14147 11834 0 -1 64 20693 0 0 0 260 11 0 0 16 0 9 0 1005156383 889339904 24543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14164] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14164/stat : 14164 (java) S 14160 14147 11834 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1005156383 889339904 24543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14165] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14165/stat : 14165 (java) S 14160 14147 11834 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1005156383 889339904 24543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14166] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14166/stat : 14166 (java) S 14160 14147 11834 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1005156385 889339904 24543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14167] ppid=14160 vsize=868496 CPUtime=0.23
/proc/14161/task/14167/stat : 14167 (java) S 14160 14147 11834 0 -1 64 1465 0 0 0 22 1 0 0 16 0 9 0 1005156385 889339904 24543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14168] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14168/stat : 14168 (java) S 14160 14147 11834 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005156385 889339904 24543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14169] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14169/stat : 14169 (java) S 14160 14147 11834 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005156385 889339904 24543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 887452

[startup+51.1026 s]
/proc/loadavg: 2.09 2.03 2.01 3/84 14169
/proc/meminfo: memFree=1445592/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=1.08
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 974 8826 0 1 3 1 98 6 16 0 1 0 1005156265 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 797 370 3 0 500 0
[pid=14160] ppid=14147 vsize=5356 CPUtime=0
/proc/14160/stat : 14160 (sh) S 14147 14147 11834 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1005156381 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14160/statm: 1339 233 193 169 0 50 0
[pid=14161] ppid=14160 vsize=868496 CPUtime=49.46
/proc/14161/stat : 14161 (java) S 14160 14147 11834 0 -1 0 30890 0 1 0 4916 30 0 0 18 0 9 0 1005156381 889339904 28639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/loadavg: 2.10 2.04 2.01 3/84 14169
/proc/meminfo: memFree=1419032/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=1.08
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 974 8826 0 1 3 1 98 6 16 0 1 0 1005156265 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 797 370 3 0 500 0
[pid=14160] ppid=14147 vsize=5356 CPUtime=0
/proc/14160/stat : 14160 (sh) S 14147 14147 11834 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1005156381 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14160/statm: 1339 233 193 169 0 50 0
[pid=14161] ppid=14160 vsize=868496 CPUtime=100.18
/proc/14161/stat : 14161 (java) S 14160 14147 11834 0 -1 0 39483 0 1 0 9977 41 0 0 18 0 9 0 1005156381 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14161/statm: 217124 32881 2565 9 0 211671 0
[pid=14161/tid=14162] ppid=14160 vsize=868496 CPUtime=95.82
/proc/14161/task/14162/stat : 14162 (java) R 14160 14147 11834 0 -1 64 4061 0 1 0 9562 20 0 0 25 0 9 0 1005156382 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4126630919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14163] ppid=14160 vsize=868496 CPUtime=4.1
/proc/14161/task/14163/stat : 14163 (java) S 14160 14147 11834 0 -1 64 33255 0 0 0 391 19 0 0 16 0 9 0 1005156383 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14164] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14164/stat : 14164 (java) S 14160 14147 11834 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1005156383 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14165] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14165/stat : 14165 (java) S 14160 14147 11834 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1005156383 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14166] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14166/stat : 14166 (java) S 14160 14147 11834 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1005156385 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14167] ppid=14160 vsize=868496 CPUtime=0.24
/proc/14161/task/14167/stat : 14167 (java) S 14160 14147 11834 0 -1 64 1470 0 0 0 23 1 0 0 16 0 9 0 1005156385 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14168] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14168/stat : 14168 (java) S 14160 14147 11834 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005156385 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14169] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14169/stat : 14169 (java) S 14160 14147 11834 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005156385 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 887452

[startup+162.302 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 14169
/proc/meminfo: memFree=1411864/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=1.08
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 974 8826 0 1 3 1 98 6 16 0 1 0 1005156265 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 797 370 3 0 500 0
[pid=14160] ppid=14147 vsize=5356 CPUtime=0
/proc/14160/stat : 14160 (sh) S 14147 14147 11834 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1005156381 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14160/statm: 1339 233 193 169 0 50 0
[pid=14161] ppid=14160 vsize=868496 CPUtime=159.62
/proc/14161/stat : 14161 (java) S 14160 14147 11834 0 -1 0 39563 0 1 0 15915 47 0 0 18 0 9 0 1005156381 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14161/statm: 217124 32881 2565 9 0 211671 0
[pid=14161/tid=14162] ppid=14160 vsize=868496 CPUtime=155
/proc/14161/task/14162/stat : 14162 (java) R 14160 14147 11834 0 -1 64 4141 0 1 0 15475 25 0 0 25 0 9 0 1005156382 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4125952101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14163] ppid=14160 vsize=868496 CPUtime=4.35
/proc/14161/task/14163/stat : 14163 (java) S 14160 14147 11834 0 -1 64 33255 0 0 0 416 19 0 0 16 0 9 0 1005156383 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14164] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14164/stat : 14164 (java) S 14160 14147 11834 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1005156383 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14165] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14165/stat : 14165 (java) S 14160 14147 11834 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1005156383 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14166] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14166/stat : 14166 (java) S 14160 14147 11834 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1005156385 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14167] ppid=14160 vsize=868496 CPUtime=0.24
/proc/14161/task/14167/stat : 14167 (java) S 14160 14147 11834 0 -1 64 1470 0 0 0 23 1 0 0 16 0 9 0 1005156385 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14168] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14168/stat : 14168 (java) S 14160 14147 11834 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005156385 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14161/tid=14169] ppid=14160 vsize=868496 CPUtime=0
/proc/14161/task/14169/stat : 14169 (java) S 14160 14147 11834 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005156385 889339904 32881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 887452

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 14171
/proc/meminfo: memFree=1490648/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=207.17
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 1022 53129 0 2 3 1 20649 64 16 0 1 0 1005156265 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 798 370 3 0 500 0
[pid=14170] ppid=14147 vsize=5356 CPUtime=0
/proc/14170/stat : 14170 (sh) S 14147 14147 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005177190 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14170/statm: 1339 232 193 169 0 50 0
[pid=14171] ppid=14170 vsize=35608 CPUtime=12.91
/proc/14171/stat : 14171 (picosat) R 14170 14147 11834 0 -1 4194304 8409 0 0 0 611 680 0 0 25 0 1 0 1005177191 36462592 8395 996147200 134512640 134931368 4294956256 18446744073709551615 134520649 0 0 4096 0 0 0 0 17 1 0 0
/proc/14171/statm: 8902 8395 40 102 0 8797 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 54564

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

[startup+223.901 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 14171
/proc/meminfo: memFree=1488024/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=207.17
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 1022 53129 0 2 3 1 20649 64 16 0 1 0 1005156265 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 798 370 3 0 500 0
[pid=14170] ppid=14147 vsize=5356 CPUtime=0
/proc/14170/stat : 14170 (sh) S 14147 14147 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005177190 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14170/statm: 1339 232 193 169 0 50 0
[pid=14171] ppid=14170 vsize=39172 CPUtime=14.5
/proc/14171/stat : 14171 (picosat) R 14170 14147 11834 0 -1 4194304 9360 0 0 0 688 762 0 0 25 0 1 0 1005177191 40112128 9346 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14171/statm: 9793 9346 40 102 0 9688 0
Current children cumulated CPU time (s) 221.67
Current children cumulated vsize (KiB) 58128

[startup+230.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 14171
/proc/meminfo: memFree=1472728/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=207.17
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 1022 53129 0 2 3 1 20649 64 16 0 1 0 1005156265 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 798 370 3 0 500 0
[pid=14170] ppid=14147 vsize=5356 CPUtime=0
/proc/14170/stat : 14170 (sh) S 14147 14147 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005177190 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14170/statm: 1339 232 193 169 0 50 0
[pid=14171] ppid=14170 vsize=53560 CPUtime=20.86
/proc/14171/stat : 14171 (picosat) R 14170 14147 11834 0 -1 4194304 13245 0 0 0 982 1104 0 0 25 0 1 0 1005177191 54845440 13231 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14171/statm: 13390 13231 40 102 0 13285 0
Current children cumulated CPU time (s) 228.03
Current children cumulated vsize (KiB) 72516

[startup+233.501 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 14171
/proc/meminfo: memFree=1469208/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=207.17
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 1022 53129 0 2 3 1 20649 64 16 0 1 0 1005156265 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 798 370 3 0 500 0
[pid=14170] ppid=14147 vsize=5356 CPUtime=0
/proc/14170/stat : 14170 (sh) S 14147 14147 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005177190 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14170/statm: 1339 232 193 169 0 50 0
[pid=14171] ppid=14170 vsize=55500 CPUtime=24.02
/proc/14171/stat : 14171 (picosat) R 14170 14147 11834 0 -1 4194304 13663 0 0 0 1282 1120 0 0 25 0 1 0 1005177191 56832000 13641 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14171/statm: 13875 13641 42 102 0 13770 0
Current children cumulated CPU time (s) 231.19
Current children cumulated vsize (KiB) 74456

[startup+234.306 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 14171
/proc/meminfo: memFree=1469144/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=207.17
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 1022 53129 0 2 3 1 20649 64 16 0 1 0 1005156265 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 798 370 3 0 500 0
[pid=14170] ppid=14147 vsize=5356 CPUtime=0
/proc/14170/stat : 14170 (sh) S 14147 14147 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005177190 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14170/statm: 1339 232 193 169 0 50 0
[pid=14171] ppid=14170 vsize=55632 CPUtime=24.81
/proc/14171/stat : 14171 (picosat) R 14170 14147 11834 0 -1 4194304 13679 0 0 0 1361 1120 0 0 25 0 1 0 1005177191 56967168 13657 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14171/statm: 13908 13657 42 102 0 13803 0
Current children cumulated CPU time (s) 231.98
Current children cumulated vsize (KiB) 74588

[startup+234.702 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 14171
/proc/meminfo: memFree=1469144/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=207.17
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 1022 53129 0 2 3 1 20649 64 16 0 1 0 1005156265 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 798 370 3 0 500 0
[pid=14170] ppid=14147 vsize=5356 CPUtime=0
/proc/14170/stat : 14170 (sh) S 14147 14147 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005177190 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14170/statm: 1339 232 193 169 0 50 0
[pid=14171] ppid=14170 vsize=51536 CPUtime=25.21
/proc/14171/stat : 14171 (picosat) R 14170 14147 11834 0 -1 4194304 13689 0 0 0 1401 1120 0 0 25 0 1 0 1005177191 52772864 12691 996147200 134512640 134931368 4294956256 18446744073709551615 134581906 0 0 4096 0 0 0 0 17 1 0 0
/proc/14171/statm: 12884 12691 47 102 0 12779 0
Current children cumulated CPU time (s) 232.38
Current children cumulated vsize (KiB) 70492

[startup+234.902 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 14171
/proc/meminfo: memFree=1469144/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=232.52
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 1070 67104 0 2 3 1 22061 1187 17 0 1 0 1005156265 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 232.52
Current children cumulated vsize (KiB) 13600

[startup+235.002 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 14171
/proc/meminfo: memFree=1469144/2055920 swapFree=4174728/4192956
[pid=14147] ppid=14145 vsize=13600 CPUtime=232.52
/proc/14147/stat : 14147 (sugar) S 14145 14147 11834 0 -1 4194304 1087 67104 0 2 3 1 22061 1187 16 0 1 0 1005156265 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14147/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 232.52
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 235.101
CPU time (s): 232.776
CPU user time (s): 220.827
CPU system time (s): 11.9482
CPU usage (%): 99.0108
Max. virtual memory (cumulated for all children) (KiB): 897704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 220.827
system time used= 11.9482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71993
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= 10286
involuntary context switches= 14770

runsolver used 0.292955 second user time and 0.799878 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-04 23:38:57
IDJOB=1078579
IDBENCH=56827
IDSOLVER=345
FILE ID=node35/1078579-1215207537
PBS_JOBID= 7881635
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-puzzle16.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-1078579-1215207537/watcher-1078579-1215207537 -o /tmp/evaluation-result-1078579-1215207537/solver-1078579-1215207537 -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-1078579-1215207537.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d45c5e9650243c44508acf520e4742e
RANDOM SEED=449941315

node35.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.261
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.261
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:       1576656 kB
Buffers:         57956 kB
Cached:         251148 kB
SwapCached:      11992 kB
Active:         264984 kB
Inactive:       147612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1576656 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            2572 kB
Writeback:           0 kB
Mapped:         110224 kB
Slab:            51924 kB
Committed_AS:  1680720 kB
PageTables:       2000 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= 66460 MiB
End job on node35 at 2008-07-04 23:42:52