Trace number 1094888

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+picosat? (MO) 381.058 383.521

General information on the benchmark

Namecsp/fapp/fapp19/
normalized-fapp19-0350-3.xml
MD5SUM82501c03dff619489a40ca8145ed1e9c
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.86172
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/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 19:49:17 2008
0.00/0.04	c 0	PID 24229
0.00/0.05	c 0	HOST node18.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1094888-1215280156.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-1094888-1215280156.xml' 'HOME/temp.csp'
0.04/0.75	c 0	8 domains, 350 variables, 8 predicates, 0 relations, 5873 constraints
0.04/0.78	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.78	c 0	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.73/0.86	c 0	Parsing HOME/temp.csp
1.03/1.17	c 1	parsed 6239 expressions
1.03/1.18	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.18	c 1	Converting to clausal form CSP
1.91/2.00	c 1	converted 624 (10%) expressions
3.11/3.24	c 3	converted 1248 (20%) expressions
4.20/4.37	c 4	converted 1872 (30%) expressions
5.29/5.47	c 5	converted 2496 (40%) expressions
6.27/6.48	c 6	converted 3120 (50%) expressions
7.26/7.49	c 7	converted 3744 (60%) expressions
8.45/8.60	c 8	converted 4368 (70%) expressions
9.54/9.72	c 9	converted 4992 (80%) expressions
10.53/10.79	c 10	converted 5616 (90%) expressions
11.71/11.99	c 11	converted 6239 (100%) expressions
11.71/11.99	c 11	CSP : 698 integers, 17147 booleans, 35873 clauses, largest domain size 2921
11.71/11.99	c 11	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.71/11.99	c 11	Propagation in CSP
12.30/12.56	c 12	4920 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.30/12.56	c 12	CSP : 698 integers, 17147 booleans, 35873 clauses, largest domain size 2921
12.30/12.56	c 12	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.30/12.57	c 12	Simplifing CSP by introducing new Boolean variables
12.40/12.66	c 12	CSP : 698 integers, 29407 booleans, 48133 clauses, largest domain size 2921
12.40/12.66	c 12	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.61/12.82	c 12	Encoding CSP to SAT : HOME/temp.cnf
14.09/14.39	c 14	70 (10%) CSP integer variables are encoded (40772 clauses, 589472 bytes)
15.37/15.63	c 15	140 (20%) CSP integer variables are encoded (76752 clauses, 1129172 bytes)
16.76/17.08	c 17	210 (30%) CSP integer variables are encoded (116663 clauses, 1761524 bytes)
18.34/18.65	c 18	280 (40%) CSP integer variables are encoded (157839 clauses, 2461516 bytes)
19.93/20.23	c 20	349 (50%) CSP integer variables are encoded (199194 clauses, 3164551 bytes)
20.23/20.51	c 20	419 (60%) CSP integer variables are encoded (392807 clauses, 6455972 bytes)
20.43/20.75	c 20	489 (70%) CSP integer variables are encoded (584839 clauses, 9720516 bytes)
20.63/21.00	c 20	559 (80%) CSP integer variables are encoded (780835 clauses, 13052448 bytes)
20.92/21.24	c 21	629 (90%) CSP integer variables are encoded (975779 clauses, 16366496 bytes)
21.12/21.49	c 21	698 (100%) CSP integer variables are encoded (1164838 clauses, 19911452 bytes)
67.10/67.88	c 67	4814 (10%) CSP clauses are encoded (5001654 clauses, 106809360 bytes)
89.56/90.31	c 90	9627 (20%) CSP clauses are encoded (7851933 clauses, 174879187 bytes)
105.32/106.13	c 106	14440 (30%) CSP clauses are encoded (10284787 clauses, 235706758 bytes)
117.75/118.64	c 118	19254 (40%) CSP clauses are encoded (12471608 clauses, 291201305 bytes)
128.68/129.64	c 129	24067 (50%) CSP clauses are encoded (14498240 clauses, 343198268 bytes)
139.40/140.40	c 140	28880 (60%) CSP clauses are encoded (16472742 clauses, 393849987 bytes)
151.84/152.96	c 152	33694 (70%) CSP clauses are encoded (18541638 clauses, 447006983 bytes)
163.57/164.74	c 164	38507 (80%) CSP clauses are encoded (20570633 clauses, 499329466 bytes)
175.91/177.19	c 177	43320 (90%) CSP clauses are encoded (22714965 clauses, 554446915 bytes)
187.54/188.84	c 188	48133 (100%) CSP clauses are encoded (24740815 clauses, 606648942 bytes)
187.54/188.84	c 188	48133 CSP clauses encoded
187.54/188.84	c 188	Writing map file : HOME/temp.map
187.64/188.90	c 188	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
187.64/188.90	c 188	SAT : 1194943 SAT variables, 24740815 SAT clauses, 606648942 bytes
187.64/188.90	c 188	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
187.64/188.92	c 188	SOLVING HOME/temp.cnf
187.64/188.92	c 188	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
380.69/383.02	c ERROR INTERRUPTED
380.81/383.12	s UNKNOWN
380.81/383.12	c 383	CPU 183.54 (0.03 0.01 183.51 4.12)
380.81/383.12	c 383	END Sat Jul  5 19:55:40 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-1094888-1215280156/watcher-1094888-1215280156 -o /tmp/evaluation-result-1094888-1215280156/solver-1094888-1215280156 -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/picosat -tmp=HOME/temp HOME/instance-1094888-1215280156.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.08 2.02 2.01 4/80 24229
/proc/meminfo: memFree=1333384/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=12268 CPUtime=0
/proc/24229/stat : 24229 (sugar) R 24227 24229 21985 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2006990040 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 227848976997 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24229/statm: 3067 316 241 3 0 167 0

