Trace number 1086318

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) 241.249 246.24

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-1.xml
MD5SUMbcc19e6f7720c8259d2ed7a295277868
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 benchmark27.3098
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.20	c 0	Sugar v1-13 + HOME/minisat
0.04/0.20	c 0	BEGIN Tue Jul  8 03:02:31 2008
0.04/0.20	c 0	PID 2886
0.04/0.20	c 0	HOST node29.alineos.net
0.04/0.20	c 0	CONVERTING HOME/instance-1086318-1215478951.xml TO HOME/temp.csp
0.04/0.20	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086318-1215478951.xml' 'HOME/temp.csp'
1.40/1.64	c 2	18 domains, 1000 variables, 8 predicates, 0 relations, 15032 constraints
1.40/1.67	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.40/1.67	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.46/1.75	c 2	Parsing HOME/temp.csp
1.86/2.19	c 2	parsed 10000 expressions
2.06/2.35	c 2	parsed 16058 expressions
2.06/2.36	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.06/2.36	c 2	Converting to clausal form CSP
3.24/3.51	c 4	converted 1606 (10%) expressions
5.22/5.56	c 6	converted 3212 (20%) expressions
7.10/7.46	c 7	converted 4818 (30%) expressions
8.58/8.99	c 9	converted 6424 (40%) expressions
10.36/10.73	c 11	converted 8029 (50%) expressions
11.75/12.17	c 12	converted 9635 (60%) expressions
13.23/13.65	c 14	converted 11241 (70%) expressions
15.11/15.53	c 16	converted 12847 (80%) expressions
16.50/16.97	c 17	converted 14453 (90%) expressions
17.88/18.39	c 18	converted 16058 (100%) expressions
17.88/18.39	c 18	CSP : 1994 integers, 43676 booleans, 91699 clauses, largest domain size 2741
17.88/18.39	c 18	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.88/18.39	c 18	Propagation in CSP
18.86/19.33	c 19	11928 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.86/19.33	c 19	CSP : 1994 integers, 43676 booleans, 91699 clauses, largest domain size 2741
18.86/19.33	c 19	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.86/19.36	c 19	Simplifing CSP by introducing new Boolean variables
19.07/19.54	c 20	CSP : 1994 integers, 74680 booleans, 122703 clauses, largest domain size 2741
19.07/19.54	c 20	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.66/20.12	c 20	Encoding CSP to SAT : HOME/temp.cnf
21.04/21.53	c 22	200 (10%) CSP integer variables are encoded (59504 clauses, 870490 bytes)
22.33/22.88	c 23	399 (20%) CSP integer variables are encoded (119236 clauses, 1805607 bytes)
23.62/24.18	c 24	599 (30%) CSP integer variables are encoded (176634 clauses, 2781373 bytes)
25.00/25.56	c 26	798 (40%) CSP integer variables are encoded (236930 clauses, 3806405 bytes)
26.19/26.79	c 27	997 (50%) CSP integer variables are encoded (291634 clauses, 4736373 bytes)
26.89/27.41	c 27	1197 (60%) CSP integer variables are encoded (765835 clauses, 12797790 bytes)
27.38/27.99	c 28	1396 (70%) CSP integer variables are encoded (1231776 clauses, 21184928 bytes)
27.98/28.56	c 29	1596 (80%) CSP integer variables are encoded (1679510 clauses, 29691874 bytes)
28.56/29.17	c 29	1795 (90%) CSP integer variables are encoded (2153315 clauses, 38694169 bytes)
29.16/29.73	c 30	1994 (100%) CSP integer variables are encoded (2595288 clauses, 47091656 bytes)
79.86/81.06	c 81	12271 (10%) CSP clauses are encoded (10132662 clauses, 221667405 bytes)
113.72/115.41	c 115	24541 (20%) CSP clauses are encoded (16521106 clauses, 380014107 bytes)
133.95/136.10	c 136	36811 (30%) CSP clauses are encoded (21267384 clauses, 501259194 bytes)
151.78/154.48	c 155	49082 (40%) CSP clauses are encoded (25864108 clauses, 620672780 bytes)
166.69/169.68	c 170	61352 (50%) CSP clauses are encoded (30229504 clauses, 736250588 bytes)
180.70/183.91	c 184	73622 (60%) CSP clauses are encoded (34476321 clauses, 848664049 bytes)
193.25/196.77	c 197	85893 (70%) CSP clauses are encoded (38381242 clauses, 952212513 bytes)
204.84/208.67	c 209	98163 (80%) CSP clauses are encoded (41988595 clauses, 1048978918 bytes)
217.90/221.99	c 222	110433 (90%) CSP clauses are encoded (46117032 clauses, 1159215306 bytes)
230.03/234.39	c 234	122703 (100%) CSP clauses are encoded (49896390 clauses, 1260374096 bytes)
230.03/234.39	c 234	122703 CSP clauses encoded
230.03/234.39	c 234	Writing map file : HOME/temp.map
230.13/234.50	c 235	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
230.13/234.50	c 235	SAT : 2671962 SAT variables, 49896390 SAT clauses, 1260374096 bytes
230.13/234.50	c 235	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
230.23/234.54	c 235	SOLVING HOME/temp.cnf
230.23/234.54	c 235	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
230.23/234.54	c 235	This is MiniSat 2.0 beta
230.23/234.55	c 235	WARNING: for repeatability, setting FPU to use double precision
230.23/234.55	c 235	============================[ Problem Statistics ]=============================
230.23/234.55	c 235	|                                                                             |
230.23/234.55	c 235	|  Number of variables:  2671962                                              |
230.23/234.55	c 235	|  Number of clauses:    49896390                                             |
240.65/245.31	c ERROR INTERRUPTED
230.26/245.45	s UNKNOWN
230.26/245.45	c 245	CPU 222.32 (0.03 0.01 222.29 7.93)
230.26/245.45	c 245	END Tue Jul  8 03:06:36 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-1086318-1215478951/watcher-1086318-1215478951 -o /tmp/evaluation-result-1086318-1215478951/solver-1086318-1215478951 -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-1086318-1215478951.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: 1.92 1.98 1.83 4/81 2886
/proc/meminfo: memFree=1866456/2055920 swapFree=4192956/4192956
[pid=2886] ppid=2884 vsize=18572 CPUtime=0
/proc/2886/stat : 2886 (runsolver) D 2884 2886 2733 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4596813 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221780700455 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/2886/statm: 4643 292 257 25 0 2626 0

