Trace number 2063865

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.14.6+picosatSAT 145.865 146.096

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-11.xml
MD5SUM41854dee96060ea80d0fae628dff97c2
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.8838
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7046
Maximum constraint arity15
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6123
Global constraints used (with number of constraints)alldifferent(923)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:25:44 2009
0.00/0.08	c 0	PID 16091
0.06/0.08	c 0	HOST node33.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2063865-1247333144.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2063865-1247333144.xml' 'HOME/temp.csp'
0.06/0.92	c 1	251 domains, 400 variables, 1 predicates, 0 relations, 7046 constraints
0.06/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.92	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.94/1.01	c 1	Parsing HOME/temp.csp
1.05/1.18	c 1	parsed 7698 expressions
1.05/1.19	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.05/1.19	c 1	Converting to clausal form CSP
1.33/1.43	c 2	converted 770 (10%) expressions
1.93/2.02	c 2	converted 1540 (20%) expressions
2.43/2.52	c 3	converted 2310 (30%) expressions
2.83/2.95	c 3	converted 3080 (40%) expressions
3.43/3.51	c 4	converted 3849 (50%) expressions
3.82/3.92	c 4	converted 4619 (60%) expressions
4.22/4.33	c 5	converted 5389 (70%) expressions
4.62/4.73	c 5	converted 6159 (80%) expressions
10.82/10.95	c 11	converted 6929 (90%) expressions
51.30/51.49	c 52	converted 7698 (100%) expressions
51.30/51.49	c 52	CSP : 400 integers, 0 booleans, 85223 clauses, largest domain size 33
51.30/51.49	c 52	Heap : 390 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
51.30/51.49	c 52	Propagation in CSP
58.90/59.01	c 59	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
58.90/59.01	c 59	CSP : 400 integers, 0 booleans, 85223 clauses, largest domain size 33
58.90/59.01	c 59	Heap : 410 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
59.00/59.11	c 59	Simplifing CSP by introducing new Boolean variables
59.69/59.89	c 60	CSP : 400 integers, 178532 booleans, 263755 clauses, largest domain size 33
59.69/59.89	c 60	Heap : 440 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
62.29/62.46	c 63	Encoding CSP to SAT : HOME/temp.cnf
62.40/62.54	c 63	40 (10%) CSP integer variables are encoded (966 clauses, 10495 bytes)
62.40/62.55	c 63	80 (20%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
62.40/62.55	c 63	120 (30%) CSP integer variables are encoded (2868 clauses, 35221 bytes)
62.40/62.56	c 63	160 (40%) CSP integer variables are encoded (3797 clauses, 47298 bytes)
62.40/62.56	c 63	200 (50%) CSP integer variables are encoded (4733 clauses, 59466 bytes)
62.40/62.56	c 63	240 (60%) CSP integer variables are encoded (4905 clauses, 61702 bytes)
62.40/62.56	c 63	280 (70%) CSP integer variables are encoded (5084 clauses, 64029 bytes)
62.40/62.56	c 63	320 (80%) CSP integer variables are encoded (5279 clauses, 66564 bytes)
62.40/62.56	c 63	360 (90%) CSP integer variables are encoded (5466 clauses, 68995 bytes)
62.40/62.57	c 63	400 (100%) CSP integer variables are encoded (5652 clauses, 71413 bytes)
63.90/64.02	c 64	26376 (10%) CSP clauses are encoded (308373 clauses, 5813379 bytes)
65.59/65.75	c 66	52751 (20%) CSP clauses are encoded (712153 clauses, 13504613 bytes)
67.29/67.50	c 68	79127 (30%) CSP clauses are encoded (1124367 clauses, 21347565 bytes)
69.18/69.33	c 70	105502 (40%) CSP clauses are encoded (1550770 clauses, 29481272 bytes)
70.97/71.11	c 71	131878 (50%) CSP clauses are encoded (1966478 clauses, 37456075 bytes)
72.78/72.92	c 73	158253 (60%) CSP clauses are encoded (2384235 clauses, 45746424 bytes)
74.57/74.78	c 75	184629 (70%) CSP clauses are encoded (2807777 clauses, 54270853 bytes)
76.36/76.57	c 77	211004 (80%) CSP clauses are encoded (3221714 clauses, 62664692 bytes)
78.16/78.36	c 79	237380 (90%) CSP clauses are encoded (3640491 clauses, 71050173 bytes)
79.95/80.19	c 80	263755 (100%) CSP clauses are encoded (4063332 clauses, 79603709 bytes)
79.95/80.19	c 80	263755 CSP clauses encoded
79.95/80.19	c 80	Writing map file : HOME/temp.map
80.05/80.22	c 80	Heap : 475 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
80.05/80.22	c 80	SAT : 184545 SAT variables, 4063332 SAT clauses, 79603709 bytes
80.05/80.22	c 80	Heap : 475 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
80.13/80.33	c 81	SOLVING HOME/temp.cnf
80.13/80.33	c 81	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
145.21/145.46	c 146	DECODING HOME/temp.out WITH HOME/temp.map
145.21/145.46	c 146	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
145.28/145.55	c 146	Decoding HOME/temp.out
145.28/145.97	s SATISFIABLE
145.28/145.98	v 23 5 14 39 35 12 20 10 24 42 31 4 7 38 19 15 36 43 27 40 36 0 25 21 33 40 12 41 26 11 38 24 41 10 42 20 9 28 44 10 30 17 13 5 22 1 6 5 1 16 3 24 3 5 19 7 1 8 30 20 27 37 44 29 15 1 11 18 26 18 12 39 36 30 34 26 5 42 33 13 21 4 40 35 43 19 2 23 9 6 9 33 38 7 28 31 20 23 2 14 0 37 4 41 31 16 21 14 21 18 1 1 40 32 17 27 17 13 0 35 44 26 3 3 28 29 10 31 42 22 44 0 35 17 34 19 1 27 20 4 21 28 33 36 25 14 11 20 2 5 39 43 32 36 43 9 30 7 37 13 21 38 25 16 3 35 27 4 31 13 12 19 15 14 22 21 6 43 38 33 29 4 8 41 39 20 11 26 32 34 23 8 16 12 34 18 24 34 22 8 17 14 18 14 2 6 19 12 13 7 17 6 16 18 19 12 19 12 2 17 12 18 17 18 10 8 8 4 19 8 17 9 10 10 15 16 9 8 0 13 12 13 7 7 14 18 17 9 2 0 12 11 19 3 11 15 19 17 8 10 1 16 2 16 2 17 9 17 18 19 14 4 6 7 2 9 2 19 9 19 10 9 18 8 19 12 9 16 12 16 5 7 11 10 11 0 13 9 7 17 12 13 17 3 5 10 17 11 0 10 11 9 7 13 10 17 11 17 17 1 12 17 18 10 9 14 6 15 11 9 11 11 9 2 9 10 5 6 12 11 13 6 5 10 8 2 12 11 8 1 10 11 2 11 16 3 4 8 2 15 19 8 7 9 2 0 14 8 10 10 1 8 19 1 8 12 13 10 9 4 13 4 10 2 12 4 5 10 10 8 14 8 8 0 19 8 8 15 7 4
145.28/145.99	c 146	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
145.28/146.06	c 146	CPU 145.8 (0.05 0.02 124.58 21.15)
145.28/146.06	c 146	END Sat Jul 11 19:28:10 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2063865-1247333144/watcher-2063865-1247333144 -o /tmp/evaluation-result-2063865-1247333144/solver-2063865-1247333144 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2063865-1247333144.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.12 1.87 3/74 16091
/proc/meminfo: memFree=1011896/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=12000 CPUtime=0
/proc/16091/stat : 16091 (sugar) R 16089 16091 13936 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 20380417 12288000 176 996147200 4194304 4206940 548682068608 18446744073709551615 210833019904 0 0 4224 0 0 0 0 17 1 0 0
/proc/16091/statm: 3000 176 137 3 0 100 0

[startup+0.08263 s]
/proc/loadavg: 2.09 2.12 1.87 3/74 16091
/proc/meminfo: memFree=1011896/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16740 CPUtime=0.06
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20380417 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101475 s]
/proc/loadavg: 2.09 2.12 1.87 3/74 16091
/proc/meminfo: memFree=1011896/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=0.06
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20380417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301496 s]
/proc/loadavg: 2.09 2.12 1.87 3/74 16091
/proc/meminfo: memFree=1011896/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=0.06
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20380417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701543 s]
/proc/loadavg: 2.09 2.12 1.87 3/74 16091
/proc/meminfo: memFree=1011896/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=0.06
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20380417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50264 s]
/proc/loadavg: 2.09 2.12 1.87 3/85 16113
/proc/meminfo: memFree=1004504/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=0.89
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1309 8310 0 1 5 2 77 5 16 0 1 0 20380417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1111 409 3 0 796 0
[pid=16104] ppid=16091 vsize=5356 CPUtime=0
/proc/16104/stat : 16104 (sh) S 16091 16091 13936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20380510 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16104/statm: 1339 233 193 169 0 50 0
[pid=16105] ppid=16104 vsize=867076 CPUtime=0.55
/proc/16105/stat : 16105 (java) S 16104 16091 13936 0 -1 0 6751 0 1 0 51 4 0 0 18 0 9 0 20380510 887885824 6024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16105/statm: 216769 6024 2565 9 0 211274 0
[pid=16105/tid=16106] ppid=16104 vsize=867076 CPUtime=0.32
/proc/16105/task/16106/stat : 16106 (java) R 16104 16091 13936 0 -1 64 2659 0 1 0 31 1 0 0 18 0 9 0 20380511 887885824 6024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16107] ppid=16104 vsize=867076 CPUtime=0.09
/proc/16105/task/16107/stat : 16107 (java) S 16104 16091 13936 0 -1 64 2378 0 0 0 8 1 0 0 16 0 9 0 20380512 887885824 6024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16108] ppid=16104 vsize=867076 CPUtime=0
/proc/16105/task/16108/stat : 16108 (java) S 16104 16091 13936 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20380513 887885824 6024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16109] ppid=16104 vsize=867076 CPUtime=0
/proc/16105/task/16109/stat : 16109 (java) S 16104 16091 13936 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20380513 887885824 6024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16110] ppid=16104 vsize=867076 CPUtime=0
/proc/16105/task/16110/stat : 16110 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20380515 887885824 6024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16111] ppid=16104 vsize=867076 CPUtime=0.1
/proc/16105/task/16111/stat : 16111 (java) R 16104 16091 13936 0 -1 64 1015 0 0 0 10 0 0 0 16 0 9 0 20380515 887885824 6024 996147200 134512640 134550932 4294955936 18446744073709551615 102019556 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16112] ppid=16104 vsize=867076 CPUtime=0
/proc/16105/task/16112/stat : 16112 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20380515 887885824 6024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16113] ppid=16104 vsize=867076 CPUtime=0
/proc/16105/task/16113/stat : 16113 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20380515 887885824 6024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 889300