[startup+0.088718 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 24229
/proc/meminfo: memFree=1333384/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=0.04
/proc/24229/stat : 24229 (sugar) S 24227 24229 21985 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006990040 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24229/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101536 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 24229
/proc/meminfo: memFree=1333384/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=0.04
/proc/24229/stat : 24229 (sugar) S 24227 24229 21985 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006990040 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24229/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301572 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 24229
/proc/meminfo: memFree=1333384/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=0.04
/proc/24229/stat : 24229 (sugar) S 24227 24229 21985 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006990040 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24229/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701642 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 24229
/proc/meminfo: memFree=1333384/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=0.04
/proc/24229/stat : 24229 (sugar) S 24227 24229 21985 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006990040 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24229/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50279 s]
/proc/loadavg: 2.08 2.02 2.01 4/91 24251
/proc/meminfo: memFree=1325168/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=0.73
/proc/24229/stat : 24229 (sugar) S 24227 24229 21985 0 -1 4194304 973 7716 0 1 3 1 65 4 15 0 1 0 2006990040 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24229/statm: 3400 797 370 3 0 500 0
[pid=24242] ppid=24229 vsize=5356 CPUtime=0
/proc/24242/stat : 24242 (sh) S 24229 24229 21985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006990119 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24242/statm: 1339 233 193 169 0 50 0
[pid=24243] ppid=24242 vsize=868272 CPUtime=0.69
/proc/24243/stat : 24243 (java) S 24242 24229 21985 0 -1 0 5681 0 1 0 66 3 0 0 18 0 9 0 2006990119 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24243/statm: 217068 5074 1732 9 0 211643 0
[pid=24243/tid=24244] ppid=24242 vsize=868272 CPUtime=0.44
/proc/24243/task/24244/stat : 24244 (java) R 24242 24229 21985 0 -1 64 2683 0 1 0 43 1 0 0 19 0 9 0 2006990120 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 103806412 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24245] ppid=24242 vsize=868272 CPUtime=0.06
/proc/24243/task/24245/stat : 24245 (java) S 24242 24229 21985 0 -1 64 876 0 0 0 6 0 0 0 15 0 9 0 2006990121 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24246] ppid=24242 vsize=868272 CPUtime=0
/proc/24243/task/24246/stat : 24246 (java) S 24242 24229 21985 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2006990121 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24247] ppid=24242 vsize=868272 CPUtime=0
/proc/24243/task/24247/stat : 24247 (java) S 24242 24229 21985 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006990121 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24248] ppid=24242 vsize=868272 CPUtime=0
/proc/24243/task/24248/stat : 24248 (java) S 24242 24229 21985 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006990123 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24249] ppid=24242 vsize=868272 CPUtime=0.16
/proc/24243/task/24249/stat : 24249 (java) S 24242 24229 21985 0 -1 64 1430 0 0 0 16 0 0 0 16 0 9 0 2006990123 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24250] ppid=24242 vsize=868272 CPUtime=0
/proc/24243/task/24250/stat : 24250 (java) S 24242 24229 21985 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006990123 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24251] ppid=24242 vsize=868272 CPUtime=0
/proc/24243/task/24251/stat : 24251 (java) S 24242 24229 21985 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006990123 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887228

