Trace number 2083016

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+picosat? 727.693 740.385

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/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:26:59 2009
0.00/0.08	c 0	PID 26877
0.06/0.08	c 0	HOST node78.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083016-1247376418.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-2083016-1247376418.xml' 'HOME/temp.csp'
3.13/3.21	c 3	14 domains, 3000 variables, 8 predicates, 0 relations, 53548 constraints
3.13/3.22	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.13/3.22	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.13/3.30	c 3	Parsing HOME/temp.csp
3.15/3.48	c 3	parsed 10000 expressions
3.15/3.63	c 4	parsed 20000 expressions
3.15/3.81	c 4	parsed 30000 expressions
3.15/4.01	c 4	parsed 40000 expressions
3.15/4.13	c 4	parsed 50000 expressions
3.15/4.21	c 4	parsed 56570 expressions
3.15/4.21	c 4	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.15/4.21	c 4	Converting to clausal form CSP
11.83/12.05	c 12	converted 5657 (10%) expressions
25.89/26.29	c 26	converted 11314 (20%) expressions
40.33/40.83	c 41	converted 16971 (30%) expressions
54.10/54.79	c 55	converted 22628 (40%) expressions
67.96/68.73	c 69	converted 28285 (50%) expressions
81.03/81.94	c 82	converted 33942 (60%) expressions
93.70/94.79	c 95	converted 39599 (70%) expressions
106.27/107.44	c 107	converted 45256 (80%) expressions
119.15/120.42	c 120	converted 50913 (90%) expressions
129.35/130.75	c 131	converted 56570 (100%) expressions
129.35/130.76	c 131	CSP : 16130 integers, 153531 booleans, 352501 clauses, largest domain size 4543
129.35/130.76	c 131	Heap : 212 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
129.35/130.76	c 131	Propagation in CSP
143.91/145.42	c 145	1470 values, 0 unsatisfiable literals, and 0 valid clauses are removed
143.91/145.42	c 145	CSP : 16130 integers, 153531 booleans, 352501 clauses, largest domain size 4543
143.91/145.43	c 145	Heap : 210 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
144.01/145.52	c 145	Simplifing CSP by introducing new Boolean variables
144.71/146.29	c 146	CSP : 16130 integers, 284311 booleans, 483281 clauses, largest domain size 4543
144.71/146.29	c 146	Heap : 252 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
146.29/147.80	c 148	Encoding CSP to SAT : HOME/temp.cnf
184.13/186.00	c 186	1613 (10%) CSP integer variables are encoded (1000363 clauses, 16788325 bytes)
218.39/220.63	c 221	3226 (20%) CSP integer variables are encoded (2878110 clauses, 52465518 bytes)
227.17/229.56	c 230	4839 (30%) CSP integer variables are encoded (9893499 clauses, 185757909 bytes)
236.54/239.14	c 239	6452 (40%) CSP integer variables are encoded (16808422 clauses, 330768019 bytes)
245.97/248.82	c 249	8065 (50%) CSP integer variables are encoded (23799465 clauses, 477579922 bytes)
255.40/258.56	c 259	9678 (60%) CSP integer variables are encoded (30801446 clauses, 624621523 bytes)
264.72/268.19	c 268	11291 (70%) CSP integer variables are encoded (37749131 clauses, 770522908 bytes)
274.24/277.96	c 278	12904 (80%) CSP integer variables are encoded (44766838 clauses, 917894755 bytes)
283.47/287.49	c 287	14517 (90%) CSP integer variables are encoded (51649717 clauses, 1062435214 bytes)
292.81/297.07	c 297	16130 (100%) CSP integer variables are encoded (58532088 clauses, 1206965005 bytes)
458.75/465.83	c 466	48329 (10%) CSP clauses are encoded (84980107 clauses, 1942658442 bytes)
616.58/626.20	c 626	96657 (20%) CSP clauses are encoded (110651192 clauses, 2694512399 bytes)
726.59/737.74	c 738	ERROR Exception Too large HOME/temp.cnf
726.59/737.74	c 738	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
726.59/737.74	c 738	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
726.59/737.74	c 738	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
726.59/737.74	s UNKNOWN
726.64/738.04	c 738	CPU 726.69 (0.06 0.01 707.04 19.58)
726.64/738.04	c 738	END Sun Jul 12 07:39:17 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-2083016-1247376418/watcher-2083016-1247376418 -o /tmp/evaluation-result-2083016-1247376418/solver-2083016-1247376418 -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-2083016-1247376418.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.09 2.02 2.01 4/74 26877
/proc/meminfo: memFree=1736456/2055912 swapFree=4192812/4192956
[pid=26877] ppid=26875 vsize=12268 CPUtime=0
/proc/26877/stat : 26877 (sugar) R 26875 26877 21307 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24706452 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255373048421 0 0 4224 0 0 0 0 17 1 0 0
/proc/26877/statm: 3067 316 241 3 0 167 0

