Trace number 2083424

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.14.6+minisat? 1060.32 1075.18

General information on the benchmark

Namecsp/fapp/fapp37/
normalized-fapp37-2250-2.xml
MD5SUMf8718ebaf51fd44c6f84abcaca826b6a
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 benchmark41.4797
Satisfiable
(Un)Satisfiability was proved
Number of variables2250
Number of constraints42699
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42699
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:42:40 2009
0.00/0.08	c 0	PID 25185
0.07/0.08	c 0	HOST node15.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2083424-1247377359.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083424-1247377359.xml' 'HOME/temp.csp'
2.45/2.59	c 2	22 domains, 2250 variables, 8 predicates, 0 relations, 42699 constraints
2.54/2.65	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.54/2.65	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.56/2.73	c 2	Parsing HOME/temp.csp
2.56/3.04	c 3	parsed 10000 expressions
3.08/3.26	c 3	parsed 20000 expressions
3.19/3.38	c 3	parsed 30000 expressions
3.38/3.57	c 3	parsed 40000 expressions
3.48/3.63	c 3	parsed 44979 expressions
3.48/3.63	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.48/3.63	c 3	Converting to clausal form CSP
11.49/11.74	c 11	converted 4498 (10%) expressions
24.77/25.10	c 25	converted 8996 (20%) expressions
37.53/38.07	c 38	converted 13494 (30%) expressions
49.91/50.57	c 50	converted 17992 (40%) expressions
62.48/63.20	c 63	converted 22490 (50%) expressions
74.07/75.00	c 75	converted 26988 (60%) expressions
85.26/86.24	c 86	converted 31486 (70%) expressions
97.24/98.32	c 98	converted 35984 (80%) expressions
107.24/108.42	c 108	converted 40482 (90%) expressions
116.55/117.81	c 117	converted 44979 (100%) expressions
116.55/117.82	c 117	CSP : 9867 integers, 123208 booleans, 272412 clauses, largest domain size 4133
116.55/117.82	c 117	Heap : 235 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
116.55/117.82	c 117	Propagation in CSP
125.66/127.00	c 127	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
125.66/127.01	c 127	CSP : 9867 integers, 123208 booleans, 272412 clauses, largest domain size 4133
125.66/127.01	c 127	Heap : 232 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
125.76/127.10	c 127	Simplifing CSP by introducing new Boolean variables
126.26/127.62	c 127	CSP : 9867 integers, 217360 booleans, 366564 clauses, largest domain size 4133
126.26/127.62	c 127	Heap : 259 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
127.84/129.23	c 129	Encoding CSP to SAT : HOME/temp.cnf
159.93/161.62	c 161	987 (10%) CSP integer variables are encoded (673218 clauses, 11222867 bytes)
191.64/193.69	c 193	1974 (20%) CSP integer variables are encoded (1337956 clauses, 23202240 bytes)
203.62/205.72	c 205	2961 (30%) CSP integer variables are encoded (3960656 clauses, 73033540 bytes)
207.45/209.61	c 209	3947 (40%) CSP integer variables are encoded (7042158 clauses, 131582078 bytes)
211.59/213.85	c 213	4934 (50%) CSP integer variables are encoded (10291397 clauses, 193910078 bytes)
215.91/218.22	c 218	5921 (60%) CSP integer variables are encoded (13497030 clauses, 261228371 bytes)
220.06/222.59	c 222	6907 (70%) CSP integer variables are encoded (16688444 clauses, 328248065 bytes)
224.17/226.77	c 226	7894 (80%) CSP integer variables are encoded (19745083 clauses, 392437484 bytes)
228.25/230.96	c 231	8881 (90%) CSP integer variables are encoded (22798470 clauses, 456558611 bytes)
232.23/235.09	c 235	9867 (100%) CSP integer variables are encoded (25800282 clauses, 519596663 bytes)
382.93/387.30	c 387	36657 (10%) CSP clauses are encoded (41714558 clauses, 957374186 bytes)
521.07/529.26	c 529	73313 (20%) CSP clauses are encoded (56723340 clauses, 1373937219 bytes)
648.95/659.12	c 659	109970 (30%) CSP clauses are encoded (70805864 clauses, 1775833776 bytes)
779.61/790.32	c 790	146626 (40%) CSP clauses are encoded (85802895 clauses, 2215742071 bytes)
902.89/914.46	c 914	183282 (50%) CSP clauses are encoded (100810240 clauses, 2658954585 bytes)
1027.97/1040.22	c 1040	219939 (60%) CSP clauses are encoded (115858825 clauses, 3103673097 bytes)
1059.23/1071.77	c 1071	ERROR Exception Too large HOME/temp.cnf
1059.23/1071.77	c 1071	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
1059.23/1071.77	c 1071	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
1059.23/1071.77	c 1071	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
1059.23/1071.77	s UNKNOWN
1059.32/1071.83	c 1071	CPU 1059.36 (0.05 0.02 1039.06 20.23)
1059.32/1071.83	c 1071	END Sun Jul 12 08:00:31 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083424-1247377359/watcher-2083424-1247377359 -o /tmp/evaluation-result-2083424-1247377359/solver-2083424-1247377359 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083424-1247377359.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 1.98 1.99 4/74 25185
/proc/meminfo: memFree=1736576/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=18576 CPUtime=0
/proc/25185/stat : 25185 (runsolver) R 25183 25185 20967 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24802803 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 240472616231 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25185/statm: 4644 284 249 26 0 2626 0

