Trace number 2085106

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+picosatUNSAT 606.831 611.521

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15a-12.xml
MD5SUM3eb6672fe0851365aae53fc4c9482e61
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.290955
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8168
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8168
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 08:43:11 2009
0.00/0.08	c 0	PID 25005
0.07/0.08	c 0	HOST node56.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2085106-1247380991.xml TO HOME/temp.csp
0.07/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-2085106-1247380991.xml' 'HOME/temp.csp'
0.07/0.86	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 8168 constraints
0.07/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.88	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.84/0.96	c 1	Parsing HOME/temp.csp
1.04/1.12	c 1	parsed 8620 expressions
1.04/1.12	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.12	c 1	Converting to clausal form CSP
1.23/1.34	c 2	converted 862 (10%) expressions
1.23/1.40	c 2	converted 1724 (20%) expressions
1.34/1.43	c 2	converted 2586 (30%) expressions
1.43/1.50	c 2	converted 3448 (40%) expressions
1.43/1.53	c 2	converted 4310 (50%) expressions
1.43/1.56	c 2	converted 5172 (60%) expressions
1.43/1.59	c 2	converted 6034 (70%) expressions
1.53/1.62	c 2	converted 6896 (80%) expressions
1.63/1.71	c 2	converted 7758 (90%) expressions
1.63/1.73	c 2	converted 8620 (100%) expressions
1.63/1.74	c 2	CSP : 450 integers, 0 booleans, 8168 clauses, largest domain size 12
1.63/1.74	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.63/1.74	c 2	Propagation in CSP
1.63/1.79	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.63/1.79	c 2	CSP : 450 integers, 0 booleans, 8168 clauses, largest domain size 12
1.63/1.79	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.63/1.80	c 2	Simplifing CSP by introducing new Boolean variables
1.83/1.96	c 2	CSP : 450 integers, 16336 booleans, 24504 clauses, largest domain size 12
1.83/1.96	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.93/2.05	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.93/2.09	c 2	45 (10%) CSP integer variables are encoded (450 clauses, 4817 bytes)
1.93/2.09	c 2	90 (20%) CSP integer variables are encoded (900 clauses, 9767 bytes)
1.93/2.09	c 2	135 (30%) CSP integer variables are encoded (1350 clauses, 15600 bytes)
2.02/2.10	c 2	180 (40%) CSP integer variables are encoded (1800 clauses, 21450 bytes)
2.02/2.10	c 2	225 (50%) CSP integer variables are encoded (2250 clauses, 27300 bytes)
2.02/2.11	c 2	270 (60%) CSP integer variables are encoded (2700 clauses, 33150 bytes)
2.02/2.11	c 2	315 (70%) CSP integer variables are encoded (3150 clauses, 39000 bytes)
2.02/2.11	c 2	360 (80%) CSP integer variables are encoded (3600 clauses, 44850 bytes)
2.02/2.11	c 2	405 (90%) CSP integer variables are encoded (4050 clauses, 50700 bytes)
2.02/2.11	c 2	450 (100%) CSP integer variables are encoded (4500 clauses, 56550 bytes)
2.12/2.21	c 3	2451 (10%) CSP clauses are encoded (24925 clauses, 390954 bytes)
2.12/2.26	c 3	4901 (20%) CSP clauses are encoded (45349 clauses, 735018 bytes)
2.21/2.31	c 3	7352 (30%) CSP clauses are encoded (65774 clauses, 1080276 bytes)
2.21/2.35	c 3	9802 (40%) CSP clauses are encoded (86187 clauses, 1453214 bytes)
2.31/2.40	c 3	12252 (50%) CSP clauses are encoded (106600 clauses, 1838609 bytes)
2.31/2.45	c 3	14703 (60%) CSP clauses are encoded (127025 clauses, 2224233 bytes)
2.42/2.50	c 3	17153 (70%) CSP clauses are encoded (147449 clauses, 2609843 bytes)
2.42/2.55	c 3	19604 (80%) CSP clauses are encoded (167874 clauses, 2995467 bytes)
2.42/2.60	c 3	22054 (90%) CSP clauses are encoded (188287 clauses, 3380862 bytes)
2.51/2.65	c 3	24504 (100%) CSP clauses are encoded (208700 clauses, 3766257 bytes)
2.51/2.65	c 3	24504 CSP clauses encoded
2.51/2.65	c 3	Writing map file : HOME/temp.map
2.51/2.66	c 3	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.51/2.66	c 3	SAT : 21286 SAT variables, 208700 SAT clauses, 3766257 bytes
2.51/2.66	c 3	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.58/2.72	c 3	SOLVING HOME/temp.cnf
2.58/2.72	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
606.61/611.30	c 612	DECODING HOME/temp.out WITH HOME/temp.map
606.61/611.30	c 612	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'
606.61/611.38	c 612	Decoding HOME/temp.out
606.62/611.45	s UNSATISFIABLE
606.62/611.48	c 612	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
606.77/611.52	c 612	CPU 606.8 (0.06 0.01 605.47 1.26)
606.77/611.52	c 612	END Sun Jul 12 08:53:23 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085106-1247380991/watcher-2085106-1247380991 -o /tmp/evaluation-result-2085106-1247380991/solver-2085106-1247380991 -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-2085106-1247380991.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.90 1.96 2.05 4/82 25005
/proc/meminfo: memFree=1880688/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=12000 CPUtime=0
/proc/25005/stat : 25005 (sugar) R 25003 25005 22322 0 -1 4194304 192 0 0 0 0 0 0 0 20 0 1 0 25162444 12288000 160 996147200 4194304 4206940 548682068608 18446744073709551615 250968734688 0 0 4224 0 0 0 0 17 1 0 0
/proc/25005/statm: 3000 160 122 3 0 100 0

