Trace number 2083017

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+minisat? 689.835 699.725

General information on the benchmark

Namecsp/fapp/fapp40/
normalized-fapp40-3000-7.xml
MD5SUM03c519ee722ebb3400aacaf8b7a2d565
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark71.4491
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints53548
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension53548
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:27:03 2009
0.00/0.08	c 0	PID 23053
0.06/0.08	c 0	HOST node71.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083017-1247376422.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083017-1247376422.xml' 'HOME/temp.csp'
3.15/3.22	c 3	14 domains, 3000 variables, 8 predicates, 0 relations, 53548 constraints
3.15/3.25	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.15/3.25	c 3	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'
3.18/3.33	c 3	Parsing HOME/temp.csp
3.18/3.64	c 4	parsed 10000 expressions
3.18/3.79	c 4	parsed 20000 expressions
3.18/3.98	c 4	parsed 30000 expressions
3.18/4.18	c 4	parsed 40000 expressions
3.18/4.29	c 4	parsed 50000 expressions
4.20/4.37	c 4	parsed 56570 expressions
4.20/4.38	c 4	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.20/4.38	c 4	Converting to clausal form CSP
11.96/12.14	c 12	converted 5657 (10%) expressions
25.98/26.28	c 26	converted 11314 (20%) expressions
40.31/40.67	c 41	converted 16971 (30%) expressions
54.12/54.56	c 55	converted 22628 (40%) expressions
67.96/68.44	c 68	converted 28285 (50%) expressions
80.99/81.51	c 81	converted 33942 (60%) expressions
93.62/94.24	c 94	converted 39599 (70%) expressions
106.16/106.83	c 107	converted 45256 (80%) expressions
118.89/119.67	c 120	converted 50913 (90%) expressions
129.14/129.98	c 130	converted 56570 (100%) expressions
129.14/129.99	c 130	CSP : 16130 integers, 153531 booleans, 352501 clauses, largest domain size 4543
129.14/129.99	c 130	Heap : 207 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
129.14/129.99	c 130	Propagation in CSP
143.56/144.49	c 144	1470 values, 0 unsatisfiable literals, and 0 valid clauses are removed
143.66/144.50	c 144	CSP : 16130 integers, 153531 booleans, 352501 clauses, largest domain size 4543
143.66/144.50	c 144	Heap : 207 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
143.66/144.59	c 145	Simplifing CSP by introducing new Boolean variables
144.46/145.39	c 145	CSP : 16130 integers, 284311 booleans, 483281 clauses, largest domain size 4543
144.46/145.39	c 145	Heap : 250 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
145.96/146.87	c 147	Encoding CSP to SAT : HOME/temp.cnf
183.67/184.75	c 185	1613 (10%) CSP integer variables are encoded (1000363 clauses, 16788325 bytes)
217.08/218.31	c 218	3226 (20%) CSP integer variables are encoded (2878110 clauses, 52465518 bytes)
225.34/226.83	c 227	4839 (30%) CSP integer variables are encoded (9893499 clauses, 185757909 bytes)
234.06/235.74	c 236	6452 (40%) CSP integer variables are encoded (16808422 clauses, 330768019 bytes)
242.96/244.91	c 245	8065 (50%) CSP integer variables are encoded (23799465 clauses, 477579922 bytes)
251.77/253.99	c 254	9678 (60%) CSP integer variables are encoded (30801446 clauses, 624621523 bytes)
260.65/263.04	c 263	11291 (70%) CSP integer variables are encoded (37749131 clauses, 770522908 bytes)
269.49/272.29	c 272	12904 (80%) CSP integer variables are encoded (44766838 clauses, 917894755 bytes)
278.34/281.41	c 281	14517 (90%) CSP integer variables are encoded (51649717 clauses, 1062435214 bytes)
287.21/290.73	c 291	16130 (100%) CSP integer variables are encoded (58532088 clauses, 1206965005 bytes)
441.32/446.88	c 447	48329 (10%) CSP clauses are encoded (84980107 clauses, 1942658442 bytes)
587.01/593.91	c 594	96657 (20%) CSP clauses are encoded (110651192 clauses, 2694512399 bytes)
689.00/697.03	c 697	ERROR Exception Too large HOME/temp.cnf
689.00/697.03	c 697	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
689.00/697.03	c 697	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
689.00/697.03	c 697	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
689.00/697.03	s UNKNOWN
689.04/697.16	c 697	CPU 689.1 (0.06 0.01 670.23 18.8)
689.04/697.16	c 697	END Sun Jul 12 07:38:40 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083017-1247376422/watcher-2083017-1247376422 -o /tmp/evaluation-result-2083017-1247376422/solver-2083017-1247376422 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083017-1247376422.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.08 2.02 2.01 4/81 23053
/proc/meminfo: memFree=1854768/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=12268 CPUtime=0
/proc/23053/stat : 23053 (sugar) R 23051 23053 17098 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 24704869 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231962540645 0 0 4224 0 0 0 0 17 1 0 0
/proc/23053/statm: 3067 316 241 3 0 167 0

