Trace number 1086444

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) 200.734 204.391

General information on the benchmark

Namecsp/fapp/fapp33/
normalized-fapp33-0650-1.xml
MD5SUM3e4bec5daa9518afb4cc7877fca6f2c5
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 benchmark24.5913
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints8684
Maximum constraint arity2
Maximum domain size498
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8684
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Sat Jul  5 08:29:15 2008
0.00/0.15	c 0	PID 11328
0.00/0.16	c 0	HOST node42.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1086444-1215239355.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086444-1215239355.xml' 'HOME/temp.csp'
0.96/1.15	c 1	11 domains, 650 variables, 8 predicates, 0 relations, 8684 constraints
1.01/1.21	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.01/1.21	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.01/1.29	c 1	Parsing HOME/temp.csp
1.02/1.68	c 1	parsed 9353 expressions
1.02/1.68	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.68	c 1	Converting to clausal form CSP
2.18/2.43	c 2	converted 936 (10%) expressions
3.66/3.99	c 4	converted 1871 (20%) expressions
5.05/5.35	c 5	converted 2806 (30%) expressions
6.14/6.49	c 6	converted 3742 (40%) expressions
7.52/7.87	c 8	converted 4677 (50%) expressions
8.61/8.97	c 9	converted 5612 (60%) expressions
9.79/10.12	c 10	converted 6548 (70%) expressions
11.08/11.46	c 11	converted 7483 (80%) expressions
12.18/12.50	c 12	converted 8418 (90%) expressions
13.16/13.55	c 13	converted 9353 (100%) expressions
13.16/13.55	c 13	CSP : 1292 integers, 25039 booleans, 52884 clauses, largest domain size 3209
13.16/13.55	c 13	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.16/13.55	c 13	Propagation in CSP
13.95/14.32	c 14	17684 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.95/14.32	c 14	CSP : 1292 integers, 25039 booleans, 52884 clauses, largest domain size 3209
13.95/14.32	c 14	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.95/14.34	c 14	Simplifing CSP by introducing new Boolean variables
14.06/14.45	c 14	CSP : 1292 integers, 42149 booleans, 69994 clauses, largest domain size 3209
14.06/14.45	c 14	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.45/14.84	c 15	Encoding CSP to SAT : HOME/temp.cnf
15.94/16.30	c 16	130 (10%) CSP integer variables are encoded (48368 clauses, 703434 bytes)
17.22/17.67	c 17	259 (20%) CSP integer variables are encoded (95144 clauses, 1405074 bytes)
18.61/19.05	c 19	388 (30%) CSP integer variables are encoded (142394 clauses, 2199155 bytes)
19.89/20.37	c 20	517 (40%) CSP integer variables are encoded (187018 clauses, 2957763 bytes)
21.18/21.64	c 21	646 (50%) CSP integer variables are encoded (230640 clauses, 3699337 bytes)
21.66/22.14	c 22	776 (60%) CSP integer variables are encoded (577018 clauses, 9587763 bytes)
22.05/22.56	c 22	905 (70%) CSP integer variables are encoded (918955 clauses, 15400692 bytes)
22.55/23.00	c 23	1034 (80%) CSP integer variables are encoded (1263646 clauses, 21789608 bytes)
22.84/23.36	c 23	1163 (90%) CSP integer variables are encoded (1543223 clauses, 27101571 bytes)
23.23/23.73	c 24	1292 (100%) CSP integer variables are encoded (1815446 clauses, 32273808 bytes)
72.13/73.29	c 73	7000 (10%) CSP clauses are encoded (6991570 clauses, 149087391 bytes)
99.12/100.51	c 100	13999 (20%) CSP clauses are encoded (10874662 clauses, 243418865 bytes)
116.20/117.82	c 118	20999 (30%) CSP clauses are encoded (13920637 clauses, 319533232 bytes)
128.90/130.78	c 131	27998 (40%) CSP clauses are encoded (16557151 clauses, 387224023 bytes)
141.19/143.24	c 143	34997 (50%) CSP clauses are encoded (19405296 clauses, 461446260 bytes)
151.11/153.39	c 153	41997 (60%) CSP clauses are encoded (21720178 clauses, 521122413 bytes)
161.33/163.70	c 163	48996 (70%) CSP clauses are encoded (24028306 clauses, 580977081 bytes)
170.36/172.92	c 173	55996 (80%) CSP clauses are encoded (26297902 clauses, 640130359 bytes)
180.37/183.13	c 183	62995 (90%) CSP clauses are encoded (28822714 clauses, 706323661 bytes)
189.11/192.07	c 192	69994 (100%) CSP clauses are encoded (31115829 clauses, 766288426 bytes)
189.11/192.08	c 192	69994 CSP clauses encoded
189.11/192.08	c 192	Writing map file : HOME/temp.map
189.20/192.16	c 192	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
189.20/192.16	c 192	SAT : 1858887 SAT variables, 31115829 SAT clauses, 766288426 bytes
189.20/192.16	c 192	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
189.20/192.18	c 192	SOLVING HOME/temp.cnf
189.20/192.19	c 192	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
189.20/192.19	c 192	This is MiniSat 2.0 beta
189.20/192.19	c 192	WARNING: for repeatability, setting FPU to use double precision
189.20/192.19	c 192	============================[ Problem Statistics ]=============================
189.20/192.19	c 192	|                                                                             |
189.20/192.19	c 192	|  Number of variables:  1858887                                              |
189.20/192.19	c 192	|  Number of clauses:    31115829                                             |
200.31/203.72	c ERROR INTERRUPTED
200.42/203.85	s UNKNOWN
200.42/203.85	c 204	CPU 184.17 (0.03 0.01 184.14 5.11)
200.42/203.85	c 204	END Sat Jul  5 08:32:39 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-1086444-1215239355/watcher-1086444-1215239355 -o /tmp/evaluation-result-1086444-1215239355/solver-1086444-1215239355 -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-1086444-1215239355.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.74 2.72 2.56 4/80 11328
/proc/meminfo: memFree=1375384/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=18572 CPUtime=0
/proc/11328/stat : 11328 (runsolver) D 11326 11328 9060 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2002907948 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 259415141671 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/11328/statm: 4643 292 257 25 0 2626 0

