Trace number 2071521

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 226.942 229.138

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.01839
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.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:12:50 2009
0.00/0.08	c 0	PID 18235
0.06/0.08	c 0	HOST node16.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071521-1247353970.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-2071521-1247353970.xml' 'HOME/temp.csp'
0.06/0.64	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.06/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.67	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.60/0.74	c 1	Parsing HOME/temp.csp
0.92/1.04	c 1	parsed 459 expressions
0.92/1.05	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.05	c 1	Converting to clausal form CSP
0.92/1.07	c 1	converted 46 (10%) expressions
0.92/1.08	c 1	converted 92 (20%) expressions
0.92/1.10	c 1	converted 138 (30%) expressions
1.01/1.11	c 1	converted 184 (40%) expressions
1.01/1.11	c 1	converted 230 (50%) expressions
1.01/1.11	c 1	converted 276 (60%) expressions
1.01/1.12	c 1	converted 322 (70%) expressions
1.01/1.13	c 1	converted 368 (80%) expressions
1.01/1.13	c 1	converted 414 (90%) expressions
2.80/2.98	c 3	converted 459 (100%) expressions
2.80/2.98	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.80/2.98	c 3	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.98	c 3	Propagation in CSP
2.80/2.99	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.80/2.99	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.80/2.99	c 3	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.20/3.34	c 4	Simplifing CSP by introducing new Boolean variables
3.20/3.34	c 4	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.20/3.34	c 4	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.49/3.65	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.49/3.68	c 4	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
3.49/3.69	c 4	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
3.49/3.70	c 4	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
3.58/3.70	c 4	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
3.58/3.71	c 4	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
3.58/3.71	c 4	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
3.58/3.72	c 4	54 (70%) CSP integer variables are encoded (26242 clauses, 371528 bytes)
3.58/3.72	c 4	61 (80%) CSP integer variables are encoded (27453 clauses, 389693 bytes)
3.58/3.72	c 4	69 (90%) CSP integer variables are encoded (28837 clauses, 410453 bytes)
3.58/3.72	c 4	76 (100%) CSP integer variables are encoded (29702 clauses, 423428 bytes)
3.58/3.79	c 4	35 (10%) CSP clauses are encoded (30625 clauses, 441975 bytes)
3.69/3.81	c 4	70 (20%) CSP clauses are encoded (31524 clauses, 463791 bytes)
3.69/3.83	c 4	105 (30%) CSP clauses are encoded (32446 clauses, 485650 bytes)
3.69/3.86	c 4	140 (40%) CSP clauses are encoded (33368 clauses, 507680 bytes)
3.69/3.88	c 4	175 (50%) CSP clauses are encoded (34291 clauses, 529925 bytes)
3.79/3.91	c 4	210 (60%) CSP clauses are encoded (35214 clauses, 552641 bytes)
3.79/3.93	c 4	245 (70%) CSP clauses are encoded (36135 clauses, 576842 bytes)
3.79/3.97	c 4	280 (80%) CSP clauses are encoded (37078 clauses, 601332 bytes)
3.89/4.02	c 4	315 (90%) CSP clauses are encoded (38071 clauses, 626544 bytes)
66.99/67.79	c 68	350 (100%) CSP clauses are encoded (777594 clauses, 25147998 bytes)
66.99/67.79	c 68	350 CSP clauses encoded
66.99/67.79	c 68	Writing map file : HOME/temp.map
66.99/67.79	c 68	Heap : 71 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
66.99/67.79	c 68	SAT : 29776 SAT variables, 777594 SAT clauses, 25147998 bytes
66.99/67.79	c 68	Heap : 71 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
67.09/67.83	c 68	SOLVING HOME/temp.cnf
67.09/67.83	c 68	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
226.64/228.84	c 229	DECODING HOME/temp.out WITH HOME/temp.map
226.64/228.84	c 229	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'
226.69/228.93	c 229	Decoding HOME/temp.out
226.69/229.06	s SATISFIABLE
226.69/229.06	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
226.69/229.07	c 229	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
226.69/229.13	c 229	CPU 226.9 (0.06 0.01 220.79 6.04)
226.69/229.13	c 229	END Sun Jul 12 01:16:39 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-2071521-1247353970/watcher-2071521-1247353970 -o /tmp/evaluation-result-2071521-1247353970/solver-2071521-1247353970 -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-2071521-1247353970.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.06 2.02 2.00 4/73 18235
/proc/meminfo: memFree=1820568/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=12268 CPUtime=0
/proc/18235/stat : 18235 (sugar) R 18233 18235 17863 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22463881 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18235/statm: 3067 316 241 3 0 167 0