[startup+0.0812771 s]
/proc/loadavg: 1.95 1.98 1.99 4/74 25185
/proc/meminfo: memFree=1736576/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16740 CPUtime=0.07
/proc/25185/stat : 25185 (sugar) S 25183 25185 20967 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24802803 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25185/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102094 s]
/proc/loadavg: 1.95 1.98 1.99 4/74 25185
/proc/meminfo: memFree=1736576/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=0.07
/proc/25185/stat : 25185 (sugar) S 25183 25185 20967 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24802803 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25185/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302109 s]
/proc/loadavg: 1.95 1.98 1.99 4/74 25185
/proc/meminfo: memFree=1736576/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=0.07
/proc/25185/stat : 25185 (sugar) S 25183 25185 20967 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24802803 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25185/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702148 s]
/proc/loadavg: 1.95 1.98 1.99 4/74 25185
/proc/meminfo: memFree=1736576/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=0.07
/proc/25185/stat : 25185 (sugar) S 25183 25185 20967 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24802803 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25185/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50122 s]
/proc/loadavg: 2.03 2.00 2.00 4/85 25197
/proc/meminfo: memFree=1707560/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=0.07
/proc/25185/stat : 25185 (sugar) S 25183 25185 20967 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24802803 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25185/statm: 4217 1111 409 3 0 796 0
[pid=25188] ppid=25185 vsize=5356 CPUtime=0
/proc/25188/stat : 25188 (sh) S 25185 25185 20967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24802812 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25188/statm: 1339 233 193 169 0 50 0
[pid=25189] ppid=25188 vsize=864772 CPUtime=1.39
/proc/25189/stat : 25189 (java) S 25188 25185 20967 0 -1 0 16023 0 1 0 130 9 0 0 18 0 9 0 24802812 885526528 14055 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25189/statm: 216193 14055 2556 9 0 210705 0
[pid=25189/tid=25190] ppid=25188 vsize=864772 CPUtime=0.81
/proc/25189/task/25190/stat : 25190 (java) R 25188 25185 20967 0 -1 64 3055 0 1 0 78 3 0 0 24 0 9 0 24802813 885526528 14055 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25189/tid=25191] ppid=25188 vsize=864772 CPUtime=0.43
/proc/25189/task/25191/stat : 25191 (java) R 25188 25185 20967 0 -1 64 11751 0 0 0 38 5 0 0 16 0 9 0 24802814 885526528 14055 996147200 134512640 134550932 4294955984 18446744073709551615 102759241 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25189/tid=25192] ppid=25188 vsize=864772 CPUtime=0
/proc/25189/task/25192/stat : 25192 (java) S 25188 25185 20967 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24802814 885526528 14055 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25189/tid=25193] ppid=25188 vsize=864772 CPUtime=0
/proc/25189/task/25193/stat : 25193 (java) S 25188 25185 20967 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24802815 885526528 14055 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25189/tid=25194] ppid=25188 vsize=864772 CPUtime=0
/proc/25189/task/25194/stat : 25194 (java) S 25188 25185 20967 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24802817 885526528 14055 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25189/tid=25195] ppid=25188 vsize=864772 CPUtime=0.12
/proc/25189/task/25195/stat : 25195 (java) S 25188 25185 20967 0 -1 64 512 0 0 0 12 0 0 0 16 0 9 0 24802817 885526528 14055 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25189/tid=25196] ppid=25188 vsize=864772 CPUtime=0
/proc/25189/task/25196/stat : 25196 (java) S 25188 25185 20967 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24802817 885526528 14055 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25189/tid=25197] ppid=25188 vsize=864772 CPUtime=0
/proc/25189/task/25197/stat : 25197 (java) S 25188 25185 20967 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24802817 885526528 14055 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886996

