Trace number 2071400

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 894.903 901.68

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-523_ext.xml
MD5SUMa3c9be0c891d85f7c4694b452ebfd1e1
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 benchmark39.9089
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:07:15 2009
0.00/0.07	c 0	PID 18387
0.00/0.07	c 0	HOST node86.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2071400-1247353635.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071400-1247353635.xml' 'HOME/temp.csp'
0.06/0.48	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.06/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.52	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.46/0.60	c 1	Parsing HOME/temp.csp
0.46/0.75	c 1	parsed 459 expressions
0.46/0.76	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.46/0.76	c 1	Converting to clausal form CSP
0.46/0.78	c 1	converted 46 (10%) expressions
0.46/0.79	c 1	converted 92 (20%) expressions
0.46/0.80	c 1	converted 138 (30%) expressions
0.46/0.81	c 1	converted 184 (40%) expressions
0.46/0.81	c 1	converted 230 (50%) expressions
0.46/0.82	c 1	converted 276 (60%) expressions
0.46/0.83	c 1	converted 322 (70%) expressions
0.46/0.83	c 1	converted 368 (80%) expressions
0.46/0.83	c 1	converted 414 (90%) expressions
2.50/2.62	c 3	converted 459 (100%) expressions
2.50/2.62	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.50/2.62	c 3	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.62	c 3	Propagation in CSP
2.50/2.62	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.50/2.62	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.50/2.62	c 3	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.63	c 3	Simplifing CSP by introducing new Boolean variables
2.50/2.63	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.50/2.63	c 3	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.93	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.80/2.95	c 3	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
2.80/2.96	c 3	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
2.80/2.96	c 3	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
2.90/3.05	c 3	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
2.90/3.06	c 3	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
2.90/3.07	c 3	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
2.90/3.07	c 3	54 (70%) CSP integer variables are encoded (26246 clauses, 371588 bytes)
2.90/3.07	c 3	61 (80%) CSP integer variables are encoded (27464 clauses, 389858 bytes)
2.90/3.07	c 3	69 (90%) CSP integer variables are encoded (28856 clauses, 410738 bytes)
2.90/3.07	c 3	76 (100%) CSP integer variables are encoded (29726 clauses, 423788 bytes)
2.99/3.14	c 3	35 (10%) CSP clauses are encoded (30649 clauses, 442339 bytes)
2.99/3.16	c 3	70 (20%) CSP clauses are encoded (31548 clauses, 464155 bytes)
2.99/3.18	c 3	105 (30%) CSP clauses are encoded (32466 clauses, 485933 bytes)
3.09/3.20	c 4	140 (40%) CSP clauses are encoded (33386 clauses, 507941 bytes)
3.09/3.23	c 4	175 (50%) CSP clauses are encoded (34309 clauses, 530180 bytes)
3.09/3.25	c 4	210 (60%) CSP clauses are encoded (35230 clauses, 552850 bytes)
3.09/3.27	c 4	245 (70%) CSP clauses are encoded (36153 clauses, 577108 bytes)
3.19/3.30	c 4	280 (80%) CSP clauses are encoded (37099 clauses, 601656 bytes)
3.19/3.35	c 4	315 (90%) CSP clauses are encoded (38092 clauses, 626866 bytes)
63.46/64.12	c 64	350 (100%) CSP clauses are encoded (786059 clauses, 25430120 bytes)
63.46/64.13	c 64	350 CSP clauses encoded
63.46/64.13	c 64	Writing map file : HOME/temp.map
63.46/64.13	c 64	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
63.46/64.13	c 64	SAT : 29800 SAT variables, 786059 SAT clauses, 25430120 bytes
63.46/64.13	c 64	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
63.46/64.16	c 64	SOLVING HOME/temp.cnf
63.46/64.16	c 64	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
894.50/901.33	c 902	DECODING HOME/temp.out WITH HOME/temp.map
894.50/901.33	c 902	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'
894.56/901.42	c 902	Decoding HOME/temp.out
894.56/901.64	s SATISFIABLE
894.56/901.64	v 15 17 13 10 18 3 14 0 3 0 16 6 17 4 19 4 20 1 6 0 22 15 23 2 25 4 24 24 5 1 4 2 9 7 12 15 10 11 8 11 11 1 2 0 7 17 21 12 1 8 27 30 30 30 36 40 44 45 45 60 62 66 90 91 93 100 115 126 137 138 138 155 167 175 175 0
894.56/901.65	c 902	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
894.56/901.67	c 902	CPU 894.87 (0.06 0.01 889.01 5.79)
894.56/901.67	c 902	END Sun Jul 12 01:22:17 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-2071400-1247353635/watcher-2071400-1247353635 -o /tmp/evaluation-result-2071400-1247353635/solver-2071400-1247353635 -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-2071400-1247353635.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.19 2.23 2.09 4/84 18387
/proc/meminfo: memFree=1457736/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=12272 CPUtime=0
/proc/18387/stat : 18387 (sugar) R 18385 18387 18083 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22428811 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 240162749438 0 0 4224 0 0 0 0 17 1 0 0
/proc/18387/statm: 3068 327 246 3 0 168 0