[startup+0.087033 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 18235
/proc/meminfo: memFree=1820568/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16740 CPUtime=0.06
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22463881 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.100608 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 18235
/proc/meminfo: memFree=1820568/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16868 CPUtime=0.06
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22463881 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301508 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 18235
/proc/meminfo: memFree=1820568/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16868 CPUtime=0.06
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22463881 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701397 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 18235
/proc/meminfo: memFree=1820568/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16868 CPUtime=0.6
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1292 6646 0 1 5 1 50 4 16 0 1 0 22463881 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16868

[startup+1.50117 s]
/proc/loadavg: 2.14 2.04 2.00 3/84 18257
/proc/meminfo: memFree=1810688/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16868 CPUtime=0.61
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1309 6646 0 1 6 1 50 4 15 0 1 0 22463881 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4217 1111 409 3 0 796 0
[pid=18248] ppid=18235 vsize=5356 CPUtime=0
/proc/18248/stat : 18248 (sh) S 18235 18235 17863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22463948 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18248/statm: 1339 233 193 169 0 50 0
[pid=18249] ppid=18248 vsize=864368 CPUtime=0.8
/proc/18249/stat : 18249 (java) S 18248 18235 17863 0 -1 0 7955 0 1 0 77 3 0 0 19 0 9 0 22463949 885112832 7229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18249/statm: 216092 7229 2566 9 0 210597 0
[pid=18249/tid=18250] ppid=18248 vsize=864368 CPUtime=0.44
/proc/18249/task/18250/stat : 18250 (java) R 18248 18235 17863 0 -1 64 2668 0 1 0 43 1 0 0 19 0 9 0 22463949 885112832 7229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18251] ppid=18248 vsize=864368 CPUtime=0.29
/proc/18249/task/18251/stat : 18251 (java) R 18248 18235 17863 0 -1 64 4279 0 0 0 28 1 0 0 17 0 9 0 22463951 885112832 7229 996147200 134512640 134550932 4294955936 18446744073709551615 104191080 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18252] ppid=18248 vsize=864368 CPUtime=0
/proc/18249/task/18252/stat : 18252 (java) S 18248 18235 17863 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22463951 885112832 7229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18253] ppid=18248 vsize=864368 CPUtime=0
/proc/18249/task/18253/stat : 18253 (java) S 18248 18235 17863 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22463951 885112832 7229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18254] ppid=18248 vsize=864368 CPUtime=0
/proc/18249/task/18254/stat : 18254 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22463953 885112832 7229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18255] ppid=18248 vsize=864368 CPUtime=0.05
/proc/18249/task/18255/stat : 18255 (java) S 18248 18235 17863 0 -1 64 309 0 0 0 5 0 0 0 16 0 9 0 22463953 885112832 7229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18256] ppid=18248 vsize=864368 CPUtime=0
/proc/18249/task/18256/stat : 18256 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22463953 885112832 7229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18257] ppid=18248 vsize=864368 CPUtime=0
/proc/18249/task/18257/stat : 18257 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22463953 885112832 7229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886592