[startup+3.10283 s]
/proc/loadavg: 2.09 2.12 1.87 3/85 16113
/proc/meminfo: memFree=987288/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=0.89
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1309 8310 0 1 5 2 77 5 16 0 1 0 20380417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1111 409 3 0 796 0
[pid=16104] ppid=16091 vsize=5356 CPUtime=0
/proc/16104/stat : 16104 (sh) S 16091 16091 13936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20380510 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16104/statm: 1339 233 193 169 0 50 0
[pid=16105] ppid=16104 vsize=868592 CPUtime=2.14
/proc/16105/stat : 16105 (java) S 16104 16091 13936 0 -1 0 10931 0 1 0 207 7 0 0 18 0 9 0 20380510 889438208 10124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16105/statm: 217148 10124 2566 9 0 211653 0
[pid=16105/tid=16106] ppid=16104 vsize=868592 CPUtime=1.57
/proc/16105/task/16106/stat : 16106 (java) R 16104 16091 13936 0 -1 64 2824 0 1 0 156 1 0 0 25 0 9 0 20380511 889438208 10124 996147200 134512640 134550932 4294955936 18446744073709551615 4126509617 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16107] ppid=16104 vsize=868592 CPUtime=0.37
/proc/16105/task/16107/stat : 16107 (java) S 16104 16091 13936 0 -1 64 5930 0 0 0 34 3 0 0 16 0 9 0 20380512 889438208 10124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16108] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16108/stat : 16108 (java) S 16104 16091 13936 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20380513 889438208 10124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16109] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16109/stat : 16109 (java) S 16104 16091 13936 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20380513 889438208 10124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16110] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16110/stat : 16110 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20380515 889438208 10124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16111] ppid=16104 vsize=868592 CPUtime=0.16
/proc/16105/task/16111/stat : 16111 (java) S 16104 16091 13936 0 -1 64 1478 0 0 0 15 1 0 0 15 0 9 0 20380515 889438208 10124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16112] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16112/stat : 16112 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20380515 889438208 10124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16113] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16113/stat : 16113 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20380515 889438208 10124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890816