[startup+0.105362 s]
/proc/loadavg: 2.19 2.23 2.09 4/84 18387
/proc/meminfo: memFree=1457736/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=0.06
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22428811 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201381 s]
/proc/loadavg: 2.19 2.23 2.09 4/84 18387
/proc/meminfo: memFree=1457736/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=0.06
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22428811 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301398 s]
/proc/loadavg: 2.19 2.23 2.09 4/84 18387
/proc/meminfo: memFree=1457736/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=0.06
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22428811 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701469 s]
/proc/loadavg: 2.19 2.23 2.09 4/84 18387
/proc/meminfo: memFree=1457736/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=0.46
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1309 6639 0 1 5 1 36 4 16 0 1 0 22428811 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 16868

[startup+1.50262 s]
/proc/loadavg: 2.26 2.24 2.10 4/95 18409
/proc/meminfo: memFree=1435952/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=0.46
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1309 6639 0 1 5 1 36 4 15 0 1 0 22428811 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1111 409 3 0 796 0
[pid=18400] ppid=18387 vsize=5356 CPUtime=0
/proc/18400/stat : 18400 (sh) S 18387 18387 18083 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22428864 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18400/statm: 1339 233 193 169 0 50 0
[pid=18401] ppid=18400 vsize=864200 CPUtime=0.95
/proc/18401/stat : 18401 (java) S 18400 18387 18083 0 -1 0 10289 0 1 0 91 4 0 0 18 0 9 0 22428864 884940800 9441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18401/statm: 216050 9441 2566 9 0 210555 0
[pid=18401/tid=18402] ppid=18400 vsize=864200 CPUtime=0.4
/proc/18401/task/18402/stat : 18402 (java) R 18400 18387 18083 0 -1 64 2769 0 1 0 39 1 0 0 19 0 9 0 22428866 884940800 9441 996147200 134512640 134550932 4294955936 18446744073709551615 4126538819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18403] ppid=18400 vsize=864200 CPUtime=0.49
/proc/18401/task/18403/stat : 18403 (java) S 18400 18387 18083 0 -1 64 6506 0 0 0 47 2 0 0 18 0 9 0 22428867 884940800 9441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18404] ppid=18400 vsize=864200 CPUtime=0
/proc/18401/task/18404/stat : 18404 (java) S 18400 18387 18083 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22428867 884940800 9441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18405] ppid=18400 vsize=864200 CPUtime=0
/proc/18401/task/18405/stat : 18405 (java) S 18400 18387 18083 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22428867 884940800 9441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18406] ppid=18400 vsize=864200 CPUtime=0
/proc/18401/task/18406/stat : 18406 (java) S 18400 18387 18083 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22428869 884940800 9441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18407] ppid=18400 vsize=864200 CPUtime=0.04
/proc/18401/task/18407/stat : 18407 (java) S 18400 18387 18083 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 22428869 884940800 9441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18408] ppid=18400 vsize=864200 CPUtime=0
/proc/18401/task/18408/stat : 18408 (java) S 18400 18387 18083 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22428869 884940800 9441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18409] ppid=18400 vsize=864200 CPUtime=0
/proc/18401/task/18409/stat : 18409 (java) S 18400 18387 18083 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22428869 884940800 9441 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) 886424