[startup+3.10271 s]
/proc/loadavg: 2.14 2.04 2.00 3/84 18257
/proc/meminfo: memFree=1778368/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16868 CPUtime=0.61
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1310 6646 0 1 6 1 50 4 16 0 1 0 22463881 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4217 1111 409 3 0 796 0
[pid=18248] ppid=18235 vsize=5356 CPUtime=0
/proc/18248/stat : 18248 (sh) S 18235 18235 17863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22463948 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18248/statm: 1339 233 193 169 0 50 0
[pid=18249] ppid=18248 vsize=864368 CPUtime=2.39
/proc/18249/stat : 18249 (java) S 18248 18235 17863 0 -1 0 19980 0 1 0 230 9 0 0 19 0 9 0 22463949 885112832 19226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18249/statm: 216092 19226 2566 9 0 210597 0
[pid=18249/tid=18250] ppid=18248 vsize=864368 CPUtime=1.04
/proc/18249/task/18250/stat : 18250 (java) R 18248 18235 17863 0 -1 64 3176 0 1 0 103 1 0 0 24 0 9 0 22463949 885112832 19226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18251] ppid=18248 vsize=864368 CPUtime=1.27
/proc/18249/task/18251/stat : 18251 (java) R 18248 18235 17863 0 -1 64 15795 0 0 0 121 6 0 0 17 0 9 0 22463951 885112832 19226 996147200 134512640 134550932 4294955936 18446744073709551615 102499780 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18252] ppid=18248 vsize=864368 CPUtime=0
/proc/18249/task/18252/stat : 18252 (java) S 18248 18235 17863 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22463951 885112832 19226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18253] ppid=18248 vsize=864368 CPUtime=0
/proc/18249/task/18253/stat : 18253 (java) S 18248 18235 17863 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22463951 885112832 19226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18254] ppid=18248 vsize=864368 CPUtime=0
/proc/18249/task/18254/stat : 18254 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22463953 885112832 19226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18255] ppid=18248 vsize=864368 CPUtime=0.05
/proc/18249/task/18255/stat : 18255 (java) S 18248 18235 17863 0 -1 64 310 0 0 0 5 0 0 0 16 0 9 0 22463953 885112832 19226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18256] ppid=18248 vsize=864368 CPUtime=0
/proc/18249/task/18256/stat : 18256 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22463953 885112832 19226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18257] ppid=18248 vsize=864368 CPUtime=0
/proc/18249/task/18257/stat : 18257 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22463953 885112832 19226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886592

[startup+6.30279 s]
/proc/loadavg: 2.14 2.04 2.00 3/84 18257
/proc/meminfo: memFree=1744384/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16868 CPUtime=0.61
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1310 6646 0 1 6 1 50 4 15 0 1 0 22463881 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4217 1111 409 3 0 796 0
[pid=18248] ppid=18235 vsize=5356 CPUtime=0
/proc/18248/stat : 18248 (sh) S 18235 18235 17863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22463948 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18248/statm: 1339 233 193 169 0 50 0
[pid=18249] ppid=18248 vsize=864480 CPUtime=5.56
/proc/18249/stat : 18249 (java) S 18248 18235 17863 0 -1 0 21473 0 1 0 546 10 0 0 19 0 9 0 22463949 885227520 20669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18249/statm: 216120 20669 2590 9 0 210597 0
[pid=18249/tid=18250] ppid=18248 vsize=864480 CPUtime=3.56
/proc/18249/task/18250/stat : 18250 (java) R 18248 18235 17863 0 -1 64 3719 0 1 0 354 2 0 0 25 0 9 0 22463949 885227520 20669 996147200 134512640 134550932 4294955936 18446744073709551615 4126575913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18251] ppid=18248 vsize=864480 CPUtime=1.88
/proc/18249/task/18251/stat : 18251 (java) S 18248 18235 17863 0 -1 64 16724 0 0 0 182 6 0 0 16 0 9 0 22463951 885227520 20669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18252] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18252/stat : 18252 (java) S 18248 18235 17863 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22463951 885227520 20669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18253] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18253/stat : 18253 (java) S 18248 18235 17863 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22463951 885227520 20669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18254] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18254/stat : 18254 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22463953 885227520 20669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18255] ppid=18248 vsize=864480 CPUtime=0.08
/proc/18249/task/18255/stat : 18255 (java) S 18248 18235 17863 0 -1 64 331 0 0 0 8 0 0 0 16 0 9 0 22463953 885227520 20669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18256] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18256/stat : 18256 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22463953 885227520 20669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18257] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18257/stat : 18257 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22463953 885227520 20669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886704

[startup+12.7029 s]
/proc/loadavg: 2.11 2.04 2.00 3/84 18257
/proc/meminfo: memFree=1737792/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16868 CPUtime=0.61
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1310 6646 0 1 6 1 50 4 15 0 1 0 22463881 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4217 1111 409 3 0 796 0
[pid=18248] ppid=18235 vsize=5356 CPUtime=0
/proc/18248/stat : 18248 (sh) S 18235 18235 17863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22463948 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18248/statm: 1339 233 193 169 0 50 0
[pid=18249] ppid=18248 vsize=864480 CPUtime=11.9
/proc/18249/stat : 18249 (java) S 18248 18235 17863 0 -1 0 22661 0 1 0 1178 12 0 0 19 0 9 0 22463949 885227520 21798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18249/statm: 216120 21798 2590 9 0 210597 0
[pid=18249/tid=18250] ppid=18248 vsize=864480 CPUtime=9.75
/proc/18249/task/18250/stat : 18250 (java) R 18248 18235 17863 0 -1 64 3779 0 1 0 971 4 0 0 25 0 9 0 22463949 885227520 21798 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18251] ppid=18248 vsize=864480 CPUtime=2.04
/proc/18249/task/18251/stat : 18251 (java) S 18248 18235 17863 0 -1 64 17852 0 0 0 197 7 0 0 16 0 9 0 22463951 885227520 21798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18252] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18252/stat : 18252 (java) S 18248 18235 17863 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22463951 885227520 21798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18253] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18253/stat : 18253 (java) S 18248 18235 17863 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22463951 885227520 21798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18254] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18254/stat : 18254 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22463953 885227520 21798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18255] ppid=18248 vsize=864480 CPUtime=0.08
/proc/18249/task/18255/stat : 18255 (java) S 18248 18235 17863 0 -1 64 331 0 0 0 8 0 0 0 17 0 9 0 22463953 885227520 21798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18256] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18256/stat : 18256 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22463953 885227520 21798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18257] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18257/stat : 18257 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22463953 885227520 21798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 886704

