Trace number 2083028

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? 727.095 740.459

General information on the benchmark

Namecsp/fapp/fapp40/
normalized-fapp40-3000-10.xml
MD5SUM6cee6301fe32a4b3c9ce453d6c18bf37
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 benchmark91.5551
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:28:09 2009
0.00/0.08	c 0	PID 24983
0.06/0.08	c 0	HOST node70.alineos.net
0.06/0.09	c 0	CONVERTING HOME/instance-2083028-1247376488.xml TO HOME/temp.csp
0.06/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083028-1247376488.xml' 'HOME/temp.csp'
2.75/2.84	c 2	14 domains, 3000 variables, 8 predicates, 0 relations, 53548 constraints
2.75/2.85	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.75/2.85	c 2	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'
2.81/2.93	c 2	Parsing HOME/temp.csp
2.81/3.12	c 3	parsed 10000 expressions
3.14/3.27	c 3	parsed 20000 expressions
3.33/3.45	c 3	parsed 30000 expressions
3.53/3.66	c 3	parsed 40000 expressions
3.63/3.78	c 3	parsed 50000 expressions
3.72/3.86	c 3	parsed 56570 expressions
3.72/3.87	c 3	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.72/3.87	c 3	Converting to clausal form CSP
11.45/11.69	c 11	converted 5657 (10%) expressions
25.70/26.03	c 25	converted 11314 (20%) expressions
40.05/40.59	c 40	converted 16971 (30%) expressions
53.91/54.58	c 54	converted 22628 (40%) expressions
67.88/68.64	c 68	converted 28285 (50%) expressions
81.04/81.91	c 81	converted 33942 (60%) expressions
93.72/94.76	c 94	converted 39599 (70%) expressions
106.39/107.53	c 107	converted 45256 (80%) expressions
119.27/120.54	c 120	converted 50913 (90%) expressions
129.56/130.95	c 130	converted 56570 (100%) expressions
129.56/130.96	c 130	CSP : 16130 integers, 153531 booleans, 352495 clauses, largest domain size 4543
129.56/130.96	c 130	Heap : 205 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
129.56/130.96	c 130	Propagation in CSP
144.21/145.72	c 145	1470 values, 0 unsatisfiable literals, and 0 valid clauses are removed
144.21/145.73	c 145	CSP : 16130 integers, 153531 booleans, 352495 clauses, largest domain size 4543
144.21/145.73	c 145	Heap : 221 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
144.31/145.82	c 145	Simplifing CSP by introducing new Boolean variables
145.11/146.66	c 146	CSP : 16130 integers, 284319 booleans, 483283 clauses, largest domain size 4543
145.11/146.66	c 146	Heap : 249 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
146.59/148.16	c 148	Encoding CSP to SAT : HOME/temp.cnf
184.63/186.58	c 186	1613 (10%) CSP integer variables are encoded (1000363 clauses, 16788325 bytes)
219.09/221.30	c 221	3226 (20%) CSP integer variables are encoded (2878110 clauses, 52465518 bytes)
227.95/230.35	c 230	4839 (30%) CSP integer variables are encoded (9893499 clauses, 185757909 bytes)
237.39/240.19	c 240	6452 (40%) CSP integer variables are encoded (16808422 clauses, 330768019 bytes)
247.03/250.21	c 250	8065 (50%) CSP integer variables are encoded (23799465 clauses, 477579922 bytes)
256.56/260.07	c 259	9678 (60%) CSP integer variables are encoded (30801446 clauses, 624621523 bytes)
266.09/269.97	c 269	11291 (70%) CSP integer variables are encoded (37749131 clauses, 770522908 bytes)
275.73/280.02	c 279	12904 (80%) CSP integer variables are encoded (44766838 clauses, 917894755 bytes)
285.14/289.75	c 289	14517 (90%) CSP integer variables are encoded (51649717 clauses, 1062435214 bytes)
294.57/299.45	c 299	16130 (100%) CSP integer variables are encoded (58532088 clauses, 1206965005 bytes)
460.69/468.30	c 468	48329 (10%) CSP clauses are encoded (85052134 clauses, 1944708277 bytes)
617.96/627.75	c 627	96657 (20%) CSP clauses are encoded (110796060 clauses, 2698744991 bytes)
726.11/738.21	c 738	ERROR Exception Too large HOME/temp.cnf
726.11/738.21	c 738	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
726.11/738.21	c 738	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
726.11/738.21	c 738	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
726.11/738.21	s UNKNOWN
726.11/738.29	c 738	CPU 726.18 (0.06 0.01 706.63 19.48)
726.11/738.29	c 738	END Sun Jul 12 07:40:27 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-2083028-1247376488/watcher-2083028-1247376488 -o /tmp/evaluation-result-2083028-1247376488/solver-2083028-1247376488 -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-2083028-1247376488.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.00 2.00 2.00 4/80 24983
/proc/meminfo: memFree=1827744/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=18576 CPUtime=0
/proc/24983/stat : 24983 (runsolver) R 24981 24983 18479 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24711504 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24983/statm: 4644 284 249 26 0 2626 0