[startup+3.10293 s]
/proc/loadavg: 2.26 2.24 2.10 3/95 18409
/proc/meminfo: memFree=1404848/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=0.46
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1310 6639 0 1 5 1 36 4 15 0 1 0 22428811 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1111 409 3 0 796 0
[pid=18400] ppid=18387 vsize=5356 CPUtime=0
/proc/18400/stat : 18400 (sh) S 18387 18387 18083 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22428864 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18400/statm: 1339 233 193 169 0 50 0
[pid=18401] ppid=18400 vsize=864404 CPUtime=2.53
/proc/18401/stat : 18401 (java) S 18400 18387 18083 0 -1 0 20904 0 1 0 243 10 0 0 18 0 9 0 22428864 885149696 19969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18401/statm: 216101 19969 2590 9 0 210578 0
[pid=18401/tid=18402] ppid=18400 vsize=864404 CPUtime=0.93
/proc/18401/task/18402/stat : 18402 (java) R 18400 18387 18083 0 -1 64 3654 0 1 0 91 2 0 0 25 0 9 0 22428866 885149696 19969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18403] ppid=18400 vsize=864404 CPUtime=1.52
/proc/18401/task/18403/stat : 18403 (java) R 18400 18387 18083 0 -1 64 16226 0 0 0 145 7 0 0 17 0 9 0 22428867 885149696 19969 996147200 134512640 134550932 4294955936 18446744073709551615 102549417 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18404] ppid=18400 vsize=864404 CPUtime=0
/proc/18401/task/18404/stat : 18404 (java) S 18400 18387 18083 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22428867 885149696 19969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18405] ppid=18400 vsize=864404 CPUtime=0
/proc/18401/task/18405/stat : 18405 (java) S 18400 18387 18083 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22428867 885149696 19969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18406] ppid=18400 vsize=864404 CPUtime=0
/proc/18401/task/18406/stat : 18406 (java) S 18400 18387 18083 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22428869 885149696 19969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18407] ppid=18400 vsize=864404 CPUtime=0.05
/proc/18401/task/18407/stat : 18407 (java) S 18400 18387 18083 0 -1 64 325 0 0 0 5 0 0 0 16 0 9 0 22428869 885149696 19969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18408] ppid=18400 vsize=864404 CPUtime=0
/proc/18401/task/18408/stat : 18408 (java) S 18400 18387 18083 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22428869 885149696 19970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18409] ppid=18400 vsize=864404 CPUtime=0
/proc/18401/task/18409/stat : 18409 (java) S 18400 18387 18083 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22428869 885149696 19970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886628

[startup+6.30254 s]
/proc/loadavg: 2.24 2.24 2.10 3/95 18409
/proc/meminfo: memFree=1378480/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=0.46
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1310 6639 0 1 5 1 36 4 15 0 1 0 22428811 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1111 409 3 0 796 0
[pid=18400] ppid=18387 vsize=5356 CPUtime=0
/proc/18400/stat : 18400 (sh) S 18387 18387 18083 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22428864 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18400/statm: 1339 233 193 169 0 50 0
[pid=18401] ppid=18400 vsize=864404 CPUtime=5.72
/proc/18401/stat : 18401 (java) S 18400 18387 18083 0 -1 0 21845 0 1 0 561 11 0 0 18 0 9 0 22428864 885149696 20878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18401/statm: 216101 20878 2590 9 0 210578 0
[pid=18401/tid=18402] ppid=18400 vsize=864404 CPUtime=4.02
/proc/18401/task/18402/stat : 18402 (java) R 18400 18387 18083 0 -1 64 3686 0 1 0 400 2 0 0 25 0 9 0 22428866 885149696 20878 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18403] ppid=18400 vsize=864404 CPUtime=1.6
/proc/18401/task/18403/stat : 18403 (java) S 18400 18387 18083 0 -1 64 17124 0 0 0 153 7 0 0 16 0 9 0 22428867 885149696 20878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18404] ppid=18400 vsize=864404 CPUtime=0
/proc/18401/task/18404/stat : 18404 (java) S 18400 18387 18083 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22428867 885149696 20878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18405] ppid=18400 vsize=864404 CPUtime=0
/proc/18401/task/18405/stat : 18405 (java) S 18400 18387 18083 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22428867 885149696 20878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18406] ppid=18400 vsize=864404 CPUtime=0
/proc/18401/task/18406/stat : 18406 (java) S 18400 18387 18083 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22428869 885149696 20878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18407] ppid=18400 vsize=864404 CPUtime=0.07
/proc/18401/task/18407/stat : 18407 (java) S 18400 18387 18083 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 22428869 885149696 20878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18408] ppid=18400 vsize=864404 CPUtime=0
/proc/18401/task/18408/stat : 18408 (java) S 18400 18387 18083 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22428869 885149696 20878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18409] ppid=18400 vsize=864404 CPUtime=0
/proc/18401/task/18409/stat : 18409 (java) S 18400 18387 18083 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22428869 885149696 20878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886628

