Trace number 2079969

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 257.289 259.685

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-75_ext.xml
MD5SUM5c79399234abcf40ea987f2fe6c389ae
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 benchmark3.66244
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
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 05:25:20 2009
0.00/0.07	c 0	PID 22567
0.06/0.07	c 0	HOST node90.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2079969-1247369120.xml TO HOME/temp.csp
0.06/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-2079969-1247369120.xml' 'HOME/temp.csp'
0.06/0.58	c 0	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.06/0.60	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.60	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.06/0.68	c 0	Parsing HOME/temp.csp
0.55/0.87	c 1	parsed 319 expressions
0.55/0.88	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.88	c 1	Converting to clausal form CSP
0.55/0.90	c 1	converted 32 (10%) expressions
0.55/0.90	c 1	converted 64 (20%) expressions
0.55/0.92	c 1	converted 96 (30%) expressions
0.55/0.93	c 1	converted 128 (40%) expressions
0.55/0.94	c 1	converted 160 (50%) expressions
0.55/0.94	c 1	converted 192 (60%) expressions
0.55/0.94	c 1	converted 224 (70%) expressions
0.55/0.94	c 1	converted 256 (80%) expressions
0.55/0.95	c 1	converted 288 (90%) expressions
2.52/2.60	c 2	converted 319 (100%) expressions
2.52/2.60	c 2	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.52/2.60	c 2	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.52/2.60	c 2	Propagation in CSP
2.52/2.60	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.52/2.60	c 2	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.52/2.60	c 2	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.52/2.60	c 2	Simplifing CSP by introducing new Boolean variables
2.52/2.60	c 2	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.52/2.60	c 2	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.71/2.85	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.71/2.88	c 3	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
2.71/2.88	c 3	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
2.71/2.88	c 3	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
2.71/2.89	c 3	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
2.71/2.89	c 3	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
2.71/2.89	c 3	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
2.71/2.90	c 3	43 (70%) CSP integer variables are encoded (20874 clauses, 291008 bytes)
2.82/2.90	c 3	49 (80%) CSP integer variables are encoded (21942 clauses, 307028 bytes)
2.82/2.90	c 3	55 (90%) CSP integer variables are encoded (23010 clauses, 323048 bytes)
2.82/2.90	c 3	61 (100%) CSP integer variables are encoded (23722 clauses, 333728 bytes)
2.82/2.94	c 3	23 (10%) CSP clauses are encoded (24219 clauses, 343033 bytes)
2.82/2.96	c 3	46 (20%) CSP clauses are encoded (24698 clauses, 354166 bytes)
2.82/2.97	c 3	69 (30%) CSP clauses are encoded (25177 clauses, 365496 bytes)
2.82/2.99	c 3	92 (40%) CSP clauses are encoded (25674 clauses, 376998 bytes)
2.91/3.00	c 3	115 (50%) CSP clauses are encoded (26153 clauses, 388359 bytes)
2.91/3.02	c 3	138 (60%) CSP clauses are encoded (26649 clauses, 399978 bytes)
2.91/3.04	c 3	161 (70%) CSP clauses are encoded (27145 clauses, 412009 bytes)
2.91/3.06	c 3	184 (80%) CSP clauses are encoded (27659 clauses, 424983 bytes)
2.91/3.09	c 3	207 (90%) CSP clauses are encoded (28192 clauses, 438205 bytes)
56.69/58.11	c 58	230 (100%) CSP clauses are encoded (647293 clauses, 20817424 bytes)
56.69/58.11	c 58	230 CSP clauses encoded
56.69/58.11	c 58	Writing map file : HOME/temp.map
56.69/58.11	c 58	Heap : 66 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
56.69/58.11	c 58	SAT : 23781 SAT variables, 647293 SAT clauses, 20817424 bytes
56.69/58.11	c 58	Heap : 66 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
56.77/58.14	c 58	SOLVING HOME/temp.cnf
56.77/58.14	c 58	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
257.02/259.40	c 259	DECODING HOME/temp.out WITH HOME/temp.map
257.02/259.40	c 259	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'
257.02/259.48	c 259	Decoding HOME/temp.out
257.05/259.60	s SATISFIABLE
257.05/259.60	v 4 16 1 17 12 2 19 1 9 11 11 1 14 7 16 4 7 16 18 11 2 3 17 2 6 12 10 4 20 3 15 4 5 15 13 8 8 18 3 24 33 35 36 47 48 55 59 75 86 89 91 103 107 110 114 129 137 155 179 179 0
257.05/259.61	c 259	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
257.05/259.68	c 259	CPU 257.25 (0.06 0.01 252.14 5.04)
257.05/259.68	c 259	END Sun Jul 12 05:29: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-2079969-1247369120/watcher-2079969-1247369120 -o /tmp/evaluation-result-2079969-1247369120/solver-2079969-1247369120 -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-2079969-1247369120.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.02 2.09 2.09 4/74 22567
/proc/meminfo: memFree=1764852/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=12268 CPUtime=0
/proc/22567/stat : 22567 (sugar) R 22565 22567 22530 0 -1 4194304 341 0 0 0 0 0 0 0 20 0 1 0 23976637 12562432 309 996147200 4194304 4206940 548682068608 18446744073709551615 256384998144 0 0 4224 0 0 0 0 17 0 0 0
/proc/22567/statm: 3067 309 234 3 0 167 0