[startup+0.081474 s]
/proc/loadavg: 2.09 2.02 2.01 4/74 26877
/proc/meminfo: memFree=1736456/2055912 swapFree=4192812/4192956
[pid=26877] ppid=26875 vsize=16740 CPUtime=0.06
/proc/26877/stat : 26877 (sugar) S 26875 26877 21307 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24706452 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26877/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101542 s]
/proc/loadavg: 2.09 2.02 2.01 4/74 26877
/proc/meminfo: memFree=1736456/2055912 swapFree=4192812/4192956
[pid=26877] ppid=26875 vsize=16868 CPUtime=0.06
/proc/26877/stat : 26877 (sugar) S 26875 26877 21307 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24706452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26877/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301557 s]
/proc/loadavg: 2.09 2.02 2.01 4/74 26877
/proc/meminfo: memFree=1736456/2055912 swapFree=4192812/4192956
[pid=26877] ppid=26875 vsize=16868 CPUtime=0.06
/proc/26877/stat : 26877 (sugar) S 26875 26877 21307 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24706452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26877/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701603 s]
/proc/loadavg: 2.09 2.02 2.01 4/74 26877
/proc/meminfo: memFree=1736456/2055912 swapFree=4192812/4192956
[pid=26877] ppid=26875 vsize=16868 CPUtime=0.06
/proc/26877/stat : 26877 (sugar) S 26875 26877 21307 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24706452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26877/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50269 s]
/proc/loadavg: 2.09 2.02 2.01 4/85 26889
/proc/meminfo: memFree=1706480/2055912 swapFree=4192812/4192956
[pid=26877] ppid=26875 vsize=16868 CPUtime=0.06
/proc/26877/stat : 26877 (sugar) S 26875 26877 21307 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24706452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26877/statm: 4217 1111 409 3 0 796 0
[pid=26880] ppid=26877 vsize=5356 CPUtime=0
/proc/26880/stat : 26880 (sh) S 26877 26877 21307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24706460 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26880/statm: 1339 233 193 169 0 50 0
[pid=26881] ppid=26880 vsize=865280 CPUtime=1.38
/proc/26881/stat : 26881 (java) S 26880 26877 21307 0 -1 0 16676 0 1 0 129 9 0 0 18 0 9 0 24706461 886046720 14627 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26881/statm: 216320 14627 2557 9 0 210832 0
[pid=26881/tid=26882] ppid=26880 vsize=865280 CPUtime=0.82
/proc/26881/task/26882/stat : 26882 (java) R 26880 26877 21307 0 -1 64 3042 0 1 0 79 3 0 0 24 0 9 0 24706462 886046720 14627 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26881/tid=26883] ppid=26880 vsize=865280 CPUtime=0.44
/proc/26881/task/26883/stat : 26883 (java) R 26880 26877 21307 0 -1 64 12433 0 0 0 40 4 0 0 16 0 9 0 24706463 886046720 14627 996147200 134512640 134550932 4294955984 18446744073709551615 102499763 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26881/tid=26884] ppid=26880 vsize=865280 CPUtime=0
/proc/26881/task/26884/stat : 26884 (java) S 26880 26877 21307 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24706463 886046720 14627 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26881/tid=26885] ppid=26880 vsize=865280 CPUtime=0
/proc/26881/task/26885/stat : 26885 (java) S 26880 26877 21307 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24706463 886046720 14627 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26881/tid=26886] ppid=26880 vsize=865280 CPUtime=0
/proc/26881/task/26886/stat : 26886 (java) S 26880 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24706465 886046720 14627 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26881/tid=26887] ppid=26880 vsize=865280 CPUtime=0.09
/proc/26881/task/26887/stat : 26887 (java) S 26880 26877 21307 0 -1 64 496 0 0 0 9 0 0 0 16 0 9 0 24706465 886046720 14627 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26881/tid=26888] ppid=26880 vsize=865280 CPUtime=0
/proc/26881/task/26888/stat : 26888 (java) S 26880 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24706465 886046720 14627 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26881/tid=26889] ppid=26880 vsize=865280 CPUtime=0
/proc/26881/task/26889/stat : 26889 (java) S 26880 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24706465 886046720 14627 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887504

