Trace number 2071455

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 202.446 203.579

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-13_ext.xml
MD5SUMeef28a8aaa5ab23398c7f7cc139b9a88
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 benchmark1.2938
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

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 01:09:49 2009
0.00/0.07	c 0	PID 17052
0.06/0.08	c 0	HOST node42.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071455-1247353789.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-2071455-1247353789.xml' 'HOME/temp.csp'
0.06/0.44	c 0	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.06/0.44	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.44	c 0	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.41/0.51	c 0	Parsing HOME/temp.csp
0.41/0.67	c 1	parsed 459 expressions
0.41/0.68	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.41/0.68	c 1	Converting to clausal form CSP
0.41/0.70	c 1	converted 46 (10%) expressions
0.41/0.71	c 1	converted 92 (20%) expressions
0.41/0.73	c 1	converted 138 (30%) expressions
0.41/0.73	c 1	converted 184 (40%) expressions
0.41/0.74	c 1	converted 230 (50%) expressions
0.41/0.74	c 1	converted 276 (60%) expressions
0.41/0.75	c 1	converted 322 (70%) expressions
0.41/0.75	c 1	converted 368 (80%) expressions
0.41/0.75	c 1	converted 414 (90%) expressions
1.64/1.74	c 2	converted 459 (100%) expressions
1.64/1.74	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.64/1.74	c 2	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.64/1.74	c 2	Propagation in CSP
1.64/1.74	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.64/1.74	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.64/1.74	c 2	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.64/1.76	c 2	Simplifing CSP by introducing new Boolean variables
1.64/1.77	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.64/1.77	c 2	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.84/1.94	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.84/1.96	c 2	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
1.84/1.96	c 2	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
1.84/1.97	c 2	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
1.84/1.97	c 2	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
1.84/1.98	c 2	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
1.84/1.98	c 2	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
1.84/1.99	c 2	54 (70%) CSP integer variables are encoded (26078 clauses, 369068 bytes)
1.84/1.99	c 2	61 (80%) CSP integer variables are encoded (27002 clauses, 382928 bytes)
1.84/1.99	c 2	69 (90%) CSP integer variables are encoded (28058 clauses, 398768 bytes)
1.84/1.99	c 2	76 (100%) CSP integer variables are encoded (28718 clauses, 408668 bytes)
1.94/2.05	c 2	35 (10%) CSP clauses are encoded (29641 clauses, 427213 bytes)
1.94/2.06	c 2	70 (20%) CSP clauses are encoded (30540 clauses, 449029 bytes)
1.94/2.09	c 2	105 (30%) CSP clauses are encoded (31461 clauses, 470860 bytes)
2.04/2.12	c 2	140 (40%) CSP clauses are encoded (32384 clauses, 492918 bytes)
2.04/2.14	c 2	175 (50%) CSP clauses are encoded (33307 clauses, 515140 bytes)
2.04/2.16	c 2	210 (60%) CSP clauses are encoded (34229 clauses, 537842 bytes)
2.04/2.19	c 2	245 (70%) CSP clauses are encoded (35149 clauses, 562038 bytes)
2.14/2.22	c 2	280 (80%) CSP clauses are encoded (36096 clauses, 586618 bytes)
2.14/2.26	c 2	315 (90%) CSP clauses are encoded (37090 clauses, 611818 bytes)
30.58/30.86	c 31	350 (100%) CSP clauses are encoded (471565 clauses, 14964457 bytes)
30.58/30.86	c 31	350 CSP clauses encoded
30.58/30.86	c 31	Writing map file : HOME/temp.map
30.58/30.86	c 31	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.58/30.86	c 31	SAT : 28792 SAT variables, 471565 SAT clauses, 14964457 bytes
30.58/30.86	c 31	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.64/30.92	c 31	SOLVING HOME/temp.cnf
30.64/30.92	c 31	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
202.19/203.31	c 203	DECODING HOME/temp.out WITH HOME/temp.map
202.19/203.31	c 203	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'
202.19/203.38	c 203	Decoding HOME/temp.out
202.37/203.51	s SATISFIABLE
202.37/203.52	v 16 3 7 6 10 8 18 6 23 0 19 6 9 3 24 1 13 5 8 12 2 5 11 4 25 0 1 4 3 12 5 19 21 13 17 1 20 7 12 4 14 2 6 3 22 0 4 2 15 7 9 17 23 23 29 32 33 38 50 55 59 59 63 75 94 107 108 115 119 121 124 124 126 133 133 0
202.37/203.52	c 203	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
202.37/203.57	c 203	CPU 202.42 (0.05 0.01 198.69 3.67)
202.37/203.57	c 203	END Sun Jul 12 01:13:12 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-2071455-1247353789/watcher-2071455-1247353789 -o /tmp/evaluation-result-2071455-1247353789/solver-2071455-1247353789 -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-2071455-1247353789.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.08 2.07 2.02 3/81 17052
/proc/meminfo: memFree=1884160/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=18576 CPUtime=0
/proc/17052/stat : 17052 (runsolver) R 17050 17052 16480 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22442807 19021824 285 996147200 4194304 4302564 548682068304 18446744073709551615 259415141671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17052/statm: 4644 285 249 26 0 2626 0

