Trace number 1094847

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) 210.35 213.048

General information on the benchmark

Namecsp/fapp/fapp19/
normalized-fapp19-0350-5.xml
MD5SUM0e6d4c6cfe45c7fb1ed8c7d48e56685a
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 benchmark1.72774
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 19:46:42 2008
0.00/0.04	c 0	PID 25067
0.00/0.05	c 0	HOST node26.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1094847-1215280002.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1094847-1215280002.xml' 'HOME/temp.csp'
0.03/0.75	c 1	8 domains, 350 variables, 8 predicates, 0 relations, 5873 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	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'
0.72/0.86	c 1	Parsing HOME/temp.csp
1.02/1.17	c 2	parsed 6239 expressions
1.02/1.17	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.17	c 2	Converting to clausal form CSP
1.81/1.98	c 2	converted 624 (10%) expressions
3.00/3.20	c 4	converted 1248 (20%) expressions
4.19/4.32	c 5	converted 1872 (30%) expressions
5.28/5.41	c 6	converted 2496 (40%) expressions
6.27/6.40	c 7	converted 3120 (50%) expressions
7.15/7.39	c 8	converted 3744 (60%) expressions
8.34/8.50	c 9	converted 4368 (70%) expressions
9.43/9.61	c 10	converted 4992 (80%) expressions
10.42/10.67	c 11	converted 5616 (90%) expressions
11.62/11.88	c 12	converted 6239 (100%) expressions
11.62/11.88	c 12	CSP : 698 integers, 17147 booleans, 35873 clauses, largest domain size 2921
11.62/11.88	c 12	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.62/11.88	c 12	Propagation in CSP
12.22/12.45	c 13	4920 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.22/12.45	c 13	CSP : 698 integers, 17147 booleans, 35873 clauses, largest domain size 2921
12.22/12.45	c 13	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.22/12.47	c 13	Simplifing CSP by introducing new Boolean variables
12.32/12.55	c 13	CSP : 698 integers, 29407 booleans, 48133 clauses, largest domain size 2921
12.32/12.55	c 13	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.51/12.71	c 13	Encoding CSP to SAT : HOME/temp.cnf
14.00/14.29	c 15	70 (10%) CSP integer variables are encoded (40772 clauses, 589472 bytes)
15.28/15.53	c 16	140 (20%) CSP integer variables are encoded (76752 clauses, 1129172 bytes)
16.67/16.99	c 17	210 (30%) CSP integer variables are encoded (116663 clauses, 1761524 bytes)
18.26/18.56	c 19	280 (40%) CSP integer variables are encoded (157839 clauses, 2461516 bytes)
19.83/20.14	c 20	349 (50%) CSP integer variables are encoded (199194 clauses, 3164551 bytes)
20.14/20.42	c 21	419 (60%) CSP integer variables are encoded (392807 clauses, 6455972 bytes)
20.34/20.66	c 21	489 (70%) CSP integer variables are encoded (584839 clauses, 9720516 bytes)
20.54/20.90	c 21	559 (80%) CSP integer variables are encoded (780835 clauses, 13052448 bytes)
20.83/21.14	c 22	629 (90%) CSP integer variables are encoded (975779 clauses, 16366496 bytes)
21.03/21.39	c 22	698 (100%) CSP integer variables are encoded (1164838 clauses, 19911452 bytes)
67.83/68.60	c 69	4814 (10%) CSP clauses are encoded (5001865 clauses, 106814628 bytes)
92.18/93.21	c 94	9627 (20%) CSP clauses are encoded (7852363 clauses, 174890016 bytes)
109.18/110.49	c 111	14440 (30%) CSP clauses are encoded (10285420 clauses, 235722805 bytes)
122.70/124.15	c 125	19254 (40%) CSP clauses are encoded (12472464 clauses, 291223119 bytes)
134.61/136.21	c 137	24067 (50%) CSP clauses are encoded (14499326 clauses, 343225985 bytes)
146.14/147.91	c 148	28880 (60%) CSP clauses are encoded (16474080 clauses, 393884181 bytes)
159.75/161.71	c 162	33694 (70%) CSP clauses are encoded (18543216 clauses, 447047350 bytes)
172.36/174.56	c 175	38507 (80%) CSP clauses are encoded (20572469 clauses, 499376580 bytes)
185.77/188.16	c 189	43320 (90%) CSP clauses are encoded (22717043 clauses, 554500492 bytes)
198.38/200.93	c 201	48133 (100%) CSP clauses are encoded (24743144 clauses, 606709100 bytes)
198.38/200.93	c 201	48133 CSP clauses encoded
198.38/200.93	c 201	Writing map file : HOME/temp.map
198.48/201.00	c 201	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
198.48/201.00	c 201	SAT : 1194943 SAT variables, 24743144 SAT clauses, 606709100 bytes
198.48/201.00	c 201	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
198.48/201.03	c 201	SOLVING HOME/temp.cnf
198.48/201.03	c 201	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
198.48/201.03	c 201	This is MiniSat 2.0 beta
198.48/201.03	c 201	WARNING: for repeatability, setting FPU to use double precision
198.48/201.03	c 201	============================[ Problem Statistics ]=============================
198.48/201.03	c 201	|                                                                             |
198.48/201.04	c 201	|  Number of variables:  1194943                                              |
198.48/201.04	c 201	|  Number of clauses:    24743144                                             |
210.24/212.92	c ERROR INTERRUPTED
210.35/213.04	s UNKNOWN
210.35/213.04	c 213	CPU 194.17 (0.03 0.01 194.14 4.32)
210.35/213.04	c 213	END Sat Jul  5 19:50:15 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-1094847-1215280002/watcher-1094847-1215280002 -o /tmp/evaluation-result-1094847-1215280002/solver-1094847-1215280002 -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-1094847-1215280002.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.02 2.02 2.00 4/73 25067
/proc/meminfo: memFree=1673712/2055920 swapFree=4137356/4192956
[pid=25067] ppid=25065 vsize=4708 CPUtime=0
/proc/25067/stat : 25067 (sugar) R 25065 25067 24563 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 1012455160 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 269025867145 0 0 4096 0 0 0 0 17 1 0 0
/proc/25067/statm: 1177 43 33 3 0 8 0