[startup+12.7028 s]
/proc/loadavg: 2.22 2.23 2.10 3/95 18409
/proc/meminfo: memFree=1369200/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=0.46
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1310 6639 0 1 5 1 36 4 15 0 1 0 22428811 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1111 409 3 0 796 0
[pid=18400] ppid=18387 vsize=5356 CPUtime=0
/proc/18400/stat : 18400 (sh) S 18387 18387 18083 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22428864 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18400/statm: 1339 233 193 169 0 50 0
[pid=18401] ppid=18400 vsize=864404 CPUtime=12.05
/proc/18401/stat : 18401 (java) S 18400 18387 18083 0 -1 0 23186 0 1 0 1192 13 0 0 18 0 9 0 22428864 885149696 22145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18401/statm: 216101 22145 2590 9 0 210578 0
[pid=18401/tid=18402] ppid=18400 vsize=864404 CPUtime=10.17
/proc/18401/task/18402/stat : 18402 (java) R 18400 18387 18083 0 -1 64 3760 0 1 0 1013 4 0 0 25 0 9 0 22428866 885149696 22145 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18403] ppid=18400 vsize=864404 CPUtime=1.79
/proc/18401/task/18403/stat : 18403 (java) S 18400 18387 18083 0 -1 64 18390 0 0 0 171 8 0 0 16 0 9 0 22428867 885149696 22145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18404] ppid=18400 vsize=864404 CPUtime=0
/proc/18401/task/18404/stat : 18404 (java) S 18400 18387 18083 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22428867 885149696 22145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18405] ppid=18400 vsize=864404 CPUtime=0
/proc/18401/task/18405/stat : 18405 (java) S 18400 18387 18083 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22428867 885149696 22145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18406] ppid=18400 vsize=864404 CPUtime=0
/proc/18401/task/18406/stat : 18406 (java) S 18400 18387 18083 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22428869 885149696 22145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18407] ppid=18400 vsize=864404 CPUtime=0.07
/proc/18401/task/18407/stat : 18407 (java) S 18400 18387 18083 0 -1 64 337 0 0 0 7 0 0 0 17 0 9 0 22428869 885149696 22145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18408] ppid=18400 vsize=864404 CPUtime=0
/proc/18401/task/18408/stat : 18408 (java) S 18400 18387 18083 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22428869 885149696 22145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18409] ppid=18400 vsize=864404 CPUtime=0
/proc/18401/task/18409/stat : 18409 (java) S 18400 18387 18083 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22428869 885149696 22145 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) 886628