[startup+0.0750559 s]
/proc/loadavg: 2.02 2.09 2.09 4/74 22567
/proc/meminfo: memFree=1764852/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16740 CPUtime=0.06
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23976637 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22567/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102262 s]
/proc/loadavg: 2.02 2.09 2.09 4/74 22567
/proc/meminfo: memFree=1764852/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=0.06
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23976637 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22567/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301517 s]
/proc/loadavg: 2.02 2.09 2.09 4/74 22567
/proc/meminfo: memFree=1764852/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=0.06
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23976637 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22567/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702565 s]
/proc/loadavg: 2.02 2.09 2.09 4/74 22567
/proc/meminfo: memFree=1764852/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=0.55
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1309 6587 0 1 5 1 45 4 16 0 1 0 23976637 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22567/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.50265 s]
/proc/loadavg: 2.18 2.12 2.10 4/85 22589
/proc/meminfo: memFree=1750300/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=0.55
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1309 6587 0 1 5 1 45 4 15 0 1 0 23976637 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22567/statm: 4217 1111 409 3 0 796 0
[pid=22580] ppid=22567 vsize=5356 CPUtime=0
/proc/22580/stat : 22580 (sh) S 22567 22567 22530 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23976697 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22580/statm: 1339 233 193 169 0 50 0
[pid=22581] ppid=22580 vsize=864360 CPUtime=0.88
/proc/22581/stat : 22581 (java) S 22580 22567 22530 0 -1 0 10369 0 1 0 82 6 0 0 20 0 9 0 23976697 885104640 9446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22581/statm: 216090 9446 2566 9 0 210595 0
[pid=22581/tid=22582] ppid=22580 vsize=864360 CPUtime=0.44
/proc/22581/task/22582/stat : 22582 (java) R 22580 22567 22530 0 -1 64 2786 0 1 0 43 1 0 0 25 0 9 0 23976698 885104640 9446 996147200 134512640 134550932 4294955936 18446744073709551615 103211122 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22583] ppid=22580 vsize=864360 CPUtime=0.37
/proc/22581/task/22583/stat : 22583 (java) S 22580 22567 22530 0 -1 64 6576 0 0 0 34 3 0 0 16 0 9 0 23976699 885104640 9446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=864360 CPUtime=0
/proc/22581/task/22584/stat : 22584 (java) S 22580 22567 22530 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23976700 885104640 9446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=864360 CPUtime=0
/proc/22581/task/22585/stat : 22585 (java) S 22580 22567 22530 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23976700 885104640 9446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=864360 CPUtime=0
/proc/22581/task/22586/stat : 22586 (java) S 22580 22567 22530 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23976702 885104640 9446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22587] ppid=22580 vsize=864360 CPUtime=0.04
/proc/22581/task/22587/stat : 22587 (java) S 22580 22567 22530 0 -1 64 308 0 0 0 4 0 0 0 16 0 9 0 23976702 885104640 9446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22588] ppid=22580 vsize=864360 CPUtime=0
/proc/22581/task/22588/stat : 22588 (java) S 22580 22567 22530 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23976702 885104640 9446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22589] ppid=22580 vsize=864360 CPUtime=0
/proc/22581/task/22589/stat : 22589 (java) S 22580 22567 22530 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23976702 885104640 9446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886584

