Trace number 1077790

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 262.697 270.26

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-20-3-5.xml
MD5SUM19ed1df42e1c1e87990622e796acf2fb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity8
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 20:22:39 2008
0.00/0.04	c 0	PID 19176
0.00/0.04	c 0	HOST node22.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1077790-1215195759.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077790-1215195759.xml' 'HOME/temp.csp'
0.03/0.20	c 1	1 domains, 100 variables, 20 predicates, 0 relations, 20 constraints
0.03/0.25	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.25	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.21/0.32	c 1	Parsing HOME/temp.csp
0.21/0.38	c 1	parsed 141 expressions
0.21/0.38	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.21/0.38	c 1	Converting to clausal form CSP
0.21/0.40	c 1	converted 15 (10%) expressions
0.21/0.40	c 1	converted 29 (20%) expressions
0.21/0.40	c 1	converted 43 (30%) expressions
0.21/0.40	c 1	converted 57 (40%) expressions
0.21/0.40	c 1	converted 71 (50%) expressions
0.21/0.40	c 1	converted 85 (60%) expressions
0.21/0.40	c 1	converted 99 (70%) expressions
0.21/0.40	c 1	converted 113 (80%) expressions
0.21/0.42	c 1	converted 127 (90%) expressions
0.21/0.46	c 1	converted 141 (100%) expressions
0.21/0.46	c 1	CSP : 236 integers, 0 booleans, 312 clauses, largest domain size 2215
0.21/0.46	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.21/0.46	c 1	Propagation in CSP
0.21/0.48	c 1	24229 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.21/0.48	c 1	CSP : 236 integers, 0 booleans, 312 clauses, largest domain size 1891
0.21/0.48	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.21/0.48	c 1	Simplifing CSP by introducing new Boolean variables
0.21/0.48	c 1	CSP : 236 integers, 0 booleans, 312 clauses, largest domain size 1891
0.21/0.48	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.21/0.50	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.21/0.51	c 1	24 (10%) CSP integer variables are encoded (610 clauses, 6566 bytes)
0.21/0.52	c 1	48 (20%) CSP integer variables are encoded (1225 clauses, 13858 bytes)
0.21/0.52	c 1	71 (30%) CSP integer variables are encoded (1809 clauses, 21450 bytes)
0.21/0.52	c 1	95 (40%) CSP integer variables are encoded (2385 clauses, 28938 bytes)
0.21/0.53	c 1	118 (50%) CSP integer variables are encoded (13644 clauses, 182820 bytes)
0.21/0.56	c 1	142 (60%) CSP integer variables are encoded (32552 clauses, 466440 bytes)
0.21/0.57	c 1	166 (70%) CSP integer variables are encoded (47833 clauses, 695655 bytes)
0.21/0.60	c 1	189 (80%) CSP integer variables are encoded (71000 clauses, 1043160 bytes)
0.21/0.63	c 1	213 (90%) CSP integer variables are encoded (91247 clauses, 1346865 bytes)
0.21/0.65	c 1	236 (100%) CSP integer variables are encoded (111399 clauses, 1672388 bytes)
0.21/0.69	c 1	32 (10%) CSP clauses are encoded (126271 clauses, 1920407 bytes)
0.21/0.93	c 1	63 (20%) CSP clauses are encoded (276355 clauses, 4918938 bytes)
1.23/1.22	c 2	94 (30%) CSP clauses are encoded (441199 clauses, 8229328 bytes)
1.43/1.48	c 2	125 (40%) CSP clauses are encoded (597967 clauses, 11339315 bytes)
1.84/1.84	c 2	156 (50%) CSP clauses are encoded (813247 clauses, 15667222 bytes)
6.72/6.75	c 7	188 (60%) CSP clauses are encoded (3526936 clauses, 73635271 bytes)
19.53/26.97	c 27	219 (70%) CSP clauses are encoded (6950822 clauses, 147058452 bytes)
45.71/53.10	c 54	250 (80%) CSP clauses are encoded (11159753 clauses, 237429384 bytes)
82.29/89.73	c 90	281 (90%) CSP clauses are encoded (17064544 clauses, 364218984 bytes)
89.34/96.80	c 97	312 (100%) CSP clauses are encoded (18102049 clauses, 389458340 bytes)
89.34/96.80	c 97	312 CSP clauses encoded
89.34/96.80	c 97	Writing map file : HOME/temp.map
89.34/96.81	c 97	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
89.34/96.81	c 97	SAT : 111635 SAT variables, 18102049 SAT clauses, 389458340 bytes
89.34/96.81	c 97	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
89.34/96.85	c 97	SOLVING HOME/temp.cnf
89.34/96.85	c 97	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
262.22/269.80	c 270	DECODING HOME/temp.out WITH HOME/temp.map
262.22/269.80	c 270	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
262.22/269.88	c 270	Decoding HOME/temp.out
262.25/270.01	s SATISFIABLE
262.25/270.01	v 27 28 7 3 18 14 28 28 28 4 10 28 28 10 2 28 5 4 25 27 28 15 9 28 28 15 16 2 26 6 28 2 29 28 28 8 28 14 28 16 3 28 2 19 21 28 19 20 18 9 25 16 28 28 19 19 8 15 24 28 14 9 17 2 28 16 29 28 3 28 28 11 3 25 23 16 28 28 7 4 8 15 26 28 8 28 20 2 12 22 6 28 28 28 28 2 24 12 8 2
262.25/270.02	c 270	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
262.25/270.07	c 271	CPU 116.14 (0.03 0.01 116.11 146.34)
262.25/270.07	c 271	END Fri Jul  4 20:27:10 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-1077790-1215195759/watcher-1077790-1215195759 -o /tmp/evaluation-result-1077790-1215195759/solver-1077790-1215195759 -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-1077790-1215195759.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: 0.96 1.01 0.99 3/64 19176
/proc/meminfo: memFree=1953008/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=12268 CPUtime=0
/proc/19176/stat : 19176 (sugar) D 19174 19176 14088 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1998550100 12562432 316 996147200 4194304 4206940 548682068560 18446744073709551615 272467982949 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/19176/statm: 3067 316 241 3 0 167 0