[startup+3.10109 s]
/proc/loadavg: 2.08 2.02 2.01 4/91 24251
/proc/meminfo: memFree=1269104/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=0.73
/proc/24229/stat : 24229 (sugar) S 24227 24229 21985 0 -1 4194304 973 7716 0 1 3 1 65 4 15 0 1 0 2006990040 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24229/statm: 3400 797 370 3 0 500 0
[pid=24242] ppid=24229 vsize=5356 CPUtime=0
/proc/24242/stat : 24242 (sh) S 24229 24229 21985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006990119 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24242/statm: 1339 233 193 169 0 50 0
[pid=24243] ppid=24242 vsize=868384 CPUtime=2.27
/proc/24243/stat : 24243 (java) S 24242 24229 21985 0 -1 0 7628 0 1 0 222 5 0 0 18 0 9 0 2006990119 889225216 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24243/statm: 217096 6671 2540 9 0 211671 0
[pid=24243/tid=24244] ppid=24242 vsize=868384 CPUtime=1.86
/proc/24243/task/24244/stat : 24244 (java) R 24242 24229 21985 0 -1 64 2863 0 1 0 184 2 0 0 25 0 9 0 2006990120 889225216 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24245] ppid=24242 vsize=868384 CPUtime=0.2
/proc/24243/task/24245/stat : 24245 (java) S 24242 24229 21985 0 -1 64 2620 0 0 0 18 2 0 0 15 0 9 0 2006990121 889225216 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24246] ppid=24242 vsize=868384 CPUtime=0
/proc/24243/task/24246/stat : 24246 (java) S 24242 24229 21985 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006990121 889225216 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24247] ppid=24242 vsize=868384 CPUtime=0
/proc/24243/task/24247/stat : 24247 (java) S 24242 24229 21985 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006990121 889225216 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24248] ppid=24242 vsize=868384 CPUtime=0
/proc/24243/task/24248/stat : 24248 (java) S 24242 24229 21985 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006990123 889225216 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24249] ppid=24242 vsize=868384 CPUtime=0.19
/proc/24243/task/24249/stat : 24249 (java) S 24242 24229 21985 0 -1 64 1452 0 0 0 19 0 0 0 16 0 9 0 2006990123 889225216 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24250] ppid=24242 vsize=868384 CPUtime=0
/proc/24243/task/24250/stat : 24250 (java) S 24242 24229 21985 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006990123 889225216 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24251] ppid=24242 vsize=868384 CPUtime=0
/proc/24243/task/24251/stat : 24251 (java) S 24242 24229 21985 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006990123 889225216 6671 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.31164 s]
/proc/loadavg: 2.07 2.02 2.00 3/91 24251
/proc/meminfo: memFree=1263472/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=0.73
/proc/24229/stat : 24229 (sugar) S 24227 24229 21985 0 -1 4194304 973 7716 0 1 3 1 65 4 16 0 1 0 2006990040 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24229/statm: 3400 797 370 3 0 500 0
[pid=24242] ppid=24229 vsize=5356 CPUtime=0
/proc/24242/stat : 24242 (sh) S 24229 24229 21985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006990119 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24242/statm: 1339 233 193 169 0 50 0
[pid=24243] ppid=24242 vsize=868384 CPUtime=5.45
/proc/24243/stat : 24243 (java) S 24242 24229 21985 0 -1 0 9217 0 1 0 536 9 0 0 18 0 9 0 2006990119 889225216 7877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24243/statm: 217096 7877 2540 9 0 211671 0
[pid=24243/tid=24244] ppid=24242 vsize=868384 CPUtime=4.73
/proc/24243/task/24244/stat : 24244 (java) R 24242 24229 21985 0 -1 64 3246 0 1 0 470 3 0 0 25 0 9 0 2006990120 889225216 7877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24245] ppid=24242 vsize=868384 CPUtime=0.5
/proc/24243/task/24245/stat : 24245 (java) R 24242 24229 21985 0 -1 64 3822 0 0 0 45 5 0 0 16 0 9 0 2006990121 889225216 7877 996147200 134512640 134550740 4294955952 18446744073709551615 102721820 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24246] ppid=24242 vsize=868384 CPUtime=0
/proc/24243/task/24246/stat : 24246 (java) S 24242 24229 21985 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006990121 889225216 7877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24247] ppid=24242 vsize=868384 CPUtime=0
/proc/24243/task/24247/stat : 24247 (java) S 24242 24229 21985 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006990121 889225216 7877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24248] ppid=24242 vsize=868384 CPUtime=0
/proc/24243/task/24248/stat : 24248 (java) S 24242 24229 21985 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006990123 889225216 7877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24249] ppid=24242 vsize=868384 CPUtime=0.2
/proc/24243/task/24249/stat : 24249 (java) S 24242 24229 21985 0 -1 64 1456 0 0 0 20 0 0 0 15 0 9 0 2006990123 889225216 7877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24250] ppid=24242 vsize=868384 CPUtime=0
/proc/24243/task/24250/stat : 24250 (java) S 24242 24229 21985 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006990123 889225216 7877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24251] ppid=24242 vsize=868384 CPUtime=0
/proc/24243/task/24251/stat : 24251 (java) S 24242 24229 21985 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006990123 889225216 7877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887340