[startup+6.30302 s]
/proc/loadavg: 2.09 2.12 1.87 4/85 16113
/proc/meminfo: memFree=955672/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=0.89
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1309 8310 0 1 5 2 77 5 16 0 1 0 20380417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1111 409 3 0 796 0
[pid=16104] ppid=16091 vsize=5356 CPUtime=0
/proc/16104/stat : 16104 (sh) S 16091 16091 13936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20380510 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16104/statm: 1339 233 193 169 0 50 0
[pid=16105] ppid=16104 vsize=868592 CPUtime=5.33
/proc/16105/stat : 16105 (java) S 16104 16091 13936 0 -1 0 18521 0 1 0 522 11 0 0 18 0 9 0 20380510 889438208 17652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16105/statm: 217148 17652 2566 9 0 211653 0
[pid=16105/tid=16106] ppid=16104 vsize=868592 CPUtime=4.02
/proc/16105/task/16106/stat : 16106 (java) R 16104 16091 13936 0 -1 64 3337 0 1 0 400 2 0 0 25 0 9 0 20380511 889438208 17652 996147200 134512640 134550932 4294955936 18446744073709551615 4126426178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16107] ppid=16104 vsize=868592 CPUtime=1.11
/proc/16105/task/16107/stat : 16107 (java) S 16104 16091 13936 0 -1 64 12985 0 0 0 104 7 0 0 16 0 9 0 20380512 889438208 17652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16108] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16108/stat : 16108 (java) S 16104 16091 13936 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20380513 889438208 17652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16109] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16109/stat : 16109 (java) S 16104 16091 13936 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20380513 889438208 17652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16110] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16110/stat : 16110 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20380515 889438208 17652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16111] ppid=16104 vsize=868592 CPUtime=0.17
/proc/16105/task/16111/stat : 16111 (java) S 16104 16091 13936 0 -1 64 1500 0 0 0 16 1 0 0 15 0 9 0 20380515 889438208 17652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16112] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16112/stat : 16112 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20380515 889438208 17652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16113] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16113/stat : 16113 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20380515 889438208 17652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 890816