[startup+0.03847 s]
/proc/loadavg: 1.92 1.98 1.83 4/81 2886
/proc/meminfo: memFree=1866456/2055920 swapFree=4192956/4192956
[pid=2886] ppid=2884 vsize=124 CPUtime=0
/proc/2886/stat : 2886 (sugar) D 2884 2886 2733 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 4596813 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 221778081257 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/2886/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101475 s]
/proc/loadavg: 1.92 1.98 1.83 4/81 2886
/proc/meminfo: memFree=1866456/2055920 swapFree=4192956/4192956
[pid=2886] ppid=2884 vsize=12268 CPUtime=0
/proc/2886/stat : 2886 (sugar) D 2884 2886 2733 0 -1 4194304 334 0 14 0 0 0 0 0 18 0 1 0 4596813 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221780867685 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/2886/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301496 s]
/proc/loadavg: 1.92 1.98 1.83 4/81 2886
/proc/meminfo: memFree=1866456/2055920 swapFree=4192956/4192956
[pid=2886] ppid=2884 vsize=13600 CPUtime=0.04
/proc/2886/stat : 2886 (sugar) S 2884 2886 2733 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 4596813 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2886/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701518 s]
/proc/loadavg: 1.92 1.98 1.83 4/81 2886
/proc/meminfo: memFree=1866456/2055920 swapFree=4192956/4192956
[pid=2886] ppid=2884 vsize=13600 CPUtime=0.04
/proc/2886/stat : 2886 (sugar) S 2884 2886 2733 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 4596813 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2886/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50257 s]
/proc/loadavg: 1.92 1.98 1.83 3/92 2898
/proc/meminfo: memFree=1845880/2055920 swapFree=4192956/4192956
[pid=2886] ppid=2884 vsize=13600 CPUtime=0.04
/proc/2886/stat : 2886 (sugar) S 2884 2886 2733 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 4596813 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2886/statm: 3400 796 370 3 0 500 0
[pid=2889] ppid=2886 vsize=5356 CPUtime=0
/proc/2889/stat : 2889 (sh) S 2886 2886 2733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4596833 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2889/statm: 1339 233 193 169 0 50 0
[pid=2890] ppid=2889 vsize=864676 CPUtime=1.27
/proc/2890/stat : 2890 (java) S 2889 2886 2733 0 -1 0 10724 0 1 0 122 5 0 0 18 0 9 0 4596834 885428224 9489 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 216169 9489 2529 9 0 210751 0
[pid=2890/tid=2891] ppid=2889 vsize=864676 CPUtime=0.82
/proc/2890/task/2891/stat : 2891 (java) R 2889 2886 2733 0 -1 64 2852 0 1 0 80 2 0 0 19 0 9 0 4596835 885428224 9489 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2892] ppid=2889 vsize=864676 CPUtime=0.28
/proc/2890/task/2892/stat : 2892 (java) R 2889 2886 2733 0 -1 64 6656 0 0 0 27 1 0 0 16 0 9 0 4596836 885428224 9489 996147200 134512640 134550740 4294956000 18446744073709551615 102723282 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2893] ppid=2889 vsize=864676 CPUtime=0
/proc/2890/task/2893/stat : 2893 (java) S 2889 2886 2733 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4596836 885428224 9489 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2894] ppid=2889 vsize=864676 CPUtime=0
/proc/2890/task/2894/stat : 2894 (java) S 2889 2886 2733 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4596836 885428224 9489 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2895] ppid=2889 vsize=864676 CPUtime=0
/proc/2890/task/2895/stat : 2895 (java) S 2889 2886 2733 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4596838 885428224 9489 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2896] ppid=2889 vsize=864676 CPUtime=0.14
/proc/2890/task/2896/stat : 2896 (java) S 2889 2886 2733 0 -1 64 516 0 0 0 14 0 0 0 16 0 9 0 4596838 885428224 9489 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2897] ppid=2889 vsize=864676 CPUtime=0
/proc/2890/task/2897/stat : 2897 (java) S 2889 2886 2733 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4596838 885428224 9489 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2898] ppid=2889 vsize=864676 CPUtime=0
/proc/2890/task/2898/stat : 2898 (java) S 2889 2886 2733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4596838 885428224 9489 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 883632