[startup+0.082277 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 24983
/proc/meminfo: memFree=1827744/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=16740 CPUtime=0.06
/proc/24983/stat : 24983 (sugar) S 24981 24983 18479 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24711504 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24983/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102146 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 24983
/proc/meminfo: memFree=1827744/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=16868 CPUtime=0.06
/proc/24983/stat : 24983 (sugar) S 24981 24983 18479 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24711504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24983/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30217 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 24983
/proc/meminfo: memFree=1827744/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=16868 CPUtime=0.06
/proc/24983/stat : 24983 (sugar) S 24981 24983 18479 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24711504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24983/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702207 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 24983
/proc/meminfo: memFree=1827744/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=16868 CPUtime=0.06
/proc/24983/stat : 24983 (sugar) S 24981 24983 18479 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24711504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24983/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5023 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 24995
/proc/meminfo: memFree=1792520/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=16868 CPUtime=0.06
/proc/24983/stat : 24983 (sugar) S 24981 24983 18479 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24711504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24983/statm: 4217 1111 409 3 0 796 0
[pid=24986] ppid=24983 vsize=5356 CPUtime=0
/proc/24986/stat : 24986 (sh) S 24983 24983 18479 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24711512 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24986/statm: 1339 233 193 169 0 50 0
[pid=24987] ppid=24986 vsize=864760 CPUtime=1.4
/proc/24987/stat : 24987 (java) S 24986 24983 18479 0 -1 0 18858 0 1 0 130 10 0 0 18 0 9 0 24711512 885514240 15921 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24987/statm: 216190 15921 2556 9 0 210702 0
[pid=24987/tid=24988] ppid=24986 vsize=864760 CPUtime=0.69
/proc/24987/task/24988/stat : 24988 (java) R 24986 24983 18479 0 -1 64 3358 0 1 0 66 3 0 0 25 0 9 0 24711514 885514240 15921 996147200 134512640 134550932 4294955984 18446744073709551615 4126674189 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24987/tid=24989] ppid=24986 vsize=864760 CPUtime=0.57
/proc/24987/task/24989/stat : 24989 (java) S 24986 24983 18479 0 -1 64 14283 0 0 0 52 5 0 0 16 0 9 0 24711515 885514240 15921 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24987/tid=24990] ppid=24986 vsize=864760 CPUtime=0
/proc/24987/task/24990/stat : 24990 (java) S 24986 24983 18479 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24711515 885514240 15921 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24987/tid=24991] ppid=24986 vsize=864760 CPUtime=0
/proc/24987/task/24991/stat : 24991 (java) S 24986 24983 18479 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24711515 885514240 15921 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24987/tid=24992] ppid=24986 vsize=864760 CPUtime=0
/proc/24987/task/24992/stat : 24992 (java) S 24986 24983 18479 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 24711517 885514240 15921 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24987/tid=24993] ppid=24986 vsize=864760 CPUtime=0.1
/proc/24987/task/24993/stat : 24993 (java) S 24986 24983 18479 0 -1 64 512 0 0 0 10 0 0 0 16 0 9 0 24711517 885514240 15921 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24987/tid=24994] ppid=24986 vsize=864760 CPUtime=0
/proc/24987/task/24994/stat : 24994 (java) S 24986 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24711517 885514240 15921 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24987/tid=24995] ppid=24986 vsize=864760 CPUtime=0
/proc/24987/task/24995/stat : 24995 (java) S 24986 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24711517 885514240 15921 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886984