[startup+25.5022 s]
/proc/loadavg: 2.18 2.22 2.10 3/95 18409
/proc/meminfo: memFree=1348976/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=0.46
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1310 6639 0 1 5 1 36 4 15 0 1 0 22428811 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1111 409 3 0 796 0
[pid=18400] ppid=18387 vsize=5356 CPUtime=0
/proc/18400/stat : 18400 (sh) S 18387 18387 18083 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22428864 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18400/statm: 1339 233 193 169 0 50 0
[pid=18401] ppid=18400 vsize=864404 CPUtime=24.79
/proc/18401/stat : 18401 (java) S 18400 18387 18083 0 -1 0 26338 0 1 0 2460 19 0 0 18 0 9 0 22428864 885149696 25139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18401/statm: 216101 25139 2590 9 0 210578 0
[pid=18401/tid=18402] ppid=18400 vsize=864404 CPUtime=22.46
/proc/18401/task/18402/stat : 18402 (java) R 18400 18387 18083 0 -1 64 3918 0 1 0 2239 7 0 0 25 0 9 0 22428866 885149696 25139 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18403] ppid=18400 vsize=864404 CPUtime=2.22
/proc/18401/task/18403/stat : 18403 (java) S 18400 18387 18083 0 -1 64 21381 0 0 0 212 10 0 0 16 0 9 0 22428867 885149696 25139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18404] ppid=18400 vsize=864404 CPUtime=0
/proc/18401/task/18404/stat : 18404 (java) S 18400 18387 18083 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22428867 885149696 25139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18405] ppid=18400 vsize=864404 CPUtime=0
/proc/18401/task/18405/stat : 18405 (java) S 18400 18387 18083 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22428867 885149696 25139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18401/tid=18406] ppid=18400 vsize=864404 CPUtime=0

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

/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18410] ppid=18387 vsize=5356 CPUtime=0
/proc/18410/stat : 18410 (sh) S 18387 18387 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435227 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18410/statm: 1339 232 193 169 0 50 0
[pid=18411] ppid=18410 vsize=45608 CPUtime=573.35
/proc/18411/stat : 18411 (picosat) R 18410 18387 18083 0 -1 4194304 11097 0 0 0 56807 528 0 0 25 0 1 0 22435228 46702592 10969 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18411/statm: 11402 10969 48 102 0 11297 0
Current children cumulated CPU time (s) 636.88
Current children cumulated vsize (KiB) 67832

[startup+702.303 s]
/proc/loadavg: 2.02 2.16 2.14 3/87 18411
/proc/meminfo: memFree=1145776/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=63.53
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1365 48202 0 2 5 1 6302 45 16 0 1 0 22428811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18410] ppid=18387 vsize=5356 CPUtime=0
/proc/18410/stat : 18410 (sh) S 18387 18387 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435227 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18410/statm: 1339 232 193 169 0 50 0
[pid=18411] ppid=18410 vsize=47060 CPUtime=633.06
/proc/18411/stat : 18411 (picosat) R 18410 18387 18083 0 -1 4194304 11446 0 0 0 62777 529 0 0 25 0 1 0 22435228 48189440 11318 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18411/statm: 11765 11318 48 102 0 11660 0
Current children cumulated CPU time (s) 696.59
Current children cumulated vsize (KiB) 69284

[startup+762.301 s]
/proc/loadavg: 2.01 2.13 2.12 4/87 18411
/proc/meminfo: memFree=1144112/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=63.53
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1365 48202 0 2 5 1 6302 45 16 0 1 0 22428811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18410] ppid=18387 vsize=5356 CPUtime=0
/proc/18410/stat : 18410 (sh) S 18387 18387 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435227 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18410/statm: 1339 232 193 169 0 50 0
[pid=18411] ppid=18410 vsize=48644 CPUtime=692.76
/proc/18411/stat : 18411 (picosat) R 18410 18387 18083 0 -1 4194304 11845 0 0 0 68747 529 0 0 25 0 1 0 22435228 49811456 11717 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/18411/statm: 12161 11717 48 102 0 12056 0
Current children cumulated CPU time (s) 756.29
Current children cumulated vsize (KiB) 70868