[startup+12.7028 s]
/proc/loadavg: 2.07 2.12 1.87 4/85 16113
/proc/meminfo: memFree=896280/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=0.89
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1309 8310 0 1 5 2 77 5 16 0 1 0 20380417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1111 409 3 0 796 0
[pid=16104] ppid=16091 vsize=5356 CPUtime=0
/proc/16104/stat : 16104 (sh) S 16091 16091 13936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20380510 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16104/statm: 1339 233 193 169 0 50 0
[pid=16105] ppid=16104 vsize=868592 CPUtime=11.73
/proc/16105/stat : 16105 (java) S 16104 16091 13936 0 -1 0 36179 0 1 0 1152 21 0 0 18 0 9 0 20380510 889438208 31731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16105/statm: 217148 31731 2567 9 0 211653 0
[pid=16105/tid=16106] ppid=16104 vsize=868592 CPUtime=9.18
/proc/16105/task/16106/stat : 16106 (java) R 16104 16091 13936 0 -1 64 3808 0 1 0 916 2 0 0 25 0 9 0 20380511 889438208 31731 996147200 134512640 134550932 4294955936 18446744073709551615 4126547156 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16107] ppid=16104 vsize=868592 CPUtime=2.34
/proc/16105/task/16107/stat : 16107 (java) S 16104 16091 13936 0 -1 64 30172 0 0 0 218 16 0 0 16 0 9 0 20380512 889438208 31731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16108] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16108/stat : 16108 (java) S 16104 16091 13936 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20380513 889438208 31731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16109] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16109/stat : 16109 (java) S 16104 16091 13936 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20380513 889438208 31731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16110] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16110/stat : 16110 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20380515 889438208 31731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16111] ppid=16104 vsize=868592 CPUtime=0.17
/proc/16105/task/16111/stat : 16111 (java) S 16104 16091 13936 0 -1 64 1500 0 0 0 16 1 0 0 15 0 9 0 20380515 889438208 31731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16112] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16112/stat : 16112 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20380515 889438208 31731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16113] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16113/stat : 16113 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20380515 889438208 31731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 890816

