Trace number 1086864

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.13+minisat? (MO) 562.416 569.02

General information on the benchmark

Namecsp/fapp/fapp32/
normalized-fapp32-0550-1.xml
MD5SUM5b6f3d81a66e437062b2495198dba4e6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark26.171
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 09:06:50 2008
0.00/0.05	c 0	PID 19737
0.03/0.05	c 0	HOST node47.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1086864-1215241609.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086864-1215241609.xml' 'HOME/temp.csp'
1.06/1.15	c 1	8 domains, 550 variables, 8 predicates, 0 relations, 9461 constraints
1.11/1.20	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.11/1.20	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.11/1.29	c 1	Parsing HOME/temp.csp
1.12/1.86	c 1	parsed 10000 expressions
1.12/1.86	c 1	parsed 10027 expressions
1.12/1.86	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.86	c 1	Converting to clausal form CSP
3.48/3.64	c 3	converted 1003 (10%) expressions
6.34/6.54	c 6	converted 2006 (20%) expressions
8.91/9.11	c 9	converted 3009 (30%) expressions
11.09/11.40	c 11	converted 4011 (40%) expressions
13.36/13.69	c 13	converted 5014 (50%) expressions
15.94/16.23	c 16	converted 6017 (60%) expressions
18.41/18.71	c 18	converted 7019 (70%) expressions
20.69/21.04	c 21	converted 8022 (80%) expressions
22.96/23.35	c 23	converted 9025 (90%) expressions
25.24/25.68	c 25	converted 10027 (100%) expressions
25.24/25.68	c 25	CSP : 1092 integers, 27523 booleans, 57471 clauses, largest domain size 4101
25.24/25.68	c 25	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.24/25.68	c 25	Propagation in CSP
26.53/26.99	c 27	16544 values, 0 unsatisfiable literals, and 0 valid clauses are removed
26.53/26.99	c 27	CSP : 1092 integers, 27523 booleans, 57471 clauses, largest domain size 4101
26.53/26.99	c 27	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.63/27.01	c 27	Simplifing CSP by introducing new Boolean variables
26.74/27.16	c 27	CSP : 1092 integers, 47043 booleans, 76991 clauses, largest domain size 4101
26.74/27.16	c 27	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.03/27.46	c 27	Encoding CSP to SAT : HOME/temp.cnf
31.67/32.14	c 32	110 (10%) CSP integer variables are encoded (88364 clauses, 1303342 bytes)
36.13/36.63	c 36	219 (20%) CSP integer variables are encoded (174331 clauses, 2741760 bytes)
40.89/41.47	c 41	328 (30%) CSP integer variables are encoded (265236 clauses, 4287145 bytes)
45.25/45.86	c 45	437 (40%) CSP integer variables are encoded (352110 clauses, 5764003 bytes)
50.00/50.66	c 50	546 (50%) CSP integer variables are encoded (443760 clauses, 7322053 bytes)
50.70/51.37	c 51	656 (60%) CSP integer variables are encoded (840374 clauses, 14064491 bytes)
51.28/51.95	c 51	765 (70%) CSP integer variables are encoded (1267749 clauses, 21866757 bytes)
51.78/52.49	c 52	874 (80%) CSP integer variables are encoded (1664928 clauses, 29413158 bytes)
52.38/53.09	c 53	983 (90%) CSP integer variables are encoded (2098783 clauses, 37656403 bytes)
52.97/53.62	c 53	1092 (100%) CSP integer variables are encoded (2489002 clauses, 45070564 bytes)
187.84/190.03	c 190	7700 (10%) CSP clauses are encoded (10112618 clauses, 224360550 bytes)
271.81/275.03	c 275	15399 (20%) CSP clauses are encoded (16284528 clauses, 378580668 bytes)
318.61/322.17	c 322	23098 (30%) CSP clauses are encoded (21147544 clauses, 504534958 bytes)
354.97/358.78	c 358	30797 (40%) CSP clauses are encoded (25394360 clauses, 615992557 bytes)
390.17/394.24	c 394	38496 (50%) CSP clauses are encoded (29760652 clauses, 731483197 bytes)
426.44/430.88	c 430	46195 (60%) CSP clauses are encoded (33977197 clauses, 843777772 bytes)
459.15/463.82	c 463	53894 (70%) CSP clauses are encoded (37916466 clauses, 949277546 bytes)
489.66/494.66	c 494	61593 (80%) CSP clauses are encoded (41972019 clauses, 1057256720 bytes)
519.91/525.23	c 525	69292 (90%) CSP clauses are encoded (45969217 clauses, 1163265302 bytes)
550.11/555.71	c 555	76991 (100%) CSP clauses are encoded (49992855 clauses, 1270654741 bytes)
550.11/555.71	c 555	76991 CSP clauses encoded
550.11/555.71	c 555	Writing map file : HOME/temp.map
550.20/555.85	c 555	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
550.20/555.85	c 555	SAT : 2537137 SAT variables, 49992855 SAT clauses, 1270654741 bytes
550.20/555.85	c 555	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
550.20/555.90	c 555	SOLVING HOME/temp.cnf
550.20/555.90	c 555	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
550.29/555.90	c 555	This is MiniSat 2.0 beta
550.29/555.90	c 555	WARNING: for repeatability, setting FPU to use double precision
550.29/555.90	c 555	============================[ Problem Statistics ]=============================
550.29/555.90	c 555	|                                                                             |
550.29/555.90	c 555	|  Number of variables:  2537137                                              |
550.29/555.90	c 555	|  Number of clauses:    49992855                                             |
561.75/567.82	c ERROR INTERRUPTED
561.86/567.96	s UNKNOWN
561.86/567.96	c 568	CPU 541.36 (0.04 0.01 541.32 8.92)
561.86/567.96	c 568	END Sat Jul  5 09:16:18 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086864-1215241609/watcher-1086864-1215241609 -o /tmp/evaluation-result-1086864-1215241609/solver-1086864-1215241609 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1086864-1215241609.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.02 2.00 4/72 19737
/proc/meminfo: memFree=1321816/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=18572 CPUtime=0
/proc/19737/stat : 19737 (runsolver) R 19735 19737 17603 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003133221 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19737/statm: 4643 292 257 25 0 2626 0