[startup+0.099047 s]
/proc/loadavg: 2.74 2.72 2.56 4/80 11328
/proc/meminfo: memFree=1375384/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=12272 CPUtime=0
/proc/11328/stat : 11328 (sugar) D 11326 11328 9060 0 -1 4194304 393 0 3 0 0 0 0 0 18 0 1 0 2002907948 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/11328/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101045 s]
/proc/loadavg: 2.74 2.72 2.56 4/80 11328
/proc/meminfo: memFree=1375384/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=12272 CPUtime=0
/proc/11328/stat : 11328 (sugar) D 11326 11328 9060 0 -1 4194304 393 0 3 0 0 0 0 0 18 0 1 0 2002907948 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/11328/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301074 s]
/proc/loadavg: 2.74 2.72 2.56 4/80 11328
/proc/meminfo: memFree=1375384/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=13600 CPUtime=0.04
/proc/11328/stat : 11328 (sugar) S 11326 11328 9060 0 -1 4194304 897 127 3 0 3 1 0 0 19 0 1 0 2002907948 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11328/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70112 s]
/proc/loadavg: 2.74 2.72 2.56 4/80 11328
/proc/meminfo: memFree=1375384/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=13600 CPUtime=0.04
/proc/11328/stat : 11328 (sugar) S 11326 11328 9060 0 -1 4194304 897 127 3 0 3 1 0 0 19 0 1 0 2002907948 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11328/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5012 s]
/proc/loadavg: 2.74 2.72 2.56 3/91 11340
/proc/meminfo: memFree=1354304/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=13600 CPUtime=1.02
/proc/11328/stat : 11328 (sugar) S 11326 11328 9060 0 -1 4194304 970 8768 3 1 3 1 91 7 16 0 1 0 2002907948 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11328/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 13600