[startup+0.063355 s]
/proc/loadavg: 2.02 2.02 2.00 4/73 25067
/proc/meminfo: memFree=1673712/2055920 swapFree=4137356/4192956
[pid=25067] ppid=25065 vsize=13600 CPUtime=0.03
/proc/25067/stat : 25067 (sugar) S 25065 25067 24563 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1012455160 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25067/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101352 s]
/proc/loadavg: 2.02 2.02 2.00 4/73 25067
/proc/meminfo: memFree=1673712/2055920 swapFree=4137356/4192956
[pid=25067] ppid=25065 vsize=13600 CPUtime=0.03
/proc/25067/stat : 25067 (sugar) S 25065 25067 24563 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1012455160 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25067/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301372 s]
/proc/loadavg: 2.02 2.02 2.00 4/73 25067
/proc/meminfo: memFree=1673712/2055920 swapFree=4137356/4192956
[pid=25067] ppid=25065 vsize=13600 CPUtime=0.03
/proc/25067/stat : 25067 (sugar) S 25065 25067 24563 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1012455160 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25067/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701399 s]
/proc/loadavg: 2.02 2.02 2.00 4/73 25067
/proc/meminfo: memFree=1673712/2055920 swapFree=4137356/4192956
[pid=25067] ppid=25065 vsize=13600 CPUtime=0.03
/proc/25067/stat : 25067 (sugar) S 25065 25067 24563 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1012455160 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25067/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50146 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 25089
/proc/meminfo: memFree=1665496/2055920 swapFree=4137356/4192956
[pid=25067] ppid=25065 vsize=13600 CPUtime=0.72
/proc/25067/stat : 25067 (sugar) S 25065 25067 24563 0 -1 4194304 973 7715 0 1 3 0 65 4 15 0 1 0 1012455160 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25067/statm: 3400 797 370 3 0 500 0
[pid=25080] ppid=25067 vsize=5356 CPUtime=0
/proc/25080/stat : 25080 (sh) S 25067 25067 24563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1012455239 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25080/statm: 1339 233 193 169 0 50 0
[pid=25081] ppid=25080 vsize=868272 CPUtime=0.69
/proc/25081/stat : 25081 (java) S 25080 25067 24563 0 -1 0 5685 0 1 0 65 4 0 0 18 0 9 0 1012455239 889110528 5077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25081/statm: 217068 5077 1732 9 0 211643 0
[pid=25081/tid=25082] ppid=25080 vsize=868272 CPUtime=0.45
/proc/25081/task/25082/stat : 25082 (java) R 25080 25067 24563 0 -1 64 2683 0 1 0 43 2 0 0 19 0 9 0 1012455240 889110528 5077 996147200 134512640 134550740 4294955952 18446744073709551615 4126560736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25083] ppid=25080 vsize=868272 CPUtime=0.05
/proc/25081/task/25083/stat : 25083 (java) S 25080 25067 24563 0 -1 64 879 0 0 0 5 0 0 0 16 0 9 0 1012455241 889110528 5077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25084] ppid=25080 vsize=868272 CPUtime=0
/proc/25081/task/25084/stat : 25084 (java) S 25080 25067 24563 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1012455241 889110528 5077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25085] ppid=25080 vsize=868272 CPUtime=0
/proc/25081/task/25085/stat : 25085 (java) S 25080 25067 24563 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1012455241 889110528 5077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25086] ppid=25080 vsize=868272 CPUtime=0
/proc/25081/task/25086/stat : 25086 (java) S 25080 25067 24563 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1012455243 889110528 5077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25087] ppid=25080 vsize=868272 CPUtime=0.16
/proc/25081/task/25087/stat : 25087 (java) S 25080 25067 24563 0 -1 64 1431 0 0 0 15 1 0 0 16 0 9 0 1012455243 889110528 5077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25088] ppid=25080 vsize=868272 CPUtime=0
/proc/25081/task/25088/stat : 25088 (java) S 25080 25067 24563 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1012455243 889110528 5077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25089] ppid=25080 vsize=868272 CPUtime=0
/proc/25081/task/25089/stat : 25089 (java) S 25080 25067 24563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1012455243 889110528 5077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887228

