Trace number 2071411

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 66.5839 67.0228

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-3_ext.xml
MD5SUM9f83499fcd97050db5bc646d81ebf564
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 benchmark0.533918
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.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 01:08:16 2009
0.06/0.08	c 0	PID 17804
0.06/0.08	c 0	HOST node18.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071411-1247353696.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-2071411-1247353696.xml' 'HOME/temp.csp'
0.06/0.45	c 0	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.06/0.45	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.45	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.42/0.53	c 0	Parsing HOME/temp.csp
0.42/0.67	c 0	parsed 459 expressions
0.42/0.67	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.67	c 0	Converting to clausal form CSP
0.43/0.70	c 0	converted 46 (10%) expressions
0.43/0.71	c 0	converted 92 (20%) expressions
0.43/0.72	c 0	converted 138 (30%) expressions
0.43/0.73	c 1	converted 184 (40%) expressions
0.43/0.74	c 1	converted 230 (50%) expressions
0.43/0.74	c 1	converted 276 (60%) expressions
0.43/0.75	c 1	converted 322 (70%) expressions
0.43/0.76	c 1	converted 368 (80%) expressions
0.43/0.76	c 1	converted 414 (90%) expressions
2.15/2.26	c 2	converted 459 (100%) expressions
2.15/2.26	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.15/2.26	c 2	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.15/2.26	c 2	Propagation in CSP
2.15/2.26	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.15/2.26	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.15/2.26	c 2	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.15/2.27	c 2	Simplifing CSP by introducing new Boolean variables
2.15/2.27	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.15/2.27	c 2	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.44/2.50	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.44/2.53	c 2	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
2.44/2.53	c 2	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
2.44/2.53	c 2	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
2.44/2.54	c 2	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
2.44/2.55	c 2	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
2.44/2.55	c 2	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
2.44/2.55	c 2	54 (70%) CSP integer variables are encoded (26138 clauses, 369968 bytes)
2.44/2.56	c 2	61 (80%) CSP integer variables are encoded (27167 clauses, 385403 bytes)
2.44/2.56	c 2	69 (90%) CSP integer variables are encoded (28343 clauses, 403043 bytes)
2.44/2.56	c 2	76 (100%) CSP integer variables are encoded (29078 clauses, 414068 bytes)
2.54/2.62	c 2	35 (10%) CSP clauses are encoded (30000 clauses, 432602 bytes)
2.54/2.64	c 2	70 (20%) CSP clauses are encoded (30899 clauses, 454418 bytes)
2.54/2.66	c 2	105 (30%) CSP clauses are encoded (31820 clauses, 476248 bytes)
2.54/2.69	c 2	140 (40%) CSP clauses are encoded (32743 clauses, 498301 bytes)
2.64/2.71	c 2	175 (50%) CSP clauses are encoded (33666 clauses, 520541 bytes)
2.64/2.74	c 3	210 (60%) CSP clauses are encoded (34586 clauses, 543215 bytes)
2.64/2.76	c 3	245 (70%) CSP clauses are encoded (35507 clauses, 567426 bytes)
2.64/2.79	c 3	280 (80%) CSP clauses are encoded (36449 clauses, 591903 bytes)
2.74/2.84	c 3	315 (90%) CSP clauses are encoded (37442 clauses, 617078 bytes)
43.91/44.27	c 44	350 (100%) CSP clauses are encoded (574165 clauses, 18375600 bytes)
43.91/44.27	c 44	350 CSP clauses encoded
43.91/44.27	c 44	Writing map file : HOME/temp.map
43.91/44.27	c 44	Heap : 53 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
43.91/44.27	c 44	SAT : 29152 SAT variables, 574165 SAT clauses, 18375600 bytes
43.91/44.27	c 44	Heap : 53 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
43.99/44.31	c 44	SOLVING HOME/temp.cnf
43.99/44.31	c 44	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
66.27/66.73	c 67	DECODING HOME/temp.out WITH HOME/temp.map
66.27/66.73	c 67	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'
66.32/66.82	c 67	Decoding HOME/temp.out
66.32/66.95	s SATISFIABLE
66.32/66.95	v 25 18 11 12 4 1 6 2 9 4 23 3 1 7 16 19 20 1 22 1 7 0 24 14 5 12 12 8 18 2 13 0 15 7 2 10 14 9 10 4 8 2 17 2 21 8 19 2 3 0 30 31 33 37 40 47 66 67 68 68 82 94 102 104 104 111 121 130 134 136 138 146 148 148 148 0
66.32/66.96	c 67	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
66.52/67.02	c 67	CPU 66.54 (0.06 0.01 62.01 4.46)
66.52/67.02	c 67	END Sun Jul 12 01:09:23 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-2071411-1247353696/watcher-2071411-1247353696 -o /tmp/evaluation-result-2071411-1247353696/solver-2071411-1247353696 -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-2071411-1247353696.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: 1.98 2.01 2.00 4/80 17804
/proc/meminfo: memFree=1756136/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=12268 CPUtime=0
/proc/17804/stat : 17804 (sugar) R 17802 17804 16068 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22436213 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 227848976997 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17804/statm: 3067 316 241 3 0 167 0