[startup+3.10238 s]
/proc/loadavg: 2.60 2.69 2.56 3/91 11350
/proc/meminfo: memFree=1356544/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=13600 CPUtime=1.02
/proc/11328/stat : 11328 (sugar) S 11326 11328 9060 0 -1 4194304 971 8768 3 1 3 1 91 7 15 0 1 0 2002907948 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11328/statm: 3400 797 370 3 0 500 0
[pid=11341] ppid=11328 vsize=5356 CPUtime=0
/proc/11341/stat : 11341 (sh) S 11328 11328 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002908069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11341/statm: 1339 233 193 169 0 50 0
[pid=11342] ppid=11341 vsize=868392 CPUtime=1.85
/proc/11342/stat : 11342 (java) S 11341 11328 9060 0 -1 0 8034 0 2 0 180 5 0 0 18 0 9 0 2002908069 889233408 7123 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11342/statm: 217098 7123 2540 9 0 211673 0
[pid=11342/tid=11343] ppid=11341 vsize=868392 CPUtime=1.39
/proc/11342/task/11343/stat : 11343 (java) R 11341 11328 9060 0 -1 64 2801 0 2 0 137 2 0 0 25 0 9 0 2002908070 889233408 7123 996147200 134512640 134550740 4294955952 18446744073709551615 4126600886 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11344] ppid=11341 vsize=868392 CPUtime=0.25
/proc/11342/task/11344/stat : 11344 (java) S 11341 11328 9060 0 -1 64 3113 0 0 0 23 2 0 0 16 0 9 0 2002908072 889233408 7123 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11345] ppid=11341 vsize=868392 CPUtime=0
/proc/11342/task/11345/stat : 11345 (java) S 11341 11328 9060 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002908072 889233408 7123 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11346] ppid=11341 vsize=868392 CPUtime=0
/proc/11342/task/11346/stat : 11346 (java) S 11341 11328 9060 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002908072 889233408 7123 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11347] ppid=11341 vsize=868392 CPUtime=0
/proc/11342/task/11347/stat : 11347 (java) S 11341 11328 9060 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002908074 889233408 7123 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11348] ppid=11341 vsize=868392 CPUtime=0.19
/proc/11342/task/11348/stat : 11348 (java) S 11341 11328 9060 0 -1 64 1428 0 0 0 19 0 0 0 16 0 9 0 2002908074 889233408 7123 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11349] ppid=11341 vsize=868392 CPUtime=0
/proc/11342/task/11349/stat : 11349 (java) S 11341 11328 9060 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002908074 889233408 7123 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11350] ppid=11341 vsize=868392 CPUtime=0
/proc/11342/task/11350/stat : 11350 (java) S 11341 11328 9060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002908074 889233408 7123 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 887348