[startup+822.302 s]
/proc/loadavg: 2.23 2.18 2.14 5/87 18411
/proc/meminfo: memFree=1143472/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=63.53
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1365 48202 0 2 5 1 6302 45 16 0 1 0 22428811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18410] ppid=18387 vsize=5356 CPUtime=0
/proc/18410/stat : 18410 (sh) S 18387 18387 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435227 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18410/statm: 1339 232 193 169 0 50 0
[pid=18411] ppid=18410 vsize=49040 CPUtime=752.42
/proc/18411/stat : 18411 (picosat) R 18410 18387 18083 0 -1 4194304 12084 0 0 0 74713 529 0 0 25 0 1 0 22435228 50216960 11836 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18411/statm: 12260 11836 48 102 0 12155 0
Current children cumulated CPU time (s) 815.95
Current children cumulated vsize (KiB) 71264

[startup+882.306 s]
/proc/loadavg: 2.08 2.15 2.13 3/87 18411
/proc/meminfo: memFree=1143408/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=63.53
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1365 48202 0 2 5 1 6302 45 16 0 1 0 22428811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18410] ppid=18387 vsize=5356 CPUtime=0
/proc/18410/stat : 18410 (sh) S 18387 18387 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435227 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18410/statm: 1339 232 193 169 0 50 0
[pid=18411] ppid=18410 vsize=49040 CPUtime=812.1
/proc/18411/stat : 18411 (picosat) R 18410 18387 18083 0 -1 4194304 12084 0 0 0 80681 529 0 0 25 0 1 0 22435228 50216960 11836 996147200 134512640 134931368 4294956256 18446744073709551615 134543543 0 0 4096 0 0 0 0 17 0 0 0
/proc/18411/statm: 12260 11836 48 102 0 12155 0
Current children cumulated CPU time (s) 875.63
Current children cumulated vsize (KiB) 71264

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

[startup+883.201 s]
/proc/loadavg: 2.08 2.15 2.13 3/87 18411
/proc/meminfo: memFree=1143408/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=63.53
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1365 48202 0 2 5 1 6302 45 16 0 1 0 22428811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18410] ppid=18387 vsize=5356 CPUtime=0
/proc/18410/stat : 18410 (sh) S 18387 18387 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435227 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18410/statm: 1339 232 193 169 0 50 0
[pid=18411] ppid=18410 vsize=49040 CPUtime=812.98
/proc/18411/stat : 18411 (picosat) R 18410 18387 18083 0 -1 4194304 12084 0 0 0 80769 529 0 0 25 0 1 0 22435228 50216960 11836 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/18411/statm: 12260 11836 48 102 0 12155 0
Current children cumulated CPU time (s) 876.51
Current children cumulated vsize (KiB) 71264

[startup+889.602 s]
/proc/loadavg: 2.24 2.18 2.14 3/87 18411
/proc/meminfo: memFree=1143408/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=63.53
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1365 48202 0 2 5 1 6302 45 16 0 1 0 22428811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18410] ppid=18387 vsize=5356 CPUtime=0
/proc/18410/stat : 18410 (sh) S 18387 18387 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435227 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18410/statm: 1339 232 193 169 0 50 0
[pid=18411] ppid=18410 vsize=49040 CPUtime=819.34
/proc/18411/stat : 18411 (picosat) R 18410 18387 18083 0 -1 4194304 12084 0 0 0 81405 529 0 0 25 0 1 0 22435228 50216960 11836 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 0 0 0
/proc/18411/statm: 12260 11836 48 102 0 12155 0
Current children cumulated CPU time (s) 882.87
Current children cumulated vsize (KiB) 71264

[startup+896.003 s]
/proc/loadavg: 2.20 2.17 2.14 3/87 18411
/proc/meminfo: memFree=1143408/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=63.53
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1365 48202 0 2 5 1 6302 45 16 0 1 0 22428811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18410] ppid=18387 vsize=5356 CPUtime=0
/proc/18410/stat : 18410 (sh) S 18387 18387 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435227 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18410/statm: 1339 232 193 169 0 50 0
[pid=18411] ppid=18410 vsize=49040 CPUtime=825.7
/proc/18411/stat : 18411 (picosat) R 18410 18387 18083 0 -1 4194304 12084 0 0 0 82041 529 0 0 25 0 1 0 22435228 50216960 11836 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18411/statm: 12260 11836 48 102 0 12155 0
Current children cumulated CPU time (s) 889.23
Current children cumulated vsize (KiB) 71264

