Trace number 1057943

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 178.162 181.055

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-5.xml
MD5SUMf5998e2cea9b4eec8b3b7aad8f0dac4c
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark57.0473
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints41851
Maximum constraint arity24
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension41551
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

0.01/0.44	c 0	Sugar v1-13 + HOME/picosat
0.01/0.44	c 0	BEGIN Thu Jul  3 21:03:41 2008
0.01/0.44	c 0	PID 16307
0.01/0.44	c 0	HOST node84.alineos.net
0.01/0.44	c 0	CONVERTING HOME/instance-1057943-1215111820.xml TO HOME/temp.csp
0.01/0.44	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1057943-1215111820.xml' 'HOME/temp.csp'
2.28/2.73	c 2	437 domains, 800 variables, 1 predicates, 0 relations, 41851 constraints
2.28/2.79	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.28/2.79	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'
2.32/2.86	c 2	Parsing HOME/temp.csp
2.72/3.22	c 3	parsed 10000 expressions
3.01/3.54	c 3	parsed 20000 expressions
3.31/3.83	c 3	parsed 30000 expressions
3.51/4.05	c 3	parsed 40000 expressions
3.61/4.14	c 3	parsed 43089 expressions
3.61/4.14	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.61/4.14	c 3	Converting to clausal form CSP
5.50/6.01	c 5	converted 4309 (10%) expressions
7.78/8.37	c 8	converted 8618 (20%) expressions
10.47/11.02	c 10	converted 12927 (30%) expressions
13.15/13.79	c 13	converted 17236 (40%) expressions
15.35/15.99	c 15	converted 21545 (50%) expressions
17.64/18.24	c 18	converted 25854 (60%) expressions
20.93/21.55	c 21	converted 30163 (70%) expressions
23.03/23.68	c 23	converted 34472 (80%) expressions
25.23/25.85	c 25	converted 38781 (90%) expressions
58.32/58.94	c 58	converted 43089 (100%) expressions
58.32/58.95	c 58	CSP : 800 integers, 0 booleans, 106473 clauses, largest domain size 34
58.32/58.95	c 58	Heap : 550 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
58.32/58.95	c 58	Propagation in CSP
64.62/65.24	c 65	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
64.62/65.24	c 65	CSP : 800 integers, 0 booleans, 106473 clauses, largest domain size 34
64.62/65.24	c 65	Heap : 568 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
64.72/65.33	c 65	Simplifing CSP by introducing new Boolean variables
65.91/66.53	c 66	CSP : 800 integers, 291905 booleans, 398378 clauses, largest domain size 34
65.91/66.53	c 66	Heap : 631 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
68.72/69.37	c 69	Encoding CSP to SAT : HOME/temp.cnf
68.81/69.47	c 69	80 (10%) CSP integer variables are encoded (1878 clauses, 22355 bytes)
68.81/69.48	c 69	160 (20%) CSP integer variables are encoded (3788 clauses, 47185 bytes)
68.81/69.49	c 69	240 (30%) CSP integer variables are encoded (5650 clauses, 71391 bytes)
68.81/69.50	c 69	320 (40%) CSP integer variables are encoded (7596 clauses, 96689 bytes)
68.89/69.50	c 69	400 (50%) CSP integer variables are encoded (9501 clauses, 121454 bytes)
68.89/69.51	c 69	480 (60%) CSP integer variables are encoded (9975 clauses, 128393 bytes)
68.89/69.51	c 69	560 (70%) CSP integer variables are encoded (10518 clauses, 136538 bytes)
68.89/69.51	c 69	640 (80%) CSP integer variables are encoded (11087 clauses, 145073 bytes)
68.89/69.51	c 69	720 (90%) CSP integer variables are encoded (11623 clauses, 153113 bytes)
68.89/69.51	c 69	800 (100%) CSP integer variables are encoded (12266 clauses, 162758 bytes)
71.09/71.72	c 71	39838 (10%) CSP clauses are encoded (543065 clauses, 10253865 bytes)
73.20/73.81	c 73	79676 (20%) CSP clauses are encoded (1051031 clauses, 20351694 bytes)
75.39/76.07	c 75	119514 (30%) CSP clauses are encoded (1598890 clauses, 31458775 bytes)
77.59/78.27	c 78	159352 (40%) CSP clauses are encoded (2124749 clauses, 42511644 bytes)
79.78/80.48	c 80	199189 (50%) CSP clauses are encoded (2660425 clauses, 53768500 bytes)
82.47/83.13	c 82	239027 (60%) CSP clauses are encoded (3318443 clauses, 67227348 bytes)
85.17/85.84	c 85	278865 (70%) CSP clauses are encoded (3997157 clauses, 80967701 bytes)
87.86/88.58	c 88	318703 (80%) CSP clauses are encoded (4679408 clauses, 94873692 bytes)
90.62/91.98	c 91	358541 (90%) CSP clauses are encoded (5359976 clauses, 108704232 bytes)
93.42/96.22	c 96	398378 (100%) CSP clauses are encoded (6049003 clauses, 122761505 bytes)
93.42/96.22	c 96	398378 CSP clauses encoded
93.42/96.23	c 96	Writing map file : HOME/temp.map
93.42/96.27	c 96	Heap : 628 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
93.42/96.28	c 96	SAT : 304879 SAT variables, 6049003 SAT clauses, 122761505 bytes
93.42/96.28	c 96	Heap : 628 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
93.51/96.38	c 96	SOLVING HOME/temp.cnf
93.51/96.38	c 96	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
177.50/180.46	c 180	DECODING HOME/temp.out WITH HOME/temp.map
177.50/180.46	c 180	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
177.57/180.54	c 180	Decoding HOME/temp.out
177.57/180.95	s SATISFIABLE
177.57/180.98	v 13 4 38 30 41 6 16 10 0 20 24 34 33 41 36 41 35 9 27 32 35 21 32 25 28 1 19 14 11 42 4 18 31 44 2 3 13 27 21 3 43 27 19 21 32 23 38 6 32 12 19 0 42 16 38 42 0 13 12 37 40 30 16 19 32 44 1 10 9 7 27 6 34 9 35 16 7 26 12 15 14 29 2 34 17 12 24 28 34 44 8 21 30 3 19 21 27 22 44 30 22 5 38 31 38 20 18 29 15 43 13 43 8 26 17 21 31 12 5 17 28 13 22 40 28 15 41 14 28 40 18 19 37 37 1 15 13 10 8 35 8 17 26 38 23 36 25 3 2 26 20 3 10 29 39 22 2 29 24 36 24 17 8 42 31 40 20 4 40 37 11 42 31 10 6 5 3 22 32 16 28 26 26 40 20 9 34 43 35 27 18 39 6 15 7 17 14 36 18 39 33 11 27 20 30 13 43 34 16 28 25 24 20 15 43 42 18 9 1 38 26 4 13 0 36 36 0 31 43 39 3 2 26 9 25 23 32 35 17 4 22 7 29 2 24 33 30 17 32 17 38 32 23 24 14 25 14 23 18 29 6 26 33 19 25 5 36 34 17 1 26 23 16 28 35 2 23 10 11 27 42 19 10 26 1 7 14 14 39 7 3 21 22 15 33 31 26 2 17 13 29 41 8 5 33 39 41 10 1 9 16 15 8 9 4 23 29 11 33 30 3 43 15 31 28 33 7 40 3 25 39 40 4 36 11 25 44 21 8 41 30 41 1 7 21 27 34 11 44 44 8 7 0 1 11 5 25 25 8 22 34 37 35 2 0 39 37 12 6 4 5 30 39 37 4 44 13 37 17 29 35 6 14 43 43 32 38 12 10 8 42 11 19 27 6 31 41 11 24 24 16 14 12 8 19 0 13 7 15 9 9 0 9 14 0 17 13 18 15 18 15 16 3 18 2 12 9 5 14 11 17 19 14 18 18 13 19 9 15 12 0 8 14 17 15 7 19 14 11 19 12 14 17 2 16 5 12 14 12 16 9 12 19 15 16 0 15 3 19 16 3 6 18 11 19 12 18 2 13 11 12 0 16 19 12 7 17 16 15 13 3 19 15 17 19 12 12 15 19 18 14 2 15 15 14 14 18 17 3 18 9 17 13 11 16 11 17 18 11 11 14 7 8 14 9 18 7 17 8 17 11 18 19 18 19 17 13 16 18 9 15 19 14 13 9 7 14 18 19 18 11 7 11 16 12 12 17 15 16 19 13 18 17 18 16 16 19 16 15 1 18 12 11 19 17 18 16 11 14 5 6 17 13 13 1 15 4 19 17 19 17 17 18 16 15 13 11 15 2 16 19 17 16 13 3 18 9 16 9 18 19 19 18 19 7 19 16 14 18 18 16 15 3 3 16 14 19 5 11 2 19 2 9 3 9 2 13 2 17 3 2 3 11 5 18 1 1 15 19 8 7 0 18 2 7 11 19 19 14 12 16 3 18 16 17 17 13 8 2 17 15 13 7 19 6 11 0 8 16 18 15 17 2 19 16 19 3 9 11 13 8 13 13 14 17 12 1 8 14 1 9 16 19 9 16 9 12 15 11 12 15 15 6 9 0 17 6 8 12 14 15 6 12 4 17 0 12 12 0 15 0 8 13 9 19 7 17 6 12 5 11 9 13 11 9 17 3 15 16 14 5 10 9 3 13 8 16 5 4 3 1 3 0 4 1 8 17 3 19 11 7 7 1 9 2 12 2 2 0 1 18 3 18 1 4 12 17 2 18 2 0 6 11 13 15 0 4 0 15 1
177.57/180.98	c 180	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
178.08/181.00	c 180	CPU 149.27 (0.03 0.02 149.24 28.78)
178.08/181.00	c 180	END Thu Jul  3 21:06:41 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-1057943-1215111820/watcher-1057943-1215111820 -o /tmp/evaluation-result-1057943-1215111820/solver-1057943-1215111820 -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-1057943-1215111820.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.07 1.99 1.91 4/82 16307
/proc/meminfo: memFree=1036936/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=18572 CPUtime=0
/proc/16307/stat : 16307 (runsolver) D 16305 16307 15908 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 634102172 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 243665530151 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/16307/statm: 4643 292 257 25 0 2626 0