[startup+0.0522349 s]
/proc/loadavg: 2.04 2.02 2.00 4/72 19737
/proc/meminfo: memFree=1321816/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=13600 CPUtime=0.03
/proc/19737/stat : 19737 (sugar) S 19735 19737 17603 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2003133221 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19737/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103698 s]
/proc/loadavg: 2.04 2.02 2.00 4/72 19737
/proc/meminfo: memFree=1321816/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=13600 CPUtime=0.03
/proc/19737/stat : 19737 (sugar) S 19735 19737 17603 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003133221 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19737/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301316 s]
/proc/loadavg: 2.04 2.02 2.00 4/72 19737
/proc/meminfo: memFree=1321816/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=13600 CPUtime=0.03
/proc/19737/stat : 19737 (sugar) S 19735 19737 17603 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003133221 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19737/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701403 s]
/proc/loadavg: 2.04 2.02 2.00 4/72 19737
/proc/meminfo: memFree=1321816/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=13600 CPUtime=0.03
/proc/19737/stat : 19737 (sugar) S 19735 19737 17603 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003133221 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19737/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50155 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 19749
/proc/meminfo: memFree=1300096/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=13600 CPUtime=1.12
/proc/19737/stat : 19737 (sugar) S 19735 19737 17603 0 -1 4194304 973 9000 0 1 3 1 101 7 16 0 1 0 2003133221 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19737/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 13600