[startup+0.0574341 s]
/proc/loadavg: 0.96 1.01 0.99 3/64 19176
/proc/meminfo: memFree=1953008/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=0.03
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 900 128 0 0 3 0 0 0 16 0 1 0 1998550100 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19176/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101439 s]
/proc/loadavg: 0.96 1.01 0.99 3/64 19176
/proc/meminfo: memFree=1953008/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=0.03
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 900 128 0 0 3 0 0 0 16 0 1 0 1998550100 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19176/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301469 s]
/proc/loadavg: 0.96 1.01 0.99 3/64 19176
/proc/meminfo: memFree=1953008/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=0.21
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 956 4162 0 1 3 0 16 2 16 0 1 0 1998550100 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19176/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 13600

[startup+0.701526 s]
/proc/loadavg: 0.96 1.01 0.99 3/64 19176
/proc/meminfo: memFree=1953008/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=0.21
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 973 4162 0 1 3 0 16 2 15 0 1 0 1998550100 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19176/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 13600

[startup+1.50264 s]
/proc/loadavg: 0.96 1.01 0.99 2/75 19198
/proc/meminfo: memFree=1938072/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=0.21
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 973 4162 0 1 3 0 16 2 15 0 1 0 1998550100 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19176/statm: 3400 797 370 3 0 500 0
[pid=19189] ppid=19176 vsize=5356 CPUtime=0
/proc/19189/stat : 19189 (sh) S 19176 19176 14088 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998550126 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19189/statm: 1339 233 193 169 0 50 0
[pid=19190] ppid=19189 vsize=865176 CPUtime=1.33
/proc/19190/stat : 19190 (java) S 19189 19176 14088 0 -1 0 5367 0 1 0 123 10 0 0 20 0 9 0 1998550126 885940224 4312 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19190/statm: 216294 4312 2562 9 0 210841 0
[pid=19190/tid=19191] ppid=19189 vsize=865176 CPUtime=1.13
/proc/19190/task/19191/stat : 19191 (java) R 19189 19176 14088 0 -1 64 3009 0 1 0 105 8 0 0 16 0 9 0 1998550127 885940224 4312 996147200 134512640 134550740 4294955904 18446744073709551615 4126519415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19192] ppid=19189 vsize=865176 CPUtime=0.09
/proc/19190/task/19192/stat : 19192 (java) S 19189 19176 14088 0 -1 64 1306 0 0 0 8 1 0 0 15 0 9 0 1998550128 885940224 4312 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19190/tid=19193] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19193/stat : 19193 (java) S 19189 19176 14088 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998550128 885940224 4312 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19194] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19194/stat : 19194 (java) S 19189 19176 14088 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998550128 885940224 4312 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19195] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19195/stat : 19195 (java) S 19189 19176 14088 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998550130 885940224 4312 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19190/tid=19196] ppid=19189 vsize=865176 CPUtime=0.1
/proc/19190/task/19196/stat : 19196 (java) S 19189 19176 14088 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 1998550130 885940224 4312 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19197] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19197/stat : 19197 (java) S 19189 19176 14088 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998550130 885940224 4312 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19190/tid=19198] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19198/stat : 19198 (java) S 19189 19176 14088 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998550130 885940224 4312 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 884132