[startup+0.0769039 s]
/proc/loadavg: 1.98 2.01 2.00 4/80 17804
/proc/meminfo: memFree=1756136/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=16740 CPUtime=0.06
/proc/17804/stat : 17804 (sugar) R 17802 17804 16068 0 -1 4194304 1085 0 0 0 5 1 0 0 18 0 1 0 22436213 17141760 1053 996147200 4194304 4206940 548682068608 18446744073709551615 227866521219 0 0 4224 0 0 0 0 17 1 0 0
/proc/17804/statm: 4185 1053 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101924 s]
/proc/loadavg: 1.98 2.01 2.00 4/80 17804
/proc/meminfo: memFree=1756136/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=16868 CPUtime=0.06
/proc/17804/stat : 17804 (sugar) S 17802 17804 16068 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22436213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17804/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301921 s]
/proc/loadavg: 1.98 2.01 2.00 4/80 17804
/proc/meminfo: memFree=1756136/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=16868 CPUtime=0.06
/proc/17804/stat : 17804 (sugar) S 17802 17804 16068 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22436213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17804/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701963 s]
/proc/loadavg: 1.98 2.01 2.00 4/80 17804
/proc/meminfo: memFree=1756136/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=16868 CPUtime=0.43
/proc/17804/stat : 17804 (sugar) S 17802 17804 16068 0 -1 4194304 1309 5114 0 1 6 1 31 5 15 0 1 0 22436213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17804/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 16868

[startup+1.50205 s]
/proc/loadavg: 1.98 2.01 2.00 3/91 17826
/proc/meminfo: memFree=1737160/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=16868 CPUtime=0.43
/proc/17804/stat : 17804 (sugar) S 17802 17804 16068 0 -1 4194304 1309 5114 0 1 6 1 31 5 15 0 1 0 22436213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17804/statm: 4217 1111 409 3 0 796 0
[pid=17817] ppid=17804 vsize=5356 CPUtime=0
/proc/17817/stat : 17817 (sh) S 17804 17804 16068 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22436259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17817/statm: 1339 233 193 169 0 50 0
[pid=17818] ppid=17817 vsize=864440 CPUtime=1.01
/proc/17818/stat : 17818 (java) S 17817 17804 16068 0 -1 0 10595 0 1 0 96 5 0 0 19 0 9 0 22436259 885186560 9783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17818/statm: 216110 9783 2566 9 0 210615 0
[pid=17818/tid=17819] ppid=17817 vsize=864440 CPUtime=0.43
/proc/17818/task/17819/stat : 17819 (java) R 17817 17804 16068 0 -1 64 2803 0 1 0 42 1 0 0 20 0 9 0 22436260 885186560 9783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17820] ppid=17817 vsize=864440 CPUtime=0.51
/proc/17818/task/17820/stat : 17820 (java) R 17817 17804 16068 0 -1 64 6778 0 0 0 48 3 0 0 17 0 9 0 22436261 885186560 9783 996147200 134512640 134550932 4294955936 18446744073709551615 104190675 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17821] ppid=17817 vsize=864440 CPUtime=0
/proc/17818/task/17821/stat : 17821 (java) S 17817 17804 16068 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22436261 885186560 9783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17822] ppid=17817 vsize=864440 CPUtime=0
/proc/17818/task/17822/stat : 17822 (java) S 17817 17804 16068 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22436261 885186560 9783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17823] ppid=17817 vsize=864440 CPUtime=0
/proc/17818/task/17823/stat : 17823 (java) S 17817 17804 16068 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22436263 885186560 9783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17824] ppid=17817 vsize=864440 CPUtime=0.05
/proc/17818/task/17824/stat : 17824 (java) S 17817 17804 16068 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22436263 885186560 9783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17825] ppid=17817 vsize=864440 CPUtime=0
/proc/17818/task/17825/stat : 17825 (java) S 17817 17804 16068 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22436263 885186560 9783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17826] ppid=17817 vsize=864440 CPUtime=0
/proc/17818/task/17826/stat : 17826 (java) S 17817 17804 16068 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22436263 885186560 9783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886664