[startup+0.077405 s]
/proc/loadavg: 2.08 2.07 2.02 3/81 17052
/proc/meminfo: memFree=1884160/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16740 CPUtime=0.06
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22442807 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101685 s]
/proc/loadavg: 2.08 2.07 2.02 3/81 17052
/proc/meminfo: memFree=1884160/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=0.06
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22442807 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301721 s]
/proc/loadavg: 2.08 2.07 2.02 3/81 17052
/proc/meminfo: memFree=1884160/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=0.06
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22442807 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701799 s]
/proc/loadavg: 2.08 2.07 2.02 3/81 17052
/proc/meminfo: memFree=1884160/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=0.41
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1309 4976 0 1 5 1 32 3 15 0 1 0 22442807 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16868

[startup+1.50295 s]
/proc/loadavg: 2.15 2.08 2.02 3/92 17074
/proc/meminfo: memFree=1865000/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=0.41
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1309 4976 0 1 5 1 32 3 15 0 1 0 22442807 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1111 409 3 0 796 0
[pid=17065] ppid=17052 vsize=5356 CPUtime=0
/proc/17065/stat : 17065 (sh) S 17052 17052 16480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22442852 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17065/statm: 1339 233 193 169 0 50 0
[pid=17066] ppid=17065 vsize=864752 CPUtime=1.03
/proc/17066/stat : 17066 (java) S 17065 17052 16480 0 -1 0 10728 0 1 0 97 6 0 0 18 0 9 0 22442852 885506048 9880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17066/statm: 216188 9880 2566 9 0 210693 0
[pid=17066/tid=17067] ppid=17065 vsize=864752 CPUtime=0.44
/proc/17066/task/17067/stat : 17067 (java) R 17065 17052 16480 0 -1 64 2927 0 1 0 43 1 0 0 25 0 9 0 22442853 885506048 9880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17068] ppid=17065 vsize=864752 CPUtime=0.53
/proc/17066/task/17068/stat : 17068 (java) R 17065 17052 16480 0 -1 64 6782 0 0 0 49 4 0 0 17 0 9 0 22442854 885506048 9880 996147200 134512640 134550932 4294955936 18446744073709551615 102759522 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17069] ppid=17065 vsize=864752 CPUtime=0
/proc/17066/task/17069/stat : 17069 (java) S 17065 17052 16480 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22442854 885506048 9880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17070] ppid=17065 vsize=864752 CPUtime=0
/proc/17066/task/17070/stat : 17070 (java) S 17065 17052 16480 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22442854 885506048 9880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17071] ppid=17065 vsize=864752 CPUtime=0
/proc/17066/task/17071/stat : 17071 (java) S 17065 17052 16480 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 22442856 885506048 9880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17072] ppid=17065 vsize=864752 CPUtime=0.04
/proc/17066/task/17072/stat : 17072 (java) S 17065 17052 16480 0 -1 64 319 0 0 0 4 0 0 0 17 0 9 0 22442856 885506048 9880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17073] ppid=17065 vsize=864752 CPUtime=0
/proc/17066/task/17073/stat : 17073 (java) S 17065 17052 16480 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22442856 885506048 9880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17074] ppid=17065 vsize=864752 CPUtime=0
/proc/17066/task/17074/stat : 17074 (java) S 17065 17052 16480 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22442856 885506048 9880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886976