[startup+0.084562 s]
/proc/loadavg: 1.90 1.96 2.05 4/82 25005
/proc/meminfo: memFree=1880688/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16740 CPUtime=0.07
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 25162444 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102143 s]
/proc/loadavg: 1.90 1.96 2.05 4/82 25005
/proc/meminfo: memFree=1880688/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=0.07
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25162444 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30216 s]
/proc/loadavg: 1.90 1.96 2.05 4/82 25005
/proc/meminfo: memFree=1880688/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=0.07
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25162444 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701199 s]
/proc/loadavg: 1.90 1.96 2.05 4/82 25005
/proc/meminfo: memFree=1880688/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=0.07
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25162444 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50128 s]
/proc/loadavg: 1.91 1.96 2.05 3/93 25027
/proc/meminfo: memFree=1872600/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=0.84
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1309 8585 0 1 6 1 71 6 16 0 1 0 25162444 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1111 409 3 0 796 0
[pid=25018] ppid=25005 vsize=5356 CPUtime=0
/proc/25018/stat : 25018 (sh) S 25005 25005 22322 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25162533 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25018/statm: 1339 233 193 169 0 50 0
[pid=25019] ppid=25018 vsize=868564 CPUtime=0.59
/proc/25019/stat : 25019 (java) S 25018 25005 22322 0 -1 0 7153 0 1 0 55 4 0 0 18 0 9 0 25162533 889409536 6381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25019/statm: 217141 6381 2566 9 0 211646 0
[pid=25019/tid=25020] ppid=25018 vsize=868564 CPUtime=0.32
/proc/25019/task/25020/stat : 25020 (java) R 25018 25005 22322 0 -1 64 2664 0 1 0 31 1 0 0 21 0 9 0 25162534 889409536 6381 996147200 134512640 134550932 4294955936 18446744073709551615 4126840008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25019/tid=25021] ppid=25018 vsize=868564 CPUtime=0.08
/proc/25019/task/25021/stat : 25021 (java) S 25018 25005 22322 0 -1 64 2313 0 0 0 8 0 0 0 16 0 9 0 25162535 889409536 6381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25019/tid=25022] ppid=25018 vsize=868564 CPUtime=0
/proc/25019/task/25022/stat : 25022 (java) S 25018 25005 22322 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25162536 889409536 6381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25019/tid=25023] ppid=25018 vsize=868564 CPUtime=0
/proc/25019/task/25023/stat : 25023 (java) S 25018 25005 22322 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25162536 889409536 6381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25019/tid=25024] ppid=25018 vsize=868564 CPUtime=0
/proc/25019/task/25024/stat : 25024 (java) S 25018 25005 22322 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25162538 889409536 6381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25019/tid=25025] ppid=25018 vsize=868564 CPUtime=0.16
/proc/25019/task/25025/stat : 25025 (java) S 25018 25005 22322 0 -1 64 1477 0 0 0 15 1 0 0 16 0 9 0 25162538 889409536 6381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25019/tid=25026] ppid=25018 vsize=868564 CPUtime=0
/proc/25019/task/25026/stat : 25026 (java) S 25018 25005 22322 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25162538 889409536 6381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25019/tid=25027] ppid=25018 vsize=868564 CPUtime=0
/proc/25019/task/25027/stat : 25027 (java) S 25018 25005 22322 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25162538 889409536 6381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890788