[startup+3.10119 s]
/proc/loadavg: 1.98 2.01 2.00 4/91 17826
/proc/meminfo: memFree=1708040/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=16868 CPUtime=0.43
/proc/17804/stat : 17804 (sugar) S 17802 17804 16068 0 -1 4194304 1310 5114 0 1 6 1 31 5 15 0 1 0 22436213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17804/statm: 4217 1111 409 3 0 796 0
[pid=17817] ppid=17804 vsize=5356 CPUtime=0
/proc/17817/stat : 17817 (sh) S 17804 17804 16068 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22436259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17817/statm: 1339 233 193 169 0 50 0
[pid=17818] ppid=17817 vsize=864412 CPUtime=2.61
/proc/17818/stat : 17818 (java) S 17817 17804 16068 0 -1 0 16323 0 1 0 251 10 0 0 19 0 9 0 22436259 885157888 15401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17818/statm: 216103 15401 2590 9 0 210580 0
[pid=17818/tid=17819] ppid=17817 vsize=864412 CPUtime=1.23
/proc/17818/task/17819/stat : 17819 (java) R 17817 17804 16068 0 -1 64 3450 0 1 0 120 3 0 0 25 0 9 0 22436260 885157888 15401 996147200 134512640 134550932 4294955936 18446744073709551615 4126535266 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17820] ppid=17817 vsize=864412 CPUtime=1.27
/proc/17818/task/17820/stat : 17820 (java) S 17817 17804 16068 0 -1 64 11838 0 0 0 121 6 0 0 16 0 9 0 22436261 885157888 15401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17821] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17821/stat : 17821 (java) S 17817 17804 16068 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22436261 885157888 15401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17822] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17822/stat : 17822 (java) S 17817 17804 16068 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22436261 885157888 15401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17823] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17823/stat : 17823 (java) S 17817 17804 16068 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22436263 885157888 15401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17824] ppid=17817 vsize=864412 CPUtime=0.09
/proc/17818/task/17824/stat : 17824 (java) S 17817 17804 16068 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 22436263 885157888 15401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17825] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17825/stat : 17825 (java) S 17817 17804 16068 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22436263 885157888 15401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17826] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17826/stat : 17826 (java) S 17817 17804 16068 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22436263 885157888 15401 996147200 134512640 134550932 4294955936 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) 886636