[startup+25.5013 s]
/proc/loadavg: 2.14 2.13 1.88 3/85 16113
/proc/meminfo: memFree=787864/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=0.89
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1309 8310 0 1 5 2 77 5 16 0 1 0 20380417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1111 409 3 0 796 0
[pid=16104] ppid=16091 vsize=5356 CPUtime=0
/proc/16104/stat : 16104 (sh) S 16091 16091 13936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20380510 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16104/statm: 1339 233 193 169 0 50 0
[pid=16105] ppid=16104 vsize=868592 CPUtime=24.52
/proc/16105/stat : 16105 (java) S 16104 16091 13936 0 -1 0 70293 0 1 0 2413 39 0 0 18 0 9 0 20380510 889438208 58109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16105/statm: 217148 58109 2567 9 0 211653 0
[pid=16105/tid=16106] ppid=16104 vsize=868592 CPUtime=18.41
/proc/16105/task/16106/stat : 16106 (java) R 16104 16091 13936 0 -1 64 5791 0 1 0 1837 4 0 0 25 0 9 0 20380511 889438208 58109 996147200 134512640 134550932 4294955936 18446744073709551615 4126509553 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16107] ppid=16104 vsize=868592 CPUtime=5.9
/proc/16105/task/16107/stat : 16107 (java) S 16104 16091 13936 0 -1 64 62303 0 0 0 558 32 0 0 16 0 9 0 20380512 889438208 58109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16108] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16108/stat : 16108 (java) S 16104 16091 13936 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20380513 889438208 58109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16109] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16109/stat : 16109 (java) S 16104 16091 13936 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20380513 889438208 58109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16110] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16110/stat : 16110 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20380515 889438208 58109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16111] ppid=16104 vsize=868592 CPUtime=0.17
/proc/16105/task/16111/stat : 16111 (java) S 16104 16091 13936 0 -1 64 1500 0 0 0 16 1 0 0 15 0 9 0 20380515 889438208 58109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16112] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16112/stat : 16112 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20380515 889438208 58109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16113] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16113/stat : 16113 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20380515 889438208 58109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 890816

[startup+51.1014 s]
/proc/loadavg: 2.09 2.12 1.88 3/85 16113
/proc/meminfo: memFree=578520/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=0.89
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1309 8310 0 1 5 2 77 5 16 0 1 0 20380417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1111 409 3 0 796 0
[pid=16104] ppid=16091 vsize=5356 CPUtime=0
/proc/16104/stat : 16104 (sh) S 16091 16091 13936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20380510 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16104/statm: 1339 233 193 169 0 50 0
[pid=16105] ppid=16104 vsize=868592 CPUtime=50.11
/proc/16105/stat : 16105 (java) S 16104 16091 13936 0 -1 0 126811 0 1 0 4946 65 0 0 18 0 9 0 20380510 889438208 110410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16105/statm: 217148 110410 2567 9 0 211653 0
[pid=16105/tid=16106] ppid=16104 vsize=868592 CPUtime=38.97
/proc/16105/task/16106/stat : 16106 (java) R 16104 16091 13936 0 -1 64 7827 0 1 0 3891 6 0 0 25 0 9 0 20380511 889438208 110410 996147200 134512640 134550932 4294955936 18446744073709551615 4126511280 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16107] ppid=16104 vsize=868592 CPUtime=10.94
/proc/16105/task/16107/stat : 16107 (java) S 16104 16091 13936 0 -1 64 116785 0 0 0 1038 56 0 0 16 0 9 0 20380512 889438208 110410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16108] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16108/stat : 16108 (java) S 16104 16091 13936 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20380513 889438208 110410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16109] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16109/stat : 16109 (java) S 16104 16091 13936 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20380513 889438208 110410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16110] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16110/stat : 16110 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20380515 889438208 110410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16111] ppid=16104 vsize=868592 CPUtime=0.17
/proc/16105/task/16111/stat : 16111 (java) S 16104 16091 13936 0 -1 64 1500 0 0 0 16 1 0 0 15 0 9 0 20380515 889438208 110410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16112] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16112/stat : 16112 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20380515 889438208 110410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16105/tid=16113] ppid=16104 vsize=868592 CPUtime=0
/proc/16105/task/16113/stat : 16113 (java) S 16104 16091 13936 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20380515 889438208 110410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 890816