[startup+3.10286 s]
/proc/loadavg: 2.24 2.05 2.02 4/85 26889
/proc/meminfo: memFree=1661168/2055912 swapFree=4192812/4192956
[pid=26877] ppid=26875 vsize=16868 CPUtime=0.06
/proc/26877/stat : 26877 (sugar) S 26875 26877 21307 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24706452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26877/statm: 4217 1111 409 3 0 796 0
[pid=26880] ppid=26877 vsize=5356 CPUtime=0
/proc/26880/stat : 26880 (sh) S 26877 26877 21307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24706460 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26880/statm: 1339 233 193 169 0 50 0
[pid=26881] ppid=26880 vsize=864796 CPUtime=2.97
/proc/26881/stat : 26881 (java) S 26880 26877 21307 0 -1 0 27114 0 1 0 281 16 0 0 18 0 9 0 24706461 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26881/statm: 216199 23206 2557 9 0 210711 0
[pid=26881/tid=26882] ppid=26880 vsize=864796 CPUtime=1.67
/proc/26881/task/26882/stat : 26882 (java) R 26880 26877 21307 0 -1 64 3919 0 1 0 161 6 0 0 25 0 9 0 24706462 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 4126758084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26881/tid=26883] ppid=26880 vsize=864796 CPUtime=1.13
/proc/26881/task/26883/stat : 26883 (java) S 26880 26877 21307 0 -1 64 21955 0 0 0 105 8 0 0 16 0 9 0 24706463 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26881/tid=26884] ppid=26880 vsize=864796 CPUtime=0
/proc/26881/task/26884/stat : 26884 (java) S 26880 26877 21307 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24706463 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26881/tid=26885] ppid=26880 vsize=864796 CPUtime=0
/proc/26881/task/26885/stat : 26885 (java) S 26880 26877 21307 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24706463 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26881/tid=26886] ppid=26880 vsize=864796 CPUtime=0
/proc/26881/task/26886/stat : 26886 (java) S 26880 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24706465 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26881/tid=26887] ppid=26880 vsize=864796 CPUtime=0.15
/proc/26881/task/26887/stat : 26887 (java) S 26880 26877 21307 0 -1 64 535 0 0 0 15 0 0 0 16 0 9 0 24706465 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26881/tid=26888] ppid=26880 vsize=864796 CPUtime=0
/proc/26881/task/26888/stat : 26888 (java) S 26880 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24706465 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26881/tid=26889] ppid=26880 vsize=864796 CPUtime=0
/proc/26881/task/26889/stat : 26889 (java) S 26880 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24706465 885551104 23206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887020