[startup+6.3025 s]
/proc/loadavg: 1.98 2.01 2.00 3/91 17826
/proc/meminfo: memFree=1697928/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=16868 CPUtime=0.43
/proc/17804/stat : 17804 (sugar) S 17802 17804 16068 0 -1 4194304 1310 5114 0 1 6 1 31 5 15 0 1 0 22436213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17804/statm: 4217 1111 409 3 0 796 0
[pid=17817] ppid=17804 vsize=5356 CPUtime=0
/proc/17817/stat : 17817 (sh) S 17804 17804 16068 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22436259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17817/statm: 1339 233 193 169 0 50 0
[pid=17818] ppid=17817 vsize=864412 CPUtime=5.79
/proc/17818/stat : 17818 (java) S 17817 17804 16068 0 -1 0 17053 0 1 0 567 12 0 0 19 0 9 0 22436259 885157888 16090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17818/statm: 216103 16090 2590 9 0 210580 0
[pid=17818/tid=17819] ppid=17817 vsize=864412 CPUtime=4.31
/proc/17818/task/17819/stat : 17819 (java) R 17817 17804 16068 0 -1 64 3491 0 1 0 428 3 0 0 25 0 9 0 22436260 885157888 16090 996147200 134512640 134550932 4294955936 18446744073709551615 101450613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17820] ppid=17817 vsize=864412 CPUtime=1.36
/proc/17818/task/17820/stat : 17820 (java) S 17817 17804 16068 0 -1 64 12527 0 0 0 129 7 0 0 16 0 9 0 22436261 885157888 16090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17821] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17821/stat : 17821 (java) S 17817 17804 16068 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22436261 885157888 16090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17822] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17822/stat : 17822 (java) S 17817 17804 16068 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22436261 885157888 16090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17823] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17823/stat : 17823 (java) S 17817 17804 16068 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22436263 885157888 16090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17824] ppid=17817 vsize=864412 CPUtime=0.09
/proc/17818/task/17824/stat : 17824 (java) S 17817 17804 16068 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 22436263 885157888 16090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17825] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17825/stat : 17825 (java) S 17817 17804 16068 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22436263 885157888 16090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17826] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17826/stat : 17826 (java) S 17817 17804 16068 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22436263 885157888 16090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 886636

[startup+12.7011 s]
/proc/loadavg: 1.98 2.01 2.00 3/91 17826
/proc/meminfo: memFree=1688392/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=16868 CPUtime=0.43
/proc/17804/stat : 17804 (sugar) S 17802 17804 16068 0 -1 4194304 1310 5114 0 1 6 1 31 5 15 0 1 0 22436213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17804/statm: 4217 1111 409 3 0 796 0
[pid=17817] ppid=17804 vsize=5356 CPUtime=0
/proc/17817/stat : 17817 (sh) S 17804 17804 16068 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22436259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17817/statm: 1339 233 193 169 0 50 0
[pid=17818] ppid=17817 vsize=864412 CPUtime=12.15
/proc/17818/stat : 17818 (java) S 17817 17804 16068 0 -1 0 18722 0 1 0 1200 15 0 0 19 0 9 0 22436259 885157888 17648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17818/statm: 216103 17648 2590 9 0 210580 0
[pid=17818/tid=17819] ppid=17817 vsize=864412 CPUtime=10.45
/proc/17818/task/17819/stat : 17819 (java) R 17817 17804 16068 0 -1 64 3602 0 1 0 1040 5 0 0 25 0 9 0 22436260 885157888 17648 996147200 134512640 134550932 4294955936 18446744073709551615 4126535266 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17820] ppid=17817 vsize=864412 CPUtime=1.59
/proc/17818/task/17820/stat : 17820 (java) S 17817 17804 16068 0 -1 64 14084 0 0 0 150 9 0 0 16 0 9 0 22436261 885157888 17648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17821] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17821/stat : 17821 (java) S 17817 17804 16068 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22436261 885157888 17648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17822] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17822/stat : 17822 (java) S 17817 17804 16068 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22436261 885157888 17648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17823] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17823/stat : 17823 (java) S 17817 17804 16068 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22436263 885157888 17648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17824] ppid=17817 vsize=864412 CPUtime=0.09
/proc/17818/task/17824/stat : 17824 (java) S 17817 17804 16068 0 -1 64 337 0 0 0 9 0 0 0 17 0 9 0 22436263 885157888 17648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17825] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17825/stat : 17825 (java) S 17817 17804 16068 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22436263 885157888 17648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17826] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17826/stat : 17826 (java) S 17817 17804 16068 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22436263 885157888 17648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 886636