[startup+3.10259 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 25089
/proc/meminfo: memFree=1655960/2055920 swapFree=4137356/4192956
[pid=25067] ppid=25065 vsize=13600 CPUtime=0.72
/proc/25067/stat : 25067 (sugar) S 25065 25067 24563 0 -1 4194304 973 7715 0 1 3 0 65 4 15 0 1 0 1012455160 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25067/statm: 3400 797 370 3 0 500 0
[pid=25080] ppid=25067 vsize=5356 CPUtime=0
/proc/25080/stat : 25080 (sh) S 25067 25067 24563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1012455239 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25080/statm: 1339 233 193 169 0 50 0
[pid=25081] ppid=25080 vsize=868384 CPUtime=2.28
/proc/25081/stat : 25081 (java) S 25080 25067 24563 0 -1 0 7634 0 1 0 221 7 0 0 18 0 9 0 1012455239 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25081/statm: 217096 6673 2540 9 0 211671 0
[pid=25081/tid=25082] ppid=25080 vsize=868384 CPUtime=1.84
/proc/25081/task/25082/stat : 25082 (java) R 25080 25067 24563 0 -1 64 2866 0 1 0 182 2 0 0 25 0 9 0 1012455240 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4126564873 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25083] ppid=25080 vsize=868384 CPUtime=0.21
/proc/25081/task/25083/stat : 25083 (java) S 25080 25067 24563 0 -1 64 2621 0 0 0 19 2 0 0 16 0 9 0 1012455241 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25084] ppid=25080 vsize=868384 CPUtime=0
/proc/25081/task/25084/stat : 25084 (java) S 25080 25067 24563 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1012455241 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25085] ppid=25080 vsize=868384 CPUtime=0
/proc/25081/task/25085/stat : 25085 (java) S 25080 25067 24563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1012455241 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25086] ppid=25080 vsize=868384 CPUtime=0
/proc/25081/task/25086/stat : 25086 (java) S 25080 25067 24563 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1012455243 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25087] ppid=25080 vsize=868384 CPUtime=0.2
/proc/25081/task/25087/stat : 25087 (java) S 25080 25067 24563 0 -1 64 1454 0 0 0 19 1 0 0 15 0 9 0 1012455243 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25088] ppid=25080 vsize=868384 CPUtime=0
/proc/25081/task/25088/stat : 25088 (java) S 25080 25067 24563 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1012455243 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25089] ppid=25080 vsize=868384 CPUtime=0
/proc/25081/task/25089/stat : 25089 (java) S 25080 25067 24563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1012455243 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887340