[startup+0.082674 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 23053
/proc/meminfo: memFree=1854768/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16740 CPUtime=0.06
/proc/23053/stat : 23053 (sugar) S 23051 23053 17098 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24704869 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102448 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 23053
/proc/meminfo: memFree=1854768/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16868 CPUtime=0.06
/proc/23053/stat : 23053 (sugar) S 23051 23053 17098 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24704869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301935 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 23053
/proc/meminfo: memFree=1854768/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16868 CPUtime=0.06
/proc/23053/stat : 23053 (sugar) S 23051 23053 17098 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24704869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701992 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 23053
/proc/meminfo: memFree=1854768/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16868 CPUtime=0.06
/proc/23053/stat : 23053 (sugar) S 23051 23053 17098 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24704869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50191 s]
/proc/loadavg: 2.31 2.07 2.02 3/92 23065
/proc/meminfo: memFree=1826328/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16868 CPUtime=0.06
/proc/23053/stat : 23053 (sugar) S 23051 23053 17098 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24704869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 4217 1111 409 3 0 796 0
[pid=23056] ppid=23053 vsize=5356 CPUtime=0
/proc/23056/stat : 23056 (sh) S 23053 23053 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24704877 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23056/statm: 1339 233 193 169 0 50 0
[pid=23057] ppid=23056 vsize=864776 CPUtime=1.39
/proc/23057/stat : 23057 (java) S 23056 23053 17098 0 -1 0 16461 0 1 0 130 9 0 0 18 0 9 0 24704878 885530624 14501 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23057/statm: 216194 14501 2557 9 0 210706 0
[pid=23057/tid=23058] ppid=23056 vsize=864776 CPUtime=0.83
/proc/23057/task/23058/stat : 23058 (java) R 23056 23053 17098 0 -1 64 3042 0 1 0 80 3 0 0 25 0 9 0 24704879 885530624 14501 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23057/tid=23059] ppid=23056 vsize=864776 CPUtime=0.44
/proc/23057/task/23059/stat : 23059 (java) R 23056 23053 17098 0 -1 64 12218 0 0 0 40 4 0 0 16 0 9 0 24704880 885530624 14501 996147200 134512640 134550932 4294955984 18446744073709551615 104516263 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23057/tid=23060] ppid=23056 vsize=864776 CPUtime=0
/proc/23057/task/23060/stat : 23060 (java) S 23056 23053 17098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24704880 885530624 14501 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23057/tid=23061] ppid=23056 vsize=864776 CPUtime=0
/proc/23057/task/23061/stat : 23061 (java) S 23056 23053 17098 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24704880 885530624 14501 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23057/tid=23062] ppid=23056 vsize=864776 CPUtime=0
/proc/23057/task/23062/stat : 23062 (java) S 23056 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24704882 885530624 14501 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23057/tid=23063] ppid=23056 vsize=864776 CPUtime=0.09
/proc/23057/task/23063/stat : 23063 (java) S 23056 23053 17098 0 -1 64 496 0 0 0 9 0 0 0 16 0 9 0 24704882 885530624 14501 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23057/tid=23064] ppid=23056 vsize=864776 CPUtime=0
/proc/23057/task/23064/stat : 23064 (java) S 23056 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24704882 885530624 14501 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23057/tid=23065] ppid=23056 vsize=864776 CPUtime=0
/proc/23057/task/23065/stat : 23065 (java) S 23056 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24704882 885530624 14501 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887000