[startup+3.10181 s]
/proc/loadavg: 2.18 2.12 2.10 3/85 22589
/proc/meminfo: memFree=1715292/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=0.56
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1310 6587 0 1 6 1 45 4 15 0 1 0 23976637 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22567/statm: 4217 1111 409 3 0 796 0
[pid=22580] ppid=22567 vsize=5356 CPUtime=0
/proc/22580/stat : 22580 (sh) S 22567 22567 22530 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23976697 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22580/statm: 1339 233 193 169 0 50 0
[pid=22581] ppid=22580 vsize=864472 CPUtime=2.45
/proc/22581/stat : 22581 (java) S 22580 22567 22530 0 -1 0 18434 0 1 0 234 11 0 0 20 0 9 0 23976697 885219328 17331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22581/statm: 216118 17331 2590 9 0 210595 0
[pid=22581/tid=22582] ppid=22580 vsize=864472 CPUtime=0.99
/proc/22581/task/22582/stat : 22582 (java) R 22580 22567 22530 0 -1 64 3366 0 1 0 97 2 0 0 25 0 9 0 23976698 885219328 17331 996147200 134512640 134550932 4294955936 18446744073709551615 103210713 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22583] ppid=22580 vsize=864472 CPUtime=1.36
/proc/22581/task/22583/stat : 22583 (java) S 22580 22567 22530 0 -1 64 14038 0 0 0 129 7 0 0 16 0 9 0 23976699 885219328 17331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22584/stat : 22584 (java) S 22580 22567 22530 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23976700 885219328 17331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22585/stat : 22585 (java) S 22580 22567 22530 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23976700 885219328 17331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22586/stat : 22586 (java) S 22580 22567 22530 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23976702 885219328 17331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22587] ppid=22580 vsize=864472 CPUtime=0.07
/proc/22581/task/22587/stat : 22587 (java) S 22580 22567 22530 0 -1 64 331 0 0 0 7 0 0 0 16 0 9 0 23976702 885219328 17331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22588] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22588/stat : 22588 (java) S 22580 22567 22530 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23976702 885219328 17331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22589] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22589/stat : 22589 (java) S 22580 22567 22530 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23976702 885219328 17331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886696

[startup+6.30214 s]
/proc/loadavg: 2.32 2.15 2.11 3/85 22589
/proc/meminfo: memFree=1697500/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=0.56
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1310 6587 0 1 6 1 45 4 15 0 1 0 23976637 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22567/statm: 4217 1111 409 3 0 796 0
[pid=22580] ppid=22567 vsize=5356 CPUtime=0
/proc/22580/stat : 22580 (sh) S 22567 22567 22530 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23976697 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22580/statm: 1339 233 193 169 0 50 0
[pid=22581] ppid=22580 vsize=864472 CPUtime=5.64
/proc/22581/stat : 22581 (java) S 22580 22567 22530 0 -1 0 19410 0 1 0 552 12 0 0 20 0 9 0 23976697 885219328 18274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22581/statm: 216118 18274 2590 9 0 210595 0
[pid=22581/tid=22582] ppid=22580 vsize=864472 CPUtime=4.11
/proc/22581/task/22582/stat : 22582 (java) R 22580 22567 22530 0 -1 64 3399 0 1 0 408 3 0 0 25 0 9 0 23976698 885219328 18274 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22583] ppid=22580 vsize=864472 CPUtime=1.44
/proc/22581/task/22583/stat : 22583 (java) S 22580 22567 22530 0 -1 64 14981 0 0 0 136 8 0 0 16 0 9 0 23976699 885219328 18274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22584/stat : 22584 (java) S 22580 22567 22530 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23976700 885219328 18274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22585/stat : 22585 (java) S 22580 22567 22530 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23976700 885219328 18274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22586/stat : 22586 (java) S 22580 22567 22530 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23976702 885219328 18274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22587] ppid=22580 vsize=864472 CPUtime=0.07
/proc/22581/task/22587/stat : 22587 (java) S 22580 22567 22530 0 -1 64 331 0 0 0 7 0 0 0 16 0 9 0 23976702 885219328 18274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22588] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22588/stat : 22588 (java) S 22580 22567 22530 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23976702 885219328 18274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22589] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22589/stat : 22589 (java) S 22580 22567 22530 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23976702 885219328 18274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 886696