[startup+6.30285 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 25089
/proc/meminfo: memFree=1650776/2055920 swapFree=4137356/4192956
[pid=25067] ppid=25065 vsize=13600 CPUtime=0.72
/proc/25067/stat : 25067 (sugar) S 25065 25067 24563 0 -1 4194304 973 7715 0 1 3 0 65 4 16 0 1 0 1012455160 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25067/statm: 3400 797 370 3 0 500 0
[pid=25080] ppid=25067 vsize=5356 CPUtime=0
/proc/25080/stat : 25080 (sh) S 25067 25067 24563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1012455239 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25080/statm: 1339 233 193 169 0 50 0
[pid=25081] ppid=25080 vsize=868384 CPUtime=5.45
/proc/25081/stat : 25081 (java) S 25080 25067 24563 0 -1 0 9233 0 1 0 534 11 0 0 18 0 9 0 1012455239 889225216 7893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25081/statm: 217096 7893 2540 9 0 211671 0
[pid=25081/tid=25082] ppid=25080 vsize=868384 CPUtime=4.67
/proc/25081/task/25082/stat : 25082 (java) R 25080 25067 24563 0 -1 64 3245 0 1 0 464 3 0 0 25 0 9 0 1012455240 889225216 7893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25083] ppid=25080 vsize=868384 CPUtime=0.55
/proc/25081/task/25083/stat : 25083 (java) R 25080 25067 24563 0 -1 64 3838 0 0 0 50 5 0 0 16 0 9 0 1012455241 889225216 7893 996147200 134512640 134550740 4294955952 18446744073709551615 104182492 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25084] ppid=25080 vsize=868384 CPUtime=0
/proc/25081/task/25084/stat : 25084 (java) S 25080 25067 24563 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1012455241 889225216 7893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25085] ppid=25080 vsize=868384 CPUtime=0
/proc/25081/task/25085/stat : 25085 (java) S 25080 25067 24563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1012455241 889225216 7893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25086] ppid=25080 vsize=868384 CPUtime=0
/proc/25081/task/25086/stat : 25086 (java) S 25080 25067 24563 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1012455243 889225216 7893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25087] ppid=25080 vsize=868384 CPUtime=0.2
/proc/25081/task/25087/stat : 25087 (java) S 25080 25067 24563 0 -1 64 1457 0 0 0 19 1 0 0 15 0 9 0 1012455243 889225216 7893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25088] ppid=25080 vsize=868384 CPUtime=0
/proc/25081/task/25088/stat : 25088 (java) S 25080 25067 24563 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1012455243 889225216 7893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25089] ppid=25080 vsize=868384 CPUtime=0
/proc/25081/task/25089/stat : 25089 (java) S 25080 25067 24563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1012455243 889225216 7893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887340

