Trace number 1094889

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) 212.96 215.449

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/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 19:49:18 2008
0.00/0.04	c 0	PID 4881
0.03/0.05	c 0	HOST node43.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1094889-1215280158.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1094889-1215280158.xml' 'HOME/temp.csp'
0.03/0.96	c 1	8 domains, 350 variables, 8 predicates, 0 relations, 5873 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	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.92/1.08	c 1	Parsing HOME/temp.csp
0.92/1.39	c 2	parsed 6239 expressions
0.92/1.40	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.40	c 2	Converting to clausal form CSP
2.10/2.23	c 3	converted 624 (10%) expressions
3.28/3.48	c 4	converted 1248 (20%) expressions
4.47/4.63	c 5	converted 1872 (30%) expressions
5.55/5.74	c 6	converted 2496 (40%) expressions
6.54/6.78	c 7	converted 3120 (50%) expressions
7.63/7.80	c 8	converted 3744 (60%) expressions
8.72/8.93	c 9	converted 4368 (70%) expressions
9.82/10.06	c 10	converted 4992 (80%) expressions
10.90/11.15	c 11	converted 5616 (90%) expressions
12.10/12.37	c 13	converted 6239 (100%) expressions
12.10/12.37	c 13	CSP : 698 integers, 17147 booleans, 35873 clauses, largest domain size 2921
12.10/12.37	c 13	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.10/12.37	c 13	Propagation in CSP
12.70/12.95	c 13	4920 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.70/12.96	c 13	CSP : 698 integers, 17147 booleans, 35873 clauses, largest domain size 2921
12.70/12.96	c 13	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.70/12.97	c 13	Simplifing CSP by introducing new Boolean variables
12.80/13.06	c 13	CSP : 698 integers, 29407 booleans, 48133 clauses, largest domain size 2921
12.80/13.06	c 13	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.00/13.24	c 14	Encoding CSP to SAT : HOME/temp.cnf
14.58/14.82	c 15	70 (10%) CSP integer variables are encoded (40772 clauses, 589472 bytes)
15.76/16.08	c 16	140 (20%) CSP integer variables are encoded (76752 clauses, 1129172 bytes)
17.25/17.56	c 18	210 (30%) CSP integer variables are encoded (116663 clauses, 1761524 bytes)
18.83/19.15	c 19	280 (40%) CSP integer variables are encoded (157839 clauses, 2461516 bytes)
20.41/20.75	c 21	349 (50%) CSP integer variables are encoded (199194 clauses, 3164551 bytes)
20.71/21.05	c 21	419 (60%) CSP integer variables are encoded (392807 clauses, 6455972 bytes)
20.91/21.29	c 22	489 (70%) CSP integer variables are encoded (584839 clauses, 9720516 bytes)
21.21/21.55	c 22	559 (80%) CSP integer variables are encoded (780835 clauses, 13052448 bytes)
21.40/21.79	c 22	629 (90%) CSP integer variables are encoded (975779 clauses, 16366496 bytes)
21.70/22.05	c 22	698 (100%) CSP integer variables are encoded (1164838 clauses, 19911452 bytes)
69.20/70.07	c 70	4814 (10%) CSP clauses are encoded (5001654 clauses, 106809360 bytes)
94.03/95.10	c 95	9627 (20%) CSP clauses are encoded (7851933 clauses, 174879187 bytes)
111.53/112.84	c 113	14440 (30%) CSP clauses are encoded (10284787 clauses, 235706758 bytes)
125.27/126.90	c 127	19254 (40%) CSP clauses are encoded (12471608 clauses, 291201305 bytes)
137.50/139.23	c 140	24067 (50%) CSP clauses are encoded (14498240 clauses, 343198268 bytes)
149.41/151.36	c 152	28880 (60%) CSP clauses are encoded (16472742 clauses, 393849987 bytes)
163.26/165.43	c 166	33694 (70%) CSP clauses are encoded (18541638 clauses, 447006983 bytes)
175.69/177.99	c 178	38507 (80%) CSP clauses are encoded (20570633 clauses, 499329466 bytes)
189.01/191.38	c 192	43320 (90%) CSP clauses are encoded (22714965 clauses, 554446915 bytes)
201.44/203.84	c 204	48133 (100%) CSP clauses are encoded (24740815 clauses, 606648942 bytes)
201.44/203.84	c 204	48133 CSP clauses encoded
201.44/203.84	c 204	Writing map file : HOME/temp.map
201.54/203.91	c 204	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
201.54/203.91	c 204	SAT : 1194943 SAT variables, 24740815 SAT clauses, 606648942 bytes
201.54/203.91	c 204	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
201.54/203.97	c 204	SOLVING HOME/temp.cnf
201.54/203.97	c 204	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
201.54/203.97	c 204	This is MiniSat 2.0 beta
201.54/203.97	c 204	WARNING: for repeatability, setting FPU to use double precision
201.54/203.97	c 204	============================[ Problem Statistics ]=============================
201.54/203.97	c 204	|                                                                             |
201.54/203.97	c 204	|  Number of variables:  1194943                                              |
201.54/203.97	c 204	|  Number of clauses:    24740815                                             |
212.84/215.31	c ERROR INTERRUPTED
212.96/215.44	s UNKNOWN
212.96/215.44	c 216	CPU 197.04 (0.03 0.01 197.01 4.53)
212.96/215.44	c 216	END Sat Jul  5 19:52:54 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-1094889-1215280158/watcher-1094889-1215280158 -o /tmp/evaluation-result-1094889-1215280158/solver-1094889-1215280158 -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-1094889-1215280158.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.06 2.02 2.00 4/73 4881
/proc/meminfo: memFree=821616/2055920 swapFree=4179776/4192956
[pid=4881] ppid=4879 vsize=12268 CPUtime=0
/proc/4881/stat : 4881 (sugar) R 4879 4881 3977 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2006988302 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221954931301 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4881/statm: 3067 316 241 3 0 167 0