[startup+0.0338689 s]
/proc/loadavg: 2.07 1.99 1.91 4/82 16307
/proc/meminfo: memFree=1036936/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=124 CPUtime=0
/proc/16307/stat : 16307 (sugar) D 16305 16307 15908 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 634102172 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 243662910857 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/16307/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101911 s]
/proc/loadavg: 2.07 1.99 1.91 4/82 16307
/proc/meminfo: memFree=1036936/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=8540 CPUtime=0
/proc/16307/stat : 16307 (sugar) D 16305 16307 15908 0 -1 4194304 66 0 1 0 0 0 0 0 18 0 1 0 634102172 8744960 52 996147200 4194304 4206940 548682068608 18446744073709551615 243662914308 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/16307/statm: 2135 52 39 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8540

[startup+0.301932 s]
/proc/loadavg: 2.07 1.99 1.91 4/82 16307
/proc/meminfo: memFree=1036936/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=12268 CPUtime=0
/proc/16307/stat : 16307 (sugar) D 16305 16307 15908 0 -1 4194304 333 0 15 0 0 0 0 0 18 0 1 0 634102172 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 243674430462 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/16307/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.70198 s]
/proc/loadavg: 2.07 1.99 1.91 4/82 16307
/proc/meminfo: memFree=1036936/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=13600 CPUtime=0.04
/proc/16307/stat : 16307 (sugar) S 16305 16307 15908 0 -1 4194304 884 127 16 0 2 2 0 0 16 0 1 0 634102172 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16307/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50103 s]
/proc/loadavg: 2.07 1.99 1.91 3/93 16319
/proc/meminfo: memFree=1012912/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=13600 CPUtime=0.04
/proc/16307/stat : 16307 (sugar) S 16305 16307 15908 0 -1 4194304 884 127 16 0 2 2 0 0 16 0 1 0 634102172 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16307/statm: 3400 796 370 3 0 500 0
[pid=16310] ppid=16307 vsize=5356 CPUtime=0
/proc/16310/stat : 16310 (sh) S 16307 16307 15908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634102217 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16310/statm: 1339 233 193 169 0 50 0
[pid=16311] ppid=16310 vsize=864664 CPUtime=1.03
/proc/16311/stat : 16311 (java) S 16310 16307 15908 0 -1 0 14780 0 1 0 96 7 0 0 20 0 9 0 634102217 885415936 12333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16311/statm: 216166 12333 2529 9 0 210748 0
[pid=16311/tid=16312] ppid=16310 vsize=864664 CPUtime=0.53
/proc/16311/task/16312/stat : 16312 (java) R 16310 16307 15908 0 -1 64 3029 0 1 0 50 3 0 0 25 0 9 0 634102218 885415936 12333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16311/tid=16313] ppid=16310 vsize=864664 CPUtime=0.4
/proc/16311/task/16313/stat : 16313 (java) S 16310 16307 15908 0 -1 64 10565 0 0 0 37 3 0 0 16 0 9 0 634102219 885415936 12334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16311/tid=16314] ppid=16310 vsize=864664 CPUtime=0
/proc/16311/task/16314/stat : 16314 (java) S 16310 16307 15908 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 634102219 885415936 12334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16311/tid=16315] ppid=16310 vsize=864664 CPUtime=0
/proc/16311/task/16315/stat : 16315 (java) S 16310 16307 15908 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 634102219 885415936 12335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16311/tid=16316] ppid=16310 vsize=864664 CPUtime=0
/proc/16311/task/16316/stat : 16316 (java) S 16310 16307 15908 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634102221 885415936 12336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16311/tid=16317] ppid=16310 vsize=864664 CPUtime=0.08
/proc/16311/task/16317/stat : 16317 (java) S 16310 16307 15908 0 -1 64 487 0 0 0 8 0 0 0 16 0 9 0 634102221 885415936 12336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16311/tid=16318] ppid=16310 vsize=864664 CPUtime=0
/proc/16311/task/16318/stat : 16318 (java) S 16310 16307 15908 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634102221 885415936 12337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16311/tid=16319] ppid=16310 vsize=864664 CPUtime=0
/proc/16311/task/16319/stat : 16319 (java) S 16310 16307 15908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634102221 885415936 12337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 883620