[startup+12.7024 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 25089
/proc/meminfo: memFree=1642392/2055920 swapFree=4137356/4192956
[pid=25067] ppid=25065 vsize=13600 CPUtime=0.73
/proc/25067/stat : 25067 (sugar) S 25065 25067 24563 0 -1 4194304 974 7715 0 1 3 1 65 4 15 0 1 0 1012455160 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25067/statm: 3400 797 370 3 0 500 0
[pid=25080] ppid=25067 vsize=5356 CPUtime=0
/proc/25080/stat : 25080 (sh) S 25067 25067 24563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1012455239 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25080/statm: 1339 233 193 169 0 50 0
[pid=25081] ppid=25080 vsize=868384 CPUtime=11.78
/proc/25081/stat : 25081 (java) S 25080 25067 24563 0 -1 0 13161 0 1 0 1161 17 0 0 18 0 9 0 1012455239 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25081/statm: 217096 11255 2541 9 0 211671 0
[pid=25081/tid=25082] ppid=25080 vsize=868384 CPUtime=10.2
/proc/25081/task/25082/stat : 25082 (java) R 25080 25067 24563 0 -1 64 3952 0 1 0 1015 5 0 0 25 0 9 0 1012455240 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25083] ppid=25080 vsize=868384 CPUtime=1.32
/proc/25081/task/25083/stat : 25083 (java) R 25080 25067 24563 0 -1 64 7044 0 0 0 122 10 0 0 16 0 9 0 1012455241 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 103736949 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25084] ppid=25080 vsize=868384 CPUtime=0
/proc/25081/task/25084/stat : 25084 (java) S 25080 25067 24563 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1012455241 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25085] ppid=25080 vsize=868384 CPUtime=0
/proc/25081/task/25085/stat : 25085 (java) S 25080 25067 24563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1012455241 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25086] ppid=25080 vsize=868384 CPUtime=0
/proc/25081/task/25086/stat : 25086 (java) S 25080 25067 24563 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1012455243 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25087] ppid=25080 vsize=868384 CPUtime=0.23
/proc/25081/task/25087/stat : 25087 (java) S 25080 25067 24563 0 -1 64 1472 0 0 0 22 1 0 0 15 0 9 0 1012455243 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25088] ppid=25080 vsize=868384 CPUtime=0
/proc/25081/task/25088/stat : 25088 (java) S 25080 25067 24563 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1012455243 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25089] ppid=25080 vsize=868384 CPUtime=0
/proc/25081/task/25089/stat : 25089 (java) S 25080 25067 24563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1012455243 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887340

[startup+25.5014 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 25089
/proc/meminfo: memFree=1605528/2055920 swapFree=4137356/4192956
[pid=25067] ppid=25065 vsize=13600 CPUtime=0.73
/proc/25067/stat : 25067 (sugar) S 25065 25067 24563 0 -1 4194304 974 7715 0 1 3 1 65 4 15 0 1 0 1012455160 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25067/statm: 3400 797 370 3 0 500 0
[pid=25080] ppid=25067 vsize=5356 CPUtime=0
/proc/25080/stat : 25080 (sh) S 25067 25067 24563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1012455239 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25080/statm: 1339 233 193 169 0 50 0
[pid=25081] ppid=25080 vsize=868496 CPUtime=24.45
/proc/25081/stat : 25081 (java) S 25080 25067 24563 0 -1 0 13626 0 1 0 2408 37 0 0 18 0 9 0 1012455239 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25081/statm: 217124 11332 2566 9 0 211671 0
[pid=25081/tid=25082] ppid=25080 vsize=868496 CPUtime=22.67
/proc/25081/task/25082/stat : 25082 (java) R 25080 25067 24563 0 -1 64 4383 0 1 0 2245 22 0 0 25 0 9 0 1012455240 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4126949025 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25083] ppid=25080 vsize=868496 CPUtime=1.47
/proc/25081/task/25083/stat : 25083 (java) S 25080 25067 24563 0 -1 64 7050 0 0 0 135 12 0 0 16 0 9 0 1012455241 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25084] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25084/stat : 25084 (java) S 25080 25067 24563 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1012455241 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25085] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25085/stat : 25085 (java) S 25080 25067 24563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1012455241 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25086] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25086/stat : 25086 (java) S 25080 25067 24563 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1012455243 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25087] ppid=25080 vsize=868496 CPUtime=0.28
/proc/25081/task/25087/stat : 25087 (java) S 25080 25067 24563 0 -1 64 1500 0 0 0 27 1 0 0 17 0 9 0 1012455243 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25088] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25088/stat : 25088 (java) S 25080 25067 24563 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1012455243 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25089] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25089/stat : 25089 (java) S 25080 25067 24563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1012455243 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 887452