[startup+6.30274 s]
/proc/loadavg: 2.60 2.69 2.56 3/91 11350
/proc/meminfo: memFree=1345600/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=13600 CPUtime=1.02
/proc/11328/stat : 11328 (sugar) S 11326 11328 9060 0 -1 4194304 971 8768 3 1 3 1 91 7 16 0 1 0 2002907948 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11328/statm: 3400 797 370 3 0 500 0
[pid=11341] ppid=11328 vsize=5356 CPUtime=0
/proc/11341/stat : 11341 (sh) S 11328 11328 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002908069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11341/statm: 1339 233 193 169 0 50 0
[pid=11342] ppid=11341 vsize=868392 CPUtime=5.02
/proc/11342/stat : 11342 (java) S 11341 11328 9060 0 -1 0 11096 0 2 0 493 9 0 0 18 0 9 0 2002908069 889233408 9888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11342/statm: 217098 9888 2540 9 0 211673 0
[pid=11342/tid=11343] ppid=11341 vsize=868392 CPUtime=4.18
/proc/11342/task/11343/stat : 11343 (java) R 11341 11328 9060 0 -1 64 3195 0 2 0 415 3 0 0 25 0 9 0 2002908070 889233408 9888 996147200 134512640 134550740 4294955952 18446744073709551615 4126566880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11344] ppid=11341 vsize=868392 CPUtime=0.6
/proc/11342/task/11344/stat : 11344 (java) S 11341 11328 9060 0 -1 64 5776 0 0 0 56 4 0 0 16 0 9 0 2002908072 889233408 9888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11345] ppid=11341 vsize=868392 CPUtime=0
/proc/11342/task/11345/stat : 11345 (java) S 11341 11328 9060 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002908072 889233408 9888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11346] ppid=11341 vsize=868392 CPUtime=0
/proc/11342/task/11346/stat : 11346 (java) S 11341 11328 9060 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002908072 889233408 9888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11347] ppid=11341 vsize=868392 CPUtime=0
/proc/11342/task/11347/stat : 11347 (java) S 11341 11328 9060 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002908074 889233408 9888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11348] ppid=11341 vsize=868392 CPUtime=0.2
/proc/11342/task/11348/stat : 11348 (java) S 11341 11328 9060 0 -1 64 1433 0 0 0 20 0 0 0 15 0 9 0 2002908074 889233408 9888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11349] ppid=11341 vsize=868392 CPUtime=0
/proc/11342/task/11349/stat : 11349 (java) S 11341 11328 9060 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002908074 889233408 9888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11350] ppid=11341 vsize=868392 CPUtime=0
/proc/11342/task/11350/stat : 11350 (java) S 11341 11328 9060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002908074 889233408 9888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 887348

[startup+12.7015 s]
/proc/loadavg: 2.75 2.72 2.56 3/91 11350
/proc/meminfo: memFree=1319104/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=13600 CPUtime=1.02
/proc/11328/stat : 11328 (sugar) S 11326 11328 9060 0 -1 4194304 971 8768 3 1 3 1 91 7 16 0 1 0 2002907948 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11328/statm: 3400 797 370 3 0 500 0
[pid=11341] ppid=11328 vsize=5356 CPUtime=0
/proc/11341/stat : 11341 (sh) S 11328 11328 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002908069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11341/statm: 1339 233 193 169 0 50 0
[pid=11342] ppid=11341 vsize=868392 CPUtime=11.35
/proc/11342/stat : 11342 (java) S 11341 11328 9060 0 -1 0 20149 0 2 0 1119 16 0 0 18 0 9 0 2002908069 889233408 16443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11342/statm: 217098 16443 2540 9 0 211673 0
[pid=11342/tid=11343] ppid=11341 vsize=868392 CPUtime=9.51
/proc/11342/task/11343/stat : 11343 (java) R 11341 11328 9060 0 -1 64 3801 0 2 0 947 4 0 0 25 0 9 0 2002908070 889233408 16443 996147200 134512640 134550740 4294955952 18446744073709551615 4126570831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11344] ppid=11341 vsize=868392 CPUtime=1.61
/proc/11342/task/11344/stat : 11344 (java) S 11341 11328 9060 0 -1 64 14223 0 0 0 151 10 0 0 16 0 9 0 2002908072 889233408 16443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11345] ppid=11341 vsize=868392 CPUtime=0
/proc/11342/task/11345/stat : 11345 (java) S 11341 11328 9060 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002908072 889233408 16443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11346] ppid=11341 vsize=868392 CPUtime=0
/proc/11342/task/11346/stat : 11346 (java) S 11341 11328 9060 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002908072 889233408 16443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11347] ppid=11341 vsize=868392 CPUtime=0
/proc/11342/task/11347/stat : 11347 (java) S 11341 11328 9060 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002908074 889233408 16443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11348] ppid=11341 vsize=868392 CPUtime=0.2
/proc/11342/task/11348/stat : 11348 (java) S 11341 11328 9060 0 -1 64 1433 0 0 0 20 0 0 0 15 0 9 0 2002908074 889233408 16443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11349] ppid=11341 vsize=868392 CPUtime=0
/proc/11342/task/11349/stat : 11349 (java) S 11341 11328 9060 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002908074 889233408 16443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11350] ppid=11341 vsize=868392 CPUtime=0
/proc/11342/task/11350/stat : 11350 (java) S 11341 11328 9060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002908074 889233408 16443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 887348

