Trace number 1051748

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 213.395 213.594

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-561_ext.xml
MD5SUM42884b409c3603fb2d153815b8fc2d3d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.07438
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
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 Thu Jul  3 05:11:09 2008
0.00/0.04	c 0	PID 26207
0.00/0.04	c 0	HOST node8.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1051748-1215054669.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-1051748-1215054669.xml' 'HOME/temp.csp'
0.03/0.44	c 0	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.03/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.46	c 0	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.42/0.53	c 0	Parsing HOME/temp.csp
0.42/0.73	c 0	parsed 459 expressions
0.42/0.74	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.74	c 0	Converting to clausal form CSP
0.42/0.75	c 0	converted 46 (10%) expressions
0.42/0.77	c 0	converted 92 (20%) expressions
0.42/0.78	c 0	converted 138 (30%) expressions
0.42/0.78	c 0	converted 184 (40%) expressions
0.42/0.79	c 0	converted 230 (50%) expressions
0.42/0.80	c 0	converted 276 (60%) expressions
0.42/0.80	c 0	converted 322 (70%) expressions
0.42/0.81	c 0	converted 368 (80%) expressions
0.42/0.81	c 0	converted 414 (90%) expressions
2.54/2.64	c 2	converted 459 (100%) expressions
2.54/2.64	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.54/2.64	c 2	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.54/2.64	c 2	Propagation in CSP
2.54/2.65	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.54/2.65	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.54/2.65	c 2	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.54/2.65	c 2	Simplifing CSP by introducing new Boolean variables
2.54/2.65	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.54/2.65	c 2	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.84/2.93	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.84/2.96	c 3	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
2.84/2.96	c 3	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
2.84/2.96	c 3	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
2.84/2.97	c 3	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
2.84/2.98	c 3	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
2.84/2.98	c 3	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
2.84/2.98	c 3	54 (70%) CSP integer variables are encoded (26242 clauses, 371528 bytes)
2.84/2.98	c 3	61 (80%) CSP integer variables are encoded (27453 clauses, 389693 bytes)
2.84/2.99	c 3	69 (90%) CSP integer variables are encoded (28837 clauses, 410453 bytes)
2.84/2.99	c 3	76 (100%) CSP integer variables are encoded (29702 clauses, 423428 bytes)
2.94/3.04	c 3	35 (10%) CSP clauses are encoded (30625 clauses, 441975 bytes)
2.94/3.06	c 3	70 (20%) CSP clauses are encoded (31524 clauses, 463791 bytes)
2.94/3.08	c 3	105 (30%) CSP clauses are encoded (32446 clauses, 485650 bytes)
3.04/3.10	c 3	140 (40%) CSP clauses are encoded (33368 clauses, 507680 bytes)
3.04/3.13	c 3	175 (50%) CSP clauses are encoded (34291 clauses, 529925 bytes)
3.04/3.15	c 3	210 (60%) CSP clauses are encoded (35214 clauses, 552641 bytes)
3.04/3.17	c 3	245 (70%) CSP clauses are encoded (36135 clauses, 576842 bytes)
3.14/3.20	c 3	280 (80%) CSP clauses are encoded (37078 clauses, 601332 bytes)
3.14/3.25	c 3	315 (90%) CSP clauses are encoded (38071 clauses, 626544 bytes)
60.81/60.97	c 61	350 (100%) CSP clauses are encoded (777594 clauses, 25147998 bytes)
60.81/60.98	c 61	350 CSP clauses encoded
60.81/60.98	c 61	Writing map file : HOME/temp.map
60.81/60.98	c 61	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
60.81/60.98	c 61	SAT : 29776 SAT variables, 777594 SAT clauses, 25147998 bytes
60.81/60.98	c 61	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
60.89/61.04	c 61	SOLVING HOME/temp.cnf
60.89/61.04	c 61	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
213.12/213.36	c 213	DECODING HOME/temp.out WITH HOME/temp.map
213.12/213.36	c 213	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
213.20/213.45	c 213	Decoding HOME/temp.out
213.20/213.52	s SATISFIABLE
213.20/213.52	v 9 2 11 6 19 17 6 14 24 0 14 0 2 2 7 17 1 8 13 1 3 2 8 2 21 2 4 25 18 6 10 5 25 2 5 7 12 6 22 4 16 1 15 14 20 25 23 6 17 0 8 25 39 39 39 41 58 66 67 69 71 73 98 104 109 111 118 124 128 129 143 168 174 174 174 0
213.20/213.53	c 213	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
213.20/213.59	c 213	CPU 207.8 (0.03 0.01 207.77 5.55)
213.20/213.59	c 213	END Thu Jul  3 05:14:42 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-1051748-1215054669/watcher-1051748-1215054669 -o /tmp/evaluation-result-1051748-1215054669/solver-1051748-1215054669 -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-1051748-1215054669.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: 1.92 2.00 1.99 4/73 26207
/proc/meminfo: memFree=1787072/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=12272 CPUtime=0
/proc/26207/stat : 26207 (sugar) R 26205 26207 23778 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 1984441904 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228715445246 0 0 4224 0 0 0 0 17 1 0 0
/proc/26207/statm: 3068 327 246 3 0 168 0