[startup+3.10126 s]
/proc/loadavg: 2.15 2.08 2.02 3/92 17074
/proc/meminfo: memFree=1837032/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=0.41
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1310 4976 0 1 5 1 32 3 15 0 1 0 22442807 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1111 409 3 0 796 0
[pid=17065] ppid=17052 vsize=5356 CPUtime=0
/proc/17065/stat : 17065 (sh) S 17052 17052 16480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22442852 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17065/statm: 1339 233 193 169 0 50 0
[pid=17066] ppid=17065 vsize=864908 CPUtime=2.62
/proc/17066/stat : 17066 (java) S 17065 17052 16480 0 -1 0 14671 0 1 0 254 8 0 0 18 0 9 0 22442852 885665792 13768 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17066/statm: 216227 13768 2590 9 0 210704 0
[pid=17066/tid=17067] ppid=17065 vsize=864908 CPUtime=1.66
/proc/17066/task/17067/stat : 17067 (java) R 17065 17052 16480 0 -1 64 3248 0 1 0 164 2 0 0 25 0 9 0 22442853 885665792 13768 996147200 134512640 134550932 4294955936 18446744073709551615 102142585 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17068] ppid=17065 vsize=864908 CPUtime=0.86
/proc/17066/task/17068/stat : 17068 (java) S 17065 17052 16480 0 -1 64 10376 0 0 0 81 5 0 0 16 0 9 0 22442854 885665792 13768 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17069] ppid=17065 vsize=864908 CPUtime=0
/proc/17066/task/17069/stat : 17069 (java) S 17065 17052 16480 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22442854 885665792 13768 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17070] ppid=17065 vsize=864908 CPUtime=0
/proc/17066/task/17070/stat : 17070 (java) S 17065 17052 16480 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22442854 885665792 13768 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17071] ppid=17065 vsize=864908 CPUtime=0
/proc/17066/task/17071/stat : 17071 (java) S 17065 17052 16480 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 22442856 885665792 13768 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17072] ppid=17065 vsize=864908 CPUtime=0.08
/proc/17066/task/17072/stat : 17072 (java) S 17065 17052 16480 0 -1 64 347 0 0 0 8 0 0 0 16 0 9 0 22442856 885665792 13768 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17073] ppid=17065 vsize=864908 CPUtime=0
/proc/17066/task/17073/stat : 17073 (java) S 17065 17052 16480 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22442856 885665792 13768 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17074] ppid=17065 vsize=864908 CPUtime=0
/proc/17066/task/17074/stat : 17074 (java) S 17065 17052 16480 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22442856 885665792 13768 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887132

[startup+6.30287 s]
/proc/loadavg: 2.14 2.08 2.02 3/92 17074
/proc/meminfo: memFree=1831976/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=0.41
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1310 4976 0 1 5 1 32 3 15 0 1 0 22442807 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1111 409 3 0 796 0
[pid=17065] ppid=17052 vsize=5356 CPUtime=0
/proc/17065/stat : 17065 (sh) S 17052 17052 16480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22442852 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17065/statm: 1339 233 193 169 0 50 0
[pid=17066] ppid=17065 vsize=864908 CPUtime=5.8
/proc/17066/stat : 17066 (java) S 17065 17052 16480 0 -1 0 15474 0 1 0 570 10 0 0 18 0 9 0 22442852 885665792 14500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17066/statm: 216227 14500 2590 9 0 210704 0
[pid=17066/tid=17067] ppid=17065 vsize=864908 CPUtime=4.73
/proc/17066/task/17067/stat : 17067 (java) R 17065 17052 16480 0 -1 64 3319 0 1 0 470 3 0 0 25 0 9 0 22442853 885665792 14500 996147200 134512640 134550932 4294955936 18446744073709551615 4126598592 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17068] ppid=17065 vsize=864908 CPUtime=0.97
/proc/17066/task/17068/stat : 17068 (java) S 17065 17052 16480 0 -1 64 11108 0 0 0 91 6 0 0 16 0 9 0 22442854 885665792 14500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17069] ppid=17065 vsize=864908 CPUtime=0
/proc/17066/task/17069/stat : 17069 (java) S 17065 17052 16480 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22442854 885665792 14500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17070] ppid=17065 vsize=864908 CPUtime=0
/proc/17066/task/17070/stat : 17070 (java) S 17065 17052 16480 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22442854 885665792 14500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17071] ppid=17065 vsize=864908 CPUtime=0
/proc/17066/task/17071/stat : 17071 (java) S 17065 17052 16480 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 22442856 885665792 14500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17072] ppid=17065 vsize=864908 CPUtime=0.08
/proc/17066/task/17072/stat : 17072 (java) S 17065 17052 16480 0 -1 64 347 0 0 0 8 0 0 0 16 0 9 0 22442856 885665792 14500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17073] ppid=17065 vsize=864908 CPUtime=0
/proc/17066/task/17073/stat : 17073 (java) S 17065 17052 16480 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22442856 885665792 14500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17074] ppid=17065 vsize=864908 CPUtime=0
/proc/17066/task/17074/stat : 17074 (java) S 17065 17052 16480 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22442856 885665792 14500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887132