[startup+0.0505589 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 4881
/proc/meminfo: memFree=821616/2055920 swapFree=4179776/4192956
[pid=4881] ppid=4879 vsize=13600 CPUtime=0.03
/proc/4881/stat : 4881 (sugar) S 4879 4881 3977 0 -1 4194304 837 0 0 0 2 1 0 0 18 0 1 0 2006988302 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4881/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102036 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 4881
/proc/meminfo: memFree=821616/2055920 swapFree=4179776/4192956
[pid=4881] ppid=4879 vsize=13600 CPUtime=0.03
/proc/4881/stat : 4881 (sugar) S 4879 4881 3977 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2006988302 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4881/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301518 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 4881
/proc/meminfo: memFree=821616/2055920 swapFree=4179776/4192956
[pid=4881] ppid=4879 vsize=13600 CPUtime=0.03
/proc/4881/stat : 4881 (sugar) S 4879 4881 3977 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2006988302 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4881/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701559 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 4881
/proc/meminfo: memFree=821616/2055920 swapFree=4179776/4192956
[pid=4881] ppid=4879 vsize=13600 CPUtime=0.03
/proc/4881/stat : 4881 (sugar) S 4879 4881 3977 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2006988302 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4881/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50163 s]
/proc/loadavg: 2.06 2.02 2.00 3/75 4894
/proc/meminfo: memFree=819232/2055920 swapFree=4179776/4192956
[pid=4881] ppid=4879 vsize=13600 CPUtime=0.92
/proc/4881/stat : 4881 (sugar) S 4879 4881 3977 0 -1 4194304 973 7722 0 1 2 1 85 4 15 0 1 0 2006988302 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4881/statm: 3400 797 370 3 0 500 0
[pid=4894] ppid=4881 vsize=5356 CPUtime=0
/proc/4894/stat : 4894 (sh) S 4881 4881 3977 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006988402 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4894/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 18956