[startup+0.0501491 s]
/proc/loadavg: 1.92 2.00 1.99 4/73 26207
/proc/meminfo: memFree=1787072/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=0.03
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1984441904 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101133 s]
/proc/loadavg: 1.92 2.00 1.99 4/73 26207
/proc/meminfo: memFree=1787072/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=0.03
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1984441904 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301152 s]
/proc/loadavg: 1.92 2.00 1.99 4/73 26207
/proc/meminfo: memFree=1787072/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=0.03
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1984441904 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701182 s]
/proc/loadavg: 1.92 2.00 1.99 4/73 26207
/proc/meminfo: memFree=1787072/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=0.42
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 973 6564 0 1 2 1 36 3 15 0 1 0 1984441904 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13600

[startup+1.50226 s]
/proc/loadavg: 1.92 2.00 1.99 4/84 26229
/proc/meminfo: memFree=1770272/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=0.42
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 973 6564 0 1 2 1 36 3 15 0 1 0 1984441904 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 797 370 3 0 500 0
[pid=26220] ppid=26207 vsize=5356 CPUtime=0
/proc/26220/stat : 26220 (sh) S 26207 26207 23778 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984441950 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26220/statm: 1339 233 193 169 0 50 0
[pid=26221] ppid=26220 vsize=864340 CPUtime=1.03
/proc/26221/stat : 26221 (java) S 26220 26207 23778 0 -1 0 10595 0 1 0 98 5 0 0 19 0 9 0 1984441950 885084160 9870 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 216085 9870 2540 9 0 210660 0
[pid=26221/tid=26222] ppid=26220 vsize=864340 CPUtime=0.43
/proc/26221/task/26222/stat : 26222 (java) R 26220 26207 23778 0 -1 64 2750 0 1 0 42 1 0 0 23 0 9 0 1984441951 885084160 9870 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26223] ppid=26220 vsize=864340 CPUtime=0.5
/proc/26221/task/26223/stat : 26223 (java) R 26220 26207 23778 0 -1 64 6817 0 0 0 48 2 0 0 17 0 9 0 1984441952 885084160 9870 996147200 134512640 134550740 4294955952 18446744073709551615 103834267 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26224] ppid=26220 vsize=864340 CPUtime=0
/proc/26221/task/26224/stat : 26224 (java) S 26220 26207 23778 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984441952 885084160 9870 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26225] ppid=26220 vsize=864340 CPUtime=0
/proc/26221/task/26225/stat : 26225 (java) S 26220 26207 23778 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984441952 885084160 9870 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26226] ppid=26220 vsize=864340 CPUtime=0
/proc/26221/task/26226/stat : 26226 (java) S 26220 26207 23778 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984441954 885084160 9870 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26227] ppid=26220 vsize=864340 CPUtime=0.06
/proc/26221/task/26227/stat : 26227 (java) S 26220 26207 23778 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 1984441954 885084160 9870 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26228] ppid=26220 vsize=864340 CPUtime=0
/proc/26221/task/26228/stat : 26228 (java) S 26220 26207 23778 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984441954 885084160 9870 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26229] ppid=26220 vsize=864340 CPUtime=0
/proc/26221/task/26229/stat : 26229 (java) S 26220 26207 23778 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984441954 885084160 9870 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883296