[startup+3.10144 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 24995
/proc/meminfo: memFree=1742216/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=16868 CPUtime=2.81
/proc/24983/stat : 24983 (sugar) S 24981 24983 18479 0 -1 4194304 1309 27545 0 1 5 1 258 17 16 0 1 0 24711504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24983/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 16868

[startup+6.30276 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 25005
/proc/meminfo: memFree=1784200/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=16868 CPUtime=2.81
/proc/24983/stat : 24983 (sugar) S 24981 24983 18479 0 -1 4194304 1309 27545 0 1 5 1 258 17 15 0 1 0 24711504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24983/statm: 4217 1111 409 3 0 796 0
[pid=24996] ppid=24983 vsize=5356 CPUtime=0
/proc/24996/stat : 24996 (sh) S 24983 24983 18479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24711790 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24996/statm: 1339 233 193 169 0 50 0
[pid=24997] ppid=24996 vsize=868504 CPUtime=3.39
/proc/24997/stat : 24997 (java) S 24996 24983 18479 0 -1 0 13608 0 1 0 333 6 0 0 18 0 9 0 24711790 889348096 12209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24997/statm: 217126 12209 2570 9 0 211631 0
[pid=24997/tid=24998] ppid=24996 vsize=868504 CPUtime=2.55
/proc/24997/task/24998/stat : 24998 (java) R 24996 24983 18479 0 -1 64 2904 0 1 0 254 1 0 0 25 0 9 0 24711791 889348096 12209 996147200 134512640 134550932 4294955936 18446744073709551615 4126587081 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=24999] ppid=24996 vsize=868504 CPUtime=0.62
/proc/24997/task/24999/stat : 24999 (java) S 24996 24983 18479 0 -1 64 8521 0 0 0 59 3 0 0 16 0 9 0 24711792 889348096 12209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25000] ppid=24996 vsize=868504 CPUtime=0
/proc/24997/task/25000/stat : 25000 (java) S 24996 24983 18479 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24711792 889348096 12209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25001] ppid=24996 vsize=868504 CPUtime=0
/proc/24997/task/25001/stat : 25001 (java) S 24996 24983 18479 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24711792 889348096 12209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25002] ppid=24996 vsize=868504 CPUtime=0
/proc/24997/task/25002/stat : 25002 (java) S 24996 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24711794 889348096 12209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25003] ppid=24996 vsize=868504 CPUtime=0.18
/proc/24997/task/25003/stat : 25003 (java) S 24996 24983 18479 0 -1 64 1480 0 0 0 18 0 0 0 15 0 9 0 24711794 889348096 12209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25004] ppid=24996 vsize=868504 CPUtime=0
/proc/24997/task/25004/stat : 25004 (java) S 24996 24983 18479 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24711794 889348096 12209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25005] ppid=24996 vsize=868504 CPUtime=0
/proc/24997/task/25005/stat : 25005 (java) S 24996 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24711794 889348096 12209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890728

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 25005
/proc/meminfo: memFree=1775176/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=16868 CPUtime=2.81
/proc/24983/stat : 24983 (sugar) S 24981 24983 18479 0 -1 4194304 1309 27545 0 1 5 1 258 17 16 0 1 0 24711504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24983/statm: 4217 1111 409 3 0 796 0
[pid=24996] ppid=24983 vsize=5356 CPUtime=0
/proc/24996/stat : 24996 (sh) S 24983 24983 18479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24711790 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24996/statm: 1339 233 193 169 0 50 0
[pid=24997] ppid=24996 vsize=868504 CPUtime=9.72
/proc/24997/stat : 24997 (java) S 24996 24983 18479 0 -1 0 16016 0 1 0 962 10 0 0 18 0 9 0 24711790 889348096 14341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24997/statm: 217126 14341 2570 9 0 211631 0
[pid=24997/tid=24998] ppid=24996 vsize=868504 CPUtime=8.46
/proc/24997/task/24998/stat : 24998 (java) R 24996 24983 18479 0 -1 64 3180 0 1 0 844 2 0 0 25 0 9 0 24711791 889348096 14341 996147200 134512640 134550932 4294955936 18446744073709551615 4126510084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=24999] ppid=24996 vsize=868504 CPUtime=1.03
/proc/24997/task/24999/stat : 24999 (java) S 24996 24983 18479 0 -1 64 10647 0 0 0 97 6 0 0 16 0 9 0 24711792 889348096 14341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25000] ppid=24996 vsize=868504 CPUtime=0
/proc/24997/task/25000/stat : 25000 (java) S 24996 24983 18479 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24711792 889348096 14341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25001] ppid=24996 vsize=868504 CPUtime=0
/proc/24997/task/25001/stat : 25001 (java) S 24996 24983 18479 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24711792 889348096 14341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25002] ppid=24996 vsize=868504 CPUtime=0
/proc/24997/task/25002/stat : 25002 (java) S 24996 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24711794 889348096 14341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25003] ppid=24996 vsize=868504 CPUtime=0.2
/proc/24997/task/25003/stat : 25003 (java) S 24996 24983 18479 0 -1 64 1486 0 0 0 20 0 0 0 16 0 9 0 24711794 889348096 14341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25004] ppid=24996 vsize=868504 CPUtime=0
/proc/24997/task/25004/stat : 25004 (java) S 24996 24983 18479 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24711794 889348096 14341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25005] ppid=24996 vsize=868504 CPUtime=0
/proc/24997/task/25005/stat : 25005 (java) S 24996 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24711794 889348096 14341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890728