[startup+3.10319 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 19759
/proc/meminfo: memFree=1307328/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=13600 CPUtime=1.12
/proc/19737/stat : 19737 (sugar) S 19735 19737 17603 0 -1 4194304 974 9000 0 1 3 1 101 7 15 0 1 0 2003133221 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19737/statm: 3400 797 370 3 0 500 0
[pid=19750] ppid=19737 vsize=5356 CPUtime=0
/proc/19750/stat : 19750 (sh) S 19737 19737 17603 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003133341 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19750/statm: 1339 233 193 169 0 50 0
[pid=19751] ppid=19750 vsize=868404 CPUtime=1.86
/proc/19751/stat : 19751 (java) S 19750 19737 17603 0 -1 0 7620 0 1 0 180 6 0 0 18 0 9 0 2003133342 889245696 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19751/statm: 217101 6706 2543 9 0 211676 0
[pid=19751/tid=19752] ppid=19750 vsize=868404 CPUtime=1.46
/proc/19751/task/19752/stat : 19752 (java) R 19750 19737 17603 0 -1 64 2709 0 1 0 144 2 0 0 25 0 9 0 2003133343 889245696 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19753] ppid=19750 vsize=868404 CPUtime=0.18
/proc/19751/task/19753/stat : 19753 (java) S 19750 19737 17603 0 -1 64 2764 0 0 0 16 2 0 0 15 0 9 0 2003133344 889245696 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19754] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19754/stat : 19754 (java) S 19750 19737 17603 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003133344 889245696 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19755] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19755/stat : 19755 (java) S 19750 19737 17603 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003133344 889245696 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19756] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19756/stat : 19756 (java) S 19750 19737 17603 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003133346 889245696 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19757] ppid=19750 vsize=868404 CPUtime=0.2
/proc/19751/task/19757/stat : 19757 (java) S 19750 19737 17603 0 -1 64 1451 0 0 0 19 1 0 0 15 0 9 0 2003133346 889245696 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19758] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19758/stat : 19758 (java) S 19750 19737 17603 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003133346 889245696 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19759] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19759/stat : 19759 (java) S 19750 19737 17603 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003133346 889245696 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887360

[startup+6.30245 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 19759
/proc/meminfo: memFree=1299520/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=13600 CPUtime=1.12
/proc/19737/stat : 19737 (sugar) S 19735 19737 17603 0 -1 4194304 974 9000 0 1 3 1 101 7 16 0 1 0 2003133221 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19737/statm: 3400 797 370 3 0 500 0
[pid=19750] ppid=19737 vsize=5356 CPUtime=0
/proc/19750/stat : 19750 (sh) S 19737 19737 17603 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003133341 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19750/statm: 1339 233 193 169 0 50 0
[pid=19751] ppid=19750 vsize=868404 CPUtime=5.02
/proc/19751/stat : 19751 (java) S 19750 19737 17603 0 -1 0 8841 0 1 0 491 11 0 0 18 0 9 0 2003133342 889245696 7550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19751/statm: 217101 7550 2540 9 0 211676 0
[pid=19751/tid=19752] ppid=19750 vsize=868404 CPUtime=4.34
/proc/19751/task/19752/stat : 19752 (java) R 19750 19737 17603 0 -1 64 3068 0 1 0 430 4 0 0 25 0 9 0 2003133343 889245696 7550 996147200 134512640 134550740 4294955952 18446744073709551615 4126565885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19753] ppid=19750 vsize=868404 CPUtime=0.45
/proc/19751/task/19753/stat : 19753 (java) S 19750 19737 17603 0 -1 64 3619 0 0 0 40 5 0 0 16 0 9 0 2003133344 889245696 7550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19754] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19754/stat : 19754 (java) S 19750 19737 17603 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003133344 889245696 7550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19755] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19755/stat : 19755 (java) S 19750 19737 17603 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003133344 889245696 7550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19756] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19756/stat : 19756 (java) S 19750 19737 17603 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003133346 889245696 7550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19757] ppid=19750 vsize=868404 CPUtime=0.21
/proc/19751/task/19757/stat : 19757 (java) S 19750 19737 17603 0 -1 64 1458 0 0 0 20 1 0 0 16 0 9 0 2003133346 889245696 7550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19758] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19758/stat : 19758 (java) S 19750 19737 17603 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003133346 889245696 7550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19759] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19759/stat : 19759 (java) S 19750 19737 17603 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003133346 889245696 7550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887360