[startup+25.5013 s]
/proc/loadavg: 2.10 2.03 2.00 3/84 18257
/proc/meminfo: memFree=1721280/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16868 CPUtime=0.61
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1310 6646 0 1 6 1 50 4 15 0 1 0 22463881 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4217 1111 409 3 0 796 0
[pid=18248] ppid=18235 vsize=5356 CPUtime=0
/proc/18248/stat : 18248 (sh) S 18235 18235 17863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22463948 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18248/statm: 1339 233 193 169 0 50 0
[pid=18249] ppid=18248 vsize=864480 CPUtime=24.57
/proc/18249/stat : 18249 (java) S 18248 18235 17863 0 -1 0 25578 0 1 0 2439 18 0 0 19 0 9 0 22463949 885227520 24569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18249/statm: 216120 24569 2590 9 0 210597 0
[pid=18249/tid=18250] ppid=18248 vsize=864480 CPUtime=22.01
/proc/18249/task/18250/stat : 18250 (java) R 18248 18235 17863 0 -1 64 3925 0 1 0 2193 8 0 0 25 0 9 0 22463949 885227520 24569 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18251] ppid=18248 vsize=864480 CPUtime=2.45
/proc/18249/task/18251/stat : 18251 (java) S 18248 18235 17863 0 -1 64 20620 0 0 0 236 9 0 0 16 0 9 0 22463951 885227520 24569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18252] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18252/stat : 18252 (java) S 18248 18235 17863 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22463951 885227520 24569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18253] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18253/stat : 18253 (java) S 18248 18235 17863 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22463951 885227520 24569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18254] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18254/stat : 18254 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22463953 885227520 24569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18255] ppid=18248 vsize=864480 CPUtime=0.09
/proc/18249/task/18255/stat : 18255 (java) S 18248 18235 17863 0 -1 64 334 0 0 0 9 0 0 0 16 0 9 0 22463953 885227520 24569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18256] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18256/stat : 18256 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22463953 885227520 24569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18257] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18257/stat : 18257 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22463953 885227520 24569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 886704

[startup+51.1019 s]
/proc/loadavg: 2.14 2.05 2.00 3/84 18257
/proc/meminfo: memFree=1690048/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16868 CPUtime=0.61
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1310 6646 0 1 6 1 50 4 15 0 1 0 22463881 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4217 1111 409 3 0 796 0
[pid=18248] ppid=18235 vsize=5356 CPUtime=0
/proc/18248/stat : 18248 (sh) S 18235 18235 17863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22463948 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18248/statm: 1339 233 193 169 0 50 0
[pid=18249] ppid=18248 vsize=864480 CPUtime=49.93
/proc/18249/stat : 18249 (java) S 18248 18235 17863 0 -1 0 41186 0 1 0 4959 34 0 0 19 0 9 0 22463949 885227520 29696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18249/statm: 216120 29696 2590 9 0 210597 0
[pid=18249/tid=18250] ppid=18248 vsize=864480 CPUtime=46.04
/proc/18249/task/18250/stat : 18250 (java) R 18248 18235 17863 0 -1 64 4208 0 1 0 4589 15 0 0 25 0 9 0 22463949 885227520 29696 996147200 134512640 134550932 4294955936 18446744073709551615 4126574804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18251] ppid=18248 vsize=864480 CPUtime=3.78
/proc/18249/task/18251/stat : 18251 (java) S 18248 18235 17863 0 -1 64 35943 0 0 0 360 18 0 0 16 0 9 0 22463951 885227520 29696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18252] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18252/stat : 18252 (java) S 18248 18235 17863 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22463951 885227520 29696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18253] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18253/stat : 18253 (java) S 18248 18235 17863 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22463951 885227520 29696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18254] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18254/stat : 18254 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22463953 885227520 29696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18255] ppid=18248 vsize=864480 CPUtime=0.09
/proc/18249/task/18255/stat : 18255 (java) S 18248 18235 17863 0 -1 64 336 0 0 0 9 0 0 0 17 0 9 0 22463953 885227520 29696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18256] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18256/stat : 18256 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22463953 885227520 29696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18249/tid=18257] ppid=18248 vsize=864480 CPUtime=0
/proc/18249/task/18257/stat : 18257 (java) S 18248 18235 17863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22463953 885227520 29696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 886704