[startup+25.5027 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 25005
/proc/meminfo: memFree=1753800/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=16868 CPUtime=2.81
/proc/24983/stat : 24983 (sugar) S 24981 24983 18479 0 -1 4194304 1309 27545 0 1 5 1 258 17 16 0 1 0 24711504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24983/statm: 4217 1111 409 3 0 796 0
[pid=24996] ppid=24983 vsize=5356 CPUtime=0
/proc/24996/stat : 24996 (sh) S 24983 24983 18479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24711790 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24996/statm: 1339 233 193 169 0 50 0
[pid=24997] ppid=24996 vsize=868504 CPUtime=22.39
/proc/24997/stat : 24997 (java) S 24996 24983 18479 0 -1 0 25160 0 1 0 2221 18 0 0 18 0 9 0 24711790 889348096 19588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24997/statm: 217126 19588 2568 9 0 211631 0
[pid=24997/tid=24998] ppid=24996 vsize=868504 CPUtime=20.07
/proc/24997/task/24998/stat : 24998 (java) R 24996 24983 18479 0 -1 64 3830 0 1 0 2004 3 0 0 25 0 9 0 24711791 889348096 19588 996147200 134512640 134550932 4294955936 18446744073709551615 4126513536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=24999] ppid=24996 vsize=868504 CPUtime=2.1
/proc/24997/task/24999/stat : 24999 (java) S 24996 24983 18479 0 -1 64 19132 0 0 0 196 14 0 0 16 0 9 0 24711792 889348096 19588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25000] ppid=24996 vsize=868504 CPUtime=0
/proc/24997/task/25000/stat : 25000 (java) S 24996 24983 18479 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24711792 889348096 19588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25001] ppid=24996 vsize=868504 CPUtime=0
/proc/24997/task/25001/stat : 25001 (java) S 24996 24983 18479 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24711792 889348096 19588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25002] ppid=24996 vsize=868504 CPUtime=0
/proc/24997/task/25002/stat : 25002 (java) S 24996 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24711794 889348096 19588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25003] ppid=24996 vsize=868504 CPUtime=0.21
/proc/24997/task/25003/stat : 25003 (java) S 24996 24983 18479 0 -1 64 1495 0 0 0 21 0 0 0 15 0 9 0 24711794 889348096 19588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25004] ppid=24996 vsize=868504 CPUtime=0
/proc/24997/task/25004/stat : 25004 (java) S 24996 24983 18479 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24711794 889348096 19588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25005] ppid=24996 vsize=868504 CPUtime=0
/proc/24997/task/25005/stat : 25005 (java) S 24996 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24711794 889348096 19588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 890728