[startup+3.10268 s]
/proc/loadavg: 1.92 1.98 1.83 3/92 2908
/proc/meminfo: memFree=1852664/2055920 swapFree=4192956/4192956
[pid=2886] ppid=2884 vsize=13600 CPUtime=1.46
/proc/2886/stat : 2886 (sugar) S 2884 2886 2733 0 -1 4194304 959 11177 15 1 3 1 136 6 15 0 1 0 4596813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2886/statm: 3400 797 370 3 0 500 0
[pid=2899] ppid=2886 vsize=5356 CPUtime=0
/proc/2899/stat : 2899 (sh) S 2886 2886 2733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4596981 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2899/statm: 1339 233 193 169 0 50 0
[pid=2900] ppid=2899 vsize=868388 CPUtime=1.39
/proc/2900/stat : 2900 (java) S 2899 2886 2733 0 -1 0 8373 0 1 0 133 6 0 0 18 0 9 0 4596981 889229312 7418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2900/statm: 217097 7418 2541 9 0 211672 0
[pid=2900/tid=2901] ppid=2899 vsize=868388 CPUtime=0.93
/proc/2900/task/2901/stat : 2901 (java) R 2899 2886 2733 0 -1 64 2682 0 1 0 92 1 0 0 22 0 9 0 4596982 889229312 7418 996147200 134512640 134550740 4294955952 18446744073709551615 4126428782 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2902] ppid=2899 vsize=868388 CPUtime=0.24
/proc/2900/task/2902/stat : 2902 (java) S 2899 2886 2733 0 -1 64 3569 0 0 0 22 2 0 0 16 0 9 0 4596983 889229312 7418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2903] ppid=2899 vsize=868388 CPUtime=0
/proc/2900/task/2903/stat : 2903 (java) S 2899 2886 2733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4596983 889229312 7418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2904] ppid=2899 vsize=868388 CPUtime=0
/proc/2900/task/2904/stat : 2904 (java) S 2899 2886 2733 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4596983 889229312 7418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2905] ppid=2899 vsize=868388 CPUtime=0
/proc/2900/task/2905/stat : 2905 (java) S 2899 2886 2733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4596985 889229312 7418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2906] ppid=2899 vsize=868388 CPUtime=0.19
/proc/2900/task/2906/stat : 2906 (java) S 2899 2886 2733 0 -1 64 1426 0 0 0 18 1 0 0 15 0 9 0 4596985 889229312 7418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2907] ppid=2899 vsize=868388 CPUtime=0
/proc/2900/task/2907/stat : 2907 (java) S 2899 2886 2733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4596985 889229312 7418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2908] ppid=2899 vsize=868388 CPUtime=0
/proc/2900/task/2908/stat : 2908 (java) S 2899 2886 2733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4596985 889229312 7418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 887344