[startup+3.10119 s]
/proc/loadavg: 2.06 1.99 1.91 3/93 16319
/proc/meminfo: memFree=971184/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=13600 CPUtime=2.32
/proc/16307/stat : 16307 (sugar) S 16305 16307 15908 0 -1 4194304 957 22790 16 1 2 2 214 14 16 0 1 0 634102172 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16307/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 13600

[startup+6.30256 s]
/proc/loadavg: 2.06 1.99 1.91 3/93 16329
/proc/meminfo: memFree=992176/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=13600 CPUtime=2.33
/proc/16307/stat : 16307 (sugar) S 16305 16307 15908 0 -1 4194304 958 22790 16 1 3 2 214 14 16 0 1 0 634102172 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16307/statm: 3400 797 370 3 0 500 0
[pid=16320] ppid=16307 vsize=5356 CPUtime=0
/proc/16320/stat : 16320 (sh) S 16307 16307 15908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634102452 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16320/statm: 1339 233 193 169 0 50 0
[pid=16321] ppid=16320 vsize=868412 CPUtime=3.47
/proc/16321/stat : 16321 (java) S 16320 16307 15908 0 -1 0 15835 0 1 0 338 9 0 0 18 0 9 0 634102452 889253888 14227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16321/statm: 217103 14227 2540 9 0 211678 0
[pid=16321/tid=16322] ppid=16320 vsize=868412 CPUtime=2.34
/proc/16321/task/16322/stat : 16322 (java) R 16320 16307 15908 0 -1 64 3287 0 1 0 233 1 0 0 25 0 9 0 634102453 889253888 14227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16323] ppid=16320 vsize=868412 CPUtime=0.91
/proc/16321/task/16323/stat : 16323 (java) R 16320 16307 15908 0 -1 64 10379 0 0 0 86 5 0 0 16 0 9 0 634102454 889253888 14227 996147200 134512640 134550740 4294955952 18446744073709551615 104179071 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16324] ppid=16320 vsize=868412 CPUtime=0
/proc/16321/task/16324/stat : 16324 (java) S 16320 16307 15908 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 634102454 889253888 14227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16325] ppid=16320 vsize=868412 CPUtime=0
/proc/16321/task/16325/stat : 16325 (java) S 16320 16307 15908 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 634102454 889253888 14227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16326] ppid=16320 vsize=868412 CPUtime=0
/proc/16321/task/16326/stat : 16326 (java) S 16320 16307 15908 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 634102456 889253888 14227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16327] ppid=16320 vsize=868412 CPUtime=0.18
/proc/16321/task/16327/stat : 16327 (java) S 16320 16307 15908 0 -1 64 1472 0 0 0 17 1 0 0 15 0 9 0 634102456 889253888 14227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16328] ppid=16320 vsize=868412 CPUtime=0
/proc/16321/task/16328/stat : 16328 (java) S 16320 16307 15908 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 634102456 889253888 14227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16329] ppid=16320 vsize=868412 CPUtime=0
/proc/16321/task/16329/stat : 16329 (java) S 16320 16307 15908 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634102456 889253888 14227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 887368