[startup+51.1022 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 25005
/proc/meminfo: memFree=1713224/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=16868 CPUtime=2.81
/proc/24983/stat : 24983 (sugar) S 24981 24983 18479 0 -1 4194304 1309 27545 0 1 5 1 258 17 16 0 1 0 24711504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24983/statm: 4217 1111 409 3 0 796 0
[pid=24996] ppid=24983 vsize=5356 CPUtime=0
/proc/24996/stat : 24996 (sh) S 24983 24983 18479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24711790 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24996/statm: 1339 233 193 169 0 50 0
[pid=24997] ppid=24996 vsize=868504 CPUtime=47.73
/proc/24997/stat : 24997 (java) S 24996 24983 18479 0 -1 0 40021 0 1 0 4744 29 0 0 18 0 9 0 24711790 889348096 29819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24997/statm: 217126 29819 2568 9 0 211631 0

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

/proc/24997/task/24998/stat : 24998 (java) R 24996 24983 18479 0 -1 64 10157 0 1 0 65540 1749 0 0 25 0 9 0 24711791 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4126584275 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=24999] ppid=24996 vsize=868616 CPUtime=15.44
/proc/24997/task/24999/stat : 24999 (java) S 24996 24983 18479 0 -1 64 85097 0 0 0 1476 68 0 0 16 0 9 0 24711792 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25000] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25000/stat : 25000 (java) S 24996 24983 18479 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24711792 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25001] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25001/stat : 25001 (java) S 24996 24983 18479 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24711792 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25002] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25002/stat : 25002 (java) S 24996 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25003] ppid=24996 vsize=868616 CPUtime=0.31
/proc/24997/task/25003/stat : 25003 (java) S 24996 24983 18479 0 -1 64 1547 0 0 0 31 0 0 0 16 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25004] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25004/stat : 25004 (java) S 24996 24983 18479 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25005] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25005/stat : 25005 (java) S 24996 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 691.48
Current children cumulated vsize (KiB) 890840

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

[startup+716.802 s]
/proc/loadavg: 2.13 2.08 2.02 3/91 25005
/proc/meminfo: memFree=14856/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=16868 CPUtime=2.82
/proc/24983/stat : 24983 (sugar) S 24981 24983 18479 0 -1 4194304 1310 27545 0 1 6 1 258 17 16 0 1 0 24711504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24983/statm: 4217 1111 409 3 0 796 0
[pid=24996] ppid=24983 vsize=5356 CPUtime=0
/proc/24996/stat : 24996 (sh) S 24983 24983 18479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24711790 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24996/statm: 1339 233 193 169 0 50 0
[pid=24997] ppid=24996 vsize=868616 CPUtime=702.96
/proc/24997/stat : 24997 (java) S 24996 24983 18479 0 -1 0 97563 0 1 0 68438 1858 0 0 18 0 9 0 24711790 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24997/statm: 217154 73941 2593 9 0 211631 0
[pid=24997/tid=24998] ppid=24996 vsize=868616 CPUtime=687.1
/proc/24997/task/24998/stat : 24998 (java) R 24996 24983 18479 0 -1 64 10216 0 1 0 66923 1787 0 0 25 0 9 0 24711791 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4126584231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=24999] ppid=24996 vsize=868616 CPUtime=15.51
/proc/24997/task/24999/stat : 24999 (java) S 24996 24983 18479 0 -1 64 85097 0 0 0 1483 68 0 0 16 0 9 0 24711792 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25000] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25000/stat : 25000 (java) S 24996 24983 18479 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24711792 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25001] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25001/stat : 25001 (java) S 24996 24983 18479 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24711792 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25002] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25002/stat : 25002 (java) S 24996 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25003] ppid=24996 vsize=868616 CPUtime=0.31
/proc/24997/task/25003/stat : 25003 (java) S 24996 24983 18479 0 -1 64 1547 0 0 0 31 0 0 0 16 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25004] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25004/stat : 25004 (java) S 24996 24983 18479 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25005] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25005/stat : 25005 (java) S 24996 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 705.78
Current children cumulated vsize (KiB) 890840