[startup+12.7011 s]
/proc/loadavg: 2.13 2.08 2.02 3/92 17074
/proc/meminfo: memFree=1820968/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=0.41
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1310 4976 0 1 5 1 32 3 15 0 1 0 22442807 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1111 409 3 0 796 0
[pid=17065] ppid=17052 vsize=5356 CPUtime=0
/proc/17065/stat : 17065 (sh) S 17052 17052 16480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22442852 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17065/statm: 1339 233 193 169 0 50 0
[pid=17066] ppid=17065 vsize=864908 CPUtime=12.17
/proc/17066/stat : 17066 (java) S 17065 17052 16480 0 -1 0 17488 0 1 0 1202 15 0 0 18 0 9 0 22442852 885665792 16360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17066/statm: 216227 16360 2590 9 0 210704 0
[pid=17066/tid=17067] ppid=17065 vsize=864908 CPUtime=10.83
/proc/17066/task/17067/stat : 17067 (java) R 17065 17052 16480 0 -1 64 3473 0 1 0 1078 5 0 0 25 0 9 0 22442853 885665792 16360 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17068] ppid=17065 vsize=864908 CPUtime=1.23
/proc/17066/task/17068/stat : 17068 (java) S 17065 17052 16480 0 -1 64 12967 0 0 0 115 8 0 0 16 0 9 0 22442854 885665792 16360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17069] ppid=17065 vsize=864908 CPUtime=0
/proc/17066/task/17069/stat : 17069 (java) S 17065 17052 16480 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22442854 885665792 16360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17070] ppid=17065 vsize=864908 CPUtime=0
/proc/17066/task/17070/stat : 17070 (java) S 17065 17052 16480 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22442854 885665792 16360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17071] ppid=17065 vsize=864908 CPUtime=0
/proc/17066/task/17071/stat : 17071 (java) S 17065 17052 16480 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 22442856 885665792 16360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17072] ppid=17065 vsize=864908 CPUtime=0.08
/proc/17066/task/17072/stat : 17072 (java) S 17065 17052 16480 0 -1 64 348 0 0 0 8 0 0 0 17 0 9 0 22442856 885665792 16360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17073] ppid=17065 vsize=864908 CPUtime=0
/proc/17066/task/17073/stat : 17073 (java) S 17065 17052 16480 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22442856 885665792 16360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17074] ppid=17065 vsize=864908 CPUtime=0
/proc/17066/task/17074/stat : 17074 (java) S 17065 17052 16480 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22442856 885665792 16360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 887132

[startup+25.5031 s]
/proc/loadavg: 2.18 2.10 2.02 3/92 17074
/proc/meminfo: memFree=1802088/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=0.41
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1310 4976 0 1 5 1 32 3 15 0 1 0 22442807 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1111 409 3 0 796 0
[pid=17065] ppid=17052 vsize=5356 CPUtime=0
/proc/17065/stat : 17065 (sh) S 17052 17052 16480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22442852 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17065/statm: 1339 233 193 169 0 50 0
[pid=17066] ppid=17065 vsize=864908 CPUtime=24.9
/proc/17066/stat : 17066 (java) S 17065 17052 16480 0 -1 0 25713 0 1 0 2463 27 0 0 18 0 9 0 22442852 885665792 19159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17066/statm: 216227 19159 2590 9 0 210704 0
[pid=17066/tid=17067] ppid=17065 vsize=864908 CPUtime=22.78
/proc/17066/task/17067/stat : 17067 (java) R 17065 17052 16480 0 -1 64 3779 0 1 0 2267 11 0 0 25 0 9 0 22442853 885665792 19159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17068] ppid=17065 vsize=864908 CPUtime=2
/proc/17066/task/17068/stat : 17068 (java) S 17065 17052 16480 0 -1 64 20881 0 0 0 186 14 0 0 15 0 9 0 22442854 885665792 19159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17069] ppid=17065 vsize=864908 CPUtime=0
/proc/17066/task/17069/stat : 17069 (java) S 17065 17052 16480 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22442854 885665792 19159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17070] ppid=17065 vsize=864908 CPUtime=0
/proc/17066/task/17070/stat : 17070 (java) S 17065 17052 16480 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22442854 885665792 19159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17066/tid=17071] ppid=17065 vsize=864908 CPUtime=0

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

Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 887132