[startup+3.10277 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 4903
/proc/meminfo: memFree=804952/2055920 swapFree=4179776/4192956
[pid=4881] ppid=4879 vsize=13600 CPUtime=0.92
/proc/4881/stat : 4881 (sugar) S 4879 4881 3977 0 -1 4194304 973 7722 0 1 2 1 85 4 15 0 1 0 2006988302 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4881/statm: 3400 797 370 3 0 500 0
[pid=4894] ppid=4881 vsize=5356 CPUtime=0
/proc/4894/stat : 4894 (sh) S 4881 4881 3977 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006988402 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4894/statm: 1339 233 193 169 0 50 0
[pid=4895] ppid=4894 vsize=868384 CPUtime=2.06
/proc/4895/stat : 4895 (java) S 4894 4881 3977 0 -1 0 7484 0 1 0 201 5 0 0 18 0 9 0 2006988403 889225216 6556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4895/statm: 217096 6556 2540 9 0 211671 0
[pid=4895/tid=4896] ppid=4894 vsize=868384 CPUtime=1.65
/proc/4895/task/4896/stat : 4896 (java) R 4894 4881 3977 0 -1 64 2833 0 1 0 164 1 0 0 25 0 9 0 2006988404 889225216 6556 996147200 134512640 134550740 4294955952 18446744073709551615 4126565383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4897] ppid=4894 vsize=868384 CPUtime=0.19
/proc/4895/task/4897/stat : 4897 (java) S 4894 4881 3977 0 -1 64 2507 0 0 0 17 2 0 0 16 0 9 0 2006988405 889225216 6556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4898] ppid=4894 vsize=868384 CPUtime=0
/proc/4895/task/4898/stat : 4898 (java) S 4894 4881 3977 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006988405 889225216 6556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4899] ppid=4894 vsize=868384 CPUtime=0
/proc/4895/task/4899/stat : 4899 (java) S 4894 4881 3977 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006988405 889225216 6556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4900] ppid=4894 vsize=868384 CPUtime=0
/proc/4895/task/4900/stat : 4900 (java) S 4894 4881 3977 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006988407 889225216 6556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4901] ppid=4894 vsize=868384 CPUtime=0.2
/proc/4895/task/4901/stat : 4901 (java) S 4894 4881 3977 0 -1 64 1452 0 0 0 20 0 0 0 15 0 9 0 2006988407 889225216 6556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4902] ppid=4894 vsize=868384 CPUtime=0
/proc/4895/task/4902/stat : 4902 (java) S 4894 4881 3977 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006988407 889225216 6556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4903] ppid=4894 vsize=868384 CPUtime=0
/proc/4895/task/4903/stat : 4903 (java) S 4894 4881 3977 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006988407 889225216 6556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887340

[startup+6.30206 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 4903
/proc/meminfo: memFree=799192/2055920 swapFree=4179776/4192956
[pid=4881] ppid=4879 vsize=13600 CPUtime=0.92
/proc/4881/stat : 4881 (sugar) S 4879 4881 3977 0 -1 4194304 973 7722 0 1 2 1 85 4 16 0 1 0 2006988302 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4881/statm: 3400 797 370 3 0 500 0
[pid=4894] ppid=4881 vsize=5356 CPUtime=0
/proc/4894/stat : 4894 (sh) S 4881 4881 3977 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006988402 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4894/statm: 1339 233 193 169 0 50 0
[pid=4895] ppid=4894 vsize=868384 CPUtime=5.23
/proc/4895/stat : 4895 (java) S 4894 4881 3977 0 -1 0 9063 0 1 0 514 9 0 0 18 0 9 0 2006988403 889225216 7758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4895/statm: 217096 7758 2540 9 0 211671 0
[pid=4895/tid=4896] ppid=4894 vsize=868384 CPUtime=4.51
/proc/4895/task/4896/stat : 4896 (java) R 4894 4881 3977 0 -1 64 3210 0 1 0 448 3 0 0 25 0 9 0 2006988404 889225216 7758 996147200 134512640 134550740 4294955952 18446744073709551615 4126565035 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4897] ppid=4894 vsize=868384 CPUtime=0.48
/proc/4895/task/4897/stat : 4897 (java) S 4894 4881 3977 0 -1 64 3704 0 0 0 44 4 0 0 16 0 9 0 2006988405 889225216 7758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4898] ppid=4894 vsize=868384 CPUtime=0
/proc/4895/task/4898/stat : 4898 (java) S 4894 4881 3977 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006988405 889225216 7758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4899] ppid=4894 vsize=868384 CPUtime=0
/proc/4895/task/4899/stat : 4899 (java) S 4894 4881 3977 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006988405 889225216 7758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4900] ppid=4894 vsize=868384 CPUtime=0
/proc/4895/task/4900/stat : 4900 (java) S 4894 4881 3977 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006988407 889225216 7758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4901] ppid=4894 vsize=868384 CPUtime=0.21
/proc/4895/task/4901/stat : 4901 (java) S 4894 4881 3977 0 -1 64 1457 0 0 0 21 0 0 0 15 0 9 0 2006988407 889225216 7758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4902] ppid=4894 vsize=868384 CPUtime=0
/proc/4895/task/4902/stat : 4902 (java) S 4894 4881 3977 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006988407 889225216 7758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4903] ppid=4894 vsize=868384 CPUtime=0
/proc/4895/task/4903/stat : 4903 (java) S 4894 4881 3977 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006988407 889225216 7758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887340