[startup+729.602 s]
/proc/loadavg: 2.03 2.07 2.02 3/92 25047
/proc/meminfo: memFree=37096/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=16868 CPUtime=2.82
/proc/24983/stat : 24983 (sugar) S 24981 24983 18479 0 -1 4194304 1310 27545 0 1 6 1 258 17 16 0 1 0 24711504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24983/statm: 4217 1111 409 3 0 796 0
[pid=24996] ppid=24983 vsize=5356 CPUtime=0
/proc/24996/stat : 24996 (sh) S 24983 24983 18479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24711790 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24996/statm: 1339 233 193 169 0 50 0
[pid=24997] ppid=24996 vsize=868616 CPUtime=714.81
/proc/24997/stat : 24997 (java) S 24996 24983 18479 0 -1 0 97616 0 1 0 69578 1903 0 0 18 0 9 0 24711790 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24997/statm: 217154 73941 2593 9 0 211631 0
[pid=24997/tid=24998] ppid=24996 vsize=868616 CPUtime=698.89
/proc/24997/task/24998/stat : 24998 (java) R 24996 24983 18479 0 -1 64 10269 0 1 0 68057 1832 0 0 24 0 9 0 24711791 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4126896883 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24997/tid=24999] ppid=24996 vsize=868616 CPUtime=15.58
/proc/24997/task/24999/stat : 24999 (java) S 24996 24983 18479 0 -1 64 85097 0 0 0 1489 69 0 0 16 0 9 0 24711792 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24997/tid=25000] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25000/stat : 25000 (java) S 24996 24983 18479 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24711792 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25001] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25001/stat : 25001 (java) S 24996 24983 18479 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24711792 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25002] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25002/stat : 25002 (java) S 24996 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25003] ppid=24996 vsize=868616 CPUtime=0.31
/proc/24997/task/25003/stat : 25003 (java) S 24996 24983 18479 0 -1 64 1547 0 0 0 31 0 0 0 16 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25004] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25004/stat : 25004 (java) S 24996 24983 18479 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25005] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25005/stat : 25005 (java) S 24996 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 717.63
Current children cumulated vsize (KiB) 890840

[startup+736.009 s]
/proc/loadavg: 2.03 2.06 2.02 4/93 25048
/proc/meminfo: memFree=15328/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=16868 CPUtime=2.82
/proc/24983/stat : 24983 (sugar) S 24981 24983 18479 0 -1 4194304 1310 27545 0 1 6 1 258 17 16 0 1 0 24711504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24983/statm: 4217 1111 409 3 0 796 0
[pid=24996] ppid=24983 vsize=5356 CPUtime=0
/proc/24996/stat : 24996 (sh) S 24983 24983 18479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24711790 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24996/statm: 1339 233 193 169 0 50 0
[pid=24997] ppid=24996 vsize=868616 CPUtime=721.12
/proc/24997/stat : 24997 (java) S 24996 24983 18479 0 -1 0 97646 0 1 0 70192 1920 0 0 18 0 9 0 24711790 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24997/statm: 217154 73941 2593 9 0 211631 0
[pid=24997/tid=24998] ppid=24996 vsize=868616 CPUtime=705.15
/proc/24997/task/24998/stat : 24998 (java) R 24996 24983 18479 0 -1 64 10299 0 1 0 68667 1848 0 0 25 0 9 0 24711791 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24997/tid=24999] ppid=24996 vsize=868616 CPUtime=15.62
/proc/24997/task/24999/stat : 24999 (java) S 24996 24983 18479 0 -1 64 85097 0 0 0 1493 69 0 0 16 0 9 0 24711792 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24997/tid=25000] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25000/stat : 25000 (java) S 24996 24983 18479 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24711792 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25001] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25001/stat : 25001 (java) S 24996 24983 18479 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24711792 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25002] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25002/stat : 25002 (java) S 24996 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25003] ppid=24996 vsize=868616 CPUtime=0.31
/proc/24997/task/25003/stat : 25003 (java) S 24996 24983 18479 0 -1 64 1547 0 0 0 31 0 0 0 16 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25004] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25004/stat : 25004 (java) S 24996 24983 18479 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25005] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25005/stat : 25005 (java) S 24996 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 723.94
Current children cumulated vsize (KiB) 890840