[startup+6.30219 s]
/proc/loadavg: 2.24 2.05 2.02 4/85 26899
/proc/meminfo: memFree=1693360/2055912 swapFree=4192812/4192956
[pid=26877] ppid=26875 vsize=16868 CPUtime=3.15
/proc/26877/stat : 26877 (sugar) S 26875 26877 21307 0 -1 4194304 1309 27540 0 1 5 1 291 18 15 0 1 0 24706452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26877/statm: 4217 1111 409 3 0 796 0
[pid=26890] ppid=26877 vsize=5356 CPUtime=0
/proc/26890/stat : 26890 (sh) S 26877 26877 21307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24706775 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26890/statm: 1339 233 193 169 0 50 0
[pid=26891] ppid=26890 vsize=868504 CPUtime=3.03
/proc/26891/stat : 26891 (java) S 26890 26877 21307 0 -1 0 13502 0 1 0 296 7 0 0 18 0 9 0 24706775 889348096 12117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26891/statm: 217126 12117 2570 9 0 211631 0
[pid=26891/tid=26892] ppid=26890 vsize=868504 CPUtime=2.23
/proc/26891/task/26892/stat : 26892 (java) R 26890 26877 21307 0 -1 64 2890 0 1 0 221 2 0 0 25 0 9 0 24706776 889348096 12117 996147200 134512640 134550932 4294955936 18446744073709551615 4126510348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26893] ppid=26890 vsize=868504 CPUtime=0.6
/proc/26891/task/26893/stat : 26893 (java) S 26890 26877 21307 0 -1 64 8430 0 0 0 56 4 0 0 16 0 9 0 24706777 889348096 12117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26894] ppid=26890 vsize=868504 CPUtime=0
/proc/26891/task/26894/stat : 26894 (java) S 26890 26877 21307 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24706777 889348096 12117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26895] ppid=26890 vsize=868504 CPUtime=0
/proc/26891/task/26895/stat : 26895 (java) S 26890 26877 21307 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24706777 889348096 12117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26896] ppid=26890 vsize=868504 CPUtime=0
/proc/26891/task/26896/stat : 26896 (java) S 26890 26877 21307 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24706779 889348096 12117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26897] ppid=26890 vsize=868504 CPUtime=0.19
/proc/26891/task/26897/stat : 26897 (java) S 26890 26877 21307 0 -1 64 1479 0 0 0 19 0 0 0 15 0 9 0 24706779 889348096 12117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26898] ppid=26890 vsize=868504 CPUtime=0
/proc/26891/task/26898/stat : 26898 (java) S 26890 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24706779 889348096 12117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26899] ppid=26890 vsize=868504 CPUtime=0
/proc/26891/task/26899/stat : 26899 (java) S 26890 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24706779 889348096 12117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890728

[startup+12.7029 s]
/proc/loadavg: 2.22 2.05 2.02 3/85 26899
/proc/meminfo: memFree=1684784/2055912 swapFree=4192812/4192956
[pid=26877] ppid=26875 vsize=16868 CPUtime=3.15
/proc/26877/stat : 26877 (sugar) S 26875 26877 21307 0 -1 4194304 1309 27540 0 1 5 1 291 18 16 0 1 0 24706452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26877/statm: 4217 1111 409 3 0 796 0
[pid=26890] ppid=26877 vsize=5356 CPUtime=0
/proc/26890/stat : 26890 (sh) S 26877 26877 21307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24706775 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26890/statm: 1339 233 193 169 0 50 0
[pid=26891] ppid=26890 vsize=868504 CPUtime=9.37
/proc/26891/stat : 26891 (java) S 26890 26877 21307 0 -1 0 15894 0 1 0 926 11 0 0 18 0 9 0 24706775 889348096 14235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26891/statm: 217126 14235 2570 9 0 211631 0
[pid=26891/tid=26892] ppid=26890 vsize=868504 CPUtime=8.14
/proc/26891/task/26892/stat : 26892 (java) R 26890 26877 21307 0 -1 64 3164 0 1 0 811 3 0 0 25 0 9 0 24706776 889348096 14235 996147200 134512640 134550932 4294955936 18446744073709551615 4126584894 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26893] ppid=26890 vsize=868504 CPUtime=0.99
/proc/26891/task/26893/stat : 26893 (java) S 26890 26877 21307 0 -1 64 10541 0 0 0 93 6 0 0 16 0 9 0 24706777 889348096 14235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26894] ppid=26890 vsize=868504 CPUtime=0
/proc/26891/task/26894/stat : 26894 (java) S 26890 26877 21307 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24706777 889348096 14235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26895] ppid=26890 vsize=868504 CPUtime=0
/proc/26891/task/26895/stat : 26895 (java) S 26890 26877 21307 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24706777 889348096 14235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26896] ppid=26890 vsize=868504 CPUtime=0
/proc/26891/task/26896/stat : 26896 (java) S 26890 26877 21307 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24706779 889348096 14235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26897] ppid=26890 vsize=868504 CPUtime=0.2
/proc/26891/task/26897/stat : 26897 (java) S 26890 26877 21307 0 -1 64 1486 0 0 0 20 0 0 0 16 0 9 0 24706779 889348096 14235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26898] ppid=26890 vsize=868504 CPUtime=0
/proc/26891/task/26898/stat : 26898 (java) S 26890 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24706779 889348096 14235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26899] ppid=26890 vsize=868504 CPUtime=0
/proc/26891/task/26899/stat : 26899 (java) S 26890 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24706779 889348096 14235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890728