[startup+12.7016 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 4903
/proc/meminfo: memFree=790424/2055920 swapFree=4179776/4192956
[pid=4881] ppid=4879 vsize=13600 CPUtime=0.93
/proc/4881/stat : 4881 (sugar) S 4879 4881 3977 0 -1 4194304 974 7722 0 1 3 1 85 4 16 0 1 0 2006988302 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4881/statm: 3400 797 370 3 0 500 0
[pid=4894] ppid=4881 vsize=5356 CPUtime=0
/proc/4894/stat : 4894 (sh) S 4881 4881 3977 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006988402 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4894/statm: 1339 233 193 169 0 50 0
[pid=4895] ppid=4894 vsize=868384 CPUtime=11.57
/proc/4895/stat : 4895 (java) S 4894 4881 3977 0 -1 0 11568 0 1 0 1142 15 0 0 18 0 9 0 2006988403 889225216 9681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4895/statm: 217096 9681 2540 9 0 211671 0
[pid=4895/tid=4896] ppid=4894 vsize=868384 CPUtime=10.15
/proc/4895/task/4896/stat : 4896 (java) R 4894 4881 3977 0 -1 64 3926 0 1 0 1011 4 0 0 25 0 9 0 2006988404 889225216 9681 996147200 134512640 134550740 4294955952 18446744073709551615 4126428772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4897] ppid=4894 vsize=868384 CPUtime=1.16
/proc/4895/task/4897/stat : 4897 (java) S 4894 4881 3977 0 -1 64 5486 0 0 0 107 9 0 0 16 0 9 0 2006988405 889225216 9681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4898] ppid=4894 vsize=868384 CPUtime=0
/proc/4895/task/4898/stat : 4898 (java) S 4894 4881 3977 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006988405 889225216 9681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4899] ppid=4894 vsize=868384 CPUtime=0
/proc/4895/task/4899/stat : 4899 (java) S 4894 4881 3977 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006988405 889225216 9681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4900] ppid=4894 vsize=868384 CPUtime=0
/proc/4895/task/4900/stat : 4900 (java) S 4894 4881 3977 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006988407 889225216 9681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4901] ppid=4894 vsize=868384 CPUtime=0.22
/proc/4895/task/4901/stat : 4901 (java) S 4894 4881 3977 0 -1 64 1464 0 0 0 22 0 0 0 16 0 9 0 2006988407 889225216 9681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4902] ppid=4894 vsize=868384 CPUtime=0
/proc/4895/task/4902/stat : 4902 (java) S 4894 4881 3977 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006988407 889225216 9681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4903] ppid=4894 vsize=868384 CPUtime=0
/proc/4895/task/4903/stat : 4903 (java) S 4894 4881 3977 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006988407 889225216 9681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887340