[startup+3.10136 s]
/proc/loadavg: 2.03 2.00 2.00 3/85 25197
/proc/meminfo: memFree=1666600/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=2.56
/proc/25185/stat : 25185 (sugar) S 25183 25185 20967 0 -1 4194304 1309 22693 0 1 5 2 233 16 15 0 1 0 24802803 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25185/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 16868

[startup+6.30264 s]
/proc/loadavg: 2.03 2.00 2.00 3/85 25207
/proc/meminfo: memFree=1697448/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=2.56
/proc/25185/stat : 25185 (sugar) S 25183 25185 20967 0 -1 4194304 1309 22693 0 1 5 2 233 16 15 0 1 0 24802803 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25185/statm: 4217 1111 409 3 0 796 0
[pid=25198] ppid=25185 vsize=5356 CPUtime=0
/proc/25198/stat : 25198 (sh) S 25185 25185 20967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24803069 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25198/statm: 1339 233 193 169 0 50 0
[pid=25199] ppid=25198 vsize=868572 CPUtime=3.59
/proc/25199/stat : 25199 (java) S 25198 25185 20967 0 -1 0 12443 0 1 0 352 7 0 0 18 0 9 0 24803069 889417728 11201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25199/statm: 217143 11201 2570 9 0 211648 0
[pid=25199/tid=25200] ppid=25198 vsize=868572 CPUtime=2.89
/proc/25199/task/25200/stat : 25200 (java) R 25198 25185 20967 0 -1 64 2865 0 1 0 286 3 0 0 25 0 9 0 24803070 889417728 11201 996147200 134512640 134550932 4294955936 18446744073709551615 4126503907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25201] ppid=25198 vsize=868572 CPUtime=0.49
/proc/25199/task/25201/stat : 25201 (java) S 25198 25185 20967 0 -1 64 7404 0 0 0 46 3 0 0 16 0 9 0 24803071 889417728 11201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25202] ppid=25198 vsize=868572 CPUtime=0
/proc/25199/task/25202/stat : 25202 (java) S 25198 25185 20967 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24803071 889417728 11201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25203] ppid=25198 vsize=868572 CPUtime=0
/proc/25199/task/25203/stat : 25203 (java) S 25198 25185 20967 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24803071 889417728 11201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25204] ppid=25198 vsize=868572 CPUtime=0
/proc/25199/task/25204/stat : 25204 (java) S 25198 25185 20967 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24803073 889417728 11201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25205] ppid=25198 vsize=868572 CPUtime=0.19
/proc/25199/task/25205/stat : 25205 (java) S 25198 25185 20967 0 -1 64 1472 0 0 0 19 0 0 0 16 0 9 0 24803073 889417728 11201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25206] ppid=25198 vsize=868572 CPUtime=0
/proc/25199/task/25206/stat : 25206 (java) S 25198 25185 20967 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24803073 889417728 11201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25207] ppid=25198 vsize=868572 CPUtime=0
/proc/25199/task/25207/stat : 25207 (java) S 25198 25185 20967 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24803073 889417728 11201 996147200 134512640 134550932 4294955936 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) 890796