[startup+3.10287 s]
/proc/loadavg: 0.96 1.01 0.99 2/75 19198
/proc/meminfo: memFree=1924824/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=0.21
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 973 4162 0 1 3 0 16 2 15 0 1 0 1998550100 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19176/statm: 3400 797 370 3 0 500 0
[pid=19189] ppid=19176 vsize=5356 CPUtime=0
/proc/19189/stat : 19189 (sh) S 19176 19176 14088 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998550126 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19189/statm: 1339 233 193 169 0 50 0
[pid=19190] ppid=19189 vsize=865176 CPUtime=2.94
/proc/19190/stat : 19190 (java) S 19189 19176 14088 0 -1 0 5892 0 1 0 270 24 0 0 20 0 9 0 1998550126 885940224 4313 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19190/statm: 216294 4313 2562 9 0 210841 0
[pid=19190/tid=19191] ppid=19189 vsize=865176 CPUtime=2.62
/proc/19190/task/19191/stat : 19191 (java) R 19189 19176 14088 0 -1 64 3532 0 1 0 243 19 0 0 17 0 9 0 1998550127 885940224 4313 996147200 134512640 134550740 4294955904 18446744073709551615 4126609345 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19192] ppid=19189 vsize=865176 CPUtime=0.19
/proc/19190/task/19192/stat : 19192 (java) S 19189 19176 14088 0 -1 64 1306 0 0 0 16 3 0 0 16 0 9 0 1998550128 885940224 4313 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19193] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19193/stat : 19193 (java) S 19189 19176 14088 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998550128 885940224 4313 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19194] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19194/stat : 19194 (java) S 19189 19176 14088 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998550128 885940224 4313 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19195] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19195/stat : 19195 (java) S 19189 19176 14088 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998550130 885940224 4313 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19190/tid=19196] ppid=19189 vsize=865176 CPUtime=0.1
/proc/19190/task/19196/stat : 19196 (java) S 19189 19176 14088 0 -1 64 362 0 0 0 10 0 0 0 16 0 9 0 1998550130 885940224 4313 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19197] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19197/stat : 19197 (java) S 19189 19176 14088 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998550130 885940224 4313 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19190/tid=19198] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19198/stat : 19198 (java) S 19189 19176 14088 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998550130 885940224 4313 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 884132