[startup+102.307 s]
/proc/loadavg: 2.08 2.11 1.89 3/77 16115
/proc/meminfo: memFree=833496/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=80.17
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1365 154359 0 2 5 2 7871 139 16 0 1 0 20380417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1113 409 3 0 796 0
[pid=16114] ppid=16091 vsize=5356 CPUtime=0
/proc/16114/stat : 16114 (sh) S 16091 16091 13936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20388450 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16114/statm: 1339 232 193 169 0 50 0
[pid=16115] ppid=16114 vsize=99312 CPUtime=21.94
/proc/16115/stat : 16115 (picosat) R 16114 16091 13936 0 -1 4194304 22651 0 0 0 1005 1189 0 0 25 0 1 0 20388451 101695488 22637 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16115/statm: 24828 22637 40 102 0 24723 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 121536

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

[startup+127.902 s]
/proc/loadavg: 2.05 2.10 1.89 3/77 16115
/proc/meminfo: memFree=773336/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=80.17
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1365 154359 0 2 5 2 7871 139 16 0 1 0 20380417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1113 409 3 0 796 0
[pid=16114] ppid=16091 vsize=5356 CPUtime=0
/proc/16114/stat : 16114 (sh) S 16091 16091 13936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20388450 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16114/statm: 1339 232 193 169 0 50 0
[pid=16115] ppid=16114 vsize=157388 CPUtime=47.54
/proc/16115/stat : 16115 (picosat) R 16114 16091 13936 0 -1 4194304 37262 0 0 0 2786 1968 0 0 25 0 1 0 20388451 161165312 37215 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16115/statm: 39347 37215 42 102 0 39242 0
Current children cumulated CPU time (s) 127.71
Current children cumulated vsize (KiB) 179612

[startup+134.302 s]
/proc/loadavg: 2.04 2.10 1.89 3/77 16115
/proc/meminfo: memFree=773016/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=80.17
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1365 154359 0 2 5 2 7871 139 16 0 1 0 20380417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1113 409 3 0 796 0
[pid=16114] ppid=16091 vsize=5356 CPUtime=0
/proc/16114/stat : 16114 (sh) S 16091 16091 13936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20388450 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16114/statm: 1339 232 193 169 0 50 0
[pid=16115] ppid=16114 vsize=157388 CPUtime=53.94
/proc/16115/stat : 16115 (picosat) R 16114 16091 13936 0 -1 4194304 37275 0 0 0 3426 1968 0 0 25 0 1 0 20388451 161165312 37228 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16115/statm: 39347 37228 42 102 0 39242 0
Current children cumulated CPU time (s) 134.11
Current children cumulated vsize (KiB) 179612

[startup+140.701 s]
/proc/loadavg: 2.04 2.10 1.89 3/77 16115
/proc/meminfo: memFree=772632/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=80.17
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1365 154359 0 2 5 2 7871 139 16 0 1 0 20380417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1113 409 3 0 796 0
[pid=16114] ppid=16091 vsize=5356 CPUtime=0
/proc/16114/stat : 16114 (sh) S 16091 16091 13936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20388450 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16114/statm: 1339 232 193 169 0 50 0
[pid=16115] ppid=16114 vsize=157520 CPUtime=60.34
/proc/16115/stat : 16115 (picosat) R 16114 16091 13936 0 -1 4194304 37301 0 0 0 4066 1968 0 0 25 0 1 0 20388451 161300480 37254 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/16115/statm: 39380 37254 42 102 0 39275 0
Current children cumulated CPU time (s) 140.51
Current children cumulated vsize (KiB) 179744