[startup+3.10241 s]
/proc/loadavg: 1.92 2.00 1.99 4/84 26229
/proc/meminfo: memFree=1739424/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=0.42
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 974 6564 0 1 2 1 36 3 15 0 1 0 1984441904 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 797 370 3 0 500 0
[pid=26220] ppid=26207 vsize=5356 CPUtime=0
/proc/26220/stat : 26220 (sh) S 26207 26207 23778 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984441950 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26220/statm: 1339 233 193 169 0 50 0
[pid=26221] ppid=26220 vsize=864452 CPUtime=2.62
/proc/26221/stat : 26221 (java) S 26220 26207 23778 0 -1 0 20638 0 1 0 252 10 0 0 19 0 9 0 1984441950 885198848 19872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 216113 19872 2564 9 0 210660 0
[pid=26221/tid=26222] ppid=26220 vsize=864452 CPUtime=1.01
/proc/26221/task/26222/stat : 26222 (java) R 26220 26207 23778 0 -1 64 3639 0 1 0 99 2 0 0 25 0 9 0 1984441951 885198848 19872 996147200 134512640 134550740 4294955952 18446744073709551615 103568703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26223] ppid=26220 vsize=864452 CPUtime=1.49
/proc/26221/task/26223/stat : 26223 (java) S 26220 26207 23778 0 -1 64 15951 0 0 0 142 7 0 0 16 0 9 0 1984441952 885198848 19872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26224] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26224/stat : 26224 (java) S 26220 26207 23778 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984441952 885198848 19872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26225] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26225/stat : 26225 (java) S 26220 26207 23778 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984441952 885198848 19872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26226] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26226/stat : 26226 (java) S 26220 26207 23778 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984441954 885198848 19872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26227] ppid=26220 vsize=864452 CPUtime=0.1
/proc/26221/task/26227/stat : 26227 (java) S 26220 26207 23778 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1984441954 885198848 19872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26228] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26228/stat : 26228 (java) S 26220 26207 23778 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984441954 885198848 19872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26229] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26229/stat : 26229 (java) S 26220 26207 23778 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984441954 885198848 19872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883408

[startup+6.30172 s]
/proc/loadavg: 1.93 2.00 1.99 3/84 26229
/proc/meminfo: memFree=1710688/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=0.42
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 974 6564 0 1 2 1 36 3 15 0 1 0 1984441904 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 797 370 3 0 500 0
[pid=26220] ppid=26207 vsize=5356 CPUtime=0
/proc/26220/stat : 26220 (sh) S 26207 26207 23778 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984441950 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26220/statm: 1339 233 193 169 0 50 0
[pid=26221] ppid=26220 vsize=864452 CPUtime=5.82
/proc/26221/stat : 26221 (java) S 26220 26207 23778 0 -1 0 21520 0 1 0 571 11 0 0 19 0 9 0 1984441950 885198848 20724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 216113 20724 2564 9 0 210660 0
[pid=26221/tid=26222] ppid=26220 vsize=864452 CPUtime=4.13
/proc/26221/task/26222/stat : 26222 (java) R 26220 26207 23778 0 -1 64 3669 0 1 0 411 2 0 0 25 0 9 0 1984441951 885198848 20724 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26223] ppid=26220 vsize=864452 CPUtime=1.57
/proc/26221/task/26223/stat : 26223 (java) S 26220 26207 23778 0 -1 64 16802 0 0 0 149 8 0 0 16 0 9 0 1984441952 885198848 20724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26224] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26224/stat : 26224 (java) S 26220 26207 23778 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984441952 885198848 20724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26225] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26225/stat : 26225 (java) S 26220 26207 23778 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984441952 885198848 20724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26226] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26226/stat : 26226 (java) S 26220 26207 23778 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984441954 885198848 20724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26227] ppid=26220 vsize=864452 CPUtime=0.1
/proc/26221/task/26227/stat : 26227 (java) S 26220 26207 23778 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 1984441954 885198848 20724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26228] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26228/stat : 26228 (java) S 26220 26207 23778 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984441954 885198848 20724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26229] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26229/stat : 26229 (java) S 26220 26207 23778 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984441954 885198848 20724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 883408