[startup+51.1014 s]
/proc/loadavg: 2.17 2.10 2.03 3/84 17076
/proc/meminfo: memFree=1842280/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=30.67
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1365 31120 0 2 5 1 3028 33 16 0 1 0 22442807 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1113 409 3 0 796 0
[pid=17075] ppid=17052 vsize=5356 CPUtime=0
/proc/17075/stat : 17075 (sh) S 17052 17052 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22445900 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17075/statm: 1339 232 193 169 0 50 0
[pid=17076] ppid=17075 vsize=24452 CPUtime=20.05
/proc/17076/stat : 17076 (picosat) R 17075 17052 16480 0 -1 4194304 5915 0 0 0 1678 327 0 0 25 0 1 0 22445900 25038848 5878 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/17076/statm: 6113 5878 42 102 0 6008 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 46676

[startup+102.306 s]
/proc/loadavg: 2.14 2.10 2.03 3/84 17076
/proc/meminfo: memFree=1841448/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=30.67
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1365 31120 0 2 5 1 3028 33 16 0 1 0 22442807 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1113 409 3 0 796 0
[pid=17075] ppid=17052 vsize=5356 CPUtime=0
/proc/17075/stat : 17075 (sh) S 17052 17052 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22445900 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17075/statm: 1339 232 193 169 0 50 0
[pid=17076] ppid=17075 vsize=25376 CPUtime=71
/proc/17076/stat : 17076 (picosat) R 17075 17052 16480 0 -1 4194304 6169 0 0 0 6773 327 0 0 25 0 1 0 22445900 25985024 6132 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/17076/statm: 6344 6132 42 102 0 6239 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 47600

[startup+162.302 s]
/proc/loadavg: 2.39 2.18 2.06 3/84 17076
/proc/meminfo: memFree=1837992/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=30.67
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1365 31120 0 2 5 1 3028 33 16 0 1 0 22442807 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1113 409 3 0 796 0
[pid=17075] ppid=17052 vsize=5356 CPUtime=0
/proc/17075/stat : 17075 (sh) S 17052 17052 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22445900 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17075/statm: 1339 232 193 169 0 50 0
[pid=17076] ppid=17075 vsize=28940 CPUtime=130.7
/proc/17076/stat : 17076 (picosat) R 17075 17052 16480 0 -1 4194304 7031 0 0 0 12742 328 0 0 25 0 1 0 22445900 29634560 6994 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/17076/statm: 7235 6994 42 102 0 7130 0
Current children cumulated CPU time (s) 161.37
Current children cumulated vsize (KiB) 51164

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

[startup+179.103 s]
/proc/loadavg: 2.31 2.17 2.06 3/85 17119
/proc/meminfo: memFree=1773848/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=30.67
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1365 31120 0 2 5 1 3028 33 16 0 1 0 22442807 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1113 409 3 0 796 0
[pid=17075] ppid=17052 vsize=5356 CPUtime=0
/proc/17075/stat : 17075 (sh) S 17052 17052 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22445900 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17075/statm: 1339 232 193 169 0 50 0
[pid=17076] ppid=17075 vsize=29996 CPUtime=147.42
/proc/17076/stat : 17076 (picosat) R 17075 17052 16480 0 -1 4194304 7299 0 0 0 14413 329 0 0 25 0 1 0 22445900 30715904 7262 996147200 134512640 134931368 4294956256 18446744073709551615 134530233 0 0 4096 0 0 0 0 17 0 0 0
/proc/17076/statm: 7499 7262 42 102 0 7394 0
Current children cumulated CPU time (s) 178.09
Current children cumulated vsize (KiB) 52220