[startup+3.10142 s]
/proc/loadavg: 1.91 1.96 2.05 3/93 25027
/proc/meminfo: memFree=1851800/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=2.6
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1365 18693 0 2 6 1 236 17 16 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 16868

[startup+6.30274 s]
/proc/loadavg: 1.91 1.96 2.05 3/85 25029
/proc/meminfo: memFree=1864088/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=2.6
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1365 18693 0 2 6 1 236 17 16 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
[pid=25028] ppid=25005 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25005 25005 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25162716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 232 193 169 0 50 0
[pid=25029] ppid=25028 vsize=10972 CPUtime=3.54
/proc/25029/stat : 25029 (picosat) R 25028 25005 22322 0 -1 4194304 2433 0 0 0 253 101 0 0 25 0 1 0 25162717 11235328 2419 996147200 134512640 134931368 4294956256 18446744073709551615 134525918 0 0 4096 0 0 0 0 17 1 0 0
/proc/25029/statm: 2743 2419 42 102 0 2638 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 33196

[startup+12.7014 s]
/proc/loadavg: 1.92 1.96 2.05 3/85 25029
/proc/meminfo: memFree=1861784/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=2.6
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1365 18693 0 2 6 1 236 17 16 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
[pid=25028] ppid=25005 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25005 25005 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25162716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 232 193 169 0 50 0
[pid=25029] ppid=25028 vsize=12628 CPUtime=9.87
/proc/25029/stat : 25029 (picosat) R 25028 25005 22322 0 -1 4194304 2902 0 0 0 886 101 0 0 25 0 1 0 25162717 12931072 2820 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/25029/statm: 3157 2820 48 102 0 3052 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 34852

[startup+25.5026 s]
/proc/loadavg: 1.93 1.96 2.05 3/85 25029
/proc/meminfo: memFree=1861592/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=2.6
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1365 18693 0 2 6 1 236 17 16 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
[pid=25028] ppid=25005 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25005 25005 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25162716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 232 193 169 0 50 0
[pid=25029] ppid=25028 vsize=12892 CPUtime=22.54
/proc/25029/stat : 25029 (picosat) R 25028 25005 22322 0 -1 4194304 3084 0 0 0 2153 101 0 0 25 0 1 0 25162717 13201408 2916 996147200 134512640 134931368 4294956256 18446744073709551615 134524072 0 0 4096 0 0 0 0 17 1 0 0
/proc/25029/statm: 3223 2916 48 102 0 3118 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 35116

[startup+51.1021 s]
/proc/loadavg: 2.01 1.98 2.05 3/85 25029
/proc/meminfo: memFree=1861144/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=2.6
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1365 18693 0 2 6 1 236 17 16 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
[pid=25028] ppid=25005 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25005 25005 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25162716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 232 193 169 0 50 0
[pid=25029] ppid=25028 vsize=13288 CPUtime=47.9
/proc/25029/stat : 25029 (picosat) R 25028 25005 22322 0 -1 4194304 3286 0 0 0 4688 102 0 0 25 0 1 0 25162717 13606912 3022 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/25029/statm: 3322 3022 48 102 0 3217 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 35512

[startup+102.307 s]
/proc/loadavg: 2.00 1.98 2.05 3/85 25029
/proc/meminfo: memFree=1860248/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=2.6
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1365 18693 0 2 6 1 236 17 16 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
[pid=25028] ppid=25005 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25005 25005 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25162716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 232 193 169 0 50 0
[pid=25029] ppid=25028 vsize=14080 CPUtime=98.61
/proc/25029/stat : 25029 (picosat) R 25028 25005 22322 0 -1 4194304 3709 0 0 0 9759 102 0 0 25 0 1 0 25162717 14417920 3224 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25029/statm: 3520 3224 48 102 0 3415 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 36304