[startup+12.7023 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 26229
/proc/meminfo: memFree=1702816/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=0.42
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 974 6564 0 1 2 1 36 3 15 0 1 0 1984441904 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 797 370 3 0 500 0
[pid=26220] ppid=26207 vsize=5356 CPUtime=0
/proc/26220/stat : 26220 (sh) S 26207 26207 23778 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984441950 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26220/statm: 1339 233 193 169 0 50 0
[pid=26221] ppid=26220 vsize=864452 CPUtime=12.22
/proc/26221/stat : 26221 (java) S 26220 26207 23778 0 -1 0 23022 0 1 0 1208 14 0 0 19 0 9 0 1984441950 885198848 22148 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 216113 22148 2564 9 0 210660 0
[pid=26221/tid=26222] ppid=26220 vsize=864452 CPUtime=10.32
/proc/26221/task/26222/stat : 26222 (java) R 26220 26207 23778 0 -1 64 3747 0 1 0 1028 4 0 0 25 0 9 0 1984441951 885198848 22148 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26223] ppid=26220 vsize=864452 CPUtime=1.77
/proc/26221/task/26223/stat : 26223 (java) S 26220 26207 23778 0 -1 64 18225 0 0 0 168 9 0 0 16 0 9 0 1984441952 885198848 22148 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26224] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26224/stat : 26224 (java) S 26220 26207 23778 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984441952 885198848 22148 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26225] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26225/stat : 26225 (java) S 26220 26207 23778 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984441952 885198848 22148 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26226] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26226/stat : 26226 (java) S 26220 26207 23778 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984441954 885198848 22148 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26227] ppid=26220 vsize=864452 CPUtime=0.1
/proc/26221/task/26227/stat : 26227 (java) S 26220 26207 23778 0 -1 64 357 0 0 0 10 0 0 0 17 0 9 0 1984441954 885198848 22148 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26228] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26228/stat : 26228 (java) S 26220 26207 23778 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984441954 885198848 22148 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26229] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26229/stat : 26229 (java) S 26220 26207 23778 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984441954 885198848 22148 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 883408