[startup+191.901 s]
/proc/loadavg: 2.24 2.16 2.06 3/85 17119
/proc/meminfo: memFree=1689432/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=30.67
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1365 31120 0 2 5 1 3028 33 16 0 1 0 22442807 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1113 409 3 0 796 0
[pid=17075] ppid=17052 vsize=5356 CPUtime=0
/proc/17075/stat : 17075 (sh) S 17052 17052 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22445900 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17075/statm: 1339 232 193 169 0 50 0
[pid=17076] ppid=17075 vsize=30656 CPUtime=160.15
/proc/17076/stat : 17076 (picosat) R 17075 17052 16480 0 -1 4194304 7482 0 0 0 15686 329 0 0 25 0 1 0 22445900 31391744 7445 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17076/statm: 7664 7445 42 102 0 7559 0
Current children cumulated CPU time (s) 190.82
Current children cumulated vsize (KiB) 52880

[startup+198.302 s]
/proc/loadavg: 2.30 2.18 2.06 3/85 17119
/proc/meminfo: memFree=1652376/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=30.67
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1365 31120 0 2 5 1 3028 33 16 0 1 0 22442807 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1113 409 3 0 796 0
[pid=17075] ppid=17052 vsize=5356 CPUtime=0
/proc/17075/stat : 17075 (sh) S 17052 17052 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22445900 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17075/statm: 1339 232 193 169 0 50 0
[pid=17076] ppid=17075 vsize=31052 CPUtime=166.53
/proc/17076/stat : 17076 (picosat) R 17075 17052 16480 0 -1 4194304 7557 0 0 0 16323 330 0 0 25 0 1 0 22445900 31797248 7520 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17076/statm: 7763 7520 42 102 0 7658 0
Current children cumulated CPU time (s) 197.2
Current children cumulated vsize (KiB) 53276

[startup+201.501 s]
/proc/loadavg: 2.27 2.17 2.06 3/85 17119
/proc/meminfo: memFree=1635032/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=30.67
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1365 31120 0 2 5 1 3028 33 16 0 1 0 22442807 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1113 409 3 0 796 0
[pid=17075] ppid=17052 vsize=5356 CPUtime=0
/proc/17075/stat : 17075 (sh) S 17052 17052 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22445900 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17075/statm: 1339 232 193 169 0 50 0
[pid=17076] ppid=17075 vsize=31052 CPUtime=169.72
/proc/17076/stat : 17076 (picosat) R 17075 17052 16480 0 -1 4194304 7588 0 0 0 16642 330 0 0 25 0 1 0 22445900 31797248 7551 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17076/statm: 7763 7551 42 102 0 7658 0
Current children cumulated CPU time (s) 200.39
Current children cumulated vsize (KiB) 53276

[startup+202.301 s]
/proc/loadavg: 2.27 2.17 2.06 3/85 17119
/proc/meminfo: memFree=1635032/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=30.67
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1365 31120 0 2 5 1 3028 33 16 0 1 0 22442807 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1113 409 3 0 796 0
[pid=17075] ppid=17052 vsize=5356 CPUtime=0
/proc/17075/stat : 17075 (sh) S 17052 17052 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22445900 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17075/statm: 1339 232 193 169 0 50 0
[pid=17076] ppid=17075 vsize=31184 CPUtime=170.52
/proc/17076/stat : 17076 (picosat) R 17075 17052 16480 0 -1 4194304 7599 0 0 0 16722 330 0 0 25 0 1 0 22445900 31932416 7562 996147200 134512640 134931368 4294956256 18446744073709551615 134529314 0 0 4096 0 0 0 0 17 0 0 0
/proc/17076/statm: 7796 7562 42 102 0 7691 0
Current children cumulated CPU time (s) 201.19
Current children cumulated vsize (KiB) 53408

[startup+203.102 s]
/proc/loadavg: 2.27 2.17 2.06 3/85 17119
/proc/meminfo: memFree=1635032/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=30.67
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1365 31120 0 2 5 1 3028 33 16 0 1 0 22442807 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1113 409 3 0 796 0
[pid=17075] ppid=17052 vsize=5356 CPUtime=0
/proc/17075/stat : 17075 (sh) S 17052 17052 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22445900 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17075/statm: 1339 232 193 169 0 50 0
[pid=17076] ppid=17075 vsize=31184 CPUtime=171.32
/proc/17076/stat : 17076 (picosat) R 17075 17052 16480 0 -1 4194304 7609 0 0 0 16802 330 0 0 25 0 1 0 22445900 31932416 7572 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 0 0 0
/proc/17076/statm: 7796 7572 42 102 0 7691 0
Current children cumulated CPU time (s) 201.99
Current children cumulated vsize (KiB) 53408