[startup+12.7028 s]
/proc/loadavg: 2.07 2.02 2.00 3/91 24251
/proc/meminfo: memFree=1207664/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=0.73
/proc/24229/stat : 24229 (sugar) S 24227 24229 21985 0 -1 4194304 974 7716 0 1 3 1 65 4 15 0 1 0 2006990040 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24229/statm: 3400 797 370 3 0 500 0
[pid=24242] ppid=24229 vsize=5356 CPUtime=0
/proc/24242/stat : 24242 (sh) S 24229 24229 21985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006990119 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24242/statm: 1339 233 193 169 0 50 0
[pid=24243] ppid=24242 vsize=868384 CPUtime=11.78
/proc/24243/stat : 24243 (java) S 24242 24229 21985 0 -1 0 13161 0 1 0 1162 16 0 0 18 0 9 0 2006990119 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24243/statm: 217096 11255 2541 9 0 211671 0
[pid=24243/tid=24244] ppid=24242 vsize=868384 CPUtime=10.27
/proc/24243/task/24244/stat : 24244 (java) R 24242 24229 21985 0 -1 64 3953 0 1 0 1023 4 0 0 25 0 9 0 2006990120 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24245] ppid=24242 vsize=868384 CPUtime=1.23
/proc/24243/task/24245/stat : 24245 (java) R 24242 24229 21985 0 -1 64 7044 0 0 0 114 9 0 0 16 0 9 0 2006990121 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 103735910 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24246] ppid=24242 vsize=868384 CPUtime=0
/proc/24243/task/24246/stat : 24246 (java) S 24242 24229 21985 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006990121 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24247] ppid=24242 vsize=868384 CPUtime=0
/proc/24243/task/24247/stat : 24247 (java) S 24242 24229 21985 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006990121 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24248] ppid=24242 vsize=868384 CPUtime=0
/proc/24243/task/24248/stat : 24248 (java) S 24242 24229 21985 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006990123 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24249] ppid=24242 vsize=868384 CPUtime=0.23
/proc/24243/task/24249/stat : 24249 (java) S 24242 24229 21985 0 -1 64 1471 0 0 0 23 0 0 0 15 0 9 0 2006990123 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24250] ppid=24242 vsize=868384 CPUtime=0
/proc/24243/task/24250/stat : 24250 (java) S 24242 24229 21985 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006990123 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24251] ppid=24242 vsize=868384 CPUtime=0
/proc/24243/task/24251/stat : 24251 (java) S 24242 24229 21985 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006990123 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.503 s]
/proc/loadavg: 2.13 2.03 2.01 3/91 24251
/proc/meminfo: memFree=1171824/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=0.73
/proc/24229/stat : 24229 (sugar) S 24227 24229 21985 0 -1 4194304 974 7716 0 1 3 1 65 4 15 0 1 0 2006990040 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24229/statm: 3400 797 370 3 0 500 0
[pid=24242] ppid=24229 vsize=5356 CPUtime=0
/proc/24242/stat : 24242 (sh) S 24229 24229 21985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006990119 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24242/statm: 1339 233 193 169 0 50 0
[pid=24243] ppid=24242 vsize=868496 CPUtime=24.45
/proc/24243/stat : 24243 (java) S 24242 24229 21985 0 -1 0 13624 0 1 0 2408 37 0 0 18 0 9 0 2006990119 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24243/statm: 217124 11332 2566 9 0 211671 0
[pid=24243/tid=24244] ppid=24242 vsize=868496 CPUtime=22.63
/proc/24243/task/24244/stat : 24244 (java) R 24242 24229 21985 0 -1 64 4382 0 1 0 2241 22 0 0 25 0 9 0 2006990120 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4126850811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24245] ppid=24242 vsize=868496 CPUtime=1.5
/proc/24243/task/24245/stat : 24245 (java) S 24242 24229 21985 0 -1 64 7050 0 0 0 138 12 0 0 16 0 9 0 2006990121 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24246] ppid=24242 vsize=868496 CPUtime=0
/proc/24243/task/24246/stat : 24246 (java) S 24242 24229 21985 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006990121 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24247] ppid=24242 vsize=868496 CPUtime=0
/proc/24243/task/24247/stat : 24247 (java) S 24242 24229 21985 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006990121 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/24243/task/24246/stat : 24246 (java) S 24242 24229 21985 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006990121 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24247] ppid=24242 vsize=868496 CPUtime=0
/proc/24243/task/24247/stat : 24247 (java) S 24242 24229 21985 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006990121 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24248] ppid=24242 vsize=868496 CPUtime=0
/proc/24243/task/24248/stat : 24248 (java) S 24242 24229 21985 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006990123 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24249] ppid=24242 vsize=868496 CPUtime=0.29
/proc/24243/task/24249/stat : 24249 (java) S 24242 24229 21985 0 -1 64 1505 0 0 0 28 1 0 0 16 0 9 0 2006990123 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24243/tid=24250] ppid=24242 vsize=868496 CPUtime=0
/proc/24243/task/24250/stat : 24250 (java) S 24242 24229 21985 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006990123 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24251] ppid=24242 vsize=868496 CPUtime=0
/proc/24243/task/24251/stat : 24251 (java) S 24242 24229 21985 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006990123 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.54
Current children cumulated vsize (KiB) 887452