[startup+25.5015 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 26229
/proc/meminfo: memFree=1685280/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=0.42
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 974 6564 0 1 2 1 36 3 15 0 1 0 1984441904 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 797 370 3 0 500 0
[pid=26220] ppid=26207 vsize=5356 CPUtime=0
/proc/26220/stat : 26220 (sh) S 26207 26207 23778 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984441950 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26220/statm: 1339 233 193 169 0 50 0
[pid=26221] ppid=26220 vsize=864452 CPUtime=25.01
/proc/26221/stat : 26221 (java) S 26220 26207 23778 0 -1 0 26189 0 1 0 2482 19 0 0 19 0 9 0 1984441950 885198848 25154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 216113 25154 2564 9 0 210660 0
[pid=26221/tid=26222] ppid=26220 vsize=864452 CPUtime=22.69
/proc/26221/task/26222/stat : 26222 (java) R 26220 26207 23778 0 -1 64 3908 0 1 0 2262 7 0 0 25 0 9 0 1984441951 885198848 25154 996147200 134512640 134550740 4294955952 18446744073709551615 4126603081 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26223] ppid=26220 vsize=864452 CPUtime=2.19
/proc/26221/task/26223/stat : 26223 (java) S 26220 26207 23778 0 -1 64 21226 0 0 0 208 11 0 0 16 0 9 0 1984441952 885198848 25154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26224] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26224/stat : 26224 (java) S 26220 26207 23778 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984441952 885198848 25154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26225] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26225/stat : 26225 (java) S 26220 26207 23778 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984441952 885198848 25154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=26220] ppid=26207 vsize=5356 CPUtime=0
/proc/26220/stat : 26220 (sh) S 26207 26207 23778 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984441950 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26220/statm: 1339 233 193 169 0 50 0
[pid=26221] ppid=26220 vsize=864452 CPUtime=50.59
/proc/26221/stat : 26221 (java) S 26220 26207 23778 0 -1 0 41256 0 1 0 5025 34 0 0 19 0 9 0 1984441950 885198848 29734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26221/statm: 216113 29734 2564 9 0 210660 0
[pid=26221/tid=26222] ppid=26220 vsize=864452 CPUtime=47
/proc/26221/task/26222/stat : 26222 (java) R 26220 26207 23778 0 -1 64 4219 0 1 0 4685 15 0 0 25 0 9 0 1984441951 885198848 29734 996147200 134512640 134550740 4294955952 18446744073709551615 4126628069 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26223] ppid=26220 vsize=864452 CPUtime=3.46
/proc/26221/task/26223/stat : 26223 (java) S 26220 26207 23778 0 -1 64 35982 0 0 0 328 18 0 0 16 0 9 0 1984441952 885198848 29734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26224] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26224/stat : 26224 (java) S 26220 26207 23778 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984441952 885198848 29734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26225] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26225/stat : 26225 (java) S 26220 26207 23778 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984441952 885198848 29734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26226] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26226/stat : 26226 (java) S 26220 26207 23778 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984441954 885198848 29734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26227] ppid=26220 vsize=864452 CPUtime=0.11
/proc/26221/task/26227/stat : 26227 (java) S 26220 26207 23778 0 -1 64 362 0 0 0 11 0 0 0 16 0 9 0 1984441954 885198848 29734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26228] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26228/stat : 26228 (java) S 26220 26207 23778 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984441954 885198848 29734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26221/tid=26229] ppid=26220 vsize=864452 CPUtime=0
/proc/26221/task/26229/stat : 26229 (java) S 26220 26207 23778 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984441954 885198848 29734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 883408

[startup+102.307 s]
/proc/loadavg: 2.07 2.03 2.01 3/76 26231
/proc/meminfo: memFree=1722088/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=60.92
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 1021 48254 0 2 3 1 6044 44 16 0 1 0 1984441904 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 798 370 3 0 500 0
[pid=26230] ppid=26207 vsize=5356 CPUtime=0
/proc/26230/stat : 26230 (sh) S 26207 26207 23778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984448009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26230/statm: 1339 232 193 169 0 50 0
[pid=26231] ppid=26230 vsize=39000 CPUtime=41.24
/proc/26231/stat : 26231 (picosat) R 26230 26207 23778 0 -1 4194304 9339 0 0 0 3618 506 0 0 25 0 1 0 1984448009 39936000 9300 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26231/statm: 9750 9300 42 102 0 9645 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 57956