[startup+203.508 s]
/proc/loadavg: 2.27 2.17 2.06 4/93 17129
/proc/meminfo: memFree=1653656/2055920 swapFree=4192812/4192956
[pid=17052] ppid=17050 vsize=16868 CPUtime=202.2
/proc/17052/stat : 17052 (sugar) S 17050 17052 16480 0 -1 4194304 1446 39022 0 2 5 1 19850 364 16 0 1 0 22442807 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17052/statm: 4217 1113 409 3 0 796 0
[pid=17120] ppid=17052 vsize=5356 CPUtime=0
/proc/17120/stat : 17120 (sh) S 17052 17052 16480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22463138 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17120/statm: 1339 233 193 169 0 50 0
[pid=17121] ppid=17120 vsize=862156 CPUtime=0.17
/proc/17121/stat : 17121 (java) S 17120 17052 16480 0 -1 0 2965 0 1 0 16 1 0 0 20 0 9 0 22463138 882847744 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17121/statm: 215539 2436 1270 9 0 210452 0
[pid=17121/tid=17122] ppid=17120 vsize=862156 CPUtime=0.14
/proc/17121/task/17122/stat : 17122 (java) R 17120 17052 16480 0 -1 64 1973 0 1 0 13 1 0 0 25 0 9 0 22463139 882847744 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4126457090 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17121/tid=17123] ppid=17120 vsize=862156 CPUtime=0
/proc/17121/task/17123/stat : 17123 (java) S 17120 17052 16480 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 22463140 882847744 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17121/tid=17124] ppid=17120 vsize=862156 CPUtime=0
/proc/17121/task/17124/stat : 17124 (java) S 17120 17052 16480 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 22463141 882847744 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17121/tid=17125] ppid=17120 vsize=862156 CPUtime=0
/proc/17121/task/17125/stat : 17125 (java) S 17120 17052 16480 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 22463141 882847744 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17121/tid=17126] ppid=17120 vsize=862156 CPUtime=0
/proc/17121/task/17126/stat : 17126 (java) S 17120 17052 16480 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22463142 882847744 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17121/tid=17127] ppid=17120 vsize=862156 CPUtime=0.02
/proc/17121/task/17127/stat : 17127 (java) S 17120 17052 16480 0 -1 64 297 0 0 0 2 0 0 0 22 0 9 0 22463142 882847744 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17121/tid=17128] ppid=17120 vsize=862156 CPUtime=0
/proc/17121/task/17128/stat : 17128 (java) S 17120 17052 16480 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22463143 882847744 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17121/tid=17129] ppid=17120 vsize=862156 CPUtime=0
/proc/17121/task/17129/stat : 17129 (java) S 17120 17052 16480 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22463143 882847744 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.37
Current children cumulated vsize (KiB) 884380

Child status: 0
Real time (s): 203.579
CPU time (s): 202.446
CPU user time (s): 198.751
CPU system time (s): 3.69544
CPU usage (%): 99.4438
Max. virtual memory (cumulated for all children) (KiB): 900132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 198.751
system time used= 3.69544
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44354
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= 8342
involuntary context switches= 13225

runsolver used 0.218966 second user time and 0.576912 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-12 01:09:49
IDJOB=2071455
IDBENCH=55494
IDSOLVER=738
FILE ID=node42/2071455-1247353789
PBS_JOBID= 9506840
Free space on /tmp= 66304 MiB

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

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

MD5SUM BENCH= eef28a8aaa5ab23398c7f7cc139b9a88
RANDOM SEED=15873601

node42.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.283
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.283
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:       1884640 kB
Buffers:         11556 kB
Cached:          80652 kB
SwapCached:          0 kB
Active:          79232 kB
Inactive:        44360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1884640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:          51800 kB
Slab:            32820 kB
Committed_AS:   209472 kB
PageTables:       1864 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= 66304 MiB
End job on node42 at 2009-07-12 01:13:12