[startup+51.1014 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 25089
/proc/meminfo: memFree=1562136/2055920 swapFree=4137356/4192956
[pid=25067] ppid=25065 vsize=13600 CPUtime=0.73
/proc/25067/stat : 25067 (sugar) S 25065 25067 24563 0 -1 4194304 974 7715 0 1 3 1 65 4 15 0 1 0 1012455160 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25067/statm: 3400 797 370 3 0 500 0
[pid=25080] ppid=25067 vsize=5356 CPUtime=0
/proc/25080/stat : 25080 (sh) S 25067 25067 24563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1012455239 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25080/statm: 1339 233 193 169 0 50 0
[pid=25081] ppid=25080 vsize=868496 CPUtime=49.78
/proc/25081/stat : 25081 (java) S 25080 25067 24563 0 -1 0 14180 0 1 0 4910 68 0 0 18 0 9 0 1012455239 889339904 11335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25081/statm: 217124 11335 2566 9 0 211671 0
[pid=25081/tid=25082] ppid=25080 vsize=868496 CPUtime=47.79
/proc/25081/task/25082/stat : 25082 (java) R 25080 25067 24563 0 -1 64 4934 0 1 0 4729 50 0 0 25 0 9 0 1012455240 889339904 11335 996147200 134512640 134550740 4294955952 18446744073709551615 4126949019 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25083] ppid=25080 vsize=868496 CPUtime=1.67
/proc/25081/task/25083/stat : 25083 (java) S 25080 25067 24563 0 -1 64 7050 0 0 0 152 15 0 0 16 0 9 0 1012455241 889339904 11335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25084] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25084/stat : 25084 (java) S 25080 25067 24563 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1012455241 889339904 11335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25085] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25085/stat : 25085 (java) S 25080 25067 24563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1012455241 889339904 11335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25086] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25086/stat : 25086 (java) S 25080 25067 24563 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1012455243 889339904 11335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25087] ppid=25080 vsize=868496 CPUtime=0.29
/proc/25081/task/25087/stat : 25087 (java) S 25080 25067 24563 0 -1 64 1503 0 0 0 28 1 0 0 16 0 9 0 1012455243 889339904 11335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25088] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25088/stat : 25088 (java) S 25080 25067 24563 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1012455243 889339904 11335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25089] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25089/stat : 25089 (java) S 25080 25067 24563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1012455243 889339904 11335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 887452

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 25089
/proc/meminfo: memFree=1431064/2055920 swapFree=4137356/4192956
[pid=25067] ppid=25065 vsize=13600 CPUtime=0.73
/proc/25067/stat : 25067 (sugar) S 25065 25067 24563 0 -1 4194304 974 7715 0 1 3 1 65 4 16 0 1 0 1012455160 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25067/statm: 3400 797 370 3 0 500 0
[pid=25080] ppid=25067 vsize=5356 CPUtime=0
/proc/25080/stat : 25080 (sh) S 25067 25067 24563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1012455239 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25080/statm: 1339 233 193 169 0 50 0
[pid=25081] ppid=25080 vsize=868496 CPUtime=100.45
/proc/25081/stat : 25081 (java) S 25080 25067 24563 0 -1 0 15713 0 1 0 9887 158 0 0 18 0 9 0 1012455239 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25081/statm: 217124 11338 2566 9 0 211671 0
[pid=25081/tid=25082] ppid=25080 vsize=868496 CPUtime=97.86
/proc/25081/task/25082/stat : 25082 (java) R 25080 25067 24563 0 -1 64 6464 0 1 0 9655 131 0 0 25 0 9 0 1012455240 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4126850775 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25083] ppid=25080 vsize=868496 CPUtime=2.26
/proc/25081/task/25083/stat : 25083 (java) S 25080 25067 24563 0 -1 64 7050 0 0 0 202 24 0 0 16 0 9 0 1012455241 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25084] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25084/stat : 25084 (java) S 25080 25067 24563 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1012455241 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25085] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25085/stat : 25085 (java) S 25080 25067 24563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1012455241 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25086] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25086/stat : 25086 (java) S 25080 25067 24563 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1012455243 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25087] ppid=25080 vsize=868496 CPUtime=0.29
/proc/25081/task/25087/stat : 25087 (java) S 25080 25067 24563 0 -1 64 1506 0 0 0 28 1 0 0 16 0 9 0 1012455243 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25088] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25088/stat : 25088 (java) S 25080 25067 24563 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1012455243 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25089] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25089/stat : 25089 (java) S 25080 25067 24563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1012455243 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 887452