[startup+25.5029 s]
/proc/loadavg: 2.63 2.70 2.56 3/91 11350
/proc/meminfo: memFree=1268736/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=13600 CPUtime=1.02
/proc/11328/stat : 11328 (sugar) S 11326 11328 9060 0 -1 4194304 971 8768 3 1 3 1 91 7 15 0 1 0 2002907948 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11328/statm: 3400 797 370 3 0 500 0
[pid=11341] ppid=11328 vsize=5356 CPUtime=0
/proc/11341/stat : 11341 (sh) S 11328 11328 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002908069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11341/statm: 1339 233 193 169 0 50 0
[pid=11342] ppid=11341 vsize=868504 CPUtime=23.99
/proc/11342/stat : 11342 (java) S 11341 11328 9060 0 -1 0 23922 0 2 0 2358 41 0 0 18 0 9 0 2002908069 889348096 19662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11342/statm: 217126 19662 2566 9 0 211673 0
[pid=11342/tid=11343] ppid=11341 vsize=868504 CPUtime=21.4
/proc/11342/task/11343/stat : 11343 (java) R 11341 11328 9060 0 -1 64 4273 0 2 0 2114 26 0 0 25 0 9 0 2002908070 889348096 19662 996147200 134512640 134550740 4294955952 18446744073709551615 4126872087 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11344] ppid=11341 vsize=868504 CPUtime=2.29
/proc/11342/task/11344/stat : 11344 (java) S 11341 11328 9060 0 -1 64 17480 0 0 0 216 13 0 0 16 0 9 0 2002908072 889348096 19662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11345] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11345/stat : 11345 (java) S 11341 11328 9060 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002908072 889348096 19662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11346] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11346/stat : 11346 (java) S 11341 11328 9060 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002908072 889348096 19662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11347] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11347/stat : 11347 (java) S 11341 11328 9060 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002908074 889348096 19662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11348] ppid=11341 vsize=868504 CPUtime=0.27
/proc/11342/task/11348/stat : 11348 (java) S 11341 11328 9060 0 -1 64 1477 0 0 0 27 0 0 0 16 0 9 0 2002908074 889348096 19662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11349] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11349/stat : 11349 (java) S 11341 11328 9060 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002908074 889348096 19662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11350] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11350/stat : 11350 (java) S 11341 11328 9060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002908074 889348096 19662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 887460