[startup+25.5023 s]
/proc/loadavg: 1.99 2.01 2.00 3/91 17826
/proc/meminfo: memFree=1670472/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=16868 CPUtime=0.43
/proc/17804/stat : 17804 (sugar) S 17802 17804 16068 0 -1 4194304 1310 5114 0 1 6 1 31 5 15 0 1 0 22436213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17804/statm: 4217 1111 409 3 0 796 0
[pid=17817] ppid=17804 vsize=5356 CPUtime=0
/proc/17817/stat : 17817 (sh) S 17804 17804 16068 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22436259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17817/statm: 1339 233 193 169 0 50 0
[pid=17818] ppid=17817 vsize=864412 CPUtime=24.89
/proc/17818/stat : 17818 (java) S 17817 17804 16068 0 -1 0 21947 0 1 0 2466 23 0 0 19 0 9 0 22436259 885157888 20652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17818/statm: 216103 20652 2590 9 0 210580 0
[pid=17818/tid=17819] ppid=17817 vsize=864412 CPUtime=22.7
/proc/17818/task/17819/stat : 17819 (java) R 17817 17804 16068 0 -1 64 3823 0 1 0 2261 9 0 0 25 0 9 0 22436260 885157888 20652 996147200 134512640 134550932 4294955936 18446744073709551615 103201824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17820] ppid=17817 vsize=864412 CPUtime=2.07
/proc/17818/task/17820/stat : 17820 (java) S 17817 17804 16068 0 -1 64 17083 0 0 0 194 13 0 0 16 0 9 0 22436261 885157888 20652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17821] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17821/stat : 17821 (java) S 17817 17804 16068 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22436261 885157888 20652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17822] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17822/stat : 17822 (java) S 17817 17804 16068 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22436261 885157888 20652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17823] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17823/stat : 17823 (java) S 17817 17804 16068 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22436263 885157888 20652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17824] ppid=17817 vsize=864412 CPUtime=0.1
/proc/17818/task/17824/stat : 17824 (java) S 17817 17804 16068 0 -1 64 342 0 0 0 10 0 0 0 17 0 9 0 22436263 885157888 20652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17825] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17825/stat : 17825 (java) S 17817 17804 16068 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22436263 885157888 20652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17818/tid=17826] ppid=17817 vsize=864412 CPUtime=0
/proc/17818/task/17826/stat : 17826 (java) S 17817 17804 16068 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22436263 885157888 20652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 886636

[startup+51.1018 s]
/proc/loadavg: 1.99 2.01 2.00 3/83 17828
/proc/meminfo: memFree=1712328/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=16868 CPUtime=44
/proc/17804/stat : 17804 (sugar) S 17802 17804 16068 0 -1 4194304 1365 34378 0 2 6 1 4351 42 16 0 1 0 22436213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17804/statm: 4217 1113 409 3 0 796 0
[pid=17827] ppid=17804 vsize=5356 CPUtime=0
/proc/17827/stat : 17827 (sh) S 17804 17804 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22440644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17827/statm: 1339 232 193 169 0 50 0
[pid=17828] ppid=17827 vsize=24244 CPUtime=6.75
/proc/17828/stat : 17828 (picosat) R 17827 17804 16068 0 -1 4194304 5900 0 0 0 314 361 0 0 25 0 1 0 22440644 24825856 5886 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17828/statm: 6061 5886 40 102 0 5956 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 46468

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

[startup+57.5014 s]
/proc/loadavg: 1.99 2.01 2.00 3/83 17828
/proc/meminfo: memFree=1707144/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=16868 CPUtime=44
/proc/17804/stat : 17804 (sugar) S 17802 17804 16068 0 -1 4194304 1365 34378 0 2 6 1 4351 42 16 0 1 0 22436213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17804/statm: 4217 1113 409 3 0 796 0
[pid=17827] ppid=17804 vsize=5356 CPUtime=0
/proc/17827/stat : 17827 (sh) S 17804 17804 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22440644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17827/statm: 1339 232 193 169 0 50 0
[pid=17828] ppid=17827 vsize=29536 CPUtime=13.11
/proc/17828/stat : 17828 (picosat) R 17827 17804 16068 0 -1 4194304 6774 0 0 0 911 400 0 0 25 0 1 0 22440644 30244864 6737 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17828/statm: 7384 6737 42 102 0 7279 0
Current children cumulated CPU time (s) 57.11
Current children cumulated vsize (KiB) 51760