[startup+12.7027 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 19759
/proc/meminfo: memFree=1292416/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=13600 CPUtime=1.12
/proc/19737/stat : 19737 (sugar) S 19735 19737 17603 0 -1 4194304 974 9000 0 1 3 1 101 7 16 0 1 0 2003133221 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19737/statm: 3400 797 370 3 0 500 0
[pid=19750] ppid=19737 vsize=5356 CPUtime=0
/proc/19750/stat : 19750 (sh) S 19737 19737 17603 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003133341 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19750/statm: 1339 233 193 169 0 50 0
[pid=19751] ppid=19750 vsize=868404 CPUtime=11.36
/proc/19751/stat : 19751 (java) S 19750 19737 17603 0 -1 0 11142 0 1 0 1119 17 0 0 18 0 9 0 2003133342 889245696 9267 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19751/statm: 217101 9267 2540 9 0 211676 0
[pid=19751/tid=19752] ppid=19750 vsize=868404 CPUtime=10.13
/proc/19751/task/19752/stat : 19752 (java) R 19750 19737 17603 0 -1 64 3732 0 1 0 1007 6 0 0 25 0 9 0 2003133343 889245696 9267 996147200 134512640 134550740 4294955952 18446744073709551615 4126569804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19753] ppid=19750 vsize=868404 CPUtime=0.99
/proc/19751/task/19753/stat : 19753 (java) S 19750 19737 17603 0 -1 64 5255 0 0 0 90 9 0 0 16 0 9 0 2003133344 889245696 9267 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19754] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19754/stat : 19754 (java) S 19750 19737 17603 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003133344 889245696 9267 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19755] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19755/stat : 19755 (java) S 19750 19737 17603 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003133344 889245696 9267 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19756] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19756/stat : 19756 (java) S 19750 19737 17603 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003133346 889245696 9267 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19757] ppid=19750 vsize=868404 CPUtime=0.22
/proc/19751/task/19757/stat : 19757 (java) S 19750 19737 17603 0 -1 64 1459 0 0 0 21 1 0 0 15 0 9 0 2003133346 889245696 9267 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19758] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19758/stat : 19758 (java) S 19750 19737 17603 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003133346 889245696 9267 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19759] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19759/stat : 19759 (java) S 19750 19737 17603 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003133346 889245696 9267 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887360

[startup+25.5021 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 19759
/proc/meminfo: memFree=1278976/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=13600 CPUtime=1.12
/proc/19737/stat : 19737 (sugar) S 19735 19737 17603 0 -1 4194304 974 9000 0 1 3 1 101 7 16 0 1 0 2003133221 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19737/statm: 3400 797 370 3 0 500 0
[pid=19750] ppid=19737 vsize=5356 CPUtime=0
/proc/19750/stat : 19750 (sh) S 19737 19737 17603 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003133341 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19750/statm: 1339 233 193 169 0 50 0
[pid=19751] ppid=19750 vsize=868404 CPUtime=24.02
/proc/19751/stat : 19751 (java) S 19750 19737 17603 0 -1 0 15150 0 1 0 2375 27 0 0 18 0 9 0 2003133342 889245696 12549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19751/statm: 217101 12549 2540 9 0 211676 0
[pid=19751/tid=19752] ppid=19750 vsize=868404 CPUtime=21.85
/proc/19751/task/19752/stat : 19752 (java) R 19750 19737 17603 0 -1 64 4586 0 1 0 2176 9 0 0 25 0 9 0 2003133343 889245696 12549 996147200 134512640 134550740 4294955952 18446744073709551615 4126542042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19753] ppid=19750 vsize=868404 CPUtime=1.94
/proc/19751/task/19753/stat : 19753 (java) S 19750 19737 17603 0 -1 64 8409 0 0 0 178 16 0 0 16 0 9 0 2003133344 889245696 12549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19754] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19754/stat : 19754 (java) S 19750 19737 17603 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003133344 889245696 12549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19755] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19755/stat : 19755 (java) S 19750 19737 17603 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003133344 889245696 12549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19756] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19756/stat : 19756 (java) S 19750 19737 17603 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003133346 889245696 12549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19757] ppid=19750 vsize=868404 CPUtime=0.22
/proc/19751/task/19757/stat : 19757 (java) S 19750 19737 17603 0 -1 64 1459 0 0 0 21 1 0 0 15 0 9 0 2003133346 889245696 12549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19758] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19758/stat : 19758 (java) S 19750 19737 17603 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003133346 889245696 12549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19759] ppid=19750 vsize=868404 CPUtime=0
/proc/19751/task/19759/stat : 19759 (java) S 19750 19737 17603 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003133346 889245696 12549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 887360