[startup+51.1027 s]
/proc/loadavg: 2.42 2.64 2.54 3/91 11350
/proc/meminfo: memFree=1214976/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=13600 CPUtime=1.02
/proc/11328/stat : 11328 (sugar) S 11326 11328 9060 0 -1 4194304 971 8768 3 1 3 1 91 7 15 0 1 0 2002907948 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11328/statm: 3400 797 370 3 0 500 0
[pid=11341] ppid=11328 vsize=5356 CPUtime=0
/proc/11341/stat : 11341 (sh) S 11328 11328 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002908069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11341/statm: 1339 233 193 169 0 50 0
[pid=11342] ppid=11341 vsize=868504 CPUtime=49.27
/proc/11342/stat : 11342 (java) S 11341 11328 9060 0 -1 0 24196 0 2 0 4851 76 0 0 18 0 9 0 2002908069 889348096 19667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=11342/tid=11343] ppid=11341 vsize=868504 CPUtime=46.52
/proc/11342/task/11343/stat : 11343 (java) R 11341 11328 9060 0 -1 64 4542 0 2 0 4594 58 0 0 25 0 9 0 2002908070 889348096 19667 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11344] ppid=11341 vsize=868504 CPUtime=2.44
/proc/11342/task/11344/stat : 11344 (java) S 11341 11328 9060 0 -1 64 17480 0 0 0 228 16 0 0 16 0 9 0 2002908072 889348096 19667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11345] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11345/stat : 11345 (java) S 11341 11328 9060 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002908072 889348096 19667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11346] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11346/stat : 11346 (java) S 11341 11328 9060 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002908072 889348096 19667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11347] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11347/stat : 11347 (java) S 11341 11328 9060 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002908074 889348096 19667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11348] ppid=11341 vsize=868504 CPUtime=0.28
/proc/11342/task/11348/stat : 11348 (java) S 11341 11328 9060 0 -1 64 1482 0 0 0 28 0 0 0 16 0 9 0 2002908074 889348096 19667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11349] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11349/stat : 11349 (java) S 11341 11328 9060 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002908074 889348096 19667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11350] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11350/stat : 11350 (java) S 11341 11328 9060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002908074 889348096 19667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 887460

[startup+102.307 s]
/proc/loadavg: 2.16 2.53 2.51 3/91 11350
/proc/meminfo: memFree=1053440/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=13600 CPUtime=1.02
/proc/11328/stat : 11328 (sugar) S 11326 11328 9060 0 -1 4194304 971 8768 3 1 3 1 91 7 16 0 1 0 2002907948 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11328/statm: 3400 797 370 3 0 500 0
[pid=11341] ppid=11328 vsize=5356 CPUtime=0
/proc/11341/stat : 11341 (sh) S 11328 11328 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002908069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11341/statm: 1339 233 193 169 0 50 0
[pid=11342] ppid=11341 vsize=868504 CPUtime=99.89
/proc/11342/stat : 11342 (java) S 11341 11328 9060 0 -1 0 24958 0 2 0 9815 174 0 0 18 0 9 0 2002908069 889348096 19671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11342/statm: 217126 19671 2566 9 0 211673 0
[pid=11342/tid=11343] ppid=11341 vsize=868504 CPUtime=96.75
/proc/11342/task/11343/stat : 11343 (java) R 11341 11328 9060 0 -1 64 5300 0 2 0 9524 151 0 0 25 0 9 0 2002908070 889348096 19671 996147200 134512640 134550740 4294955952 18446744073709551615 4126965953 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11344] ppid=11341 vsize=868504 CPUtime=2.81
/proc/11342/task/11344/stat : 11344 (java) S 11341 11328 9060 0 -1 64 17480 0 0 0 260 21 0 0 16 0 9 0 2002908072 889348096 19671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11345] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11345/stat : 11345 (java) S 11341 11328 9060 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002908072 889348096 19671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11346] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11346/stat : 11346 (java) S 11341 11328 9060 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002908072 889348096 19671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11347] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11347/stat : 11347 (java) S 11341 11328 9060 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002908074 889348096 19671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11348] ppid=11341 vsize=868504 CPUtime=0.29
/proc/11342/task/11348/stat : 11348 (java) S 11341 11328 9060 0 -1 64 1486 0 0 0 29 0 0 0 17 0 9 0 2002908074 889348096 19671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11349] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11349/stat : 11349 (java) S 11341 11328 9060 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002908074 889348096 19671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11350] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11350/stat : 11350 (java) S 11341 11328 9060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002908074 889348096 19671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.91
Current children cumulated vsize (KiB) 887460