[startup+143.902 s]
/proc/loadavg: 2.04 2.09 1.89 3/77 16115
/proc/meminfo: memFree=772376/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=80.17
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1365 154359 0 2 5 2 7871 139 16 0 1 0 20380417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1113 409 3 0 796 0
[pid=16114] ppid=16091 vsize=5356 CPUtime=0
/proc/16114/stat : 16114 (sh) S 16091 16091 13936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20388450 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16114/statm: 1339 232 193 169 0 50 0
[pid=16115] ppid=16114 vsize=157520 CPUtime=63.53
/proc/16115/stat : 16115 (picosat) R 16114 16091 13936 0 -1 4194304 37313 0 0 0 4385 1968 0 0 25 0 1 0 20388451 161300480 37266 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/16115/statm: 39380 37266 42 102 0 39275 0
Current children cumulated CPU time (s) 143.7
Current children cumulated vsize (KiB) 179744

[startup+144.702 s]
/proc/loadavg: 2.04 2.09 1.89 3/77 16115
/proc/meminfo: memFree=772376/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=80.17
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1365 154359 0 2 5 2 7871 139 16 0 1 0 20380417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1113 409 3 0 796 0
[pid=16114] ppid=16091 vsize=5356 CPUtime=0
/proc/16114/stat : 16114 (sh) S 16091 16091 13936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20388450 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16114/statm: 1339 232 193 169 0 50 0
[pid=16115] ppid=16114 vsize=157520 CPUtime=64.33
/proc/16115/stat : 16115 (picosat) R 16114 16091 13936 0 -1 4194304 37315 0 0 0 4465 1968 0 0 25 0 1 0 20388451 161300480 37268 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/16115/statm: 39380 37268 42 102 0 39275 0
Current children cumulated CPU time (s) 144.5
Current children cumulated vsize (KiB) 179744

[startup+145.502 s]
/proc/loadavg: 2.04 2.09 1.89 3/77 16115
/proc/meminfo: memFree=771992/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=145.28
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1428 192072 0 2 5 2 12410 2111 17 0 1 0 20380417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 145.28
Current children cumulated vsize (KiB) 16868

[startup+145.902 s]
/proc/loadavg: 2.04 2.09 1.89 3/77 16115
/proc/meminfo: memFree=771992/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=145.28
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1446 192072 0 2 5 2 12410 2111 16 0 1 0 20380417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 145.28
Current children cumulated vsize (KiB) 16868

[startup+146.002 s]
/proc/loadavg: 2.04 2.09 1.89 3/77 16115
/proc/meminfo: memFree=771992/2055920 swapFree=4192812/4192956
[pid=16091] ppid=16089 vsize=16868 CPUtime=145.28
/proc/16091/stat : 16091 (sugar) S 16089 16091 13936 0 -1 4194304 1449 192072 0 2 5 2 12410 2111 15 0 1 0 20380417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16091/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 145.28
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 146.096
CPU time (s): 145.865
CPU user time (s): 124.648
CPU system time (s): 21.2168
CPU usage (%): 99.8418
Max. virtual memory (cumulated for all children) (KiB): 903628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.648
system time used= 21.2168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197645
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= 7701
involuntary context switches= 7598

runsolver used 0.200969 second user time and 0.473927 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-11 19:25:44
IDJOB=2063865
IDBENCH=54101
IDSOLVER=738
FILE ID=node33/2063865-1247333144
PBS_JOBID= 9506561
Free space on /tmp= 66320 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-11.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063865-1247333144/watcher-2063865-1247333144 -o /tmp/evaluation-result-2063865-1247333144/solver-2063865-1247333144 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2063865-1247333144.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 41854dee96060ea80d0fae628dff97c2
RANDOM SEED=953563807

node33.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.229
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.229
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:       1012440 kB
Buffers:         59832 kB
Cached:         639268 kB
SwapCached:        144 kB
Active:         479364 kB
Inactive:       499820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1012440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2420 kB
Writeback:           0 kB
Mapped:         291172 kB
Slab:            49036 kB
Committed_AS:   415428 kB
PageTables:       2396 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= 66316 MiB
End job on node33 at 2009-07-11 19:28:10