[startup+12.7022 s]
/proc/loadavg: 2.05 1.99 1.91 3/93 16329
/proc/meminfo: memFree=926384/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=13600 CPUtime=2.33
/proc/16307/stat : 16307 (sugar) S 16305 16307 15908 0 -1 4194304 958 22790 16 1 3 2 214 14 16 0 1 0 634102172 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16307/statm: 3400 797 370 3 0 500 0
[pid=16320] ppid=16307 vsize=5356 CPUtime=0
/proc/16320/stat : 16320 (sh) S 16307 16307 15908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634102452 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16320/statm: 1339 233 193 169 0 50 0
[pid=16321] ppid=16320 vsize=878660 CPUtime=9.83
/proc/16321/stat : 16321 (java) S 16320 16307 15908 0 -1 0 39500 0 1 0 965 18 0 0 18 0 9 0 634102452 899747840 32713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16321/statm: 219665 32713 2540 9 0 214240 0
[pid=16321/tid=16322] ppid=16320 vsize=878660 CPUtime=7.23
/proc/16321/task/16322/stat : 16322 (java) R 16320 16307 15908 0 -1 64 3724 0 1 0 721 2 0 0 25 0 9 0 634102453 899747840 32713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16323] ppid=16320 vsize=878660 CPUtime=2.39
/proc/16321/task/16323/stat : 16323 (java) R 16320 16307 15908 0 -1 64 33605 0 0 0 225 14 0 0 16 0 9 0 634102454 899747840 32713 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16324] ppid=16320 vsize=878660 CPUtime=0
/proc/16321/task/16324/stat : 16324 (java) S 16320 16307 15908 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 634102454 899747840 32713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16325] ppid=16320 vsize=878660 CPUtime=0
/proc/16321/task/16325/stat : 16325 (java) S 16320 16307 15908 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 634102454 899747840 32713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16326] ppid=16320 vsize=878660 CPUtime=0
/proc/16321/task/16326/stat : 16326 (java) S 16320 16307 15908 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 634102456 899747840 32713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16327] ppid=16320 vsize=878660 CPUtime=0.18
/proc/16321/task/16327/stat : 16327 (java) S 16320 16307 15908 0 -1 64 1474 0 0 0 17 1 0 0 16 0 9 0 634102456 899747840 32713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16328] ppid=16320 vsize=878660 CPUtime=0
/proc/16321/task/16328/stat : 16328 (java) S 16320 16307 15908 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 634102456 899747840 32713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16329] ppid=16320 vsize=878660 CPUtime=0
/proc/16321/task/16329/stat : 16329 (java) S 16320 16307 15908 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634102456 899747840 32713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 897616