[startup+3.10112 s]
/proc/loadavg: 2.31 2.07 2.02 3/92 23065
/proc/meminfo: memFree=1779928/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16868 CPUtime=0.06
/proc/23053/stat : 23053 (sugar) S 23051 23053 17098 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24704869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 4217 1111 409 3 0 796 0
[pid=23056] ppid=23053 vsize=5356 CPUtime=0
/proc/23056/stat : 23056 (sh) S 23053 23053 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24704877 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23056/statm: 1339 233 193 169 0 50 0
[pid=23057] ppid=23056 vsize=864796 CPUtime=2.98
/proc/23057/stat : 23057 (java) S 23056 23053 17098 0 -1 0 27114 0 1 0 284 14 0 0 18 0 9 0 24704878 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23057/statm: 216199 23206 2557 9 0 210711 0
[pid=23057/tid=23058] ppid=23056 vsize=864796 CPUtime=1.66
/proc/23057/task/23058/stat : 23058 (java) R 23056 23053 17098 0 -1 64 3919 0 1 0 162 4 0 0 25 0 9 0 24704879 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23057/tid=23059] ppid=23056 vsize=864796 CPUtime=1.15
/proc/23057/task/23059/stat : 23059 (java) S 23056 23053 17098 0 -1 64 21955 0 0 0 107 8 0 0 16 0 9 0 24704880 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23057/tid=23060] ppid=23056 vsize=864796 CPUtime=0
/proc/23057/task/23060/stat : 23060 (java) S 23056 23053 17098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24704880 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23057/tid=23061] ppid=23056 vsize=864796 CPUtime=0
/proc/23057/task/23061/stat : 23061 (java) S 23056 23053 17098 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24704880 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23057/tid=23062] ppid=23056 vsize=864796 CPUtime=0
/proc/23057/task/23062/stat : 23062 (java) S 23056 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24704882 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23057/tid=23063] ppid=23056 vsize=864796 CPUtime=0.14
/proc/23057/task/23063/stat : 23063 (java) S 23056 23053 17098 0 -1 64 535 0 0 0 14 0 0 0 16 0 9 0 24704882 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23057/tid=23064] ppid=23056 vsize=864796 CPUtime=0
/proc/23057/task/23064/stat : 23064 (java) S 23056 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24704882 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23057/tid=23065] ppid=23056 vsize=864796 CPUtime=0
/proc/23057/task/23065/stat : 23065 (java) S 23056 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24704882 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887020

[startup+6.30256 s]
/proc/loadavg: 2.31 2.07 2.02 3/92 23075
/proc/meminfo: memFree=1811864/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16868 CPUtime=3.18
/proc/23053/stat : 23053 (sugar) S 23051 23053 17098 0 -1 4194304 1309 27540 0 1 5 1 297 15 15 0 1 0 24704869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 4217 1111 409 3 0 796 0
[pid=23066] ppid=23053 vsize=5356 CPUtime=0
/proc/23066/stat : 23066 (sh) S 23053 23053 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24705194 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23066/statm: 1339 233 193 169 0 50 0
[pid=23067] ppid=23066 vsize=868528 CPUtime=3.01
/proc/23067/stat : 23067 (java) S 23066 23053 17098 0 -1 0 13429 0 1 0 294 7 0 0 18 0 9 0 24705195 889372672 12082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23067/statm: 217132 12082 2568 9 0 211637 0
[pid=23067/tid=23068] ppid=23066 vsize=868528 CPUtime=2.2
/proc/23067/task/23068/stat : 23068 (java) R 23066 23053 17098 0 -1 64 2919 0 1 0 219 1 0 0 25 0 9 0 24705196 889372672 12082 996147200 134512640 134550932 4294955936 18446744073709551615 4126503936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23069] ppid=23066 vsize=868528 CPUtime=0.6
/proc/23067/task/23069/stat : 23069 (java) S 23066 23053 17098 0 -1 64 8375 0 0 0 57 3 0 0 16 0 9 0 24705197 889372672 12082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23070] ppid=23066 vsize=868528 CPUtime=0
/proc/23067/task/23070/stat : 23070 (java) S 23066 23053 17098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24705197 889372672 12082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23071] ppid=23066 vsize=868528 CPUtime=0
/proc/23067/task/23071/stat : 23071 (java) S 23066 23053 17098 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24705197 889372672 12082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23072] ppid=23066 vsize=868528 CPUtime=0
/proc/23067/task/23072/stat : 23072 (java) S 23066 23053 17098 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24705199 889372672 12082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23073] ppid=23066 vsize=868528 CPUtime=0.18
/proc/23067/task/23073/stat : 23073 (java) S 23066 23053 17098 0 -1 64 1432 0 0 0 18 0 0 0 16 0 9 0 24705199 889372672 12082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23074] ppid=23066 vsize=868528 CPUtime=0
/proc/23067/task/23074/stat : 23074 (java) S 23066 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24705199 889372672 12082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23075] ppid=23066 vsize=868528 CPUtime=0
/proc/23067/task/23075/stat : 23075 (java) S 23066 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24705199 889372672 12082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890752