[startup+162.302 s]
/proc/loadavg: 2.22 2.49 2.50 3/91 11350
/proc/meminfo: memFree=734784/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=13600 CPUtime=1.02
/proc/11328/stat : 11328 (sugar) S 11326 11328 9060 0 -1 4194304 971 8768 3 1 3 1 91 7 16 0 1 0 2002907948 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11328/statm: 3400 797 370 3 0 500 0
[pid=11341] ppid=11328 vsize=5356 CPUtime=0
/proc/11341/stat : 11341 (sh) S 11328 11328 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002908069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11341/statm: 1339 233 193 169 0 50 0
[pid=11342] ppid=11341 vsize=868504 CPUtime=158.94
/proc/11342/stat : 11342 (java) S 11341 11328 9060 0 -1 0 26351 0 2 0 15514 380 0 0 18 0 9 0 2002908069 889348096 19672 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11342/statm: 217126 19672 2566 9 0 211673 0
[pid=11342/tid=11343] ppid=11341 vsize=868504 CPUtime=155.09
/proc/11342/task/11343/stat : 11343 (java) R 11341 11328 9060 0 -1 64 6692 0 2 0 15162 347 0 0 25 0 9 0 2002908070 889348096 19672 996147200 134512640 134550740 4294955952 18446744073709551615 4126600840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11344] ppid=11341 vsize=868504 CPUtime=3.51
/proc/11342/task/11344/stat : 11344 (java) S 11341 11328 9060 0 -1 64 17480 0 0 0 321 30 0 0 16 0 9 0 2002908072 889348096 19672 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11345] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11345/stat : 11345 (java) S 11341 11328 9060 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002908072 889348096 19672 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11346] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11346/stat : 11346 (java) S 11341 11328 9060 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002908072 889348096 19672 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11347] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11347/stat : 11347 (java) S 11341 11328 9060 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002908074 889348096 19672 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11348] ppid=11341 vsize=868504 CPUtime=0.29
/proc/11342/task/11348/stat : 11348 (java) S 11341 11328 9060 0 -1 64 1487 0 0 0 29 0 0 0 15 0 9 0 2002908074 889348096 19672 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11349] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11349/stat : 11349 (java) S 11341 11328 9060 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002908074 889348096 19672 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11342/tid=11350] ppid=11341 vsize=868504 CPUtime=0
/proc/11342/task/11350/stat : 11350 (java) S 11341 11328 9060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002908074 889348096 19672 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.96
Current children cumulated vsize (KiB) 887460



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+203.707 s]
/proc/loadavg: 2.21 2.46 2.48 3/83 11352
/proc/meminfo: memFree=15296/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=13600 CPUtime=189.29
/proc/11328/stat : 11328 (sugar) S 11326 11328 9060 0 -1 4194304 1030 36254 3 3 3 1 18414 511 16 0 1 0 2002907948 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11328/statm: 3400 799 370 3 0 500 0
[pid=11351] ppid=11328 vsize=5356 CPUtime=0
/proc/11351/stat : 11351 (sh) S 11328 11328 9060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002927167 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11351/statm: 1339 232 193 169 0 50 0
[pid=11352] ppid=11351 vsize=904016 CPUtime=11.02
/proc/11352/stat : 11352 (minisat) R 11351 11328 9060 0 -1 4194304 209833 0 0 0 951 151 0 0 25 0 1 0 2002927168 925712384 209819 996147200 134512640 135127466 4294956256 18446744073709551615 134532895 0 0 4096 3 0 0 0 17 1 0 0
/proc/11352/statm: 226004 209819 62 150 0 225851 0
Current children cumulated CPU time (s) 200.31
Current children cumulated vsize (KiB) 922972

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