[startup+102.306 s]
/proc/loadavg: 2.05 2.04 2.00 3/77 18260
/proc/meminfo: memFree=1755512/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16868 CPUtime=67.13
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1365 48325 0 2 6 1 6658 48 16 0 1 0 22463881 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4217 1113 409 3 0 796 0
[pid=18258] ppid=18235 vsize=5356 CPUtime=0
/proc/18258/stat : 18258 (sh) S 18235 18235 17863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22470664 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18258/statm: 1339 232 193 169 0 50 0
[pid=18259] ppid=18258 vsize=38340 CPUtime=34.15
/proc/18259/stat : 18259 (picosat) R 18258 18235 17863 0 -1 4194304 9172 0 0 0 2863 552 0 0 25 0 1 0 22470665 39260160 9133 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/18259/statm: 9585 9133 42 102 0 9480 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 60564

[startup+162.302 s]
/proc/loadavg: 2.06 2.04 2.00 3/77 18260
/proc/meminfo: memFree=1753400/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16868 CPUtime=67.13
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1365 48325 0 2 6 1 6658 48 16 0 1 0 22463881 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4217 1113 409 3 0 796 0
[pid=18258] ppid=18235 vsize=5356 CPUtime=0
/proc/18258/stat : 18258 (sh) S 18235 18235 17863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22470664 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18258/statm: 1339 232 193 169 0 50 0
[pid=18259] ppid=18258 vsize=40188 CPUtime=93.6
/proc/18259/stat : 18259 (picosat) R 18258 18235 17863 0 -1 4194304 9676 0 0 0 8808 552 0 0 25 0 1 0 22470665 41152512 9637 996147200 134512640 134931368 4294956256 18446744073709551615 134529977 0 0 4096 0 0 0 0 17 1 0 0
/proc/18259/statm: 10047 9637 42 102 0 9942 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 62412

[startup+222.302 s]
/proc/loadavg: 2.02 2.03 2.00 3/77 18260
/proc/meminfo: memFree=1753336/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16868 CPUtime=67.13
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1365 48325 0 2 6 1 6658 48 16 0 1 0 22463881 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4217 1113 409 3 0 796 0
[pid=18258] ppid=18235 vsize=5356 CPUtime=0
/proc/18258/stat : 18258 (sh) S 18235 18235 17863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22470664 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18258/statm: 1339 232 193 169 0 50 0
[pid=18259] ppid=18258 vsize=40188 CPUtime=153.06
/proc/18259/stat : 18259 (picosat) R 18258 18235 17863 0 -1 4194304 9676 0 0 0 14754 552 0 0 25 0 1 0 22470665 41152512 9637 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18259/statm: 10047 9637 42 102 0 9942 0
Current children cumulated CPU time (s) 220.19
Current children cumulated vsize (KiB) 62412

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

[startup+223.901 s]
/proc/loadavg: 2.02 2.03 2.00 3/77 18260
/proc/meminfo: memFree=1753336/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16868 CPUtime=67.13
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1365 48325 0 2 6 1 6658 48 16 0 1 0 22463881 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4217 1113 409 3 0 796 0
[pid=18258] ppid=18235 vsize=5356 CPUtime=0
/proc/18258/stat : 18258 (sh) S 18235 18235 17863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22470664 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18258/statm: 1339 232 193 169 0 50 0
[pid=18259] ppid=18258 vsize=40320 CPUtime=154.65
/proc/18259/stat : 18259 (picosat) R 18258 18235 17863 0 -1 4194304 9684 0 0 0 14913 552 0 0 25 0 1 0 22470665 41287680 9645 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18259/statm: 10080 9645 42 102 0 9975 0
Current children cumulated CPU time (s) 221.78
Current children cumulated vsize (KiB) 62544