[startup+12.7014 s]
/proc/loadavg: 2.26 2.07 2.02 3/92 23075
/proc/meminfo: memFree=1803032/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16868 CPUtime=3.18
/proc/23053/stat : 23053 (sugar) S 23051 23053 17098 0 -1 4194304 1309 27540 0 1 5 1 297 15 16 0 1 0 24704869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 4217 1111 409 3 0 796 0
[pid=23066] ppid=23053 vsize=5356 CPUtime=0
/proc/23066/stat : 23066 (sh) S 23053 23053 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24705194 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23066/statm: 1339 233 193 169 0 50 0
[pid=23067] ppid=23066 vsize=868528 CPUtime=9.37
/proc/23067/stat : 23067 (java) S 23066 23053 17098 0 -1 0 15835 0 1 0 927 10 0 0 18 0 9 0 24705195 889372672 14211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23067/statm: 217132 14211 2568 9 0 211637 0
[pid=23067/tid=23068] ppid=23066 vsize=868528 CPUtime=8.14
/proc/23067/task/23068/stat : 23068 (java) R 23066 23053 17098 0 -1 64 3196 0 1 0 812 2 0 0 25 0 9 0 24705196 889372672 14211 996147200 134512640 134550932 4294955936 18446744073709551615 4126514344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23069] ppid=23066 vsize=868528 CPUtime=1
/proc/23067/task/23069/stat : 23069 (java) S 23066 23053 17098 0 -1 64 10497 0 0 0 94 6 0 0 16 0 9 0 24705197 889372672 14211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23070] ppid=23066 vsize=868528 CPUtime=0
/proc/23067/task/23070/stat : 23070 (java) S 23066 23053 17098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24705197 889372672 14211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23071] ppid=23066 vsize=868528 CPUtime=0
/proc/23067/task/23071/stat : 23071 (java) S 23066 23053 17098 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24705197 889372672 14211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23072] ppid=23066 vsize=868528 CPUtime=0
/proc/23067/task/23072/stat : 23072 (java) S 23066 23053 17098 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24705199 889372672 14211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23073] ppid=23066 vsize=868528 CPUtime=0.2
/proc/23067/task/23073/stat : 23073 (java) S 23066 23053 17098 0 -1 64 1439 0 0 0 20 0 0 0 16 0 9 0 24705199 889372672 14211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23074] ppid=23066 vsize=868528 CPUtime=0
/proc/23067/task/23074/stat : 23074 (java) S 23066 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24705199 889372672 14211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23075] ppid=23066 vsize=868528 CPUtime=0
/proc/23067/task/23075/stat : 23075 (java) S 23066 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24705199 889372672 14211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890752

[startup+25.5022 s]
/proc/loadavg: 2.22 2.07 2.02 3/92 23075
/proc/meminfo: memFree=1781208/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16868 CPUtime=3.18
/proc/23053/stat : 23053 (sugar) S 23051 23053 17098 0 -1 4194304 1309 27540 0 1 5 1 297 15 16 0 1 0 24704869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 4217 1111 409 3 0 796 0
[pid=23066] ppid=23053 vsize=5356 CPUtime=0
/proc/23066/stat : 23066 (sh) S 23053 23053 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24705194 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23066/statm: 1339 233 193 169 0 50 0
[pid=23067] ppid=23066 vsize=868528 CPUtime=22.11
/proc/23067/stat : 23067 (java) S 23066 23053 17098 0 -1 0 25068 0 1 0 2193 18 0 0 18 0 9 0 24705195 889372672 19536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23067/statm: 217132 19536 2568 9 0 211637 0
[pid=23067/tid=23068] ppid=23066 vsize=868528 CPUtime=19.79
/proc/23067/task/23068/stat : 23068 (java) R 23066 23053 17098 0 -1 64 3867 0 1 0 1976 3 0 0 25 0 9 0 24705196 889372672 19536 996147200 134512640 134550932 4294955936 18446744073709551615 4126514356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23069] ppid=23066 vsize=868528 CPUtime=2.07
/proc/23067/task/23069/stat : 23069 (java) S 23066 23053 17098 0 -1 64 19050 0 0 0 195 12 0 0 16 0 9 0 24705197 889372672 19536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23070] ppid=23066 vsize=868528 CPUtime=0
/proc/23067/task/23070/stat : 23070 (java) S 23066 23053 17098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24705197 889372672 19536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23071] ppid=23066 vsize=868528 CPUtime=0
/proc/23067/task/23071/stat : 23071 (java) S 23066 23053 17098 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24705197 889372672 19536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23072] ppid=23066 vsize=868528 CPUtime=0

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

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