[startup+63.901 s]
/proc/loadavg: 1.99 2.01 2.00 3/83 17828
/proc/meminfo: memFree=1706312/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=16868 CPUtime=44
/proc/17804/stat : 17804 (sugar) S 17802 17804 16068 0 -1 4194304 1365 34378 0 2 6 1 4351 42 16 0 1 0 22436213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17804/statm: 4217 1113 409 3 0 796 0
[pid=17827] ppid=17804 vsize=5356 CPUtime=0
/proc/17827/stat : 17827 (sh) S 17804 17804 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22440644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17827/statm: 1339 232 193 169 0 50 0
[pid=17828] ppid=17827 vsize=30328 CPUtime=19.48
/proc/17828/stat : 17828 (picosat) R 17827 17804 16068 0 -1 4194304 6978 0 0 0 1548 400 0 0 25 0 1 0 22440644 31055872 6941 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17828/statm: 7582 6941 42 102 0 7477 0
Current children cumulated CPU time (s) 63.48
Current children cumulated vsize (KiB) 52552

[startup+65.5012 s]
/proc/loadavg: 1.99 2.01 2.00 3/83 17828
/proc/meminfo: memFree=1706184/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=16868 CPUtime=44
/proc/17804/stat : 17804 (sugar) S 17802 17804 16068 0 -1 4194304 1365 34378 0 2 6 1 4351 42 16 0 1 0 22436213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17804/statm: 4217 1113 409 3 0 796 0
[pid=17827] ppid=17804 vsize=5356 CPUtime=0
/proc/17827/stat : 17827 (sh) S 17804 17804 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22440644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17827/statm: 1339 232 193 169 0 50 0
[pid=17828] ppid=17827 vsize=30460 CPUtime=21.07
/proc/17828/stat : 17828 (picosat) R 17827 17804 16068 0 -1 4194304 7013 0 0 0 1707 400 0 0 25 0 1 0 22440644 31191040 6976 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/17828/statm: 7615 6976 42 102 0 7510 0
Current children cumulated CPU time (s) 65.07
Current children cumulated vsize (KiB) 52684

[startup+66.3013 s]
/proc/loadavg: 1.99 2.01 2.00 3/83 17828
/proc/meminfo: memFree=1706120/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=16868 CPUtime=44
/proc/17804/stat : 17804 (sugar) S 17802 17804 16068 0 -1 4194304 1365 34378 0 2 6 1 4351 42 16 0 1 0 22436213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17804/statm: 4217 1113 409 3 0 796 0
[pid=17827] ppid=17804 vsize=5356 CPUtime=0
/proc/17827/stat : 17827 (sh) S 17804 17804 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22440644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17827/statm: 1339 232 193 169 0 50 0
[pid=17828] ppid=17827 vsize=30592 CPUtime=21.87
/proc/17828/stat : 17828 (picosat) R 17827 17804 16068 0 -1 4194304 7029 0 0 0 1787 400 0 0 25 0 1 0 22440644 31326208 6992 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17828/statm: 7648 6992 42 102 0 7543 0
Current children cumulated CPU time (s) 65.87
Current children cumulated vsize (KiB) 52816

[startup+66.7013 s]
/proc/loadavg: 1.99 2.01 2.00 3/83 17828
/proc/meminfo: memFree=1706120/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=16868 CPUtime=44
/proc/17804/stat : 17804 (sugar) S 17802 17804 16068 0 -1 4194304 1365 34378 0 2 6 1 4351 42 16 0 1 0 22436213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17804/statm: 4217 1113 409 3 0 796 0
[pid=17827] ppid=17804 vsize=5356 CPUtime=0
/proc/17827/stat : 17827 (sh) S 17804 17804 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22440644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17827/statm: 1339 232 193 169 0 50 0
[pid=17828] ppid=17827 vsize=30596 CPUtime=22.27
/proc/17828/stat : 17828 (picosat) R 17827 17804 16068 0 -1 4194304 7043 0 0 0 1827 400 0 0 25 0 1 0 22440644 31330304 7006 996147200 134512640 134931368 4294956256 18446744073709551615 134580078 0 0 4096 0 0 0 0 17 1 0 0
/proc/17828/statm: 7649 7006 47 102 0 7544 0
Current children cumulated CPU time (s) 66.27
Current children cumulated vsize (KiB) 52820