[startup+25.5022 s]
/proc/loadavg: 2.24 2.06 2.02 3/85 26899
/proc/meminfo: memFree=1663024/2055912 swapFree=4192812/4192956
[pid=26877] ppid=26875 vsize=16868 CPUtime=3.15
/proc/26877/stat : 26877 (sugar) S 26875 26877 21307 0 -1 4194304 1309 27540 0 1 5 1 291 18 16 0 1 0 24706452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26877/statm: 4217 1111 409 3 0 796 0
[pid=26890] ppid=26877 vsize=5356 CPUtime=0
/proc/26890/stat : 26890 (sh) S 26877 26877 21307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24706775 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26890/statm: 1339 233 193 169 0 50 0
[pid=26891] ppid=26890 vsize=868504 CPUtime=22.04
/proc/26891/stat : 26891 (java) S 26890 26877 21307 0 -1 0 25075 0 1 0 2185 19 0 0 18 0 9 0 24706775 889348096 19510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26891/statm: 217126 19510 2568 9 0 211631 0
[pid=26891/tid=26892] ppid=26890 vsize=868504 CPUtime=19.75
/proc/26891/task/26892/stat : 26892 (java) R 26890 26877 21307 0 -1 64 3823 0 1 0 1970 5 0 0 25 0 9 0 24706776 889348096 19510 996147200 134512640 134550932 4294955936 18446744073709551615 4126508813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26893] ppid=26890 vsize=868504 CPUtime=2.06
/proc/26891/task/26893/stat : 26893 (java) S 26890 26877 21307 0 -1 64 19054 0 0 0 193 13 0 0 16 0 9 0 24706777 889348096 19510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26894] ppid=26890 vsize=868504 CPUtime=0
/proc/26891/task/26894/stat : 26894 (java) S 26890 26877 21307 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24706777 889348096 19510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26895] ppid=26890 vsize=868504 CPUtime=0
/proc/26891/task/26895/stat : 26895 (java) S 26890 26877 21307 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24706777 889348096 19510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26896] ppid=26890 vsize=868504 CPUtime=0

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

/proc/26891/task/26892/stat : 26892 (java) R 26890 26877 21307 0 -1 64 10206 0 1 0 65530 1762 0 0 25 0 9 0 24706776 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4127090828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26893] ppid=26890 vsize=868616 CPUtime=15.24
/proc/26891/task/26893/stat : 26893 (java) S 26890 26877 21307 0 -1 64 83494 0 0 0 1456 68 0 0 16 0 9 0 24706777 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26894] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26894/stat : 26894 (java) S 26890 26877 21307 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24706777 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26895] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26895/stat : 26895 (java) S 26890 26877 21307 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24706777 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26896] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26896/stat : 26896 (java) S 26890 26877 21307 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26897] ppid=26890 vsize=868616 CPUtime=0.3
/proc/26891/task/26897/stat : 26897 (java) S 26890 26877 21307 0 -1 64 1548 0 0 0 30 0 0 0 16 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26898] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26898/stat : 26898 (java) S 26890 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26899] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26899/stat : 26899 (java) S 26890 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 691.67
Current children cumulated vsize (KiB) 890840

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