[startup+162.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 26231
/proc/meminfo: memFree=1720552/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=60.92
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 1021 48254 0 2 3 1 6044 44 16 0 1 0 1984441904 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 798 370 3 0 500 0
[pid=26230] ppid=26207 vsize=5356 CPUtime=0
/proc/26230/stat : 26230 (sh) S 26207 26207 23778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984448009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26230/statm: 1339 232 193 169 0 50 0
[pid=26231] ppid=26230 vsize=40188 CPUtime=101.22
/proc/26231/stat : 26231 (picosat) R 26230 26207 23778 0 -1 4194304 9676 0 0 0 9616 506 0 0 25 0 1 0 1984448009 41152512 9637 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/26231/statm: 10047 9637 42 102 0 9942 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 59144

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

[startup+179.101 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 26231
/proc/meminfo: memFree=1720552/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=60.92
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 1021 48254 0 2 3 1 6044 44 16 0 1 0 1984441904 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 798 370 3 0 500 0
[pid=26230] ppid=26207 vsize=5356 CPUtime=0
/proc/26230/stat : 26230 (sh) S 26207 26207 23778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984448009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26230/statm: 1339 232 193 169 0 50 0
[pid=26231] ppid=26230 vsize=40188 CPUtime=118.01
/proc/26231/stat : 26231 (picosat) R 26230 26207 23778 0 -1 4194304 9676 0 0 0 11295 506 0 0 25 0 1 0 1984448009 41152512 9637 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26231/statm: 10047 9637 42 102 0 9942 0
Current children cumulated CPU time (s) 178.93
Current children cumulated vsize (KiB) 59144

[startup+191.902 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 26231
/proc/meminfo: memFree=1720552/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=60.92
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 1021 48254 0 2 3 1 6044 44 16 0 1 0 1984441904 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 798 370 3 0 500 0
[pid=26230] ppid=26207 vsize=5356 CPUtime=0
/proc/26230/stat : 26230 (sh) S 26207 26207 23778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984448009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26230/statm: 1339 232 193 169 0 50 0
[pid=26231] ppid=26230 vsize=40188 CPUtime=130.81
/proc/26231/stat : 26231 (picosat) R 26230 26207 23778 0 -1 4194304 9676 0 0 0 12575 506 0 0 25 0 1 0 1984448009 41152512 9637 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26231/statm: 10047 9637 42 102 0 9942 0
Current children cumulated CPU time (s) 191.73
Current children cumulated vsize (KiB) 59144

[startup+204.702 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 26231
/proc/meminfo: memFree=1720488/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=60.92
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 1021 48254 0 2 3 1 6044 44 16 0 1 0 1984441904 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 798 370 3 0 500 0
[pid=26230] ppid=26207 vsize=5356 CPUtime=0
/proc/26230/stat : 26230 (sh) S 26207 26207 23778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984448009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26230/statm: 1339 232 193 169 0 50 0
[pid=26231] ppid=26230 vsize=40188 CPUtime=143.6
/proc/26231/stat : 26231 (picosat) R 26230 26207 23778 0 -1 4194304 9676 0 0 0 13854 506 0 0 25 0 1 0 1984448009 41152512 9637 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26231/statm: 10047 9637 42 102 0 9942 0
Current children cumulated CPU time (s) 204.52
Current children cumulated vsize (KiB) 59144

[startup+207.907 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 26231
/proc/meminfo: memFree=1720488/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=60.92
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 1021 48254 0 2 3 1 6044 44 16 0 1 0 1984441904 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 798 370 3 0 500 0
[pid=26230] ppid=26207 vsize=5356 CPUtime=0
/proc/26230/stat : 26230 (sh) S 26207 26207 23778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984448009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26230/statm: 1339 232 193 169 0 50 0
[pid=26231] ppid=26230 vsize=40188 CPUtime=146.81
/proc/26231/stat : 26231 (picosat) R 26230 26207 23778 0 -1 4194304 9676 0 0 0 14175 506 0 0 25 0 1 0 1984448009 41152512 9637 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/26231/statm: 10047 9637 42 102 0 9942 0
Current children cumulated CPU time (s) 207.73
Current children cumulated vsize (KiB) 59144

[startup+211.101 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 26231
/proc/meminfo: memFree=1720360/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=60.92
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 1021 48254 0 2 3 1 6044 44 16 0 1 0 1984441904 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 798 370 3 0 500 0
[pid=26230] ppid=26207 vsize=5356 CPUtime=0
/proc/26230/stat : 26230 (sh) S 26207 26207 23778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984448009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26230/statm: 1339 232 193 169 0 50 0
[pid=26231] ppid=26230 vsize=40452 CPUtime=150
/proc/26231/stat : 26231 (picosat) R 26230 26207 23778 0 -1 4194304 9720 0 0 0 14494 506 0 0 25 0 1 0 1984448009 41422848 9681 996147200 134512640 134931368 4294956256 18446744073709551615 134525847 0 0 4096 0 0 0 0 17 1 0 0
/proc/26231/statm: 10113 9681 42 102 0 10008 0
Current children cumulated CPU time (s) 210.92
Current children cumulated vsize (KiB) 59408

[startup+212.701 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 26231
/proc/meminfo: memFree=1720296/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=60.92
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 1021 48254 0 2 3 1 6044 44 16 0 1 0 1984441904 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 798 370 3 0 500 0
[pid=26230] ppid=26207 vsize=5356 CPUtime=0
/proc/26230/stat : 26230 (sh) S 26207 26207 23778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984448009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26230/statm: 1339 232 193 169 0 50 0
[pid=26231] ppid=26230 vsize=40584 CPUtime=151.6
/proc/26231/stat : 26231 (picosat) R 26230 26207 23778 0 -1 4194304 9744 0 0 0 14654 506 0 0 25 0 1 0 1984448009 41558016 9705 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26231/statm: 10146 9705 42 102 0 10041 0
Current children cumulated CPU time (s) 212.52
Current children cumulated vsize (KiB) 59540

[startup+213.101 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 26231
/proc/meminfo: memFree=1720296/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=60.92
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 1021 48254 0 2 3 1 6044 44 16 0 1 0 1984441904 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26207/statm: 3400 798 370 3 0 500 0
[pid=26230] ppid=26207 vsize=5356 CPUtime=0
/proc/26230/stat : 26230 (sh) S 26207 26207 23778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984448009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26230/statm: 1339 232 193 169 0 50 0
[pid=26231] ppid=26230 vsize=40584 CPUtime=152
/proc/26231/stat : 26231 (picosat) R 26230 26207 23778 0 -1 4194304 9749 0 0 0 14694 506 0 0 25 0 1 0 1984448009 41558016 9710 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26231/statm: 10146 9710 42 102 0 10041 0
Current children cumulated CPU time (s) 212.92
Current children cumulated vsize (KiB) 59540

[startup+213.502 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 26231
/proc/meminfo: memFree=1720040/2055920 swapFree=4179560/4192956
[pid=26207] ppid=26205 vsize=13600 CPUtime=213.2
/proc/26207/stat : 26207 (sugar) S 26205 26207 23778 0 -1 4194304 1089 58298 0 2 3 1 20765 551 15 0 1 0 1984441904 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26207/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 213.2
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 213.594
CPU time (s): 213.395
CPU user time (s): 207.812
CPU system time (s): 5.58215
CPU usage (%): 99.9065
Max. virtual memory (cumulated for all children) (KiB): 903896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 207.812
system time used= 5.58215
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63187
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= 8204
involuntary context switches= 8238

runsolver used 0.233964 second user time and 0.577912 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-03 05:11:09
IDJOB=1051748
IDBENCH=55500
IDSOLVER=345
FILE ID=node8/1051748-1215054669
PBS_JOBID= 7875158
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-561_ext.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-1051748-1215054669/watcher-1051748-1215054669 -o /tmp/evaluation-result-1051748-1215054669/solver-1051748-1215054669 -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-1051748-1215054669.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 42884b409c3603fb2d153815b8fc2d3d
RANDOM SEED=1469270434

node8.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.222
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.222
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:       1787488 kB
Buffers:         18784 kB
Cached:         134396 kB
SwapCached:       6756 kB
Active:         147616 kB
Inactive:        61844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1787488 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            1456 kB
Writeback:           0 kB
Mapped:          63548 kB
Slab:            44120 kB
Committed_AS:  3262008 kB
PageTables:       1772 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node8 at 2008-07-03 05:14:42