[startup+162.301 s]
/proc/loadavg: 2.81 2.29 2.10 3/83 24279
/proc/meminfo: memFree=1217008/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=0.73
/proc/24229/stat : 24229 (sugar) S 24227 24229 21985 0 -1 4194304 974 7716 0 1 3 1 65 4 16 0 1 0 2006990040 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24229/statm: 3400 797 370 3 0 500 0
[pid=24242] ppid=24229 vsize=5356 CPUtime=0
/proc/24242/stat : 24242 (sh) S 24229 24229 21985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006990119 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24242/statm: 1339 233 193 169 0 50 0
[pid=24243] ppid=24242 vsize=868496 CPUtime=160.45
/proc/24243/stat : 24243 (java) S 24242 24229 21985 0 -1 0 18826 0 1 0 15715 330 0 0 18 0 9 0 2006990119 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24243/statm: 217124 11339 2566 9 0 211671 0
[pid=24243/tid=24244] ppid=24242 vsize=868496 CPUtime=156.81
/proc/24243/task/24244/stat : 24244 (java) R 24242 24229 21985 0 -1 64 9577 0 1 0 15397 284 0 0 25 0 9 0 2006990120 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24243/tid=24245] ppid=24242 vsize=868496 CPUtime=3.33
/proc/24243/task/24245/stat : 24245 (java) S 24242 24229 21985 0 -1 64 7050 0 0 0 289 44 0 0 16 0 9 0 2006990121 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24243/tid=24246] ppid=24242 vsize=868496 CPUtime=0
/proc/24243/task/24246/stat : 24246 (java) S 24242 24229 21985 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006990121 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24247] ppid=24242 vsize=868496 CPUtime=0
/proc/24243/task/24247/stat : 24247 (java) S 24242 24229 21985 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006990121 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24248] ppid=24242 vsize=868496 CPUtime=0
/proc/24243/task/24248/stat : 24248 (java) S 24242 24229 21985 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006990123 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24249] ppid=24242 vsize=868496 CPUtime=0.29
/proc/24243/task/24249/stat : 24249 (java) S 24242 24229 21985 0 -1 64 1506 0 0 0 28 1 0 0 15 0 9 0 2006990123 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24243/tid=24250] ppid=24242 vsize=868496 CPUtime=0
/proc/24243/task/24250/stat : 24250 (java) S 24242 24229 21985 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006990123 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24243/tid=24251] ppid=24242 vsize=868496 CPUtime=0
/proc/24243/task/24251/stat : 24251 (java) S 24242 24229 21985 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006990123 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) 161.18
Current children cumulated vsize (KiB) 887452