[startup+203.82 s]
/proc/loadavg: 2.21 2.46 2.48 3/83 11352
/proc/meminfo: memFree=15296/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=13600 CPUtime=189.29
/proc/11328/stat : 11328 (sugar) S 11326 11328 9060 0 -1 4194304 1041 36254 3 3 3 1 18414 511 16 0 1 0 2002907948 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/11328/statm: 3400 799 370 3 0 500 0
[pid=11351] ppid=11328 vsize=0 CPUtime=0
/proc/11351/stat : 11351 (sh) Z 11328 11328 9060 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2002927167 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/11351/statm: 0 0 0 0 0 0 0
[pid=11352] ppid=1 vsize=0 CPUtime=11.13
/proc/11352/stat : 11352 (minisat) R 1 11328 9060 0 -1 4195332 209833 0 0 0 951 162 0 0 25 0 1 0 2002927168 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/11352/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 200.42
Current children cumulated vsize (KiB) 13600

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

[startup+203.902 s]
/proc/loadavg: 2.21 2.46 2.48 3/83 11352
/proc/meminfo: memFree=15296/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=13600 CPUtime=189.32
/proc/11328/stat : 11328 (sugar) R 11326 11328 9060 0 -1 4194304 1066 36531 3 3 3 4 18414 511 16 0 1 0 2002907948 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11328/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 189.32
Current children cumulated vsize (KiB) 13600

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

[startup+204.002 s]
/proc/loadavg: 2.21 2.46 2.48 3/83 11352
/proc/meminfo: memFree=15296/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=13600 CPUtime=189.42
/proc/11328/stat : 11328 (sugar) R 11326 11328 9060 0 -1 4194304 1066 36531 3 3 3 14 18414 511 16 0 1 0 2002907948 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11328/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 189.42
Current children cumulated vsize (KiB) 13600

[startup+204.202 s]
/proc/loadavg: 2.21 2.46 2.48 3/83 11352
/proc/meminfo: memFree=15296/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=13600 CPUtime=189.6
/proc/11328/stat : 11328 (sugar) D 11326 11328 9060 0 -1 4194304 1066 36531 3 3 3 32 18414 511 16 0 1 0 2002907948 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11328/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 189.6
Current children cumulated vsize (KiB) 13600

[startup+204.302 s]
/proc/loadavg: 2.21 2.46 2.48 3/83 11352
/proc/meminfo: memFree=15296/2055920 swapFree=4180096/4192956
[pid=11328] ppid=11326 vsize=13600 CPUtime=189.6
/proc/11328/stat : 11328 (sugar) D 11326 11328 9060 0 -1 4194304 1066 36531 3 3 3 32 18414 511 15 0 1 0 2002907948 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11328/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 189.6
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): 11.1
#  lost CPU user time (s): 9.50999
#  lost CPU system time (s): 1.59

Real time (s): 204.391
CPU time (s): 200.734
CPU user time (s): 193.691
CPU system time (s): 7.04317
CPU usage (%): 98.2107
Max. virtual memory (cumulated for all children) (KiB): 922972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 184.181
system time used= 5.45317
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37628
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35032
involuntary context switches= 39622

runsolver used 0.280957 second user time and 0.693894 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-05 08:29:15
IDJOB=1086444
IDBENCH=57819
IDSOLVER=346
FILE ID=node42/1086444-1215239355
PBS_JOBID= 7881841
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp33/normalized-fapp33-0650-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-1086444-1215239355/watcher-1086444-1215239355 -o /tmp/evaluation-result-1086444-1215239355/solver-1086444-1215239355 -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-1086444-1215239355.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3e4bec5daa9518afb4cc7877fca6f2c5
RANDOM SEED=562231499

node42.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.214
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.214
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:       1375864 kB
Buffers:          6172 kB
Cached:          90156 kB
SwapCached:       7236 kB
Active:         572844 kB
Inactive:        52144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1375864 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            2452 kB
Writeback:           0 kB
Mapped:         541852 kB
Slab:            39160 kB
Committed_AS:  4441960 kB
PageTables:       2880 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= 66484 MiB
End job on node42 at 2008-07-05 08:32:41