[startup+162.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 25089
/proc/meminfo: memFree=1188504/2055920 swapFree=4137356/4192956
[pid=25067] ppid=25065 vsize=13600 CPUtime=0.73
/proc/25067/stat : 25067 (sugar) S 25065 25067 24563 0 -1 4194304 974 7715 0 1 3 1 65 4 16 0 1 0 1012455160 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25067/statm: 3400 797 370 3 0 500 0
[pid=25080] ppid=25067 vsize=5356 CPUtime=0
/proc/25080/stat : 25080 (sh) S 25067 25067 24563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1012455239 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25080/statm: 1339 233 193 169 0 50 0
[pid=25081] ppid=25080 vsize=868496 CPUtime=159.6
/proc/25081/stat : 25081 (java) S 25080 25067 24563 0 -1 0 18396 0 1 0 15640 320 0 0 18 0 9 0 1012455239 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25081/statm: 217124 11339 2566 9 0 211671 0
[pid=25081/tid=25082] ppid=25080 vsize=868496 CPUtime=155.97
/proc/25081/task/25082/stat : 25082 (java) R 25080 25067 24563 0 -1 64 9146 0 1 0 15322 275 0 0 25 0 9 0 1012455240 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4126850914 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25083] ppid=25080 vsize=868496 CPUtime=3.31
/proc/25081/task/25083/stat : 25083 (java) S 25080 25067 24563 0 -1 64 7050 0 0 0 289 42 0 0 16 0 9 0 1012455241 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25084] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25084/stat : 25084 (java) S 25080 25067 24563 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1012455241 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25085] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25085/stat : 25085 (java) S 25080 25067 24563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1012455241 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25086] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25086/stat : 25086 (java) S 25080 25067 24563 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1012455243 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25087] ppid=25080 vsize=868496 CPUtime=0.3
/proc/25081/task/25087/stat : 25087 (java) S 25080 25067 24563 0 -1 64 1507 0 0 0 29 1 0 0 17 0 9 0 1012455243 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25088] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25088/stat : 25088 (java) S 25080 25067 24563 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1012455243 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25081/tid=25089] ppid=25080 vsize=868496 CPUtime=0
/proc/25081/task/25089/stat : 25089 (java) S 25080 25067 24563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1012455243 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.33
Current children cumulated vsize (KiB) 887452



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+212.902 s]
/proc/loadavg: 2.07 2.03 2.00 3/76 25091
/proc/meminfo: memFree=208152/2055920 swapFree=4137356/4192956
[pid=25067] ppid=25065 vsize=13600 CPUtime=198.5
/proc/25067/stat : 25067 (sugar) S 25065 25067 24563 0 -1 4194304 1035 28151 0 2 3 1 19414 432 16 0 1 0 1012455160 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25067/statm: 3400 800 370 3 0 500 0
[pid=25090] ppid=25067 vsize=5356 CPUtime=0
/proc/25090/stat : 25090 (sh) S 25067 25067 24563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012475264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25090/statm: 1339 232 193 169 0 50 0
[pid=25091] ppid=25090 vsize=903284 CPUtime=11.74
/proc/25091/stat : 25091 (minisat) R 25090 25067 24563 0 -1 4194304 213216 0 0 0 1031 143 0 0 25 0 1 0 1012475264 924962816 213202 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 1 0 0
/proc/25091/statm: 225821 213202 62 150 0 225668 0
Current children cumulated CPU time (s) 210.24
Current children cumulated vsize (KiB) 922240

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

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