[startup+25.5023 s]
/proc/loadavg: 2.04 1.99 1.91 3/93 16329
/proc/meminfo: memFree=800816/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=13600 CPUtime=2.33
/proc/16307/stat : 16307 (sugar) S 16305 16307 15908 0 -1 4194304 958 22790 16 1 3 2 214 14 16 0 1 0 634102172 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16307/statm: 3400 797 370 3 0 500 0
[pid=16320] ppid=16307 vsize=5356 CPUtime=0
/proc/16320/stat : 16320 (sh) S 16307 16307 15908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634102452 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16320/statm: 1339 233 193 169 0 50 0
[pid=16321] ppid=16320 vsize=868412 CPUtime=22.59
/proc/16321/stat : 16321 (java) S 16320 16307 15908 0 -1 0 73868 0 1 0 2227 32 0 0 18 0 9 0 634102452 889253888 60955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16321/statm: 217103 60955 2540 9 0 211678 0
[pid=16321/tid=16322] ppid=16320 vsize=868412 CPUtime=16.85
/proc/16321/task/16322/stat : 16322 (java) R 16320 16307 15908 0 -1 64 5556 0 1 0 1682 3 0 0 25 0 9 0 634102453 889253888 60955 996147200 134512640 134550740 4294955952 18446744073709551615 4126568567 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16323] ppid=16320 vsize=868412 CPUtime=5.54
/proc/16321/task/16323/stat : 16323 (java) S 16320 16307 15908 0 -1 64 66141 0 0 0 527 27 0 0 16 0 9 0 634102454 889253888 60955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16324] ppid=16320 vsize=868412 CPUtime=0
/proc/16321/task/16324/stat : 16324 (java) S 16320 16307 15908 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 634102454 889253888 60955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16325] ppid=16320 vsize=868412 CPUtime=0
/proc/16321/task/16325/stat : 16325 (java) S 16320 16307 15908 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 634102454 889253888 60955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16326] ppid=16320 vsize=868412 CPUtime=0
/proc/16321/task/16326/stat : 16326 (java) S 16320 16307 15908 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 634102456 889253888 60955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16327] ppid=16320 vsize=868412 CPUtime=0.18
/proc/16321/task/16327/stat : 16327 (java) S 16320 16307 15908 0 -1 64 1474 0 0 0 17 1 0 0 16 0 9 0 634102456 889253888 60955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16328] ppid=16320 vsize=868412 CPUtime=0
/proc/16321/task/16328/stat : 16328 (java) S 16320 16307 15908 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 634102456 889253888 60955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16329] ppid=16320 vsize=868412 CPUtime=0
/proc/16321/task/16329/stat : 16329 (java) S 16320 16307 15908 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634102456 889253888 60955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 887368