[startup+51.1029 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 19759
/proc/meminfo: memFree=1259712/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=13600 CPUtime=1.12
/proc/19737/stat : 19737 (sugar) S 19735 19737 17603 0 -1 4194304 974 9000 0 1 3 1 101 7 16 0 1 0 2003133221 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19737/statm: 3400 797 370 3 0 500 0
[pid=19750] ppid=19737 vsize=5356 CPUtime=0
/proc/19750/stat : 19750 (sh) S 19737 19737 17603 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003133341 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19750/statm: 1339 233 193 169 0 50 0
[pid=19751] ppid=19750 vsize=868516 CPUtime=49.37
/proc/19751/stat : 19751 (java) S 19750 19737 17603 0 -1 0 18618 0 1 0 4900 37 0 0 18 0 9 0 2003133342 889360384 15492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=19737] ppid=19735 vsize=13600 CPUtime=1.13
/proc/19737/stat : 19737 (sugar) S 19735 19737 17603 0 -1 4194304 974 9000 0 1 4 1 101 7 16 0 1 0 2003133221 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19737/statm: 3400 797 370 3 0 500 0
[pid=19750] ppid=19737 vsize=5356 CPUtime=0
/proc/19750/stat : 19750 (sh) S 19737 19737 17603 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003133341 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19750/statm: 1339 233 193 169 0 50 0
[pid=19751] ppid=19750 vsize=868516 CPUtime=397.06
/proc/19751/stat : 19751 (java) S 19750 19737 17603 0 -1 0 23731 0 1 0 39168 538 0 0 18 0 9 0 2003133342 889360384 15504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19751/statm: 217129 15504 2566 9 0 211676 0
[pid=19751/tid=19752] ppid=19750 vsize=868516 CPUtime=391.31
/proc/19751/task/19752/stat : 19752 (java) R 19750 19737 17603 0 -1 64 10179 0 1 0 38648 483 0 0 25 0 9 0 2003133343 889360384 15504 996147200 134512640 134550740 4294955952 18446744073709551615 4127014797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19753] ppid=19750 vsize=868516 CPUtime=5.4
/proc/19751/task/19753/stat : 19753 (java) S 19750 19737 17603 0 -1 64 11348 0 0 0 488 52 0 0 16 0 9 0 2003133344 889360384 15504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19754] ppid=19750 vsize=868516 CPUtime=0
/proc/19751/task/19754/stat : 19754 (java) S 19750 19737 17603 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003133344 889360384 15504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19755] ppid=19750 vsize=868516 CPUtime=0
/proc/19751/task/19755/stat : 19755 (java) S 19750 19737 17603 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003133344 889360384 15504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19756] ppid=19750 vsize=868516 CPUtime=0
/proc/19751/task/19756/stat : 19756 (java) S 19750 19737 17603 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003133346 889360384 15504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19757] ppid=19750 vsize=868516 CPUtime=0.31
/proc/19751/task/19757/stat : 19757 (java) S 19750 19737 17603 0 -1 64 1508 0 0 0 30 1 0 0 15 0 9 0 2003133346 889360384 15504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19758] ppid=19750 vsize=868516 CPUtime=0
/proc/19751/task/19758/stat : 19758 (java) S 19750 19737 17603 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003133346 889360384 15504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19759] ppid=19750 vsize=868516 CPUtime=0
/proc/19751/task/19759/stat : 19759 (java) S 19750 19737 17603 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003133346 889360384 15504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.19
Current children cumulated vsize (KiB) 887472

[startup+462.302 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 19759
/proc/meminfo: memFree=321984/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=13600 CPUtime=1.13
/proc/19737/stat : 19737 (sugar) S 19735 19737 17603 0 -1 4194304 974 9000 0 1 4 1 101 7 16 0 1 0 2003133221 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19737/statm: 3400 797 370 3 0 500 0
[pid=19750] ppid=19737 vsize=5356 CPUtime=0
/proc/19750/stat : 19750 (sh) S 19737 19737 17603 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003133341 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19750/statm: 1339 233 193 169 0 50 0
[pid=19751] ppid=19750 vsize=868516 CPUtime=456.53
/proc/19751/stat : 19751 (java) S 19750 19737 17603 0 -1 0 24977 0 1 0 44982 671 0 0 18 0 9 0 2003133342 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19751/statm: 217129 15505 2566 9 0 211676 0
[pid=19751/tid=19752] ppid=19750 vsize=868516 CPUtime=450.15
/proc/19751/task/19752/stat : 19752 (java) R 19750 19737 17603 0 -1 64 11424 0 1 0 44408 607 0 0 25 0 9 0 2003133343 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4126599432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19753] ppid=19750 vsize=868516 CPUtime=6.05
/proc/19751/task/19753/stat : 19753 (java) S 19750 19737 17603 0 -1 64 11348 0 0 0 543 62 0 0 16 0 9 0 2003133344 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19754] ppid=19750 vsize=868516 CPUtime=0
/proc/19751/task/19754/stat : 19754 (java) S 19750 19737 17603 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003133344 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19755] ppid=19750 vsize=868516 CPUtime=0
/proc/19751/task/19755/stat : 19755 (java) S 19750 19737 17603 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003133344 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19756] ppid=19750 vsize=868516 CPUtime=0
/proc/19751/task/19756/stat : 19756 (java) S 19750 19737 17603 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003133346 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19757] ppid=19750 vsize=868516 CPUtime=0.31
/proc/19751/task/19757/stat : 19757 (java) S 19750 19737 17603 0 -1 64 1509 0 0 0 30 1 0 0 15 0 9 0 2003133346 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19758] ppid=19750 vsize=868516 CPUtime=0
/proc/19751/task/19758/stat : 19758 (java) S 19750 19737 17603 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003133346 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19759] ppid=19750 vsize=868516 CPUtime=0
/proc/19751/task/19759/stat : 19759 (java) S 19750 19737 17603 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003133346 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 457.66
Current children cumulated vsize (KiB) 887472