[startup+12.7022 s]
/proc/loadavg: 2.03 2.00 2.00 3/85 25207
/proc/meminfo: memFree=1686184/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=2.56
/proc/25185/stat : 25185 (sugar) S 25183 25185 20967 0 -1 4194304 1309 22693 0 1 5 2 233 16 16 0 1 0 24802803 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25185/statm: 4217 1111 409 3 0 796 0
[pid=25198] ppid=25185 vsize=5356 CPUtime=0
/proc/25198/stat : 25198 (sh) S 25185 25185 20967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24803069 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25198/statm: 1339 233 193 169 0 50 0
[pid=25199] ppid=25198 vsize=868656 CPUtime=9.93
/proc/25199/stat : 25199 (java) S 25198 25185 20967 0 -1 0 15817 0 1 0 982 11 0 0 18 0 9 0 24803069 889503744 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25199/statm: 217164 14101 2567 9 0 211669 0
[pid=25199/tid=25200] ppid=25198 vsize=868656 CPUtime=8.64
/proc/25199/task/25200/stat : 25200 (java) R 25198 25185 20967 0 -1 64 3276 0 1 0 861 3 0 0 25 0 9 0 24803070 889503744 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4126510659 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25201] ppid=25198 vsize=868656 CPUtime=1.06
/proc/25199/task/25201/stat : 25201 (java) S 25198 25185 20967 0 -1 64 10363 0 0 0 100 6 0 0 16 0 9 0 24803071 889503744 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25202] ppid=25198 vsize=868656 CPUtime=0
/proc/25199/task/25202/stat : 25202 (java) S 25198 25185 20967 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24803071 889503744 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25203] ppid=25198 vsize=868656 CPUtime=0
/proc/25199/task/25203/stat : 25203 (java) S 25198 25185 20967 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24803071 889503744 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25204] ppid=25198 vsize=868656 CPUtime=0
/proc/25199/task/25204/stat : 25204 (java) S 25198 25185 20967 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24803073 889503744 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25205] ppid=25198 vsize=868656 CPUtime=0.2
/proc/25199/task/25205/stat : 25205 (java) S 25198 25185 20967 0 -1 64 1476 0 0 0 20 0 0 0 15 0 9 0 24803073 889503744 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25206] ppid=25198 vsize=868656 CPUtime=0
/proc/25199/task/25206/stat : 25206 (java) S 25198 25185 20967 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24803073 889503744 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25207] ppid=25198 vsize=868656 CPUtime=0
/proc/25199/task/25207/stat : 25207 (java) S 25198 25185 20967 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24803073 889503744 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890880