[startup+6.30289 s]
/proc/loadavg: 2.01 2.00 1.84 3/92 2908
/proc/meminfo: memFree=1832632/2055920 swapFree=4192956/4192956
[pid=2886] ppid=2884 vsize=13600 CPUtime=1.46
/proc/2886/stat : 2886 (sugar) S 2884 2886 2733 0 -1 4194304 959 11177 15 1 3 1 136 6 16 0 1 0 4596813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2886/statm: 3400 797 370 3 0 500 0
[pid=2899] ppid=2886 vsize=5356 CPUtime=0
/proc/2899/stat : 2899 (sh) S 2886 2886 2733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4596981 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2899/statm: 1339 233 193 169 0 50 0
[pid=2900] ppid=2899 vsize=871600 CPUtime=4.55
/proc/2900/stat : 2900 (java) S 2899 2886 2733 0 -1 0 12840 0 1 0 445 10 0 0 18 0 9 0 4596981 892518400 11140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2900/statm: 217900 11140 2540 9 0 212475 0
[pid=2900/tid=2901] ppid=2899 vsize=871600 CPUtime=3.69
/proc/2900/task/2901/stat : 2901 (java) R 2899 2886 2733 0 -1 64 3048 0 1 0 367 2 0 0 25 0 9 0 4596982 892518400 11140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2902] ppid=2899 vsize=871600 CPUtime=0.62
/proc/2900/task/2902/stat : 2902 (java) R 2899 2886 2733 0 -1 64 7661 0 0 0 57 5 0 0 16 0 9 0 4596983 892518400 11140 996147200 134512640 134550740 4294955952 18446744073709551615 102470010 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2903] ppid=2899 vsize=871600 CPUtime=0
/proc/2900/task/2903/stat : 2903 (java) S 2899 2886 2733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4596983 892518400 11140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2904] ppid=2899 vsize=871600 CPUtime=0
/proc/2900/task/2904/stat : 2904 (java) S 2899 2886 2733 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4596983 892518400 11140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2905] ppid=2899 vsize=871600 CPUtime=0
/proc/2900/task/2905/stat : 2905 (java) S 2899 2886 2733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4596985 892518400 11140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2906] ppid=2899 vsize=871600 CPUtime=0.21
/proc/2900/task/2906/stat : 2906 (java) S 2899 2886 2733 0 -1 64 1435 0 0 0 20 1 0 0 15 0 9 0 4596985 892518400 11140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2907] ppid=2899 vsize=871600 CPUtime=0
/proc/2900/task/2907/stat : 2907 (java) S 2899 2886 2733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4596985 892518400 11140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2908] ppid=2899 vsize=871600 CPUtime=0
/proc/2900/task/2908/stat : 2908 (java) S 2899 2886 2733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4596985 892518400 11140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 890556