[startup+737.602 s]
/proc/loadavg: 2.03 2.06 2.02 3/93 25048
/proc/meminfo: memFree=15728/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=16868 CPUtime=2.82
/proc/24983/stat : 24983 (sugar) S 24981 24983 18479 0 -1 4194304 1310 27545 0 1 6 1 258 17 16 0 1 0 24711504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24983/statm: 4217 1111 409 3 0 796 0
[pid=24996] ppid=24983 vsize=5356 CPUtime=0
/proc/24996/stat : 24996 (sh) S 24983 24983 18479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24711790 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24996/statm: 1339 233 193 169 0 50 0
[pid=24997] ppid=24996 vsize=868616 CPUtime=722.69
/proc/24997/stat : 24997 (java) S 24996 24983 18479 0 -1 0 97652 0 1 0 70346 1923 0 0 18 0 9 0 24711790 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24997/statm: 217154 73941 2593 9 0 211631 0
[pid=24997/tid=24998] ppid=24996 vsize=868616 CPUtime=706.72
/proc/24997/task/24998/stat : 24998 (java) R 24996 24983 18479 0 -1 64 10305 0 1 0 68821 1851 0 0 25 0 9 0 24711791 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4127146179 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24997/tid=24999] ppid=24996 vsize=868616 CPUtime=15.63
/proc/24997/task/24999/stat : 24999 (java) S 24996 24983 18479 0 -1 64 85097 0 0 0 1494 69 0 0 16 0 9 0 24711792 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24997/tid=25000] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25000/stat : 25000 (java) S 24996 24983 18479 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24711792 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25001] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25001/stat : 25001 (java) S 24996 24983 18479 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24711792 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25002] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25002/stat : 25002 (java) S 24996 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25003] ppid=24996 vsize=868616 CPUtime=0.31
/proc/24997/task/25003/stat : 25003 (java) S 24996 24983 18479 0 -1 64 1547 0 0 0 31 0 0 0 16 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25004] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25004/stat : 25004 (java) S 24996 24983 18479 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24997/tid=25005] ppid=24996 vsize=868616 CPUtime=0
/proc/24997/task/25005/stat : 25005 (java) S 24996 24983 18479 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24711794 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 725.51
Current children cumulated vsize (KiB) 890840

[startup+739.201 s]
/proc/loadavg: 2.03 2.06 2.02 2/83 25048
/proc/meminfo: memFree=1888384/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=16868 CPUtime=726.97
/proc/24983/stat : 24983 (sugar) R 24981 24983 18479 0 -1 4194304 1335 125496 0 2 6 80 70663 1948 18 0 1 0 24711504 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24983/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 726.97
Current children cumulated vsize (KiB) 16868

[startup+740.001 s]
/proc/loadavg: 2.03 2.06 2.02 2/83 25048
/proc/meminfo: memFree=1888384/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=16868 CPUtime=727.04
/proc/24983/stat : 24983 (sugar) D 24981 24983 18479 0 -1 4194304 1335 125496 0 2 6 87 70663 1948 18 0 1 0 24711504 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24983/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 727.04
Current children cumulated vsize (KiB) 16868

[startup+740.406 s]
/proc/loadavg: 2.03 2.06 2.02 2/83 25048
/proc/meminfo: memFree=1882112/2055920 swapFree=4192812/4192956
[pid=24983] ppid=24981 vsize=16868 CPUtime=727.07
/proc/24983/stat : 24983 (sugar) D 24981 24983 18479 0 -1 4194304 1335 125496 0 2 6 90 70663 1948 18 0 1 0 24711504 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24983/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 727.07
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 740.459
CPU time (s): 727.095
CPU user time (s): 706.696
CPU system time (s): 20.3999
CPU usage (%): 98.1952
Max. virtual memory (cumulated for all children) (KiB): 904980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 706.696
system time used= 20.3999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126892
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60699
involuntary context switches= 74435

runsolver used 0.889864 second user time and 2.58261 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 07:28:08
IDJOB=2083028
IDBENCH=57676
IDSOLVER=739
FILE ID=node70/2083028-1247376488
PBS_JOBID= 9506991
Free space on /tmp= 66412 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp40/normalized-fapp40-3000-10.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-2083028-1247376488/watcher-2083028-1247376488 -o /tmp/evaluation-result-2083028-1247376488/solver-2083028-1247376488 -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-2083028-1247376488.xml

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

MD5SUM BENCH= 6cee6301fe32a4b3c9ce453d6c18bf37
RANDOM SEED=1207926298

node70.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.214
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.214
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:       1828224 kB
Buffers:          6856 kB
Cached:          83584 kB
SwapCached:          0 kB
Active:         136276 kB
Inactive:        40244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8892 kB
Writeback:           0 kB
Mapped:         103968 kB
Slab:            36388 kB
Committed_AS:   921444 kB
PageTables:       1900 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= 66408 MiB
End job on node70 at 2009-07-12 07:40:29