[startup+25.5023 s]
/proc/loadavg: 2.02 2.00 2.00 3/85 25207
/proc/meminfo: memFree=1660904/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=2.56
/proc/25185/stat : 25185 (sugar) S 25183 25185 20967 0 -1 4194304 1309 22693 0 1 5 2 233 16 16 0 1 0 24802803 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25185/statm: 4217 1111 409 3 0 796 0
[pid=25198] ppid=25185 vsize=5356 CPUtime=0
/proc/25198/stat : 25198 (sh) S 25185 25185 20967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24803069 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25198/statm: 1339 233 193 169 0 50 0
[pid=25199] ppid=25198 vsize=868656 CPUtime=22.6
/proc/25199/stat : 25199 (java) S 25198 25185 20967 0 -1 0 25747 0 1 0 2241 19 0 0 18 0 9 0 24803069 889503744 20144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25199/statm: 217164 20144 2568 9 0 211669 0
[pid=25199/tid=25200] ppid=25198 vsize=868656 CPUtime=20.24
/proc/25199/task/25200/stat : 25200 (java) R 25198 25185 20967 0 -1 64 3911 0 1 0 2019 5 0 0 25 0 9 0 24803070 889503744 20144 996147200 134512640 134550932 4294955936 18446744073709551615 4126509360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25201] ppid=25198 vsize=868656 CPUtime=2.13
/proc/25199/task/25201/stat : 25201 (java) S 25198 25185 20967 0 -1 64 19649 0 0 0 200 13 0 0 16 0 9 0 24803071 889503744 20144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25202] ppid=25198 vsize=868656 CPUtime=0
/proc/25199/task/25202/stat : 25202 (java) S 25198 25185 20967 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24803071 889503744 20144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25203] ppid=25198 vsize=868656 CPUtime=0
/proc/25199/task/25203/stat : 25203 (java) S 25198 25185 20967 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24803071 889503744 20144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25204] ppid=25198 vsize=868656 CPUtime=0
/proc/25199/task/25204/stat : 25204 (java) S 25198 25185 20967 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24803073 889503744 20144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25205] ppid=25198 vsize=868656 CPUtime=0.21
/proc/25199/task/25205/stat : 25205 (java) S 25198 25185 20967 0 -1 64 1485 0 0 0 21 0 0 0 16 0 9 0 24803073 889503744 20144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25206] ppid=25198 vsize=868656 CPUtime=0
/proc/25199/task/25206/stat : 25206 (java) S 25198 25185 20967 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24803073 889503744 20144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25207] ppid=25198 vsize=868656 CPUtime=0
/proc/25199/task/25207/stat : 25207 (java) S 25198 25185 20967 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24803073 889503744 20144 996147200 134512640 134550932 4294955936 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) 890880

[startup+51.1026 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 25207
/proc/meminfo: memFree=1608232/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=2.56
/proc/25185/stat : 25185 (sugar) S 25183 25185 20967 0 -1 4194304 1309 22693 0 1 5 2 233 16 16 0 1 0 24802803 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25185/statm: 4217 1111 409 3 0 796 0
[pid=25198] ppid=25185 vsize=5356 CPUtime=0
/proc/25198/stat : 25198 (sh) S 25185 25185 20967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24803069 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25198/statm: 1339 233 193 169 0 50 0
[pid=25199] ppid=25198 vsize=868656 CPUtime=47.94
/proc/25199/stat : 25199 (java) S 25198 25185 20967 0 -1 0 43463 0 1 0 4760 34 0 0 18 0 9 0 24803069 889503744 33599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25199/statm: 217164 33599 2568 9 0 211669 0

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

[startup+942.303 s]
/proc/loadavg: 2.04 2.08 2.07 3/83 25322
/proc/meminfo: memFree=206776/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=2.56
/proc/25185/stat : 25185 (sugar) S 25183 25185 20967 0 -1 4194304 1310 22693 0 1 5 2 233 16 16 0 1 0 24802803 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25185/statm: 4217 1111 409 3 0 796 0
[pid=25198] ppid=25185 vsize=5356 CPUtime=0
/proc/25198/stat : 25198 (sh) S 25185 25185 20967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24803069 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25198/statm: 1339 233 193 169 0 50 0
[pid=25199] ppid=25198 vsize=868768 CPUtime=928.11
/proc/25199/stat : 25199 (java) S 25198 25185 20967 0 -1 0 93775 0 1 0 91064 1747 0 0 18 0 9 0 24803069 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25199/statm: 217192 73750 2593 9 0 211669 0
[pid=25199/tid=25200] ppid=25198 vsize=868768 CPUtime=913.21
/proc/25199/task/25200/stat : 25200 (java) R 25198 25185 20967 0 -1 64 9880 0 1 0 89642 1679 0 0 25 0 9 0 24803070 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4126584816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25199/tid=25201] ppid=25198 vsize=868768 CPUtime=14.55
/proc/25199/task/25201/stat : 25201 (java) S 25198 25185 20967 0 -1 64 81659 0 0 0 1389 66 0 0 16 0 9 0 24803071 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25199/tid=25202] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25202/stat : 25202 (java) S 25198 25185 20967 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24803071 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25203] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25203/stat : 25203 (java) S 25198 25185 20967 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24803071 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25204] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25204/stat : 25204 (java) S 25198 25185 20967 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24803073 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25205] ppid=25198 vsize=868768 CPUtime=0.3
/proc/25199/task/25205/stat : 25205 (java) S 25198 25185 20967 0 -1 64 1534 0 0 0 30 0 0 0 17 0 9 0 24803073 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25206] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25206/stat : 25206 (java) S 25198 25185 20967 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24803073 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25207] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25207/stat : 25207 (java) S 25198 25185 20967 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24803073 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 930.67
Current children cumulated vsize (KiB) 890992