[startup+51.103 s]
/proc/loadavg: 2.15 2.02 1.93 4/93 16329
/proc/meminfo: memFree=547120/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=13600 CPUtime=2.33
/proc/16307/stat : 16307 (sugar) S 16305 16307 15908 0 -1 4194304 958 22790 16 1 3 2 214 14 16 0 1 0 634102172 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16307/statm: 3400 797 370 3 0 500 0
[pid=16320] ppid=16307 vsize=5356 CPUtime=0
/proc/16320/stat : 16320 (sh) S 16307 16307 15908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634102452 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16320/statm: 1339 233 193 169 0 50 0
[pid=16321] ppid=16320 vsize=878660 CPUtime=48.18
/proc/16321/stat : 16321 (java) S 16320 16307 15908 0 -1 0 144932 0 1 0 4758 60 0 0 18 0 9 0 634102452 899747840 125893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16321/statm: 219665 125893 2540 9 0 214240 0
[pid=16321/tid=16322] ppid=16320 vsize=878660 CPUtime=36.17
/proc/16321/task/16322/stat : 16322 (java) R 16320 16307 15908 0 -1 64 7417 0 1 0 3613 4 0 0 25 0 9 0 634102453 899747840 125893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16323] ppid=16320 vsize=878660 CPUtime=11.79
/proc/16321/task/16323/stat : 16323 (java) R 16320 16307 15908 0 -1 64 135339 0 0 0 1126 53 0 0 17 0 9 0 634102454 899747840 125893 996147200 134512640 134550740 4294955952 18446744073709551615 104180292 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16324] ppid=16320 vsize=878660 CPUtime=0
/proc/16321/task/16324/stat : 16324 (java) S 16320 16307 15908 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 634102454 899747840 125893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16325] ppid=16320 vsize=878660 CPUtime=0
/proc/16321/task/16325/stat : 16325 (java) S 16320 16307 15908 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 634102454 899747840 125893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16326] ppid=16320 vsize=878660 CPUtime=0
/proc/16321/task/16326/stat : 16326 (java) S 16320 16307 15908 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 634102456 899747840 125893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16327] ppid=16320 vsize=878660 CPUtime=0.19
/proc/16321/task/16327/stat : 16327 (java) S 16320 16307 15908 0 -1 64 1479 0 0 0 18 1 0 0 15 0 9 0 634102456 899747840 125893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16328] ppid=16320 vsize=878660 CPUtime=0
/proc/16321/task/16328/stat : 16328 (java) S 16320 16307 15908 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 634102456 899747840 125893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16329] ppid=16320 vsize=878660 CPUtime=0
/proc/16321/task/16329/stat : 16329 (java) S 16320 16307 15908 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634102456 899747840 125893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 897616

[startup+102.306 s]
/proc/loadavg: 2.61 2.15 1.97 3/85 16331
/proc/meminfo: memFree=879856/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=13600 CPUtime=93.61
/proc/16307/stat : 16307 (sugar) S 16305 16307 15908 0 -1 4194304 1007 212535 16 2 3 2 9180 176 16 0 1 0 634102172 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16307/statm: 3400 799 370 3 0 500 0
[pid=16330] ppid=16307 vsize=5356 CPUtime=0
/proc/16330/stat : 16330 (sh) S 16307 16307 15908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634111811 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16330/statm: 1339 232 193 169 0 50 0
[pid=16331] ppid=16330 vsize=30232 CPUtime=5.9
/proc/16331/stat : 16331 (picosat) R 16330 16307 15908 0 -1 4194304 6938 0 0 0 266 324 0 0 25 0 1 0 634111812 30957568 6924 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16331/statm: 7558 6924 40 102 0 7453 0
Current children cumulated CPU time (s) 99.51
Current children cumulated vsize (KiB) 49188