[startup+716.702 s]
/proc/loadavg: 2.57 2.44 2.21 3/85 26899
/proc/meminfo: memFree=15544/2055912 swapFree=4192812/4192956
[pid=26877] ppid=26875 vsize=16868 CPUtime=3.16
/proc/26877/stat : 26877 (sugar) S 26875 26877 21307 0 -1 4194304 1310 27540 0 1 6 1 291 18 16 0 1 0 24706452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26877/statm: 4217 1111 409 3 0 796 0
[pid=26890] ppid=26877 vsize=5356 CPUtime=0
/proc/26890/stat : 26890 (sh) S 26877 26877 21307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24706775 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26890/statm: 1339 233 193 169 0 50 0
[pid=26891] ppid=26890 vsize=868616 CPUtime=702.73
/proc/26891/stat : 26891 (java) S 26890 26877 21307 0 -1 0 96009 0 1 0 68402 1871 0 0 18 0 9 0 24706775 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26891/statm: 217154 72386 2593 9 0 211631 0
[pid=26891/tid=26892] ppid=26890 vsize=868616 CPUtime=687.07
/proc/26891/task/26892/stat : 26892 (java) R 26890 26877 21307 0 -1 64 10264 0 1 0 66907 1800 0 0 25 0 9 0 24706776 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4126896923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26893] ppid=26890 vsize=868616 CPUtime=15.32
/proc/26891/task/26893/stat : 26893 (java) S 26890 26877 21307 0 -1 64 83494 0 0 0 1463 69 0 0 16 0 9 0 24706777 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26894] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26894/stat : 26894 (java) S 26890 26877 21307 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24706777 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26895] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26895/stat : 26895 (java) S 26890 26877 21307 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24706777 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26896] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26896/stat : 26896 (java) S 26890 26877 21307 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26897] ppid=26890 vsize=868616 CPUtime=0.3
/proc/26891/task/26897/stat : 26897 (java) S 26890 26877 21307 0 -1 64 1548 0 0 0 30 0 0 0 16 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26898] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26898/stat : 26898 (java) S 26890 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26899] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26899/stat : 26899 (java) S 26890 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 705.89
Current children cumulated vsize (KiB) 890840

[startup+729.503 s]
/proc/loadavg: 2.44 2.41 2.21 3/85 26899
/proc/meminfo: memFree=16056/2055912 swapFree=4192812/4192956
[pid=26877] ppid=26875 vsize=16868 CPUtime=3.16
/proc/26877/stat : 26877 (sugar) S 26875 26877 21307 0 -1 4194304 1310 27540 0 1 6 1 291 18 16 0 1 0 24706452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26877/statm: 4217 1111 409 3 0 796 0
[pid=26890] ppid=26877 vsize=5356 CPUtime=0
/proc/26890/stat : 26890 (sh) S 26877 26877 21307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24706775 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26890/statm: 1339 233 193 169 0 50 0
[pid=26891] ppid=26890 vsize=868616 CPUtime=715.35
/proc/26891/stat : 26891 (java) S 26890 26877 21307 0 -1 0 96066 0 1 0 69624 1911 0 0 18 0 9 0 24706775 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26891/statm: 217154 72386 2593 9 0 211631 0
[pid=26891/tid=26892] ppid=26890 vsize=868616 CPUtime=699.61
/proc/26891/task/26892/stat : 26892 (java) R 26890 26877 21307 0 -1 64 10321 0 1 0 68122 1839 0 0 25 0 9 0 24706776 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4126584310 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26893] ppid=26890 vsize=868616 CPUtime=15.39
/proc/26891/task/26893/stat : 26893 (java) S 26890 26877 21307 0 -1 64 83494 0 0 0 1470 69 0 0 16 0 9 0 24706777 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26894] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26894/stat : 26894 (java) S 26890 26877 21307 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24706777 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26895] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26895/stat : 26895 (java) S 26890 26877 21307 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24706777 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26896] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26896/stat : 26896 (java) S 26890 26877 21307 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26897] ppid=26890 vsize=868616 CPUtime=0.3
/proc/26891/task/26897/stat : 26897 (java) S 26890 26877 21307 0 -1 64 1548 0 0 0 30 0 0 0 16 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26898] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26898/stat : 26898 (java) S 26890 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26899] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26899/stat : 26899 (java) S 26890 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 718.51
Current children cumulated vsize (KiB) 890840