[startup+1002.3 s]
/proc/loadavg: 2.19 2.12 2.08 3/83 25322
/proc/meminfo: memFree=15032/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=2.56
/proc/25185/stat : 25185 (sugar) S 25183 25185 20967 0 -1 4194304 1310 22693 0 1 5 2 233 16 16 0 1 0 24802803 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25185/statm: 4217 1111 409 3 0 796 0
[pid=25198] ppid=25185 vsize=5356 CPUtime=0
/proc/25198/stat : 25198 (sh) S 25185 25185 20967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24803069 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25198/statm: 1339 233 193 169 0 50 0
[pid=25199] ppid=25198 vsize=868768 CPUtime=987.81
/proc/25199/stat : 25199 (java) S 25198 25185 20967 0 -1 0 93951 0 1 0 96918 1863 0 0 18 0 9 0 24803069 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25199/statm: 217192 73750 2593 9 0 211669 0
[pid=25199/tid=25200] ppid=25198 vsize=868768 CPUtime=972.69
/proc/25199/task/25200/stat : 25200 (java) R 25198 25185 20967 0 -1 64 10056 0 1 0 95476 1793 0 0 25 0 9 0 24803070 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4127069046 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25199/tid=25201] ppid=25198 vsize=868768 CPUtime=14.77
/proc/25199/task/25201/stat : 25201 (java) S 25198 25185 20967 0 -1 64 81659 0 0 0 1409 68 0 0 16 0 9 0 24803071 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25199/tid=25202] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25202/stat : 25202 (java) S 25198 25185 20967 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24803071 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25203] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25203/stat : 25203 (java) S 25198 25185 20967 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24803071 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25204] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25204/stat : 25204 (java) S 25198 25185 20967 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24803073 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25205] ppid=25198 vsize=868768 CPUtime=0.3
/proc/25199/task/25205/stat : 25205 (java) S 25198 25185 20967 0 -1 64 1534 0 0 0 30 0 0 0 17 0 9 0 24803073 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25206] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25206/stat : 25206 (java) S 25198 25185 20967 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24803073 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25207] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25207/stat : 25207 (java) S 25198 25185 20967 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24803073 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 990.37
Current children cumulated vsize (KiB) 890992