[startup+222.302 s]
/proc/loadavg: 2.63 2.35 2.13 3/75 24281
/proc/meminfo: memFree=934256/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=187.66
/proc/24229/stat : 24229 (sugar) S 24227 24229 21985 0 -1 4194304 1025 28153 0 2 3 1 18351 411 17 0 1 0 2006990040 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24229/statm: 3400 800 370 3 0 500 0
[pid=24280] ppid=24229 vsize=5356 CPUtime=0
/proc/24280/stat : 24280 (sh) S 24229 24229 21985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007008933 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24280/statm: 1339 232 193 169 0 50 0
[pid=24281] ppid=24280 vsize=253548 CPUtime=33.05
/proc/24281/stat : 24281 (picosat) R 24280 24229 21985 0 -1 4194304 49155 0 0 0 1498 1807 0 0 25 0 1 0 2007008933 259633152 49141 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24281/statm: 63387 49141 40 102 0 63282 0
Current children cumulated CPU time (s) 220.71
Current children cumulated vsize (KiB) 272504

[startup+282.301 s]
/proc/loadavg: 2.23 2.28 2.12 3/85 24319
/proc/meminfo: memFree=717216/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=187.66
/proc/24229/stat : 24229 (sugar) S 24227 24229 21985 0 -1 4194304 1025 28153 0 2 3 1 18351 411 17 0 1 0 2006990040 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24229/statm: 3400 800 370 3 0 500 0
[pid=24280] ppid=24229 vsize=5356 CPUtime=0
/proc/24280/stat : 24280 (sh) S 24229 24229 21985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007008933 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24280/statm: 1339 232 193 169 0 50 0
[pid=24281] ppid=24280 vsize=472100 CPUtime=92.51
/proc/24281/stat : 24281 (picosat) R 24280 24229 21985 0 -1 4194304 102872 0 0 0 4224 5027 0 0 25 0 1 0 2007008933 483430400 102858 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24281/statm: 118025 102858 40 102 0 117920 0
Current children cumulated CPU time (s) 280.17
Current children cumulated vsize (KiB) 491056

[startup+342.303 s]
/proc/loadavg: 2.11 2.24 2.11 3/77 24331
/proc/meminfo: memFree=160352/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=187.66
/proc/24229/stat : 24229 (sugar) S 24227 24229 21985 0 -1 4194304 1025 28153 0 2 3 1 18351 411 17 0 1 0 2006990040 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24229/statm: 3400 800 370 3 0 500 0
[pid=24280] ppid=24229 vsize=5356 CPUtime=0
/proc/24280/stat : 24280 (sh) S 24229 24229 21985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007008933 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24280/statm: 1339 232 193 169 0 50 0
[pid=24281] ppid=24280 vsize=709408 CPUtime=152.4
/proc/24281/stat : 24281 (picosat) R 24280 24229 21985 0 -1 4194304 160367 0 0 0 6896 8344 0 0 25 0 1 0 2007008933 726433792 160353 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24281/statm: 177352 160353 40 102 0 177247 0
Current children cumulated CPU time (s) 340.06
Current children cumulated vsize (KiB) 728364



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+383.002 s]
/proc/loadavg: 2.05 2.21 2.10 3/77 24331
/proc/meminfo: memFree=16224/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=187.66
/proc/24229/stat : 24229 (sugar) S 24227 24229 21985 0 -1 4194304 1025 28153 0 2 3 1 18351 411 17 0 1 0 2006990040 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24229/statm: 3400 800 370 3 0 500 0
[pid=24280] ppid=24229 vsize=5356 CPUtime=0
/proc/24280/stat : 24280 (sh) S 24229 24229 21985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007008933 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24280/statm: 1339 232 193 169 0 50 0
[pid=24281] ppid=24280 vsize=903012 CPUtime=193.03
/proc/24281/stat : 24281 (picosat) R 24280 24229 21985 0 -1 4194304 196412 0 0 0 8585 10718 0 0 25 0 1 0 2007008933 924684288 196398 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24281/statm: 225753 196398 40 102 0 225648 0
Current children cumulated CPU time (s) 380.69
Current children cumulated vsize (KiB) 921968

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