[startup+735.907 s]
/proc/loadavg: 2.41 2.41 2.21 3/85 26899
/proc/meminfo: memFree=15480/2055912 swapFree=4192812/4192956
[pid=26877] ppid=26875 vsize=16868 CPUtime=3.16
/proc/26877/stat : 26877 (sugar) S 26875 26877 21307 0 -1 4194304 1310 27540 0 1 6 1 291 18 16 0 1 0 24706452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26877/statm: 4217 1111 409 3 0 796 0
[pid=26890] ppid=26877 vsize=5356 CPUtime=0
/proc/26890/stat : 26890 (sh) S 26877 26877 21307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24706775 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26890/statm: 1339 233 193 169 0 50 0
[pid=26891] ppid=26890 vsize=868616 CPUtime=721.66
/proc/26891/stat : 26891 (java) S 26890 26877 21307 0 -1 0 96093 0 1 0 70239 1927 0 0 18 0 9 0 24706775 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26891/statm: 217154 72386 2593 9 0 211631 0
[pid=26891/tid=26892] ppid=26890 vsize=868616 CPUtime=705.89
/proc/26891/task/26892/stat : 26892 (java) R 26890 26877 21307 0 -1 64 10348 0 1 0 68733 1856 0 0 25 0 9 0 24706776 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4126984032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26893] ppid=26890 vsize=868616 CPUtime=15.42
/proc/26891/task/26893/stat : 26893 (java) S 26890 26877 21307 0 -1 64 83494 0 0 0 1473 69 0 0 16 0 9 0 24706777 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26894] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26894/stat : 26894 (java) S 26890 26877 21307 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24706777 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26895] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26895/stat : 26895 (java) S 26890 26877 21307 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24706777 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26896] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26896/stat : 26896 (java) S 26890 26877 21307 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26897] ppid=26890 vsize=868616 CPUtime=0.3
/proc/26891/task/26897/stat : 26897 (java) S 26890 26877 21307 0 -1 64 1548 0 0 0 30 0 0 0 16 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26898] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26898/stat : 26898 (java) S 26890 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26899] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26899/stat : 26899 (java) S 26890 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 724.82
Current children cumulated vsize (KiB) 890840

[startup+737.503 s]
/proc/loadavg: 2.41 2.41 2.21 3/85 26899
/proc/meminfo: memFree=15096/2055912 swapFree=4192812/4192956
[pid=26877] ppid=26875 vsize=16868 CPUtime=3.16
/proc/26877/stat : 26877 (sugar) S 26875 26877 21307 0 -1 4194304 1310 27540 0 1 6 1 291 18 16 0 1 0 24706452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26877/statm: 4217 1111 409 3 0 796 0
[pid=26890] ppid=26877 vsize=5356 CPUtime=0
/proc/26890/stat : 26890 (sh) S 26877 26877 21307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24706775 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26890/statm: 1339 233 193 169 0 50 0
[pid=26891] ppid=26890 vsize=868616 CPUtime=723.22
/proc/26891/stat : 26891 (java) S 26890 26877 21307 0 -1 0 96100 0 1 0 70389 1933 0 0 18 0 9 0 24706775 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26891/statm: 217154 72386 2593 9 0 211631 0
[pid=26891/tid=26892] ppid=26890 vsize=868616 CPUtime=707.45
/proc/26891/task/26892/stat : 26892 (java) R 26890 26877 21307 0 -1 64 10355 0 1 0 68883 1862 0 0 25 0 9 0 24706776 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4126584296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26893] ppid=26890 vsize=868616 CPUtime=15.43
/proc/26891/task/26893/stat : 26893 (java) S 26890 26877 21307 0 -1 64 83494 0 0 0 1474 69 0 0 16 0 9 0 24706777 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26894] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26894/stat : 26894 (java) S 26890 26877 21307 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24706777 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26895] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26895/stat : 26895 (java) S 26890 26877 21307 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24706777 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26896] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26896/stat : 26896 (java) S 26890 26877 21307 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26897] ppid=26890 vsize=868616 CPUtime=0.3
/proc/26891/task/26897/stat : 26897 (java) S 26890 26877 21307 0 -1 64 1548 0 0 0 30 0 0 0 16 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26898] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26898/stat : 26898 (java) S 26890 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26891/tid=26899] ppid=26890 vsize=868616 CPUtime=0
/proc/26891/task/26899/stat : 26899 (java) S 26890 26877 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24706779 889462784 72386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 726.38
Current children cumulated vsize (KiB) 890840