[startup+1062.3 s]
/proc/loadavg: 2.12 2.11 2.08 3/83 25322
/proc/meminfo: memFree=16248/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=2.56
/proc/25185/stat : 25185 (sugar) S 25183 25185 20967 0 -1 4194304 1310 22693 0 1 5 2 233 16 16 0 1 0 24802803 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25185/statm: 4217 1111 409 3 0 796 0
[pid=25198] ppid=25185 vsize=5356 CPUtime=0
/proc/25198/stat : 25198 (sh) S 25185 25185 20967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24803069 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25198/statm: 1339 233 193 169 0 50 0
[pid=25199] ppid=25198 vsize=868768 CPUtime=1047.34
/proc/25199/stat : 25199 (java) S 25198 25185 20967 0 -1 0 94131 0 1 0 102750 1984 0 0 18 0 9 0 24803069 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25199/statm: 217192 73750 2593 9 0 211669 0
[pid=25199/tid=25200] ppid=25198 vsize=868768 CPUtime=1032
/proc/25199/task/25200/stat : 25200 (java) R 25198 25185 20967 0 -1 64 10236 0 1 0 101287 1913 0 0 25 0 9 0 24803070 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4127070891 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25199/tid=25201] ppid=25198 vsize=868768 CPUtime=15
/proc/25199/task/25201/stat : 25201 (java) S 25198 25185 20967 0 -1 64 81659 0 0 0 1430 70 0 0 16 0 9 0 24803071 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25199/tid=25202] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25202/stat : 25202 (java) S 25198 25185 20967 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24803071 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25203] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25203/stat : 25203 (java) S 25198 25185 20967 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24803071 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25204] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25204/stat : 25204 (java) S 25198 25185 20967 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24803073 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25205] ppid=25198 vsize=868768 CPUtime=0.3
/proc/25199/task/25205/stat : 25205 (java) S 25198 25185 20967 0 -1 64 1534 0 0 0 30 0 0 0 17 0 9 0 24803073 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25206] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25206/stat : 25206 (java) S 25198 25185 20967 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24803073 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25207] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25207/stat : 25207 (java) S 25198 25185 20967 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24803073 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1049.9
Current children cumulated vsize (KiB) 890992

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

[startup+1068.7 s]
/proc/loadavg: 2.19 2.13 2.09 3/83 25322
/proc/meminfo: memFree=15096/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=2.56
/proc/25185/stat : 25185 (sugar) S 25183 25185 20967 0 -1 4194304 1310 22693 0 1 5 2 233 16 16 0 1 0 24802803 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25185/statm: 4217 1111 409 3 0 796 0
[pid=25198] ppid=25185 vsize=5356 CPUtime=0
/proc/25198/stat : 25198 (sh) S 25185 25185 20967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24803069 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25198/statm: 1339 233 193 169 0 50 0
[pid=25199] ppid=25198 vsize=868768 CPUtime=1053.7
/proc/25199/stat : 25199 (java) S 25198 25185 20967 0 -1 0 94151 0 1 0 103373 1997 0 0 18 0 9 0 24803069 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25199/statm: 217192 73750 2593 9 0 211669 0
[pid=25199/tid=25200] ppid=25198 vsize=868768 CPUtime=1038.33
/proc/25199/task/25200/stat : 25200 (java) R 25198 25185 20967 0 -1 64 10256 0 1 0 101908 1925 0 0 25 0 9 0 24803070 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4126584911 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25199/tid=25201] ppid=25198 vsize=868768 CPUtime=15.03
/proc/25199/task/25201/stat : 25201 (java) S 25198 25185 20967 0 -1 64 81659 0 0 0 1433 70 0 0 16 0 9 0 24803071 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25199/tid=25202] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25202/stat : 25202 (java) S 25198 25185 20967 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24803071 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25203] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25203/stat : 25203 (java) S 25198 25185 20967 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24803071 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25204] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25204/stat : 25204 (java) S 25198 25185 20967 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24803073 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25205] ppid=25198 vsize=868768 CPUtime=0.3
/proc/25199/task/25205/stat : 25205 (java) S 25198 25185 20967 0 -1 64 1534 0 0 0 30 0 0 0 17 0 9 0 24803073 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25206] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25206/stat : 25206 (java) S 25198 25185 20967 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24803073 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25199/tid=25207] ppid=25198 vsize=868768 CPUtime=0
/proc/25199/task/25207/stat : 25207 (java) S 25198 25185 20967 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24803073 889618432 73750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1056.26
Current children cumulated vsize (KiB) 890992