[startup+12.7018 s]
/proc/loadavg: 2.30 2.15 2.11 3/85 22589
/proc/meminfo: memFree=1690780/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=0.56
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1310 6587 0 1 6 1 45 4 15 0 1 0 23976637 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22567/statm: 4217 1111 409 3 0 796 0
[pid=22580] ppid=22567 vsize=5356 CPUtime=0
/proc/22580/stat : 22580 (sh) S 22567 22567 22530 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23976697 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22580/statm: 1339 233 193 169 0 50 0
[pid=22581] ppid=22580 vsize=864472 CPUtime=11.82
/proc/22581/stat : 22581 (java) S 22580 22567 22530 0 -1 0 20733 0 1 0 1168 14 0 0 20 0 9 0 23976697 885219328 19522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22581/statm: 216118 19522 2590 9 0 210595 0
[pid=22581/tid=22582] ppid=22580 vsize=864472 CPUtime=10.11
/proc/22581/task/22582/stat : 22582 (java) R 22580 22567 22530 0 -1 64 3474 0 1 0 1007 4 0 0 25 0 9 0 23976698 885219328 19522 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22583] ppid=22580 vsize=864472 CPUtime=1.6
/proc/22581/task/22583/stat : 22583 (java) S 22580 22567 22530 0 -1 64 16229 0 0 0 152 8 0 0 16 0 9 0 23976699 885219328 19522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22584/stat : 22584 (java) S 22580 22567 22530 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23976700 885219328 19522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22585/stat : 22585 (java) S 22580 22567 22530 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23976700 885219328 19522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22586/stat : 22586 (java) S 22580 22567 22530 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23976702 885219328 19522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22587] ppid=22580 vsize=864472 CPUtime=0.07
/proc/22581/task/22587/stat : 22587 (java) S 22580 22567 22530 0 -1 64 331 0 0 0 7 0 0 0 17 0 9 0 23976702 885219328 19522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22588] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22588/stat : 22588 (java) S 22580 22567 22530 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23976702 885219328 19522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22589] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22589/stat : 22589 (java) S 22580 22567 22530 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23976702 885219328 19522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 886696

[startup+25.5071 s]
/proc/loadavg: 2.23 2.14 2.11 3/85 22589
/proc/meminfo: memFree=1673308/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=0.56
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1310 6587 0 1 6 1 45 4 15 0 1 0 23976637 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22567/statm: 4217 1111 409 3 0 796 0
[pid=22580] ppid=22567 vsize=5356 CPUtime=0
/proc/22580/stat : 22580 (sh) S 22567 22567 22530 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23976697 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22580/statm: 1339 233 193 169 0 50 0
[pid=22581] ppid=22580 vsize=864472 CPUtime=24.57
/proc/22581/stat : 22581 (java) S 22580 22567 22530 0 -1 0 23938 0 1 0 2436 21 0 0 20 0 9 0 23976697 885219328 22541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22581/statm: 216118 22541 2590 9 0 210595 0
[pid=22581/tid=22582] ppid=22580 vsize=864472 CPUtime=22.41
/proc/22581/task/22582/stat : 22582 (java) R 22580 22567 22530 0 -1 64 3661 0 1 0 2234 7 0 0 25 0 9 0 23976698 885219328 22541 996147200 134512640 134550932 4294955936 18446744073709551615 4126621738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22583] ppid=22580 vsize=864472 CPUtime=2.03
/proc/22581/task/22583/stat : 22583 (java) S 22580 22567 22530 0 -1 64 19244 0 0 0 192 11 0 0 16 0 9 0 23976699 885219328 22541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22584] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22584/stat : 22584 (java) S 22580 22567 22530 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23976700 885219328 22541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22585] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22585/stat : 22585 (java) S 22580 22567 22530 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23976700 885219328 22541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22586] ppid=22580 vsize=864472 CPUtime=0

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