[startup+25.5028 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 4903
/proc/meminfo: memFree=754456/2055920 swapFree=4179776/4192956
[pid=4881] ppid=4879 vsize=13600 CPUtime=0.93
/proc/4881/stat : 4881 (sugar) S 4879 4881 3977 0 -1 4194304 974 7722 0 1 3 1 85 4 15 0 1 0 2006988302 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4881/statm: 3400 797 370 3 0 500 0
[pid=4894] ppid=4881 vsize=5356 CPUtime=0
/proc/4894/stat : 4894 (sh) S 4881 4881 3977 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006988402 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4894/statm: 1339 233 193 169 0 50 0
[pid=4895] ppid=4894 vsize=868496 CPUtime=24.23
/proc/4895/stat : 4895 (java) S 4894 4881 3977 0 -1 0 13602 0 1 0 2386 37 0 0 18 0 9 0 2006988403 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4895/statm: 217124 11332 2566 9 0 211671 0
[pid=4895/tid=4896] ppid=4894 vsize=868496 CPUtime=22.36
/proc/4895/task/4896/stat : 4896 (java) R 4894 4881 3977 0 -1 64 4359 0 1 0 2215 21 0 0 25 0 9 0 2006988404 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4126948456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4897] ppid=4894 vsize=868496 CPUtime=1.55
/proc/4895/task/4897/stat : 4897 (java) S 4894 4881 3977 0 -1 64 7052 0 0 0 142 13 0 0 16 0 9 0 2006988405 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4898] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4898/stat : 4898 (java) S 4894 4881 3977 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006988405 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4899] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4899/stat : 4899 (java) S 4894 4881 3977 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006988405 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4900] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4900/stat : 4900 (java) S 4894 4881 3977 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006988407 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4901] ppid=4894 vsize=868496 CPUtime=0.28
/proc/4895/task/4901/stat : 4901 (java) S 4894 4881 3977 0 -1 64 1499 0 0 0 28 0 0 0 16 0 9 0 2006988407 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4902] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4902/stat : 4902 (java) S 4894 4881 3977 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006988407 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4903] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4903/stat : 4903 (java) S 4894 4881 3977 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006988407 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.16
Current children cumulated vsize (KiB) 887452

[startup+51.1021 s]
/proc/loadavg: 2.08 2.03 2.00 3/84 4903
/proc/meminfo: memFree=711960/2055920 swapFree=4179776/4192956
[pid=4881] ppid=4879 vsize=13600 CPUtime=0.93
/proc/4881/stat : 4881 (sugar) S 4879 4881 3977 0 -1 4194304 974 7722 0 1 3 1 85 4 15 0 1 0 2006988302 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4881/statm: 3400 797 370 3 0 500 0
[pid=4894] ppid=4881 vsize=5356 CPUtime=0
/proc/4894/stat : 4894 (sh) S 4881 4881 3977 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006988402 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4894/statm: 1339 233 193 169 0 50 0
[pid=4895] ppid=4894 vsize=868496 CPUtime=49.57
/proc/4895/stat : 4895 (java) S 4894 4881 3977 0 -1 0 14147 0 1 0 4891 66 0 0 18 0 9 0 2006988403 889339904 11336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4895/statm: 217124 11336 2566 9 0 211671 0
[pid=4895/tid=4896] ppid=4894 vsize=868496 CPUtime=47.47
/proc/4895/task/4896/stat : 4896 (java) R 4894 4881 3977 0 -1 64 4900 0 1 0 4699 48 0 0 25 0 9 0 2006988404 889339904 11336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4897] ppid=4894 vsize=868496 CPUtime=1.77
/proc/4895/task/4897/stat : 4897 (java) S 4894 4881 3977 0 -1 64 7052 0 0 0 161 16 0 0 16 0 9 0 2006988405 889339904 11336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4898] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4898/stat : 4898 (java) S 4894 4881 3977 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006988405 889339904 11336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4899] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4899/stat : 4899 (java) S 4894 4881 3977 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006988405 889339904 11336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4900] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4900/stat : 4900 (java) S 4894 4881 3977 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006988407 889339904 11336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4901] ppid=4894 vsize=868496 CPUtime=0.29
/proc/4895/task/4901/stat : 4901 (java) S 4894 4881 3977 0 -1 64 1503 0 0 0 29 0 0 0 16 0 9 0 2006988407 889339904 11336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4902] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4902/stat : 4902 (java) S 4894 4881 3977 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006988407 889339904 11336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4903] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4903/stat : 4903 (java) S 4894 4881 3977 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006988407 889339904 11336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 887452