[startup+1071.9 s]
/proc/loadavg: 2.18 2.12 2.09 3/83 25322
/proc/meminfo: memFree=15352/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=1059.4
/proc/25185/stat : 25185 (sugar) R 25183 25185 20967 0 -1 4194304 1335 117150 0 2 5 6 103906 2023 17 0 1 0 24802803 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25185/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1059.4
Current children cumulated vsize (KiB) 16868

[startup+1073.5 s]
/proc/loadavg: 2.18 2.12 2.09 2/73 25322
/proc/meminfo: memFree=1931784/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=1060.19
/proc/25185/stat : 25185 (sugar) D 25183 25185 20967 0 -1 4194304 1335 117150 0 2 5 85 103906 2023 18 0 1 0 24802803 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25185/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1060.19
Current children cumulated vsize (KiB) 16868

[startup+1074.3 s]
/proc/loadavg: 2.18 2.12 2.09 2/73 25322
/proc/meminfo: memFree=1931784/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=1060.25
/proc/25185/stat : 25185 (sugar) D 25183 25185 20967 0 -1 4194304 1335 117150 0 2 5 91 103906 2023 18 0 1 0 24802803 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25185/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1060.25
Current children cumulated vsize (KiB) 16868

[startup+1074.71 s]
/proc/loadavg: 2.18 2.12 2.09 2/73 25322
/proc/meminfo: memFree=1931080/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=1060.27
/proc/25185/stat : 25185 (sugar) D 25183 25185 20967 0 -1 4194304 1335 117150 0 2 5 93 103906 2023 18 0 1 0 24802803 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25185/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1060.27
Current children cumulated vsize (KiB) 16868

[startup+1075.1 s]
/proc/loadavg: 2.18 2.12 2.09 2/73 25322
/proc/meminfo: memFree=1931080/2055920 swapFree=4191900/4192956
[pid=25185] ppid=25183 vsize=16868 CPUtime=1060.3
/proc/25185/stat : 25185 (sugar) D 25183 25185 20967 0 -1 4194304 1335 117150 0 2 5 96 103906 2023 18 0 1 0 24802803 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25185/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1060.3
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1075.18
CPU time (s): 1060.32
CPU user time (s): 1039.12
CPU system time (s): 21.2048
CPU usage (%): 98.6185
Max. virtual memory (cumulated for all children) (KiB): 901128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1039.12
system time used= 21.2048
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118546
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= 63552
involuntary context switches= 75115

runsolver used 1.39479 second user time and 3.67344 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-12 07:42:40
IDJOB=2083424
IDBENCH=57810
IDSOLVER=739
FILE ID=node15/2083424-1247377359
PBS_JOBID= 9507075
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp37/normalized-fapp37-2250-2.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083424-1247377359/watcher-2083424-1247377359 -o /tmp/evaluation-result-2083424-1247377359/solver-2083424-1247377359 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083424-1247377359.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f8718ebaf51fd44c6f84abcaca826b6a
RANDOM SEED=1786479708

node15.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.220
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.220
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:       1737056 kB
Buffers:         54648 kB
Cached:         180580 kB
SwapCached:        392 kB
Active:         163952 kB
Inactive:        91288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737056 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            7440 kB
Writeback:           0 kB
Mapped:          30004 kB
Slab:            48836 kB
Committed_AS:   247576 kB
PageTables:       1848 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= 66368 MiB
End job on node15 at 2009-07-12 08:00:35