/proc/22581/task/22586/stat : 22586 (java) S 22580 22567 22530 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23976702 885219328 25568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22587] ppid=22580 vsize=864472 CPUtime=0.08
/proc/22581/task/22587/stat : 22587 (java) S 22580 22567 22530 0 -1 64 336 0 0 0 8 0 0 0 17 0 9 0 23976702 885219328 25568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22588] ppid=22580 vsize=864472 CPUtime=0
/proc/22581/task/22588/stat : 22588 (java) S 22580 22567 22530 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23976702 885219328 25568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22581/tid=22589] ppid=22580 vsize=864472 CPUtime=0.01
/proc/22581/task/22589/stat : 22589 (java) S 22580 22567 22530 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 23976702 885219328 25568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.03
Current children cumulated vsize (KiB) 886696

[startup+102.302 s]
/proc/loadavg: 2.06 2.11 2.09 3/77 22591
/proc/meminfo: memFree=1709212/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=56.79
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1365 39320 0 2 6 1 5626 46 16 0 1 0 23976637 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22567/statm: 4217 1113 409 3 0 796 0
[pid=22590] ppid=22567 vsize=5356 CPUtime=0
/proc/22590/stat : 22590 (sh) S 22567 22567 22530 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23982451 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22590/statm: 1339 232 193 169 0 50 0
[pid=22591] ppid=22590 vsize=33872 CPUtime=43.88
/proc/22591/stat : 22591 (picosat) R 22590 22567 22530 0 -1 4194304 7833 0 0 0 3935 453 0 0 25 0 1 0 23982452 34684928 7803 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22591/statm: 8468 7803 42 102 0 8363 0
Current children cumulated CPU time (s) 100.67
Current children cumulated vsize (KiB) 56096

[startup+162.302 s]
/proc/loadavg: 2.02 2.08 2.08 3/77 22591
/proc/meminfo: memFree=1707996/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=56.79
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1365 39320 0 2 6 1 5626 46 16 0 1 0 23976637 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22567/statm: 4217 1113 409 3 0 796 0
[pid=22590] ppid=22567 vsize=5356 CPUtime=0
/proc/22590/stat : 22590 (sh) S 22567 22567 22530 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23982451 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22590/statm: 1339 232 193 169 0 50 0
[pid=22591] ppid=22590 vsize=34664 CPUtime=103.59
/proc/22591/stat : 22591 (picosat) R 22590 22567 22530 0 -1 4194304 8040 0 0 0 9906 453 0 0 25 0 1 0 23982452 35495936 8010 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22591/statm: 8666 8010 42 102 0 8561 0
Current children cumulated CPU time (s) 160.38
Current children cumulated vsize (KiB) 56888

[startup+222.303 s]
/proc/loadavg: 2.01 2.07 2.08 3/77 22591
/proc/meminfo: memFree=1706204/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=56.79
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1365 39320 0 2 6 1 5626 46 16 0 1 0 23976637 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22567/statm: 4217 1113 409 3 0 796 0
[pid=22590] ppid=22567 vsize=5356 CPUtime=0
/proc/22590/stat : 22590 (sh) S 22567 22567 22530 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23982451 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22590/statm: 1339 232 193 169 0 50 0
[pid=22591] ppid=22590 vsize=35984 CPUtime=163.31
/proc/22591/stat : 22591 (picosat) R 22590 22567 22530 0 -1 4194304 8355 0 0 0 15877 454 0 0 25 0 1 0 23982452 36847616 8325 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22591/statm: 8996 8325 42 102 0 8891 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 58208

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