[startup+213.022 s]
/proc/loadavg: 2.07 2.03 2.00 3/76 25091
/proc/meminfo: memFree=208152/2055920 swapFree=4137356/4192956
[pid=25067] ppid=25065 vsize=13600 CPUtime=198.5
/proc/25067/stat : 25067 (sugar) S 25065 25067 24563 0 -1 4194304 1046 28151 0 2 3 1 19414 432 16 0 1 0 1012455160 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25067/statm: 3400 800 370 3 0 500 0
[pid=25090] ppid=25067 vsize=0 CPUtime=0
/proc/25090/stat : 25090 (sh) Z 25067 25067 24563 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1012475264 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25090/statm: 0 0 0 0 0 0 0
[pid=25091] ppid=1 vsize=0 CPUtime=11.85
/proc/25091/stat : 25091 (minisat) R 1 25067 24563 0 -1 4195332 213216 0 0 0 1031 154 0 0 25 0 1 0 1012475264 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/25091/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 210.35
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25067 and gives
#  childrusage.ru_utime.tv_sec=194
#  childrusage.ru_utime.tv_usec=188478
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=340340
# CPU time returned by wait4() is 198.529
# while last known CPU time is 210.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 213.048
CPU time (s): 210.35
CPU user time (s): 204.48
CPU system time (s): 5.87
CPU usage (%): 98.7337
Max. virtual memory (cumulated for all children) (KiB): 922240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 194.188
system time used= 4.34034
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29530
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= 62424
involuntary context switches= 66767

runsolver used 0.279957 second user time and 0.713891 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-05 19:46:42
IDJOB=1094847
IDBENCH=58839
IDSOLVER=346
FILE ID=node26/1094847-1215280002
PBS_JOBID= 7882266
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp19/normalized-fapp19-0350-5.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-1094847-1215280002/watcher-1094847-1215280002 -o /tmp/evaluation-result-1094847-1215280002/solver-1094847-1215280002 -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-1094847-1215280002.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0e6d4c6cfe45c7fb1ed8c7d48e56685a
RANDOM SEED=17909696

node26.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.221
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.221
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:       1674192 kB
Buffers:         45060 kB
Cached:         217088 kB
SwapCached:      49428 kB
Active:         239872 kB
Inactive:        88800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1674192 kB
SwapTotal:     4192956 kB
SwapFree:      4137356 kB
Dirty:            2252 kB
Writeback:           0 kB
Mapped:          73968 kB
Slab:            38248 kB
Committed_AS:  1764552 kB
PageTables:       1864 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= 66440 MiB
End job on node26 at 2008-07-05 19:50:17