[startup+102.308 s]
/proc/loadavg: 2.09 2.04 2.00 3/84 4903
/proc/meminfo: memFree=584600/2055920 swapFree=4179776/4192956
[pid=4881] ppid=4879 vsize=13600 CPUtime=0.93
/proc/4881/stat : 4881 (sugar) S 4879 4881 3977 0 -1 4194304 974 7722 0 1 3 1 85 4 16 0 1 0 2006988302 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4881/statm: 3400 797 370 3 0 500 0
[pid=4894] ppid=4881 vsize=5356 CPUtime=0
/proc/4894/stat : 4894 (sh) S 4881 4881 3977 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006988402 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4894/statm: 1339 233 193 169 0 50 0
[pid=4895] ppid=4894 vsize=868496 CPUtime=100.21
/proc/4895/stat : 4895 (java) S 4894 4881 3977 0 -1 0 15635 0 1 0 9864 157 0 0 18 0 9 0 2006988403 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4895/statm: 217124 11339 2566 9 0 211671 0
[pid=4895/tid=4896] ppid=4894 vsize=868496 CPUtime=97.48
/proc/4895/task/4896/stat : 4896 (java) R 4894 4881 3977 0 -1 64 6385 0 1 0 9620 128 0 0 25 0 9 0 2006988404 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4126949036 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4897] ppid=4894 vsize=868496 CPUtime=2.4
/proc/4895/task/4897/stat : 4897 (java) S 4894 4881 3977 0 -1 64 7052 0 0 0 213 27 0 0 16 0 9 0 2006988405 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4898] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4898/stat : 4898 (java) S 4894 4881 3977 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006988405 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4899] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4899/stat : 4899 (java) S 4894 4881 3977 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006988405 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4900] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4900/stat : 4900 (java) S 4894 4881 3977 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006988407 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4901] ppid=4894 vsize=868496 CPUtime=0.3
/proc/4895/task/4901/stat : 4901 (java) S 4894 4881 3977 0 -1 64 1506 0 0 0 30 0 0 0 16 0 9 0 2006988407 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4902] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4902/stat : 4902 (java) S 4894 4881 3977 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006988407 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4903] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4903/stat : 4903 (java) S 4894 4881 3977 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006988407 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) 101.14
Current children cumulated vsize (KiB) 887452

[startup+162.302 s]
/proc/loadavg: 2.14 2.06 2.01 3/84 4903
/proc/meminfo: memFree=280728/2055920 swapFree=4179776/4192956
[pid=4881] ppid=4879 vsize=13600 CPUtime=0.93
/proc/4881/stat : 4881 (sugar) S 4879 4881 3977 0 -1 4194304 974 7722 0 1 3 1 85 4 16 0 1 0 2006988302 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4881/statm: 3400 797 370 3 0 500 0
[pid=4894] ppid=4881 vsize=5356 CPUtime=0
/proc/4894/stat : 4894 (sh) S 4881 4881 3977 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006988402 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4894/statm: 1339 233 193 169 0 50 0
[pid=4895] ppid=4894 vsize=868496 CPUtime=159.34
/proc/4895/stat : 4895 (java) S 4894 4881 3977 0 -1 0 18236 0 1 0 15600 334 0 0 18 0 9 0 2006988403 889339904 11340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4895/statm: 217124 11340 2566 9 0 211671 0
[pid=4895/tid=4896] ppid=4894 vsize=868496 CPUtime=155.59
/proc/4895/task/4896/stat : 4896 (java) R 4894 4881 3977 0 -1 64 8985 0 1 0 15271 288 0 0 25 0 9 0 2006988404 889339904 11340 996147200 134512640 134550740 4294955952 18446744073709551615 4126587599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4897] ppid=4894 vsize=868496 CPUtime=3.41
/proc/4895/task/4897/stat : 4897 (java) S 4894 4881 3977 0 -1 64 7052 0 0 0 297 44 0 0 16 0 9 0 2006988405 889339904 11340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4898] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4898/stat : 4898 (java) S 4894 4881 3977 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006988405 889339904 11340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4899] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4899/stat : 4899 (java) S 4894 4881 3977 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006988405 889339904 11340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4900] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4900/stat : 4900 (java) S 4894 4881 3977 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006988407 889339904 11340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4901] ppid=4894 vsize=868496 CPUtime=0.3
/proc/4895/task/4901/stat : 4901 (java) S 4894 4881 3977 0 -1 64 1507 0 0 0 30 0 0 0 16 0 9 0 2006988407 889339904 11340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4902] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4902/stat : 4902 (java) S 4894 4881 3977 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006988407 889339904 11340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4895/tid=4903] ppid=4894 vsize=868496 CPUtime=0
/proc/4895/task/4903/stat : 4903 (java) S 4894 4881 3977 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006988407 889339904 11340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.27
Current children cumulated vsize (KiB) 887452



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+215.302 s]
/proc/loadavg: 2.14 2.08 2.01 3/83 5091
/proc/meminfo: memFree=263776/2055920 swapFree=4179776/4192956
[pid=4881] ppid=4879 vsize=13600 CPUtime=201.58
/proc/4881/stat : 4881 (sugar) S 4879 4881 3977 0 -1 4194304 1035 28158 0 2 3 1 19701 453 17 0 1 0 2006988302 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4881/statm: 3400 800 370 3 0 500 0
[pid=4989] ppid=4881 vsize=5356 CPUtime=0
/proc/4989/stat : 4989 (sh) S 4881 4881 3977 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2007008699 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4989/statm: 1339 232 193 169 0 50 0
[pid=4990] ppid=4989 vsize=904676 CPUtime=11.26
/proc/4990/stat : 4990 (minisat) R 4989 4881 3977 0 -1 4194304 213597 0 0 0 983 143 0 0 25 0 1 0 2007008700 926388224 213583 996147200 134512640 135127466 4294956256 18446744073709551615 134532988 0 0 4096 3 0 0 0 17 1 0 0
/proc/4990/statm: 226169 213583 62 150 0 226016 0
Current children cumulated CPU time (s) 212.84
Current children cumulated vsize (KiB) 923632

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

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