[startup+6.30134 s]
/proc/loadavg: 1.12 1.04 1.01 2/75 19198
/proc/meminfo: memFree=1884248/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=0.21
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 973 4162 0 1 3 0 16 2 15 0 1 0 1998550100 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19176/statm: 3400 797 370 3 0 500 0
[pid=19189] ppid=19176 vsize=5356 CPUtime=0
/proc/19189/stat : 19189 (sh) S 19176 19176 14088 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998550126 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19189/statm: 1339 233 193 169 0 50 0
[pid=19190] ppid=19189 vsize=865176 CPUtime=6.11
/proc/19190/stat : 19190 (java) S 19189 19176 14088 0 -1 0 6914 0 1 0 558 53 0 0 20 0 9 0 1998550126 885940224 4314 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19190/statm: 216294 4314 2562 9 0 210841 0
[pid=19190/tid=19191] ppid=19189 vsize=865176 CPUtime=5.59
/proc/19190/task/19191/stat : 19191 (java) R 19189 19176 14088 0 -1 64 4552 0 1 0 515 44 0 0 19 0 9 0 1998550127 885940224 4314 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19192] ppid=19189 vsize=865176 CPUtime=0.4
/proc/19190/task/19192/stat : 19192 (java) S 19189 19176 14088 0 -1 64 1306 0 0 0 32 8 0 0 16 0 9 0 1998550128 885940224 4314 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19193] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19193/stat : 19193 (java) S 19189 19176 14088 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998550128 885940224 4314 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19194] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19194/stat : 19194 (java) S 19189 19176 14088 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998550128 885940224 4314 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19195] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19195/stat : 19195 (java) S 19189 19176 14088 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998550130 885940224 4314 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19190/tid=19196] ppid=19189 vsize=865176 CPUtime=0.1
/proc/19190/task/19196/stat : 19196 (java) S 19189 19176 14088 0 -1 64 364 0 0 0 10 0 0 0 16 0 9 0 1998550130 885940224 4314 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19197] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19197/stat : 19197 (java) S 19189 19176 14088 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998550130 885940224 4314 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19190/tid=19198] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19198/stat : 19198 (java) S 19189 19176 14088 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998550130 885940224 4314 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 884132

[startup+12.7023 s]
/proc/loadavg: 1.19 1.05 1.01 1/75 19198
/proc/meminfo: memFree=1827992/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=0.21
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 973 4162 0 1 3 0 16 2 16 0 1 0 1998550100 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19176/statm: 3400 797 370 3 0 500 0
[pid=19189] ppid=19176 vsize=5356 CPUtime=0
/proc/19189/stat : 19189 (sh) S 19176 19176 14088 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998550126 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19189/statm: 1339 233 193 169 0 50 0
[pid=19190] ppid=19189 vsize=865176 CPUtime=9.93
/proc/19190/stat : 19190 (java) S 19189 19176 14088 0 -1 0 8157 0 1 0 908 85 0 0 20 0 9 0 1998550126 885940224 4315 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19190/statm: 216294 4315 2562 9 0 210841 0
[pid=19190/tid=19191] ppid=19189 vsize=865176 CPUtime=9.19
/proc/19190/task/19191/stat : 19191 (java) D 19189 19176 14088 0 -1 64 5794 0 1 0 848 71 0 0 15 0 9 0 1998550127 885940224 4315 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=19190/tid=19192] ppid=19189 vsize=865176 CPUtime=0.62
/proc/19190/task/19192/stat : 19192 (java) S 19189 19176 14088 0 -1 64 1306 0 0 0 49 13 0 0 16 0 9 0 1998550128 885940224 4315 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19193] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19193/stat : 19193 (java) S 19189 19176 14088 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998550128 885940224 4315 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19194] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19194/stat : 19194 (java) S 19189 19176 14088 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998550128 885940224 4315 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19195] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19195/stat : 19195 (java) S 19189 19176 14088 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998550130 885940224 4315 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19190/tid=19196] ppid=19189 vsize=865176 CPUtime=0.1
/proc/19190/task/19196/stat : 19196 (java) S 19189 19176 14088 0 -1 64 365 0 0 0 10 0 0 0 16 0 9 0 1998550130 885940224 4315 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19197] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19197/stat : 19197 (java) S 19189 19176 14088 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998550130 885940224 4315 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19190/tid=19198] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19198/stat : 19198 (java) S 19189 19176 14088 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998550130 885940224 4315 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.14
Current children cumulated vsize (KiB) 884132