[startup+12.7013 s]
/proc/loadavg: 2.09 2.02 1.84 3/92 2908
/proc/meminfo: memFree=1805176/2055920 swapFree=4192956/4192956
[pid=2886] ppid=2884 vsize=13600 CPUtime=1.46
/proc/2886/stat : 2886 (sugar) S 2884 2886 2733 0 -1 4194304 959 11177 15 1 3 1 136 6 16 0 1 0 4596813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2886/statm: 3400 797 370 3 0 500 0
[pid=2899] ppid=2886 vsize=5356 CPUtime=0
/proc/2899/stat : 2899 (sh) S 2886 2886 2733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4596981 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2899/statm: 1339 233 193 169 0 50 0
[pid=2900] ppid=2899 vsize=868388 CPUtime=10.87
/proc/2900/stat : 2900 (java) S 2899 2886 2733 0 -1 0 22644 0 1 0 1070 17 0 0 18 0 9 0 4596981 889229312 17286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2900/statm: 217097 17286 2540 9 0 211672 0
[pid=2900/tid=2901] ppid=2899 vsize=868388 CPUtime=9.01
/proc/2900/task/2901/stat : 2901 (java) R 2899 2886 2733 0 -1 64 3628 0 1 0 898 3 0 0 25 0 9 0 4596982 889229312 17286 996147200 134512640 134550740 4294955952 18446744073709551615 4126603399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2902] ppid=2899 vsize=868388 CPUtime=1.63
/proc/2900/task/2902/stat : 2902 (java) S 2899 2886 2733 0 -1 64 16885 0 0 0 151 12 0 0 16 0 9 0 4596983 889229312 17286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2903] ppid=2899 vsize=868388 CPUtime=0
/proc/2900/task/2903/stat : 2903 (java) S 2899 2886 2733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4596983 889229312 17286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2904] ppid=2899 vsize=868388 CPUtime=0
/proc/2900/task/2904/stat : 2904 (java) S 2899 2886 2733 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4596983 889229312 17286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2905] ppid=2899 vsize=868388 CPUtime=0
/proc/2900/task/2905/stat : 2905 (java) S 2899 2886 2733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4596985 889229312 17286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2906] ppid=2899 vsize=868388 CPUtime=0.21
/proc/2900/task/2906/stat : 2906 (java) S 2899 2886 2733 0 -1 64 1435 0 0 0 20 1 0 0 15 0 9 0 4596985 889229312 17286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2907] ppid=2899 vsize=868388 CPUtime=0
/proc/2900/task/2907/stat : 2907 (java) S 2899 2886 2733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4596985 889229312 17286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2908] ppid=2899 vsize=868388 CPUtime=0
/proc/2900/task/2908/stat : 2908 (java) S 2899 2886 2733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4596985 889229312 17286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 887344

[startup+25.5021 s]
/proc/loadavg: 2.07 2.02 1.84 3/92 2908
/proc/meminfo: memFree=1755384/2055920 swapFree=4192956/4192956
[pid=2886] ppid=2884 vsize=13600 CPUtime=1.46
/proc/2886/stat : 2886 (sugar) S 2884 2886 2733 0 -1 4194304 959 11177 15 1 3 1 136 6 16 0 1 0 4596813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2886/statm: 3400 797 370 3 0 500 0
[pid=2899] ppid=2886 vsize=5356 CPUtime=0
/proc/2899/stat : 2899 (sh) S 2886 2886 2733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4596981 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2899/statm: 1339 233 193 169 0 50 0
[pid=2900] ppid=2899 vsize=868500 CPUtime=23.54
/proc/2900/stat : 2900 (java) S 2899 2886 2733 0 -1 0 35126 0 1 0 2327 27 0 0 18 0 9 0 4596981 889344000 27987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2900/statm: 217125 27987 2566 9 0 211672 0
[pid=2900/tid=2901] ppid=2899 vsize=868500 CPUtime=19.91
/proc/2900/task/2901/stat : 2901 (java) R 2899 2886 2733 0 -1 64 4412 0 1 0 1983 8 0 0 25 0 9 0 4596982 889344000 27987 996147200 134512640 134550740 4294955952 18446744073709551615 4126856750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2902] ppid=2899 vsize=868500 CPUtime=3.32
/proc/2900/task/2902/stat : 2902 (java) S 2899 2886 2733 0 -1 64 28548 0 0 0 315 17 0 0 16 0 9 0 4596983 889344000 27987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2903] ppid=2899 vsize=868500 CPUtime=0
/proc/2900/task/2903/stat : 2903 (java) S 2899 2886 2733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4596983 889344000 27987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2904] ppid=2899 vsize=868500 CPUtime=0
/proc/2900/task/2904/stat : 2904 (java) S 2899 2886 2733 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4596983 889344000 27987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/2900/task/2902/stat : 2902 (java) S 2899 2886 2733 0 -1 64 28548 0 0 0 367 23 0 0 16 0 9 0 4596983 889344000 28007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2903] ppid=2899 vsize=868500 CPUtime=0
/proc/2900/task/2903/stat : 2903 (java) S 2899 2886 2733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4596983 889344000 28007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2904] ppid=2899 vsize=868500 CPUtime=0
/proc/2900/task/2904/stat : 2904 (java) S 2899 2886 2733 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4596983 889344000 28007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2905] ppid=2899 vsize=868500 CPUtime=0
/proc/2900/task/2905/stat : 2905 (java) S 2899 2886 2733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4596985 889344000 28007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2906] ppid=2899 vsize=868500 CPUtime=0.31
/proc/2900/task/2906/stat : 2906 (java) S 2899 2886 2733 0 -1 64 1489 0 0 0 30 1 0 0 17 0 9 0 4596985 889344000 28007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2907] ppid=2899 vsize=868500 CPUtime=0
/proc/2900/task/2907/stat : 2907 (java) S 2899 2886 2733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4596985 889344000 28007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2908] ppid=2899 vsize=868500 CPUtime=0
/proc/2900/task/2908/stat : 2908 (java) S 2899 2886 2733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4596985 889344000 28007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.83
Current children cumulated vsize (KiB) 887456