[startup+665.607 s]
/proc/loadavg: 2.27 2.58 2.32 4/85 23163
/proc/meminfo: memFree=15504/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16868 CPUtime=3.19
/proc/23053/stat : 23053 (sugar) S 23051 23053 17098 0 -1 4194304 1310 27540 0 1 6 1 297 15 16 0 1 0 24704869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23053/statm: 4217 1111 409 3 0 796 0
[pid=23066] ppid=23053 vsize=5356 CPUtime=0
/proc/23066/stat : 23066 (sh) S 23053 23053 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24705194 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23066/statm: 1339 233 193 169 0 50 0
[pid=23067] ppid=23066 vsize=868640 CPUtime=654.85
/proc/23067/stat : 23067 (java) S 23066 23053 17098 0 -1 0 96554 0 1 0 63715 1770 0 0 18 0 9 0 24705195 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23067/statm: 217160 73000 2593 9 0 211637 0
[pid=23067/tid=23068] ppid=23066 vsize=868640 CPUtime=639.36
/proc/23067/task/23068/stat : 23068 (java) R 23066 23053 17098 0 -1 64 10260 0 1 0 62236 1700 0 0 25 0 9 0 24705196 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4126585168 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23067/tid=23069] ppid=23066 vsize=868640 CPUtime=15.13
/proc/23067/task/23069/stat : 23069 (java) S 23066 23053 17098 0 -1 64 84089 0 0 0 1446 67 0 0 16 0 9 0 24705197 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23067/tid=23070] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23070/stat : 23070 (java) S 23066 23053 17098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24705197 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23071] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23071/stat : 23071 (java) S 23066 23053 17098 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24705197 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23072] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23072/stat : 23072 (java) S 23066 23053 17098 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24705199 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23073] ppid=23066 vsize=868640 CPUtime=0.31
/proc/23067/task/23073/stat : 23073 (java) S 23066 23053 17098 0 -1 64 1502 0 0 0 30 1 0 0 16 0 9 0 24705199 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23074] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23074/stat : 23074 (java) S 23066 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24705199 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23075] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23075/stat : 23075 (java) S 23066 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24705199 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 658.04
Current children cumulated vsize (KiB) 890864

[startup+678.403 s]
/proc/loadavg: 2.21 2.55 2.31 3/85 23163
/proc/meminfo: memFree=15184/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16868 CPUtime=3.19
/proc/23053/stat : 23053 (sugar) S 23051 23053 17098 0 -1 4194304 1310 27540 0 1 6 1 297 15 16 0 1 0 24704869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23053/statm: 4217 1111 409 3 0 796 0
[pid=23066] ppid=23053 vsize=5356 CPUtime=0
/proc/23066/stat : 23066 (sh) S 23053 23053 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24705194 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23066/statm: 1339 233 193 169 0 50 0
[pid=23067] ppid=23066 vsize=868640 CPUtime=667.52
/proc/23067/stat : 23067 (java) S 23066 23053 17098 0 -1 0 96611 0 1 0 64948 1804 0 0 18 0 9 0 24705195 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23067/statm: 217160 73000 2593 9 0 211637 0
[pid=23067/tid=23068] ppid=23066 vsize=868640 CPUtime=651.97
/proc/23067/task/23068/stat : 23068 (java) R 23066 23053 17098 0 -1 64 10317 0 1 0 63463 1734 0 0 25 0 9 0 24705196 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4126984936 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23067/tid=23069] ppid=23066 vsize=868640 CPUtime=15.2
/proc/23067/task/23069/stat : 23069 (java) S 23066 23053 17098 0 -1 64 84089 0 0 0 1453 67 0 0 16 0 9 0 24705197 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23067/tid=23070] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23070/stat : 23070 (java) S 23066 23053 17098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24705197 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23071] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23071/stat : 23071 (java) S 23066 23053 17098 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24705197 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23072] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23072/stat : 23072 (java) S 23066 23053 17098 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24705199 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23073] ppid=23066 vsize=868640 CPUtime=0.31
/proc/23067/task/23073/stat : 23073 (java) S 23066 23053 17098 0 -1 64 1502 0 0 0 30 1 0 0 16 0 9 0 24705199 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23074] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23074/stat : 23074 (java) S 23066 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24705199 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23075] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23075/stat : 23075 (java) S 23066 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24705199 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 670.71
Current children cumulated vsize (KiB) 890864