[startup+162.303 s]
/proc/loadavg: 2.00 1.98 2.04 3/85 25029
/proc/meminfo: memFree=1859672/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=2.6
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1365 18693 0 2 6 1 236 17 16 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
[pid=25028] ppid=25005 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25005 25005 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25162716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 232 193 169 0 50 0
[pid=25029] ppid=25028 vsize=14996 CPUtime=158.04
/proc/25029/stat : 25029 (picosat) R 25028 25005 22322 0 -1 4194304 4011 0 0 0 15701 103 0 0 25 0 1 0 25162717 15355904 3399 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25029/statm: 3749 3399 48 102 0 3644 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 37220

[startup+222.303 s]
/proc/loadavg: 2.00 1.98 2.04 3/85 25029
/proc/meminfo: memFree=1859032/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=2.6
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1365 18693 0 2 6 1 236 17 16 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
[pid=25028] ppid=25005 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25005 25005 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25162716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 232 193 169 0 50 0
[pid=25029] ppid=25028 vsize=15392 CPUtime=217.48
/proc/25029/stat : 25029 (picosat) R 25028 25005 22322 0 -1 4194304 4360 0 0 0 21644 104 0 0 25 0 1 0 25162717 15761408 3531 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25029/statm: 3848 3531 48 102 0 3743 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 37616


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

Current children cumulated CPU time (s) 398.37
Current children cumulated vsize (KiB) 38540

[startup+462.302 s]
/proc/loadavg: 2.00 1.98 2.01 3/85 25029
/proc/meminfo: memFree=1857568/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=2.6
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1365 18693 0 2 6 1 236 17 16 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
[pid=25028] ppid=25005 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25005 25005 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25162716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 232 193 169 0 50 0
[pid=25029] ppid=25028 vsize=17604 CPUtime=455.21
/proc/25029/stat : 25029 (picosat) R 25028 25005 22322 0 -1 4194304 5131 0 0 0 45416 105 0 0 25 0 1 0 25162717 18026496 3864 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/25029/statm: 4401 3864 48 102 0 4296 0
Current children cumulated CPU time (s) 457.81
Current children cumulated vsize (KiB) 39828

[startup+522.301 s]
/proc/loadavg: 2.07 1.99 2.01 3/78 25082
/proc/meminfo: memFree=1887656/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=2.6
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1365 18693 0 2 6 1 236 17 16 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
[pid=25028] ppid=25005 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25005 25005 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25162716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 232 193 169 0 50 0
[pid=25029] ppid=25028 vsize=18000 CPUtime=515.05
/proc/25029/stat : 25029 (picosat) R 25028 25005 22322 0 -1 4194304 5337 0 0 0 51399 106 0 0 25 0 1 0 25162717 18432000 3969 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/25029/statm: 4500 3969 48 102 0 4395 0
Current children cumulated CPU time (s) 517.65
Current children cumulated vsize (KiB) 40224

[startup+582.302 s]
/proc/loadavg: 2.08 2.01 2.01 3/78 25082
/proc/meminfo: memFree=1885608/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=2.6
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1365 18693 0 2 6 1 236 17 16 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
[pid=25028] ppid=25005 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25005 25005 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25162716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 232 193 169 0 50 0
[pid=25029] ppid=25028 vsize=18264 CPUtime=575.02
/proc/25029/stat : 25029 (picosat) R 25028 25005 22322 0 -1 4194304 5530 0 0 0 57396 106 0 0 25 0 1 0 25162717 18702336 4056 996147200 134512640 134931368 4294956256 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 0 0 0
/proc/25029/statm: 4566 4056 48 102 0 4461 0
Current children cumulated CPU time (s) 577.62
Current children cumulated vsize (KiB) 40488

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