[startup+66.9013 s]
/proc/loadavg: 1.99 2.01 2.00 3/83 17828
/proc/meminfo: memFree=1706120/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=16868 CPUtime=66.32
/proc/17804/stat : 17804 (sugar) S 17802 17804 16068 0 -1 4194304 1446 41707 0 2 6 1 6181 444 16 0 1 0 22436213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17804/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 66.32
Current children cumulated vsize (KiB) 16868

[startup+67.0013 s]
/proc/loadavg: 1.99 2.01 2.00 2/91 17838
/proc/meminfo: memFree=1728456/2055920 swapFree=4192812/4192956
[pid=17804] ppid=17802 vsize=16868 CPUtime=66.32
/proc/17804/stat : 17804 (sugar) S 17802 17804 16068 0 -1 4194304 1449 41707 0 2 6 1 6181 444 15 0 1 0 22436213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17804/statm: 4217 1113 409 3 0 796 0
[pid=17829] ppid=17804 vsize=5356 CPUtime=0
/proc/17829/stat : 17829 (sh) S 17804 17804 16068 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22442887 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17829/statm: 1339 233 193 169 0 50 0
[pid=17830] ppid=17829 vsize=865176 CPUtime=0.2
/proc/17830/stat : 17830 (java) S 17829 17804 16068 0 -1 0 3506 0 1 0 19 1 0 0 18 0 9 0 22442887 885940224 2972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 216294 2972 1707 9 0 210799 0
[pid=17830/tid=17831] ppid=17829 vsize=865176 CPUtime=0.16
/proc/17830/task/17831/stat : 17831 (java) S 17829 17804 16068 0 -1 64 2511 0 1 0 16 0 0 0 21 0 9 0 22442888 885940224 2972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17832] ppid=17829 vsize=865176 CPUtime=0
/proc/17830/task/17832/stat : 17832 (java) S 17829 17804 16068 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 22442890 885940224 2972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17833] ppid=17829 vsize=865176 CPUtime=0
/proc/17830/task/17833/stat : 17833 (java) S 17829 17804 16068 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22442890 885940224 2972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17834] ppid=17829 vsize=865176 CPUtime=0
/proc/17830/task/17834/stat : 17834 (java) S 17829 17804 16068 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22442890 885940224 2972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17835] ppid=17829 vsize=865176 CPUtime=0
/proc/17830/task/17835/stat : 17835 (java) S 17829 17804 16068 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22442892 885940224 2972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17836] ppid=17829 vsize=865176 CPUtime=0.03
/proc/17830/task/17836/stat : 17836 (java) S 17829 17804 16068 0 -1 64 299 0 0 0 3 0 0 0 18 0 9 0 22442892 885940224 2972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17837] ppid=17829 vsize=865176 CPUtime=0
/proc/17830/task/17837/stat : 17837 (java) S 17829 17804 16068 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22442892 885940224 2972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17838] ppid=17829 vsize=865176 CPUtime=0
/proc/17830/task/17838/stat : 17838 (java) S 17829 17804 16068 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 22442892 885940224 2972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.52
Current children cumulated vsize (KiB) 887400

Child status: 0
Real time (s): 67.0228
CPU time (s): 66.5839
CPU user time (s): 62.0856
CPU system time (s): 4.49832
CPU usage (%): 99.3451
Max. virtual memory (cumulated for all children) (KiB): 897140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.0856
system time used= 4.49832
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47041
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= 9021
involuntary context switches= 9484

runsolver used 0.095985 second user time and 0.236963 second system time

The end

Launcher Data

Begin job on node18 at 2009-07-12 01:08:16
IDJOB=2071411
IDBENCH=55490
IDSOLVER=738
FILE ID=node18/2071411-1247353696
PBS_JOBID= 9506841
Free space on /tmp= 66300 MiB

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

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

MD5SUM BENCH= 9f83499fcd97050db5bc646d81ebf564
RANDOM SEED=1079353855

node18.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.243
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.243
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:       1756616 kB
Buffers:         12756 kB
Cached:          92712 kB
SwapCached:          0 kB
Active:         222984 kB
Inactive:        26860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:         162264 kB
Slab:            34684 kB
Committed_AS:   908892 kB
PageTables:       2012 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= 66296 MiB
End job on node18 at 2009-07-12 01:09:23