[startup+215.419 s]
/proc/loadavg: 2.14 2.08 2.01 3/83 5091
/proc/meminfo: memFree=263776/2055920 swapFree=4179776/4192956
[pid=4881] ppid=4879 vsize=13600 CPUtime=201.58
/proc/4881/stat : 4881 (sugar) S 4879 4881 3977 0 -1 4194304 1046 28158 0 2 3 1 19701 453 16 0 1 0 2006988302 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4881/statm: 3400 800 370 3 0 500 0
[pid=4989] ppid=4881 vsize=0 CPUtime=0
/proc/4989/stat : 4989 (sh) Z 4881 4881 3977 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2007008699 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/4989/statm: 0 0 0 0 0 0 0
[pid=4990] ppid=1 vsize=0 CPUtime=11.38
/proc/4990/stat : 4990 (minisat) R 1 4881 3977 0 -1 4195332 213598 0 0 0 984 154 0 0 25 0 1 0 2007008700 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/4990/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 212.96
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4881 and gives
#  childrusage.ru_utime.tv_sec=197
#  childrusage.ru_utime.tv_usec=53043
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=553307
# CPU time returned by wait4() is 201.606
# while last known CPU time is 212.96
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 215.449
CPU time (s): 212.96
CPU user time (s): 206.88
CPU system time (s): 6.08
CPU usage (%): 98.8447
Max. virtual memory (cumulated for all children) (KiB): 923632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 197.053
system time used= 4.55331
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29537
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= 62061
involuntary context switches= 65529

runsolver used 0.287956 second user time and 0.725889 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 19:49:18
IDJOB=1094889
IDBENCH=58841
IDSOLVER=346
FILE ID=node43/1094889-1215280158
PBS_JOBID= 7882220
Free space on /tmp= 66336 MiB

SOLVER NAME= Sugar v1.13+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094889-1215280158/watcher-1094889-1215280158 -o /tmp/evaluation-result-1094889-1215280158/solver-1094889-1215280158 -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-1094889-1215280158.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 82501c03dff619489a40ca8145ed1e9c
RANDOM SEED=1691132011

node43.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.230
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.230
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:        822032 kB
Buffers:         42056 kB
Cached:         350084 kB
SwapCached:       6816 kB
Active:        1069244 kB
Inactive:       107960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        822032 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            2076 kB
Writeback:           0 kB
Mapped:         791708 kB
Slab:            40244 kB
Committed_AS:  4563860 kB
PageTables:       3500 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= 66508 MiB
End job on node43 at 2008-07-05 19:52:56