[startup+739.102 s]
/proc/loadavg: 2.46 2.42 2.21 2/75 26899
/proc/meminfo: memFree=1952000/2055912 swapFree=4192812/4192956
[pid=26877] ppid=26875 vsize=16868 CPUtime=727.57
/proc/26877/stat : 26877 (sugar) D 26875 26877 21307 0 -1 4194304 1335 123936 0 4 6 89 70704 1958 18 0 1 0 24706452 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26877/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 727.57
Current children cumulated vsize (KiB) 16868

[startup+739.903 s]
/proc/loadavg: 2.46 2.42 2.21 2/75 26899
/proc/meminfo: memFree=1952000/2055912 swapFree=4192812/4192956
[pid=26877] ppid=26875 vsize=16868 CPUtime=727.63
/proc/26877/stat : 26877 (sugar) D 26875 26877 21307 0 -1 4194304 1335 123936 0 4 6 95 70704 1958 18 0 1 0 24706452 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26877/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 727.63
Current children cumulated vsize (KiB) 16868

[startup+740.307 s]
/proc/loadavg: 2.46 2.42 2.21 2/75 26899
/proc/meminfo: memFree=1950784/2055912 swapFree=4192812/4192956
[pid=26877] ppid=26875 vsize=16868 CPUtime=727.67
/proc/26877/stat : 26877 (sugar) D 26875 26877 21307 0 -1 4194304 1335 123936 0 4 6 99 70704 1958 18 0 1 0 24706452 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26877/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 727.67
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 740.385
CPU time (s): 727.693
CPU user time (s): 707.11
CPU system time (s): 20.5839
CPU usage (%): 98.2858
Max. virtual memory (cumulated for all children) (KiB): 904980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 707.11
system time used= 20.5839
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125332
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= 60589
involuntary context switches= 76192

runsolver used 0.930858 second user time and 2.59461 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 07:26:59
IDJOB=2083016
IDBENCH=57673
IDSOLVER=738
FILE ID=node78/2083016-1247376418
PBS_JOBID= 9507009
Free space on /tmp= 126804 MiB

SOLVER NAME= Sugar v1.14.6+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083016-1247376418/watcher-2083016-1247376418 -o /tmp/evaluation-result-2083016-1247376418/solver-2083016-1247376418 -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-2083016-1247376418.xml

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

MD5SUM BENCH= 03c519ee722ebb3400aacaf8b7a2d565
RANDOM SEED=214140971

node78.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.232
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.232
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:      2055912 kB
MemFree:       1736936 kB
Buffers:         65136 kB
Cached:         171232 kB
SwapCached:          0 kB
Active:         161672 kB
Inactive:        96264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1736936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8840 kB
Writeback:           0 kB
Mapped:          32200 kB
Slab:            46152 kB
Committed_AS:   252984 kB
PageTables:       1796 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126804 MiB
End job on node78 at 2009-07-12 07:39:19