[startup+230.602 s]
/proc/loadavg: 2.01 2.07 2.08 3/77 22591
/proc/meminfo: memFree=1705884/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=56.79
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1365 39320 0 2 6 1 5626 46 16 0 1 0 23976637 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22567/statm: 4217 1113 409 3 0 796 0
[pid=22590] ppid=22567 vsize=5356 CPUtime=0
/proc/22590/stat : 22590 (sh) S 22567 22567 22530 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23982451 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22590/statm: 1339 232 193 169 0 50 0
[pid=22591] ppid=22590 vsize=36248 CPUtime=171.57
/proc/22591/stat : 22591 (picosat) R 22590 22567 22530 0 -1 4194304 8440 0 0 0 16703 454 0 0 25 0 1 0 23982452 37117952 8410 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22591/statm: 9062 8410 42 102 0 8957 0
Current children cumulated CPU time (s) 228.36
Current children cumulated vsize (KiB) 58472

[startup+243.407 s]
/proc/loadavg: 2.00 2.06 2.08 3/77 22591
/proc/meminfo: memFree=1705372/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=56.79
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1365 39320 0 2 6 1 5626 46 16 0 1 0 23976637 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22567/statm: 4217 1113 409 3 0 796 0
[pid=22590] ppid=22567 vsize=5356 CPUtime=0
/proc/22590/stat : 22590 (sh) S 22567 22567 22530 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23982451 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22590/statm: 1339 232 193 169 0 50 0
[pid=22591] ppid=22590 vsize=36776 CPUtime=184.32
/proc/22591/stat : 22591 (picosat) R 22590 22567 22530 0 -1 4194304 8556 0 0 0 17978 454 0 0 25 0 1 0 23982452 37658624 8526 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22591/statm: 9194 8526 42 102 0 9089 0
Current children cumulated CPU time (s) 241.11
Current children cumulated vsize (KiB) 59000

[startup+249.802 s]
/proc/loadavg: 2.00 2.06 2.08 3/77 22591
/proc/meminfo: memFree=1705180/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=56.79
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1365 39320 0 2 6 1 5626 46 16 0 1 0 23976637 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22567/statm: 4217 1113 409 3 0 796 0
[pid=22590] ppid=22567 vsize=5356 CPUtime=0
/proc/22590/stat : 22590 (sh) S 22567 22567 22530 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23982451 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22590/statm: 1339 232 193 169 0 50 0
[pid=22591] ppid=22590 vsize=36908 CPUtime=190.68
/proc/22591/stat : 22591 (picosat) R 22590 22567 22530 0 -1 4194304 8607 0 0 0 18614 454 0 0 25 0 1 0 23982452 37793792 8577 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22591/statm: 9227 8577 42 102 0 9122 0
Current children cumulated CPU time (s) 247.47
Current children cumulated vsize (KiB) 59132

[startup+256.203 s]
/proc/loadavg: 2.00 2.06 2.08 3/77 22591
/proc/meminfo: memFree=1704988/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=56.79
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1365 39320 0 2 6 1 5626 46 16 0 1 0 23976637 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22567/statm: 4217 1113 409 3 0 796 0
[pid=22590] ppid=22567 vsize=5356 CPUtime=0
/proc/22590/stat : 22590 (sh) S 22567 22567 22530 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23982451 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22590/statm: 1339 232 193 169 0 50 0
[pid=22591] ppid=22590 vsize=37172 CPUtime=197.05
/proc/22591/stat : 22591 (picosat) R 22590 22567 22530 0 -1 4194304 8660 0 0 0 19251 454 0 0 25 0 1 0 23982452 38064128 8630 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22591/statm: 9293 8630 42 102 0 9188 0
Current children cumulated CPU time (s) 253.84
Current children cumulated vsize (KiB) 59396