[startup+25.5012 s]
/proc/loadavg: 1.22 1.07 1.01 2/75 19198
/proc/meminfo: memFree=1799320/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=0.21
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 973 4162 0 1 3 0 16 2 16 0 1 0 1998550100 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19176/statm: 3400 797 370 3 0 500 0
[pid=19189] ppid=19176 vsize=5356 CPUtime=0
/proc/19189/stat : 19189 (sh) S 19176 19176 14088 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998550126 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19189/statm: 1339 233 193 169 0 50 0
[pid=19190] ppid=19189 vsize=865176 CPUtime=17.93
/proc/19190/stat : 19190 (java) S 19189 19176 14088 0 -1 0 8899 0 1 0 1137 656 0 0 20 0 9 0 1998550126 885940224 4315 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19190/statm: 216294 4315 2562 9 0 210841 0
[pid=19190/tid=19191] ppid=19189 vsize=865176 CPUtime=17.01
/proc/19190/task/19191/stat : 19191 (java) R 19189 19176 14088 0 -1 64 6536 0 1 0 1065 636 0 0 20 0 9 0 1998550127 885940224 4315 996147200 134512640 134550740 4294955904 18446744073709551615 102064645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19192] ppid=19189 vsize=865176 CPUtime=0.79
/proc/19190/task/19192/stat : 19192 (java) S 19189 19176 14088 0 -1 64 1306 0 0 0 61 18 0 0 16 0 9 0 1998550128 885940224 4315 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19193] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19193/stat : 19193 (java) S 19189 19176 14088 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998550128 885940224 4315 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19190/tid=19194] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19194/stat : 19194 (java) S 19189 19176 14088 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998550128 885940224 4315 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=19190/tid=19197] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19197/stat : 19197 (java) S 19189 19176 14088 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998550130 885940224 4315 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19190/tid=19198] ppid=19189 vsize=865176 CPUtime=0
/proc/19190/task/19198/stat : 19198 (java) S 19189 19176 14088 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998550130 885940224 4315 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.71
Current children cumulated vsize (KiB) 884132

[startup+102.305 s]
/proc/loadavg: 1.11 1.06 1.01 2/67 19200
/proc/meminfo: memFree=1532056/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=89.36
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 1021 19995 0 2 3 0 3102 5831 17 0 1 0 1998550100 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19176/statm: 3400 798 370 3 0 500 0
[pid=19199] ppid=19176 vsize=5356 CPUtime=0
/proc/19199/stat : 19199 (sh) S 19176 19176 14088 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998559785 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19199/statm: 1339 232 193 169 0 50 0
[pid=19200] ppid=19199 vsize=29872 CPUtime=5.43
/proc/19200/stat : 19200 (picosat) R 19199 19176 14088 0 -1 4194304 7088 0 0 0 252 291 0 0 25 0 1 0 1998559786 30588928 7074 996147200 134512640 134931368 4294956208 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19200/statm: 7468 7074 40 102 0 7363 0
Current children cumulated CPU time (s) 94.79
Current children cumulated vsize (KiB) 48828

[startup+162.301 s]
/proc/loadavg: 1.04 1.05 1.01 2/67 19200
/proc/meminfo: memFree=1299480/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=89.36
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 1021 19995 0 2 3 0 3102 5831 17 0 1 0 1998550100 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19176/statm: 3400 798 370 3 0 500 0
[pid=19199] ppid=19176 vsize=5356 CPUtime=0
/proc/19199/stat : 19199 (sh) S 19176 19176 14088 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998559785 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19199/statm: 1339 232 193 169 0 50 0
[pid=19200] ppid=19199 vsize=269548 CPUtime=65.39
/proc/19200/stat : 19200 (picosat) R 19199 19176 14088 0 -1 4194304 65830 0 0 0 2962 3577 0 0 25 0 1 0 1998559786 276017152 65816 996147200 134512640 134931368 4294956208 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19200/statm: 67387 65816 40 102 0 67282 0
Current children cumulated CPU time (s) 154.75
Current children cumulated vsize (KiB) 288504

[startup+222.302 s]
/proc/loadavg: 1.01 1.04 1.00 2/67 19200
/proc/meminfo: memFree=1061784/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=89.36
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 1021 19995 0 2 3 0 3102 5831 17 0 1 0 1998550100 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19176/statm: 3400 798 370 3 0 500 0
[pid=19199] ppid=19176 vsize=5356 CPUtime=0
/proc/19199/stat : 19199 (sh) S 19176 19176 14088 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998559785 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19199/statm: 1339 232 193 169 0 50 0
[pid=19200] ppid=19199 vsize=511404 CPUtime=125.38
/proc/19200/stat : 19200 (picosat) R 19199 19176 14088 0 -1 4194304 124644 0 0 0 5692 6846 0 0 25 0 1 0 1998559786 523677696 124630 996147200 134512640 134931368 4294956208 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19200/statm: 127851 124630 40 102 0 127746 0
Current children cumulated CPU time (s) 214.74
Current children cumulated vsize (KiB) 530360

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