[startup+162.303 s]
/proc/loadavg: 2.24 2.08 1.88 3/92 2908
/proc/meminfo: memFree=1081080/2055920 swapFree=4192956/4192956
[pid=2886] ppid=2884 vsize=13600 CPUtime=1.46
/proc/2886/stat : 2886 (sugar) S 2884 2886 2733 0 -1 4194304 959 11177 15 1 3 1 136 6 16 0 1 0 4596813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2886/statm: 3400 797 370 3 0 500 0
[pid=2899] ppid=2886 vsize=5356 CPUtime=0
/proc/2899/stat : 2899 (sh) S 2886 2886 2733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4596981 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2899/statm: 1339 233 193 169 0 50 0
[pid=2900] ppid=2899 vsize=868500 CPUtime=158.06
/proc/2900/stat : 2900 (java) S 2899 2886 2733 0 -1 0 37103 0 1 0 15377 429 0 0 18 0 9 0 4596981 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2900/statm: 217125 28008 2566 9 0 211672 0
[pid=2900/tid=2901] ppid=2899 vsize=868500 CPUtime=153.23
/proc/2900/task/2901/stat : 2901 (java) R 2899 2886 2733 0 -1 64 6369 0 1 0 14927 396 0 0 25 0 9 0 4596982 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4126869079 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2902] ppid=2899 vsize=868500 CPUtime=4.48
/proc/2900/task/2902/stat : 2902 (java) S 2899 2886 2733 0 -1 64 28548 0 0 0 419 29 0 0 16 0 9 0 4596983 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2903] ppid=2899 vsize=868500 CPUtime=0
/proc/2900/task/2903/stat : 2903 (java) S 2899 2886 2733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4596983 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2904] ppid=2899 vsize=868500 CPUtime=0
/proc/2900/task/2904/stat : 2904 (java) S 2899 2886 2733 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4596983 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2905] ppid=2899 vsize=868500 CPUtime=0
/proc/2900/task/2905/stat : 2905 (java) S 2899 2886 2733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4596985 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2906] ppid=2899 vsize=868500 CPUtime=0.31
/proc/2900/task/2906/stat : 2906 (java) S 2899 2886 2733 0 -1 64 1490 0 0 0 30 1 0 0 16 0 9 0 4596985 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2907] ppid=2899 vsize=868500 CPUtime=0
/proc/2900/task/2907/stat : 2907 (java) S 2899 2886 2733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4596985 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2908] ppid=2899 vsize=868500 CPUtime=0
/proc/2900/task/2908/stat : 2908 (java) S 2899 2886 2733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4596985 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 159.52
Current children cumulated vsize (KiB) 887456