[startup+227.101 s]
/proc/loadavg: 2.02 2.03 2.00 3/77 18260
/proc/meminfo: memFree=1753208/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16868 CPUtime=67.13
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1365 48325 0 2 6 1 6658 48 16 0 1 0 22463881 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4217 1113 409 3 0 796 0
[pid=18258] ppid=18235 vsize=5356 CPUtime=0
/proc/18258/stat : 18258 (sh) S 18235 18235 17863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22470664 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18258/statm: 1339 232 193 169 0 50 0
[pid=18259] ppid=18258 vsize=40452 CPUtime=157.82
/proc/18259/stat : 18259 (picosat) R 18258 18235 17863 0 -1 4194304 9727 0 0 0 15230 552 0 0 25 0 1 0 22470665 41422848 9688 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/18259/statm: 10113 9688 42 102 0 10008 0
Current children cumulated CPU time (s) 224.95
Current children cumulated vsize (KiB) 62676

[startup+227.902 s]
/proc/loadavg: 2.02 2.03 2.00 3/77 18260
/proc/meminfo: memFree=1753144/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16868 CPUtime=67.13
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1365 48325 0 2 6 1 6658 48 16 0 1 0 22463881 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4217 1113 409 3 0 796 0
[pid=18258] ppid=18235 vsize=5356 CPUtime=0
/proc/18258/stat : 18258 (sh) S 18235 18235 17863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22470664 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18258/statm: 1339 232 193 169 0 50 0
[pid=18259] ppid=18258 vsize=40452 CPUtime=158.61
/proc/18259/stat : 18259 (picosat) R 18258 18235 17863 0 -1 4194304 9740 0 0 0 15309 552 0 0 25 0 1 0 22470665 41422848 9701 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18259/statm: 10113 9701 42 102 0 10008 0
Current children cumulated CPU time (s) 225.74
Current children cumulated vsize (KiB) 62676

[startup+228.703 s]
/proc/loadavg: 2.02 2.03 2.00 3/77 18260
/proc/meminfo: memFree=1753080/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16868 CPUtime=67.13
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1365 48325 0 2 6 1 6658 48 16 0 1 0 22463881 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4217 1113 409 3 0 796 0
[pid=18258] ppid=18235 vsize=5356 CPUtime=0
/proc/18258/stat : 18258 (sh) S 18235 18235 17863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22470664 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18258/statm: 1339 232 193 169 0 50 0
[pid=18259] ppid=18258 vsize=40584 CPUtime=159.41
/proc/18259/stat : 18259 (picosat) R 18258 18235 17863 0 -1 4194304 9751 0 0 0 15389 552 0 0 25 0 1 0 22470665 41558016 9712 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18259/statm: 10146 9712 42 102 0 10041 0
Current children cumulated CPU time (s) 226.54
Current children cumulated vsize (KiB) 62808

[startup+229.102 s]
/proc/loadavg: 2.02 2.03 2.00 3/77 18260
/proc/meminfo: memFree=1753080/2055920 swapFree=4192812/4192956
[pid=18235] ppid=18233 vsize=16868 CPUtime=226.69
/proc/18235/stat : 18235 (sugar) S 18233 18235 17863 0 -1 4194304 1449 58369 0 2 6 1 22060 602 15 0 1 0 22463881 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18235/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 226.69
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 229.138
CPU time (s): 226.942
CPU user time (s): 220.861
CPU system time (s): 6.08108
CPU usage (%): 99.0419
Max. virtual memory (cumulated for all children) (KiB): 907196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 220.861
system time used= 6.08108
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63703
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= 9063
involuntary context switches= 13528

runsolver used 0.286956 second user time and 0.78388 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-12 01:12:50
IDJOB=2071521
IDBENCH=55500
IDSOLVER=738
FILE ID=node16/2071521-1247353970
PBS_JOBID= 9506961
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= 42884b409c3603fb2d153815b8fc2d3d
RANDOM SEED=685079494

node16.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.231
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.231
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:       1821048 kB
Buffers:         41364 kB
Cached:          96744 kB
SwapCached:          0 kB
Active:         133828 kB
Inactive:        51196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1472 kB
Writeback:           0 kB
Mapped:          57608 kB
Slab:            35144 kB
Committed_AS:   218064 kB
PageTables:       1868 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= 66448 MiB
End job on node16 at 2009-07-12 01:16:39