[startup+162.302 s]
/proc/loadavg: 2.22 2.12 1.97 3/85 16331
/proc/meminfo: memFree=684080/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=13600 CPUtime=93.61
/proc/16307/stat : 16307 (sugar) S 16305 16307 15908 0 -1 4194304 1007 212535 16 2 3 2 9180 176 16 0 1 0 634102172 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16307/statm: 3400 799 370 3 0 500 0
[pid=16330] ppid=16307 vsize=5356 CPUtime=0
/proc/16330/stat : 16330 (sh) S 16307 16307 15908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634111811 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16330/statm: 1339 232 193 169 0 50 0
[pid=16331] ppid=16330 vsize=251696 CPUtime=65.79
/proc/16331/stat : 16331 (picosat) R 16330 16307 15908 0 -1 4194304 56087 0 0 0 3886 2693 0 0 25 0 1 0 634111812 257736704 55975 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16331/statm: 62924 55975 48 102 0 62819 0
Current children cumulated CPU time (s) 159.4
Current children cumulated vsize (KiB) 270652

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

[startup+166.302 s]
/proc/loadavg: 2.22 2.12 1.97 3/85 16331
/proc/meminfo: memFree=683888/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=13600 CPUtime=93.61
/proc/16307/stat : 16307 (sugar) S 16305 16307 15908 0 -1 4194304 1007 212535 16 2 3 2 9180 176 16 0 1 0 634102172 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16307/statm: 3400 799 370 3 0 500 0
[pid=16330] ppid=16307 vsize=5356 CPUtime=0
/proc/16330/stat : 16330 (sh) S 16307 16307 15908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634111811 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16330/statm: 1339 232 193 169 0 50 0
[pid=16331] ppid=16330 vsize=251952 CPUtime=69.79
/proc/16331/stat : 16331 (picosat) R 16330 16307 15908 0 -1 4194304 56130 0 0 0 4286 2693 0 0 25 0 1 0 634111812 257998848 56018 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/16331/statm: 62988 56018 48 102 0 62883 0
Current children cumulated CPU time (s) 163.4
Current children cumulated vsize (KiB) 270908

[startup+172.706 s]
/proc/loadavg: 2.19 2.12 1.97 3/85 16331
/proc/meminfo: memFree=683632/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=13600 CPUtime=93.61
/proc/16307/stat : 16307 (sugar) S 16305 16307 15908 0 -1 4194304 1007 212535 16 2 3 2 9180 176 16 0 1 0 634102172 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16307/statm: 3400 799 370 3 0 500 0
[pid=16330] ppid=16307 vsize=5356 CPUtime=0
/proc/16330/stat : 16330 (sh) S 16307 16307 15908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634111811 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16330/statm: 1339 232 193 169 0 50 0
[pid=16331] ppid=16330 vsize=252080 CPUtime=76.19
/proc/16331/stat : 16331 (picosat) R 16330 16307 15908 0 -1 4194304 56203 0 0 0 4926 2693 0 0 25 0 1 0 634111812 258129920 56091 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16331/statm: 63020 56091 48 102 0 62915 0
Current children cumulated CPU time (s) 169.8
Current children cumulated vsize (KiB) 271036

[startup+175.902 s]
/proc/loadavg: 2.19 2.12 1.97 3/85 16331
/proc/meminfo: memFree=683504/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=13600 CPUtime=93.61
/proc/16307/stat : 16307 (sugar) S 16305 16307 15908 0 -1 4194304 1007 212535 16 2 3 2 9180 176 16 0 1 0 634102172 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16307/statm: 3400 799 370 3 0 500 0
[pid=16330] ppid=16307 vsize=5356 CPUtime=0
/proc/16330/stat : 16330 (sh) S 16307 16307 15908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634111811 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16330/statm: 1339 232 193 169 0 50 0
[pid=16331] ppid=16330 vsize=252212 CPUtime=79.39
/proc/16331/stat : 16331 (picosat) R 16330 16307 15908 0 -1 4194304 56236 0 0 0 5246 2693 0 0 25 0 1 0 634111812 258265088 56124 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16331/statm: 63053 56124 48 102 0 62948 0
Current children cumulated CPU time (s) 173
Current children cumulated vsize (KiB) 271168