[startup+230.301 s]
/proc/loadavg: 1.01 1.04 1.00 2/67 19200
/proc/meminfo: memFree=1031512/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=89.36
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 1021 19995 0 2 3 0 3102 5831 17 0 1 0 1998550100 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19176/statm: 3400 798 370 3 0 500 0
[pid=19199] ppid=19176 vsize=5356 CPUtime=0
/proc/19199/stat : 19199 (sh) S 19176 19176 14088 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998559785 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19199/statm: 1339 232 193 169 0 50 0
[pid=19200] ppid=19199 vsize=539388 CPUtime=133.38
/proc/19200/stat : 19200 (picosat) R 19199 19176 14088 0 -1 4194304 132502 0 0 0 6064 7274 0 0 25 0 1 0 1998559786 552333312 132488 996147200 134512640 134931368 4294956208 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19200/statm: 134847 132488 40 102 0 134742 0
Current children cumulated CPU time (s) 222.74
Current children cumulated vsize (KiB) 558344

[startup+255.901 s]
/proc/loadavg: 1.01 1.03 1.00 2/67 19200
/proc/meminfo: memFree=932056/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=89.36
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 1021 19995 0 2 3 0 3102 5831 17 0 1 0 1998550100 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19176/statm: 3400 798 370 3 0 500 0
[pid=19199] ppid=19176 vsize=5356 CPUtime=0
/proc/19199/stat : 19199 (sh) S 19176 19176 14088 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998559785 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19199/statm: 1339 232 193 169 0 50 0
[pid=19200] ppid=19199 vsize=694024 CPUtime=158.97
/proc/19200/stat : 19200 (picosat) R 19199 19176 14088 0 -1 4194304 157572 0 0 0 7247 8650 0 0 25 0 1 0 1998559786 710680576 157558 996147200 134512640 134931368 4294956208 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19200/statm: 173506 157558 40 102 0 173401 0
Current children cumulated CPU time (s) 248.33
Current children cumulated vsize (KiB) 712980