[startup+899.201 s]
/proc/loadavg: 2.20 2.17 2.14 3/87 18411
/proc/meminfo: memFree=1142960/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=63.53
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1365 48202 0 2 5 1 6302 45 16 0 1 0 22428811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18410] ppid=18387 vsize=5356 CPUtime=0
/proc/18410/stat : 18410 (sh) S 18387 18387 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435227 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18410/statm: 1339 232 193 169 0 50 0
[pid=18411] ppid=18410 vsize=49040 CPUtime=828.89
/proc/18411/stat : 18411 (picosat) R 18410 18387 18083 0 -1 4194304 12084 0 0 0 82360 529 0 0 25 0 1 0 22435228 50216960 11836 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18411/statm: 12260 11836 48 102 0 12155 0
Current children cumulated CPU time (s) 892.42
Current children cumulated vsize (KiB) 71264

[startup+900.803 s]
/proc/loadavg: 2.20 2.17 2.14 3/87 18411
/proc/meminfo: memFree=1141232/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=63.53
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1365 48202 0 2 5 1 6302 45 16 0 1 0 22428811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18410] ppid=18387 vsize=5356 CPUtime=0
/proc/18410/stat : 18410 (sh) S 18387 18387 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435227 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18410/statm: 1339 232 193 169 0 50 0
[pid=18411] ppid=18410 vsize=49040 CPUtime=830.48
/proc/18411/stat : 18411 (picosat) R 18410 18387 18083 0 -1 4194304 12084 0 0 0 82519 529 0 0 25 0 1 0 22435228 50216960 11836 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18411/statm: 12260 11836 48 102 0 12155 0
Current children cumulated CPU time (s) 894.01
Current children cumulated vsize (KiB) 71264

[startup+901.203 s]
/proc/loadavg: 2.18 2.17 2.14 3/87 18411
/proc/meminfo: memFree=1141232/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=63.53
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1365 48202 0 2 5 1 6302 45 16 0 1 0 22428811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18410] ppid=18387 vsize=5356 CPUtime=0
/proc/18410/stat : 18410 (sh) S 18387 18387 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435227 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18410/statm: 1339 232 193 169 0 50 0
[pid=18411] ppid=18410 vsize=49040 CPUtime=830.88
/proc/18411/stat : 18411 (picosat) R 18410 18387 18083 0 -1 4194304 12084 0 0 0 82559 529 0 0 25 0 1 0 22435228 50216960 11836 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/18411/statm: 12260 11836 48 102 0 12155 0
Current children cumulated CPU time (s) 894.41
Current children cumulated vsize (KiB) 71264

[startup+901.602 s]
/proc/loadavg: 2.18 2.17 2.14 3/87 18411
/proc/meminfo: memFree=1141232/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=894.56
/proc/18387/stat : 18387 (sugar) S 18385 18387 18083 0 -1 4194304 1446 60577 0 2 6 1 88873 576 16 0 1 0 22428811 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 894.56
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 901.68
CPU time (s): 894.903
CPU user time (s): 889.077
CPU system time (s): 5.82611
CPU usage (%): 99.2484
Max. virtual memory (cumulated for all children) (KiB): 912364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 889.077
system time used= 5.82611
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65912
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= 9722
involuntary context switches= 33068

runsolver used 0.857869 second user time and 2.52162 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-12 01:07:15
IDJOB=2071400
IDBENCH=55489
IDSOLVER=738
FILE ID=node86/2071400-1247353635
PBS_JOBID= 9506955
Free space on /tmp= 66304 MiB

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

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

MD5SUM BENCH= a3c9be0c891d85f7c4694b452ebfd1e1
RANDOM SEED=1475763064

node86.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.265
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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1458152 kB
Buffers:         12820 kB
Cached:          88092 kB
SwapCached:          0 kB
Active:         521148 kB
Inactive:        29044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1458152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1536 kB
Writeback:           0 kB
Mapped:         464916 kB
Slab:            31892 kB
Committed_AS:   861548 kB
PageTables:       2724 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 node86 at 2009-07-12 01:22:17