[startup+179.102 s]
/proc/loadavg: 2.17 2.12 1.97 3/85 16331
/proc/meminfo: memFree=683440/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=13600 CPUtime=93.61
/proc/16307/stat : 16307 (sugar) S 16305 16307 15908 0 -1 4194304 1007 212535 16 2 3 2 9180 176 16 0 1 0 634102172 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16307/statm: 3400 799 370 3 0 500 0
[pid=16330] ppid=16307 vsize=5356 CPUtime=0
/proc/16330/stat : 16330 (sh) S 16307 16307 15908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634111811 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16330/statm: 1339 232 193 169 0 50 0
[pid=16331] ppid=16330 vsize=252340 CPUtime=82.58
/proc/16331/stat : 16331 (picosat) R 16330 16307 15908 0 -1 4194304 56267 0 0 0 5565 2693 0 0 25 0 1 0 634111812 258396160 56155 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/16331/statm: 63085 56155 48 102 0 62980 0
Current children cumulated CPU time (s) 176.19
Current children cumulated vsize (KiB) 271296

[startup+179.901 s]
/proc/loadavg: 2.17 2.12 1.97 3/85 16331
/proc/meminfo: memFree=683376/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=13600 CPUtime=93.61
/proc/16307/stat : 16307 (sugar) S 16305 16307 15908 0 -1 4194304 1007 212535 16 2 3 2 9180 176 16 0 1 0 634102172 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16307/statm: 3400 799 370 3 0 500 0
[pid=16330] ppid=16307 vsize=5356 CPUtime=0
/proc/16330/stat : 16330 (sh) S 16307 16307 15908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634111811 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16330/statm: 1339 232 193 169 0 50 0
[pid=16331] ppid=16330 vsize=253364 CPUtime=83.39
/proc/16331/stat : 16331 (picosat) R 16330 16307 15908 0 -1 4194304 56399 0 0 0 5645 2694 0 0 25 0 1 0 634111812 259444736 56287 996147200 134512640 134931368 4294956256 18446744073709551615 134525548 0 0 4096 0 0 0 0 17 1 0 0
/proc/16331/statm: 63341 56287 48 102 0 63236 0
Current children cumulated CPU time (s) 177
Current children cumulated vsize (KiB) 272320

[startup+180.701 s]
/proc/loadavg: 2.17 2.12 1.97 3/85 16331
/proc/meminfo: memFree=680496/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=13600 CPUtime=177.57
/proc/16307/stat : 16307 (sugar) S 16305 16307 15908 0 -1 4194304 1074 269232 16 2 3 2 14877 2875 15 0 1 0 634102172 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16307/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 177.57
Current children cumulated vsize (KiB) 13600

[startup+180.901 s]
/proc/loadavg: 2.17 2.12 1.97 3/85 16331
/proc/meminfo: memFree=680496/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=13600 CPUtime=177.57
/proc/16307/stat : 16307 (sugar) S 16305 16307 15908 0 -1 4194304 1074 269232 16 2 3 2 14877 2875 15 0 1 0 634102172 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16307/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 177.57
Current children cumulated vsize (KiB) 13600

[startup+181.001 s]
/proc/loadavg: 2.17 2.12 1.97 3/85 16331
/proc/meminfo: memFree=680496/2055920 swapFree=4176956/4192956
[pid=16307] ppid=16305 vsize=13600 CPUtime=178.08
/proc/16307/stat : 16307 (sugar) R 16305 16307 15908 0 -1 4194304 1103 273424 16 3 3 3 14924 2878 15 0 1 0 634102172 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16307/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 178.08
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 181.055
CPU time (s): 178.162
CPU user time (s): 149.285
CPU system time (s): 28.8766
CPU usage (%): 98.402
Max. virtual memory (cumulated for all children) (KiB): 900180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 149.285
system time used= 28.8766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274557
page faults= 19
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9464
involuntary context switches= 11451

runsolver used 0.255961 second user time and 0.58791 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-03 21:03:40
IDJOB=1057943
IDBENCH=54097
IDSOLVER=345
FILE ID=node84/1057943-1215111820
PBS_JOBID= 7877040
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-5.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-1057943-1215111820/watcher-1057943-1215111820 -o /tmp/evaluation-result-1057943-1215111820/solver-1057943-1215111820 -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-1057943-1215111820.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f5998e2cea9b4eec8b3b7aad8f0dac4c
RANDOM SEED=531087663

node84.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1037480 kB
Buffers:          9784 kB
Cached:         221240 kB
SwapCached:      10240 kB
Active:         822532 kB
Inactive:       160752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1037480 kB
SwapTotal:     4192956 kB
SwapFree:      4176956 kB
Dirty:            7520 kB
Writeback:           0 kB
Mapped:         767564 kB
Slab:            18908 kB
Committed_AS:  1834028 kB
PageTables:       3368 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= 66544 MiB
End job on node84 at 2008-07-03 21:06:41