[startup+588.703 s]
/proc/loadavg: 2.08 2.01 2.01 3/78 25082
/proc/meminfo: memFree=1885416/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=2.6
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1365 18693 0 2 6 1 236 17 16 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
[pid=25028] ppid=25005 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25005 25005 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25162716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 232 193 169 0 50 0
[pid=25029] ppid=25028 vsize=18264 CPUtime=581.42
/proc/25029/stat : 25029 (picosat) R 25028 25005 22322 0 -1 4194304 5530 0 0 0 58036 106 0 0 25 0 1 0 25162717 18702336 4056 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25029/statm: 4566 4056 48 102 0 4461 0
Current children cumulated CPU time (s) 584.02
Current children cumulated vsize (KiB) 40488

[startup+601.502 s]
/proc/loadavg: 2.07 2.01 2.01 3/78 25082
/proc/meminfo: memFree=1884968/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=2.6
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1365 18693 0 2 6 1 236 17 16 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
[pid=25028] ppid=25005 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25005 25005 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25162716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 232 193 169 0 50 0
[pid=25029] ppid=25028 vsize=18264 CPUtime=594.22
/proc/25029/stat : 25029 (picosat) R 25028 25005 22322 0 -1 4194304 5530 0 0 0 59316 106 0 0 25 0 1 0 25162717 18702336 4056 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/25029/statm: 4566 4056 48 102 0 4461 0
Current children cumulated CPU time (s) 596.82
Current children cumulated vsize (KiB) 40488

[startup+607.901 s]
/proc/loadavg: 2.06 2.01 2.01 3/78 25082
/proc/meminfo: memFree=1884968/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=2.6
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1365 18693 0 2 6 1 236 17 16 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
[pid=25028] ppid=25005 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25005 25005 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25162716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 232 193 169 0 50 0
[pid=25029] ppid=25028 vsize=18264 CPUtime=600.62
/proc/25029/stat : 25029 (picosat) R 25028 25005 22322 0 -1 4194304 5530 0 0 0 59956 106 0 0 25 0 1 0 25162717 18702336 4056 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25029/statm: 4566 4056 48 102 0 4461 0
Current children cumulated CPU time (s) 603.22
Current children cumulated vsize (KiB) 40488

[startup+609.502 s]
/proc/loadavg: 2.06 2.01 2.01 3/78 25082
/proc/meminfo: memFree=1884968/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=2.6
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1365 18693 0 2 6 1 236 17 16 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
[pid=25028] ppid=25005 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25005 25005 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25162716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 232 193 169 0 50 0
[pid=25029] ppid=25028 vsize=18264 CPUtime=602.21
/proc/25029/stat : 25029 (picosat) R 25028 25005 22322 0 -1 4194304 5530 0 0 0 60115 106 0 0 25 0 1 0 25162717 18702336 4056 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/25029/statm: 4566 4056 48 102 0 4461 0
Current children cumulated CPU time (s) 604.81
Current children cumulated vsize (KiB) 40488

[startup+610.302 s]
/proc/loadavg: 2.06 2.01 2.01 3/78 25082
/proc/meminfo: memFree=1884968/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=2.6
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1365 18693 0 2 6 1 236 17 16 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
[pid=25028] ppid=25005 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25005 25005 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25162716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 232 193 169 0 50 0
[pid=25029] ppid=25028 vsize=18264 CPUtime=603.01
/proc/25029/stat : 25029 (picosat) R 25028 25005 22322 0 -1 4194304 5530 0 0 0 60195 106 0 0 25 0 1 0 25162717 18702336 4056 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/25029/statm: 4566 4056 48 102 0 4461 0
Current children cumulated CPU time (s) 605.61
Current children cumulated vsize (KiB) 40488

[startup+611.102 s]
/proc/loadavg: 2.06 2.01 2.01 3/78 25082
/proc/meminfo: memFree=1884968/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=2.6
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1365 18693 0 2 6 1 236 17 16 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
[pid=25028] ppid=25005 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25005 25005 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25162716 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 232 193 169 0 50 0
[pid=25029] ppid=25028 vsize=18264 CPUtime=603.81
/proc/25029/stat : 25029 (picosat) R 25028 25005 22322 0 -1 4194304 5530 0 0 0 60275 106 0 0 25 0 1 0 25162717 18702336 4056 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25029/statm: 4566 4056 48 102 0 4461 0
Current children cumulated CPU time (s) 606.41
Current children cumulated vsize (KiB) 40488