[startup+522.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 19787
/proc/meminfo: memFree=370744/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=13600 CPUtime=1.13
/proc/19737/stat : 19737 (sugar) S 19735 19737 17603 0 -1 4194304 974 9000 0 1 4 1 101 7 16 0 1 0 2003133221 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19737/statm: 3400 797 370 3 0 500 0
[pid=19750] ppid=19737 vsize=5356 CPUtime=0
/proc/19750/stat : 19750 (sh) S 19737 19737 17603 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003133341 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19750/statm: 1339 233 193 169 0 50 0
[pid=19751] ppid=19750 vsize=868516 CPUtime=515.91
/proc/19751/stat : 19751 (java) S 19750 19737 17603 0 -1 0 26329 0 1 0 50786 805 0 0 18 0 9 0 2003133342 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19751/statm: 217129 15505 2566 9 0 211676 0
[pid=19751/tid=19752] ppid=19750 vsize=868516 CPUtime=508.85
/proc/19751/task/19752/stat : 19752 (java) R 19750 19737 17603 0 -1 64 12776 0 1 0 50154 731 0 0 25 0 9 0 2003133343 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4127014797 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19751/tid=19753] ppid=19750 vsize=868516 CPUtime=6.72
/proc/19751/task/19753/stat : 19753 (java) S 19750 19737 17603 0 -1 64 11348 0 0 0 601 71 0 0 16 0 9 0 2003133344 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19751/tid=19754] ppid=19750 vsize=868516 CPUtime=0
/proc/19751/task/19754/stat : 19754 (java) S 19750 19737 17603 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003133344 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19755] ppid=19750 vsize=868516 CPUtime=0
/proc/19751/task/19755/stat : 19755 (java) S 19750 19737 17603 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003133344 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19756] ppid=19750 vsize=868516 CPUtime=0
/proc/19751/task/19756/stat : 19756 (java) S 19750 19737 17603 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003133346 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19757] ppid=19750 vsize=868516 CPUtime=0.31
/proc/19751/task/19757/stat : 19757 (java) S 19750 19737 17603 0 -1 64 1509 0 0 0 30 1 0 0 15 0 9 0 2003133346 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19758] ppid=19750 vsize=868516 CPUtime=0
/proc/19751/task/19758/stat : 19758 (java) S 19750 19737 17603 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003133346 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19751/tid=19759] ppid=19750 vsize=868516 CPUtime=0
/proc/19751/task/19759/stat : 19759 (java) S 19750 19737 17603 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003133346 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.04
Current children cumulated vsize (KiB) 887472



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+567.803 s]
/proc/loadavg: 2.24 2.07 2.02 3/75 19789
/proc/meminfo: memFree=15672/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=13600 CPUtime=550.29
/proc/19737/stat : 19737 (sugar) S 19735 19737 17603 0 -1 4194304 1035 36421 0 2 4 1 54132 892 16 0 1 0 2003133221 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19737/statm: 3400 800 370 3 0 500 0
[pid=19788] ppid=19737 vsize=5356 CPUtime=0
/proc/19788/stat : 19788 (sh) S 19737 19737 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003188811 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19788/statm: 1339 232 193 169 0 50 0
[pid=19789] ppid=19788 vsize=914212 CPUtime=11.46
/proc/19789/stat : 19789 (minisat) R 19788 19737 17603 0 -1 4194304 211872 0 0 0 955 191 0 0 25 0 1 0 2003188811 936153088 211858 996147200 134512640 135127466 4294956256 18446744073709551615 134718351 0 0 4096 3 0 0 0 17 1 0 0
/proc/19789/statm: 228553 211858 62 150 0 228400 0
Current children cumulated CPU time (s) 561.75
Current children cumulated vsize (KiB) 933168

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+567.921 s]
/proc/loadavg: 2.24 2.07 2.02 3/75 19789
/proc/meminfo: memFree=15672/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=13600 CPUtime=550.29
/proc/19737/stat : 19737 (sugar) S 19735 19737 17603 0 -1 4194304 1046 36421 0 2 4 1 54132 892 16 0 1 0 2003133221 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/19737/statm: 3400 800 370 3 0 500 0
[pid=19788] ppid=19737 vsize=0 CPUtime=0
/proc/19788/stat : 19788 (sh) Z 19737 19737 17603 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2003188811 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/19788/statm: 0 0 0 0 0 0 0
[pid=19789] ppid=1 vsize=0 CPUtime=11.57
/proc/19789/stat : 19789 (minisat) R 1 19737 17603 0 -1 4195332 211878 0 0 0 955 202 0 0 25 0 1 0 2003188811 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/19789/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 561.86
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (550.31 s) is less than in the last sample (561.86 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (11.55 s) to the 'lost time'.

[startup+568.002 s]
/proc/loadavg: 2.24 2.07 2.02 3/75 19789
/proc/meminfo: memFree=15672/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=13600 CPUtime=550.31
/proc/19737/stat : 19737 (sugar) R 19735 19737 17603 0 -1 4194304 1070 36698 0 2 4 3 54132 892 16 0 1 0 2003133221 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 208717714473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19737/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 550.31
Current children cumulated vsize (KiB) 13600

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

[startup+568.602 s]
/proc/loadavg: 2.24 2.07 2.02 2/74 19790
/proc/meminfo: memFree=1872768/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=13600 CPUtime=550.83
/proc/19737/stat : 19737 (sugar) D 19735 19737 17603 0 -1 4194304 1070 36698 0 2 4 55 54132 892 16 0 1 0 2003133221 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 208717714473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19737/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 550.83
Current children cumulated vsize (KiB) 13600

[startup+569.001 s]
/proc/loadavg: 2.24 2.07 2.02 2/74 19790
/proc/meminfo: memFree=1872768/2055920 swapFree=4117816/4192956
[pid=19737] ppid=19735 vsize=13600 CPUtime=550.84
/proc/19737/stat : 19737 (sugar) D 19735 19737 17603 0 -1 4194304 1070 36698 0 2 4 56 54132 892 15 0 1 0 2003133221 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 208717714473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19737/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 550.84
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 11.55
#  lost CPU user time (s): 9.54999
#  lost CPU system time (s): 2

Real time (s): 569.02
CPU time (s): 562.416
CPU user time (s): 550.924
CPU system time (s): 11.4926
CPU usage (%): 98.8395
Max. virtual memory (cumulated for all children) (KiB): 933168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 541.374
system time used= 9.49256
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37799
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= 86042
involuntary context switches= 93732

runsolver used 0.679896 second user time and 1.9727 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-05 09:06:50
IDJOB=1086864
IDBENCH=57890
IDSOLVER=346
FILE ID=node47/1086864-1215241609
PBS_JOBID= 7881859
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp32/normalized-fapp32-0550-1.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086864-1215241609/watcher-1086864-1215241609 -o /tmp/evaluation-result-1086864-1215241609/solver-1086864-1215241609 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1086864-1215241609.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b6f3d81a66e437062b2495198dba4e6
RANDOM SEED=762268073

node47.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.281
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.281
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:       1322296 kB
Buffers:         69988 kB
Cached:         253208 kB
SwapCached:      68960 kB
Active:         541360 kB
Inactive:       133192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1322296 kB
SwapTotal:     4192956 kB
SwapFree:      4117816 kB
Dirty:            2584 kB
Writeback:           0 kB
Mapped:         359160 kB
Slab:            43584 kB
Committed_AS:  4416976 kB
PageTables:       2648 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= 66504 MiB
End job on node47 at 2008-07-05 09:16:19