[startup+222.303 s]
/proc/loadavg: 2.22 2.10 1.91 3/92 2908
/proc/meminfo: memFree=594424/2055920 swapFree=4192956/4192956
[pid=2886] ppid=2884 vsize=13600 CPUtime=1.46
/proc/2886/stat : 2886 (sugar) S 2884 2886 2733 0 -1 4194304 959 11177 15 1 3 1 136 6 16 0 1 0 4596813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2886/statm: 3400 797 370 3 0 500 0
[pid=2899] ppid=2886 vsize=5356 CPUtime=0
/proc/2899/stat : 2899 (sh) S 2886 2886 2733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4596981 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2899/statm: 1339 233 193 169 0 50 0
[pid=2900] ppid=2899 vsize=868500 CPUtime=216.82
/proc/2900/stat : 2900 (java) S 2899 2886 2733 0 -1 0 38403 0 1 0 20960 722 0 0 18 0 9 0 4596981 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2900/statm: 217125 28008 2566 9 0 211672 0
[pid=2900/tid=2901] ppid=2899 vsize=868500 CPUtime=211.2
/proc/2900/task/2901/stat : 2901 (java) R 2899 2886 2733 0 -1 64 7669 0 1 0 20438 682 0 0 25 0 9 0 4596982 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4126978955 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2902] ppid=2899 vsize=868500 CPUtime=5.28
/proc/2900/task/2902/stat : 2902 (java) S 2899 2886 2733 0 -1 64 28548 0 0 0 491 37 0 0 16 0 9 0 4596983 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2903] ppid=2899 vsize=868500 CPUtime=0
/proc/2900/task/2903/stat : 2903 (java) S 2899 2886 2733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4596983 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2904] ppid=2899 vsize=868500 CPUtime=0
/proc/2900/task/2904/stat : 2904 (java) S 2899 2886 2733 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4596983 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2905] ppid=2899 vsize=868500 CPUtime=0
/proc/2900/task/2905/stat : 2905 (java) S 2899 2886 2733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4596985 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2906] ppid=2899 vsize=868500 CPUtime=0.31
/proc/2900/task/2906/stat : 2906 (java) S 2899 2886 2733 0 -1 64 1490 0 0 0 30 1 0 0 16 0 9 0 4596985 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2907] ppid=2899 vsize=868500 CPUtime=0
/proc/2900/task/2907/stat : 2907 (java) S 2899 2886 2733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4596985 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2900/tid=2908] ppid=2899 vsize=868500 CPUtime=0
/proc/2900/task/2908/stat : 2908 (java) S 2899 2886 2733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4596985 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 218.28
Current children cumulated vsize (KiB) 887456



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+245.301 s]
/proc/loadavg: 2.28 2.13 1.92 3/84 2910
/proc/meminfo: memFree=15032/2055920 swapFree=4192952/4192956
[pid=2886] ppid=2884 vsize=13600 CPUtime=230.26
/proc/2886/stat : 2886 (sugar) S 2884 2886 2733 0 -1 4194304 1018 50158 15 2 3 1 22229 793 16 0 1 0 4596813 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2886/statm: 3400 799 370 3 0 500 0
[pid=2909] ppid=2886 vsize=5356 CPUtime=0
/proc/2909/stat : 2909 (sh) S 2886 2886 2733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4620267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2909/statm: 1339 232 193 169 0 50 0
[pid=2910] ppid=2909 vsize=911316 CPUtime=10.39
/proc/2910/stat : 2910 (minisat) R 2909 2886 2733 0 -1 4194304 212505 0 0 0 898 141 0 0 25 0 1 0 4620268 933187584 212491 996147200 134512640 135127466 4294956256 18446744073709551615 134514021 0 0 4096 3 0 0 0 17 1 0 0
/proc/2910/statm: 227829 212491 62 150 0 227676 0
Current children cumulated CPU time (s) 240.65
Current children cumulated vsize (KiB) 930272

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