[startup+257.802 s]
/proc/loadavg: 2.00 2.06 2.08 3/77 22591
/proc/meminfo: memFree=1704924/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=56.79
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1365 39320 0 2 6 1 5626 46 16 0 1 0 23976637 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22567/statm: 4217 1113 409 3 0 796 0
[pid=22590] ppid=22567 vsize=5356 CPUtime=0
/proc/22590/stat : 22590 (sh) S 22567 22567 22530 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23982451 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22590/statm: 1339 232 193 169 0 50 0
[pid=22591] ppid=22590 vsize=37172 CPUtime=198.64
/proc/22591/stat : 22591 (picosat) R 22590 22567 22530 0 -1 4194304 8671 0 0 0 19410 454 0 0 25 0 1 0 23982452 38064128 8641 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22591/statm: 9293 8641 42 102 0 9188 0
Current children cumulated CPU time (s) 255.43
Current children cumulated vsize (KiB) 59396

[startup+258.601 s]
/proc/loadavg: 2.00 2.06 2.08 3/77 22591
/proc/meminfo: memFree=1704924/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=56.79
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1365 39320 0 2 6 1 5626 46 16 0 1 0 23976637 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22567/statm: 4217 1113 409 3 0 796 0
[pid=22590] ppid=22567 vsize=5356 CPUtime=0
/proc/22590/stat : 22590 (sh) S 22567 22567 22530 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23982451 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22590/statm: 1339 232 193 169 0 50 0
[pid=22591] ppid=22590 vsize=37172 CPUtime=199.44
/proc/22591/stat : 22591 (picosat) R 22590 22567 22530 0 -1 4194304 8677 0 0 0 19490 454 0 0 25 0 1 0 23982452 38064128 8647 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22591/statm: 9293 8647 42 102 0 9188 0
Current children cumulated CPU time (s) 256.23
Current children cumulated vsize (KiB) 59396

[startup+259.402 s]
/proc/loadavg: 2.00 2.06 2.08 3/77 22591
/proc/meminfo: memFree=1704860/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=56.79
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1365 39320 0 2 6 1 5626 46 16 0 1 0 23976637 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22567/statm: 4217 1113 409 3 0 796 0
[pid=22590] ppid=22567 vsize=5356 CPUtime=0
/proc/22590/stat : 22590 (sh) S 22567 22567 22530 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23982451 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22590/statm: 1339 232 193 169 0 50 0
[pid=22591] ppid=22590 vsize=25740 CPUtime=200.23
/proc/22591/stat : 22591 (picosat) R 22590 22567 22530 0 -1 4194304 8688 0 0 0 19569 454 0 0 25 0 1 0 23982452 26357760 1253 996147200 134512640 134931368 4294956256 18446744073709551615 134749290 0 0 4096 0 0 0 0 17 1 0 0
/proc/22591/statm: 6435 1253 47 102 0 6330 0
Current children cumulated CPU time (s) 257.02
Current children cumulated vsize (KiB) 47964

[startup+259.601 s]
/proc/loadavg: 2.00 2.06 2.08 3/77 22591
/proc/meminfo: memFree=1704860/2055920 swapFree=4192812/4192956
[pid=22567] ppid=22565 vsize=16868 CPUtime=257.05
/proc/22567/stat : 22567 (sugar) S 22565 22567 22530 0 -1 4194304 1446 48294 0 2 6 1 25196 502 15 0 1 0 23976637 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22567/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 257.05
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 259.685
CPU time (s): 257.289
CPU user time (s): 252.209
CPU system time (s): 5.08023
CPU usage (%): 99.0772
Max. virtual memory (cumulated for all children) (KiB): 896944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.209
system time used= 5.08023
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53619
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= 8898
involuntary context switches= 11583

runsolver used 0.762884 second user time and 1.67674 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-12 05:25:20
IDJOB=2079969
IDBENCH=56975
IDSOLVER=738
FILE ID=node90/2079969-1247369120
PBS_JOBID= 9507153
Free space on /tmp= 66292 MiB

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

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

MD5SUM BENCH= 5c79399234abcf40ea987f2fe6c389ae
RANDOM SEED=431690575

node90.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.212
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.212
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:       1765332 kB
Buffers:         30720 kB
Cached:         168180 kB
SwapCached:          0 kB
Active:         164844 kB
Inactive:        70052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765332 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1692 kB
Writeback:           0 kB
Mapped:          41016 kB
Slab:            40968 kB
Committed_AS:   181136 kB
PageTables:       1896 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= 66292 MiB
End job on node90 at 2009-07-12 05:29:39