[startup+611.502 s]
/proc/loadavg: 2.05 2.01 2.01 2/86 25092
/proc/meminfo: memFree=1895208/2055920 swapFree=4192812/4192956
[pid=25005] ppid=25003 vsize=16868 CPUtime=606.62
/proc/25005/stat : 25005 (sugar) S 25003 25005 22322 0 -1 4194304 1448 24510 0 2 6 1 60531 124 15 0 1 0 25162444 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25005/statm: 4217 1113 409 3 0 796 0
[pid=25083] ppid=25005 vsize=5356 CPUtime=0
/proc/25083/stat : 25083 (sh) S 25005 25005 22322 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25223575 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25083/statm: 1339 233 193 169 0 50 0
[pid=25084] ppid=25083 vsize=864156 CPUtime=0.15
/proc/25084/stat : 25084 (java) S 25083 25005 22322 0 -1 0 3603 0 1 0 14 1 0 0 19 0 9 0 25223575 884895744 3068 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25084/statm: 216039 3068 1710 9 0 210544 0
[pid=25084/tid=25085] ppid=25083 vsize=864156 CPUtime=0.12
/proc/25084/task/25085/stat : 25085 (java) S 25083 25005 22322 0 -1 64 2553 0 1 0 11 1 0 0 25 0 9 0 25223576 884895744 3068 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25084/tid=25086] ppid=25083 vsize=864156 CPUtime=0
/proc/25084/task/25086/stat : 25086 (java) S 25083 25005 22322 0 -1 64 74 0 0 0 0 0 0 0 16 0 9 0 25223578 884895744 3068 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25084/tid=25087] ppid=25083 vsize=864156 CPUtime=0
/proc/25084/task/25087/stat : 25087 (java) S 25083 25005 22322 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 25223578 884895744 3068 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25084/tid=25088] ppid=25083 vsize=864156 CPUtime=0
/proc/25084/task/25088/stat : 25088 (java) S 25083 25005 22322 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 25223578 884895744 3068 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25084/tid=25089] ppid=25083 vsize=864156 CPUtime=0
/proc/25084/task/25089/stat : 25089 (java) S 25083 25005 22322 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25223580 884895744 3068 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25084/tid=25090] ppid=25083 vsize=864156 CPUtime=0.03
/proc/25084/task/25090/stat : 25090 (java) S 25083 25005 22322 0 -1 64 283 0 0 0 3 0 0 0 22 0 9 0 25223580 884895744 3068 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25084/tid=25091] ppid=25083 vsize=864156 CPUtime=0
/proc/25084/task/25091/stat : 25091 (java) S 25083 25005 22322 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25223580 884895744 3068 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25084/tid=25092] ppid=25083 vsize=864156 CPUtime=0
/proc/25084/task/25092/stat : 25092 (java) S 25083 25005 22322 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25223580 884895744 3068 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 606.77
Current children cumulated vsize (KiB) 886380

Child status: 0
Real time (s): 611.521
CPU time (s): 606.831
CPU user time (s): 605.54
CPU system time (s): 1.2908
CPU usage (%): 99.2329
Max. virtual memory (cumulated for all children) (KiB): 891008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 605.54
system time used= 1.2908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29938
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= 3084
involuntary context switches= 22405

runsolver used 0.71789 second user time and 2.08068 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-12 08:43:11
IDJOB=2085106
IDBENCH=58287
IDSOLVER=738
FILE ID=node56/2085106-1247380991
PBS_JOBID= 9507122
Free space on /tmp= 103048 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15a-12.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-2085106-1247380991/watcher-2085106-1247380991 -o /tmp/evaluation-result-2085106-1247380991/solver-2085106-1247380991 -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-2085106-1247380991.xml

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

MD5SUM BENCH= 3eb6672fe0851365aae53fc4c9482e61
RANDOM SEED=1531747005

node56.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.209
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.209
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:       1881104 kB
Buffers:          5740 kB
Cached:          60900 kB
SwapCached:          0 kB
Active:         100528 kB
Inactive:        22512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1881104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2520 kB
Writeback:           0 kB
Mapped:          75824 kB
Slab:            36772 kB
Committed_AS:   251192 kB
PageTables:       2004 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= 103048 MiB
End job on node56 at 2009-07-12 08:53:23