[startup+262.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 19201
/proc/meminfo: memFree=918040/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=89.36
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 1021 19995 0 2 3 0 3102 5831 17 0 1 0 1998550100 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19176/statm: 3400 798 370 3 0 500 0
[pid=19199] ppid=19176 vsize=5356 CPUtime=0
/proc/19199/stat : 19199 (sh) S 19176 19176 14088 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998559785 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19199/statm: 1339 232 193 169 0 50 0
[pid=19200] ppid=19199 vsize=704912 CPUtime=165.37
/proc/19200/stat : 19200 (picosat) R 19199 19176 14088 0 -1 4194304 160251 0 0 0 7747 8790 0 0 25 0 1 0 1998559786 721829888 160237 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19200/statm: 176228 160237 42 102 0 176123 0
Current children cumulated CPU time (s) 254.73
Current children cumulated vsize (KiB) 723868

[startup+265.501 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 19201
/proc/meminfo: memFree=918040/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=89.36
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 1021 19995 0 2 3 0 3102 5831 17 0 1 0 1998550100 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19176/statm: 3400 798 370 3 0 500 0
[pid=19199] ppid=19176 vsize=5356 CPUtime=0
/proc/19199/stat : 19199 (sh) S 19176 19176 14088 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998559785 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19199/statm: 1339 232 193 169 0 50 0
[pid=19200] ppid=19199 vsize=704912 CPUtime=168.57
/proc/19200/stat : 19200 (picosat) R 19199 19176 14088 0 -1 4194304 160256 0 0 0 8067 8790 0 0 25 0 1 0 1998559786 721829888 160242 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19200/statm: 176228 160242 42 102 0 176123 0
Current children cumulated CPU time (s) 257.93
Current children cumulated vsize (KiB) 723868

[startup+268.702 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 19201
/proc/meminfo: memFree=918040/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=89.36
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 1021 19995 0 2 3 0 3102 5831 17 0 1 0 1998550100 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19176/statm: 3400 798 370 3 0 500 0
[pid=19199] ppid=19176 vsize=5356 CPUtime=0
/proc/19199/stat : 19199 (sh) S 19176 19176 14088 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998559785 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19199/statm: 1339 232 193 169 0 50 0
[pid=19200] ppid=19199 vsize=704912 CPUtime=171.77
/proc/19200/stat : 19200 (picosat) R 19199 19176 14088 0 -1 4194304 160256 0 0 0 8387 8790 0 0 25 0 1 0 1998559786 721829888 160242 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19200/statm: 176228 160242 42 102 0 176123 0
Current children cumulated CPU time (s) 261.13
Current children cumulated vsize (KiB) 723868

[startup+269.505 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 19201
/proc/meminfo: memFree=917208/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=89.36
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 1021 19995 0 2 3 0 3102 5831 17 0 1 0 1998550100 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19176/statm: 3400 798 370 3 0 500 0
[pid=19199] ppid=19176 vsize=5356 CPUtime=0
/proc/19199/stat : 19199 (sh) S 19176 19176 14088 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998559785 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19199/statm: 1339 232 193 169 0 50 0
[pid=19200] ppid=19199 vsize=704916 CPUtime=172.57
/proc/19200/stat : 19200 (picosat) R 19199 19176 14088 0 -1 4194304 160272 0 0 0 8467 8790 0 0 25 0 1 0 1998559786 721833984 160258 996147200 134512640 134931368 4294956208 18446744073709551615 134580560 0 0 4096 0 0 0 0 17 1 0 0
/proc/19200/statm: 176229 160258 47 102 0 176124 0
Current children cumulated CPU time (s) 261.93
Current children cumulated vsize (KiB) 723872

[startup+269.901 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 19201
/proc/meminfo: memFree=917208/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=262.25
/proc/19176/stat : 19176 (sugar) S 19174 19176 14088 0 -1 4194304 1088 180553 0 2 3 1 11589 14632 15 0 1 0 1998550100 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19176/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 262.25
Current children cumulated vsize (KiB) 13600

[startup+270.101 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 19201
/proc/meminfo: memFree=917208/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=262.52
/proc/19176/stat : 19176 (sugar) R 19174 19176 14088 0 -1 4194304 1116 184421 0 3 3 4 11611 14634 16 0 1 0 1998550100 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 272467989545 0 0 4224 16386 0 0 0 17 0 0 0
/proc/19176/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 262.52
Current children cumulated vsize (KiB) 13600

[startup+270.201 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 19201
/proc/meminfo: memFree=917208/2055920 swapFree=4180256/4192956
[pid=19176] ppid=19174 vsize=13600 CPUtime=262.62
/proc/19176/stat : 19176 (sugar) R 19174 19176 14088 0 -1 4194304 1116 184421 0 3 3 14 11611 14634 16 0 1 0 1998550100 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 272467989545 0 0 4224 16386 0 0 0 17 0 0 0
/proc/19176/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 262.62
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 270.26
CPU time (s): 262.697
CPU user time (s): 116.152
CPU system time (s): 146.545
CPU usage (%): 97.2015
Max. virtual memory (cumulated for all children) (KiB): 884132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.152
system time used= 146.545
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185570
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= 70081
involuntary context switches= 64870

runsolver used 0.330949 second user time and 0.677896 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-04 20:22:39
IDJOB=1077790
IDBENCH=56711
IDSOLVER=345
FILE ID=node22/1077790-1215195759
PBS_JOBID= 7881512
Free space on /tmp= 66464 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 19ed1df42e1c1e87990622e796acf2fb
RANDOM SEED=1608523829

node22.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.267
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.267
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:       1953424 kB
Buffers:          2492 kB
Cached:          39364 kB
SwapCached:       6356 kB
Active:          37940 kB
Inactive:        12144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1953424 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            1284 kB
Writeback:           0 kB
Mapped:          14144 kB
Slab:            38480 kB
Committed_AS:  3337076 kB
PageTables:       1368 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= 66464 MiB
End job on node22 at 2008-07-04 20:27:10