[startup+245.301 s]
/proc/loadavg: 2.28 2.13 1.92 3/84 2910
/proc/meminfo: memFree=15032/2055920 swapFree=4192952/4192956
[pid=2886] ppid=2884 vsize=13600 CPUtime=230.26
/proc/2886/stat : 2886 (sugar) S 2884 2886 2733 0 -1 4194304 1018 50158 15 2 3 1 22229 793 16 0 1 0 4596813 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2886/statm: 3400 799 370 3 0 500 0
[pid=2909] ppid=2886 vsize=5356 CPUtime=0
/proc/2909/stat : 2909 (sh) S 2886 2886 2733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4620267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2909/statm: 1339 232 193 169 0 50 0
[pid=2910] ppid=2909 vsize=911316 CPUtime=10.39
/proc/2910/stat : 2910 (minisat) R 2909 2886 2733 0 -1 4194304 212505 0 0 0 898 141 0 0 25 0 1 0 4620268 933187584 212491 996147200 134512640 135127466 4294956256 18446744073709551615 134514021 0 0 4096 3 0 0 0 17 1 0 0
/proc/2910/statm: 227829 212491 62 150 0 227676 0
Current children cumulated CPU time (s) 240.65
Current children cumulated vsize (KiB) 930272

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

[startup+245.419 s]
/proc/loadavg: 2.28 2.13 1.92 3/85 2911
/proc/meminfo: memFree=721648/2055920 swapFree=4192952/4192956
[pid=2886] ppid=2884 vsize=13600 CPUtime=230.26
/proc/2886/stat : 2886 (sugar) S 2884 2886 2733 0 -1 4194304 1029 50158 15 2 3 1 22229 793 16 0 1 0 4596813 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/2886/statm: 3400 799 370 3 0 500 0
[pid=2909] ppid=2886 vsize=0 CPUtime=0
/proc/2909/stat : 2909 (sh) Z 2886 2886 2733 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 4620267 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/2909/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 230.26
Current children cumulated vsize (KiB) 13600

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

[startup+245.601 s]
/proc/loadavg: 2.28 2.13 1.92 3/85 2911
/proc/meminfo: memFree=721648/2055920 swapFree=4192952/4192956
[pid=2886] ppid=2884 vsize=13600 CPUtime=230.4
/proc/2886/stat : 2886 (sugar) R 2884 2886 2733 0 -1 4194304 1054 50435 15 2 3 15 22229 793 17 0 1 0 4596813 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2886/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 230.4
Current children cumulated vsize (KiB) 13600

[startup+246.036 s]
/proc/loadavg: 2.28 2.13 1.92 3/85 2911
/proc/meminfo: memFree=721648/2055920 swapFree=4192952/4192956
[pid=2886] ppid=2884 vsize=13600 CPUtime=230.82
/proc/2886/stat : 2886 (sugar) D 2884 2886 2733 0 -1 4194304 1054 50435 15 2 3 57 22229 793 20 0 1 0 4596813 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/2886/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 230.82
Current children cumulated vsize (KiB) 13600

[startup+246.201 s]
/proc/loadavg: 2.28 2.13 1.92 3/85 2911
/proc/meminfo: memFree=721648/2055920 swapFree=4192952/4192956
[pid=2886] ppid=2884 vsize=13600 CPUtime=230.83
/proc/2886/stat : 2886 (sugar) D 2884 2886 2733 0 -1 4194304 1054 50435 15 2 3 58 22229 793 18 0 1 0 4596813 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/2886/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 230.83
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): 10.39
#  lost CPU user time (s): 8.98
#  lost CPU system time (s): 1.41

Real time (s): 246.24
CPU time (s): 241.249
CPU user time (s): 231.316
CPU system time (s): 9.9327
CPU usage (%): 97.973
Max. virtual memory (cumulated for all children) (KiB): 930272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.336
system time used= 8.5227
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51520
page faults= 17
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37087
involuntary context switches= 41853

runsolver used 0.288956 second user time and 0.880866 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-08 03:02:31
IDJOB=1086318
IDBENCH=57798
IDSOLVER=346
FILE ID=node29/1086318-1215478951
PBS_JOBID= 7888674
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-1.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086318-1215478951/watcher-1086318-1215478951 -o /tmp/evaluation-result-1086318-1215478951/solver-1086318-1215478951 -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-1086318-1215478951.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bcc19e6f7720c8259d2ed7a295277868
RANDOM SEED=1863954751

node29.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.242
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.242
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:       1866936 kB
Buffers:         30052 kB
Cached:          76572 kB
SwapCached:          0 kB
Active:         119608 kB
Inactive:        38880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866936 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3488 kB
Writeback:           0 kB
Mapped:          71956 kB
Slab:            15572 kB
Committed_AS:   161116 kB
PageTables:       2016 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= 66492 MiB
End job on node29 at 2008-07-08 03:06:38