[startup+691.203 s]
/proc/loadavg: 2.16 2.52 2.31 3/85 23163
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16868 CPUtime=3.19
/proc/23053/stat : 23053 (sugar) S 23051 23053 17098 0 -1 4194304 1310 27540 0 1 6 1 297 15 16 0 1 0 24704869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23053/statm: 4217 1111 409 3 0 796 0
[pid=23066] ppid=23053 vsize=5356 CPUtime=0
/proc/23066/stat : 23066 (sh) S 23053 23053 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24705194 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23066/statm: 1339 233 193 169 0 50 0
[pid=23067] ppid=23066 vsize=868640 CPUtime=680.17
/proc/23067/stat : 23067 (java) S 23066 23053 17098 0 -1 0 96673 0 1 0 66174 1843 0 0 18 0 9 0 24705195 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23067/statm: 217160 73000 2593 9 0 211637 0
[pid=23067/tid=23068] ppid=23066 vsize=868640 CPUtime=664.54
/proc/23067/task/23068/stat : 23068 (java) D 23066 23053 17098 0 -1 64 10379 0 1 0 64682 1772 0 0 25 0 9 0 24705196 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=23067/tid=23069] ppid=23066 vsize=868640 CPUtime=15.26
/proc/23067/task/23069/stat : 23069 (java) S 23066 23053 17098 0 -1 64 84089 0 0 0 1459 67 0 0 16 0 9 0 24705197 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23067/tid=23070] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23070/stat : 23070 (java) S 23066 23053 17098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24705197 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23071] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23071/stat : 23071 (java) S 23066 23053 17098 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24705197 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23072] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23072/stat : 23072 (java) S 23066 23053 17098 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24705199 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23073] ppid=23066 vsize=868640 CPUtime=0.31
/proc/23067/task/23073/stat : 23073 (java) S 23066 23053 17098 0 -1 64 1502 0 0 0 30 1 0 0 16 0 9 0 24705199 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23074] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23074/stat : 23074 (java) S 23066 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24705199 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23075] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23075/stat : 23075 (java) S 23066 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24705199 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 683.36
Current children cumulated vsize (KiB) 890864

[startup+694.401 s]
/proc/loadavg: 2.16 2.52 2.31 3/85 23163
/proc/meminfo: memFree=15568/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16868 CPUtime=3.19
/proc/23053/stat : 23053 (sugar) S 23051 23053 17098 0 -1 4194304 1310 27540 0 1 6 1 297 15 16 0 1 0 24704869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23053/statm: 4217 1111 409 3 0 796 0
[pid=23066] ppid=23053 vsize=5356 CPUtime=0
/proc/23066/stat : 23066 (sh) S 23053 23053 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24705194 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23066/statm: 1339 233 193 169 0 50 0
[pid=23067] ppid=23066 vsize=868640 CPUtime=683.24
/proc/23067/stat : 23067 (java) S 23066 23053 17098 0 -1 0 96687 0 1 0 66473 1851 0 0 18 0 9 0 24705195 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23067/statm: 217160 73000 2593 9 0 211637 0
[pid=23067/tid=23068] ppid=23066 vsize=868640 CPUtime=667.61
/proc/23067/task/23068/stat : 23068 (java) R 23066 23053 17098 0 -1 64 10393 0 1 0 64980 1781 0 0 25 0 9 0 24705196 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4126985489 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23067/tid=23069] ppid=23066 vsize=868640 CPUtime=15.29
/proc/23067/task/23069/stat : 23069 (java) S 23066 23053 17098 0 -1 64 84089 0 0 0 1461 68 0 0 16 0 9 0 24705197 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23067/tid=23070] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23070/stat : 23070 (java) S 23066 23053 17098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24705197 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23071] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23071/stat : 23071 (java) S 23066 23053 17098 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24705197 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23072] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23072/stat : 23072 (java) S 23066 23053 17098 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24705199 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23073] ppid=23066 vsize=868640 CPUtime=0.31
/proc/23067/task/23073/stat : 23073 (java) S 23066 23053 17098 0 -1 64 1502 0 0 0 30 1 0 0 16 0 9 0 24705199 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23074] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23074/stat : 23074 (java) S 23066 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24705199 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23067/tid=23075] ppid=23066 vsize=868640 CPUtime=0
/proc/23067/task/23075/stat : 23075 (java) S 23066 23053 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24705199 889487360 73000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 686.43
Current children cumulated vsize (KiB) 890864