[startup+383.119 s]
/proc/loadavg: 2.05 2.21 2.10 3/77 24331
/proc/meminfo: memFree=16224/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=187.66
/proc/24229/stat : 24229 (sugar) S 24227 24229 21985 0 -1 4194304 1043 28153 0 2 3 1 18351 411 16 0 1 0 2006990040 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24229/statm: 3400 800 370 3 0 500 0
[pid=24280] ppid=24229 vsize=0 CPUtime=0
/proc/24280/stat : 24280 (sh) Z 24229 24229 21985 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2007008933 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24280/statm: 0 0 0 0 0 0 0
[pid=24281] ppid=1 vsize=0 CPUtime=193.15
/proc/24281/stat : 24281 (picosat) R 1 24229 21985 0 -1 4195332 196413 0 0 0 8585 10730 0 0 25 0 1 0 2007008933 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/24281/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 380.81
Current children cumulated vsize (KiB) 13600

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

[startup+383.202 s]
/proc/loadavg: 2.05 2.21 2.10 3/77 24331
/proc/meminfo: memFree=16224/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=187.73
/proc/24229/stat : 24229 (sugar) R 24227 24229 21985 0 -1 4194304 1071 28430 0 2 3 7 18351 412 16 0 1 0 2006990040 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24229/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 187.73
Current children cumulated vsize (KiB) 13600

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

[startup+383.402 s]
/proc/loadavg: 2.05 2.21 2.10 3/77 24331
/proc/meminfo: memFree=16224/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=187.93
/proc/24229/stat : 24229 (sugar) R 24227 24229 21985 0 -1 4194304 1071 28430 0 2 3 27 18351 412 17 0 1 0 2006990040 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24229/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 187.93
Current children cumulated vsize (KiB) 13600

[startup+383.502 s]
/proc/loadavg: 2.05 2.21 2.10 3/77 24331
/proc/meminfo: memFree=16224/2055920 swapFree=4180540/4192956
[pid=24229] ppid=24227 vsize=13600 CPUtime=187.95
/proc/24229/stat : 24229 (sugar) D 24227 24229 21985 0 -1 4194304 1071 28430 0 2 3 29 18351 412 16 0 1 0 2006990040 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24229/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 187.95
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): 193.08
#  lost CPU user time (s): 85.85
#  lost CPU system time (s): 107.23

Real time (s): 383.521
CPU time (s): 381.058
CPU user time (s): 269.405
CPU system time (s): 111.653
CPU usage (%): 99.358
Max. virtual memory (cumulated for all children) (KiB): 921968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 183.555
system time used= 4.42333
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29532
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= 62205
involuntary context switches= 61488

runsolver used 0.491925 second user time and 1.26481 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-05 19:49:16
IDJOB=1094888
IDBENCH=58841
IDSOLVER=345
FILE ID=node18/1094888-1215280156
PBS_JOBID= 7882192
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp19/normalized-fapp19-0350-3.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094888-1215280156/watcher-1094888-1215280156 -o /tmp/evaluation-result-1094888-1215280156/solver-1094888-1215280156 -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/picosat" -tmp="HOME/temp" HOME/instance-1094888-1215280156.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 82501c03dff619489a40ca8145ed1e9c
RANDOM SEED=1036255199

node18.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.268
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	: 5931.00
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.268
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:       1333864 kB
Buffers:         50156 kB
Cached:         196516 kB
SwapCached:       6220 kB
Active:         586348 kB
Inactive:        82016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1333864 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            2076 kB
Writeback:           0 kB
Mapped:         435284 kB
Slab:            38200 kB
Committed_AS:  4377872 kB
PageTables:       2548 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= 66316 MiB
End job on node18 at 2008-07-05 19:55:42