[startup+697.602 s]
/proc/loadavg: 2.15 2.51 2.31 3/75 23163
/proc/meminfo: memFree=797280/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16868 CPUtime=689.52
/proc/23053/stat : 23053 (sugar) R 23051 23053 17098 0 -1 4194304 1334 124534 0 4 6 43 67023 1880 19 0 1 0 24704869 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23053/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 689.52
Current children cumulated vsize (KiB) 16868

[startup+698.402 s]
/proc/loadavg: 2.15 2.51 2.31 3/75 23163
/proc/meminfo: memFree=797280/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16868 CPUtime=689.71
/proc/23053/stat : 23053 (sugar) D 23051 23053 17098 0 -1 4194304 1334 124534 0 4 6 62 67023 1880 18 0 1 0 24704869 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23053/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 689.71
Current children cumulated vsize (KiB) 16868

[startup+699.202 s]
/proc/loadavg: 2.15 2.51 2.31 2/75 23163
/proc/meminfo: memFree=1422112/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16868 CPUtime=689.77
/proc/23053/stat : 23053 (sugar) D 23051 23053 17098 0 -1 4194304 1334 124534 0 4 6 68 67023 1880 18 0 1 0 24704869 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23053/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 689.77
Current children cumulated vsize (KiB) 16868

[startup+699.602 s]
/proc/loadavg: 2.15 2.51 2.31 2/75 23163
/proc/meminfo: memFree=1421152/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16868 CPUtime=689.81
/proc/23053/stat : 23053 (sugar) R 23051 23053 17098 0 -1 4194304 1334 124534 0 4 6 72 67023 1880 18 0 1 0 24704869 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23053/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 689.81
Current children cumulated vsize (KiB) 16868

[startup+699.707 s]
/proc/loadavg: 2.15 2.51 2.31 2/75 23163
/proc/meminfo: memFree=1421152/2055920 swapFree=4192812/4192956
[pid=23053] ppid=23051 vsize=16868 CPUtime=689.82
/proc/23053/stat : 23053 (sugar) D 23051 23053 17098 0 -1 4194304 1334 124534 0 4 6 73 67023 1880 18 0 1 0 24704869 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23053/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 689.82
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 699.725
CPU time (s): 689.835
CPU user time (s): 670.295
CPU system time (s): 19.54
CPU usage (%): 98.5867
Max. virtual memory (cumulated for all children) (KiB): 905004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 670.295
system time used= 19.54
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125929
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59905
involuntary context switches= 58811

runsolver used 0.922859 second user time and 2.33164 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 07:27:03
IDJOB=2083017
IDBENCH=57673
IDSOLVER=739
FILE ID=node71/2083017-1247376422
PBS_JOBID= 9507012
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp40/normalized-fapp40-3000-7.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083017-1247376422/watcher-2083017-1247376422 -o /tmp/evaluation-result-2083017-1247376422/solver-2083017-1247376422 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083017-1247376422.xml

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

MD5SUM BENCH= 03c519ee722ebb3400aacaf8b7a2d565
RANDOM SEED=959416829

node71.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.222
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.222
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:       1855248 kB
Buffers:         19000 kB
Cached:          98504 kB
SwapCached:          0 kB
Active:         117036 kB
Inactive:        35640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8828 kB
Writeback:           0 kB
Mapped:          55612 kB
Slab:            33072 kB
Committed_AS:   236444 kB
PageTables:       1944 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= 66056 MiB
End job on node71 at 2009-07-12 07:38:43