Trace number 419531

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, and are wall clock time (not CPU 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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.13 1786.49

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/dspam/dspam_dump_vc950.opb
MD5SUM7e2bd053dd82d4aa23f42a2d48accca0
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.18036
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables112784
Total number of constraints360419
Number of constraints which are clauses360419
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15/0.51	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15/0.51	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15/0.51	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15/0.52	c no version file found!!!
0.15/0.52	c sun.arch.data.model	32
0.15/0.52	c java.version	1.6.0
0.15/0.52	c os.name	Linux
0.15/0.52	c os.version	2.6.9-22.EL.rootsmp
0.15/0.52	c os.arch	i386
0.15/0.52	c Free memory 1651659224
0.15/0.52	c Max memory 1654456320
0.15/0.52	c Total memory 1654456320
0.15/0.52	c Number of processors 2
0.15/0.58	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.15/0.58	--- Begin Solver configuration ---
0.15/0.58	c Stops conflict analysis at the first Unique Implication Point
0.15/0.58	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.58	c Learn all clauses as in MiniSAT
0.15/0.58	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.15/0.58	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.58	c No reason simplification
0.15/0.58	c --- End Solver configuration ---
0.15/0.58	c Simplify asserted PB constraints to clauses
0.15/0.58	c solving /tmp/evaluation/419531-1177409208/instance-419531-1177409208.opb
0.15/0.58	c reading problem ... 
8.98/7.81	c ... done. Wall clock time 7.23s.
8.98/7.81	c CPU time (experimental) 6.25s.
8.98/7.81	c #vars     112784
8.98/7.81	c #constraints  357258
1800.04/1786.41	c starts		: 2
1800.04/1786.41	c conflicts		: 238999
1800.04/1786.41	c decisions		: 399859
1800.04/1786.41	c propagations		: 67160827
1800.04/1786.41	c inspects		: 748411929
1800.04/1786.41	c learnt literals	: 6
1800.04/1786.42	c learnt binary clauses	: 1319
1800.04/1786.42	c learnt ternary clauses	: 3987
1800.04/1786.42	c learnt clauses	: 238992
1800.04/1786.42	c root simplifications	: 0
1800.04/1786.42	c removed literals (reason simplification)	: 0
1800.04/1786.42	c reason swapping (by a shorter reason)	: 0
1800.04/1786.42	c Calls to reduceDB	: 0
1800.04/1786.42	c speed (decisions/second)	: 224.82366203835156
1800.04/1786.42	c non guided choices	8573
1800.04/1786.42	s UNKNOWN
1800.04/1786.42	c Total wall clock time (ms): 1785.834

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node10/watcher-419531-1177409208 -o ROOT/results/node10/solver-419531-1177409208 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419531-1177409208/sat4jPseudoCPClause.jar /tmp/evaluation/419531-1177409208/instance-419531-1177409208.opb 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.65 1.25 1.13 2/77 328
/proc/meminfo: memFree=1956112/2055920 swapFree=4139408/4192956
[pid=328] ppid=326 vsize=18528 CPUtime=0
/proc/328/stat : 328 (runsolver) R 326 328 31317 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 216958362 18972672 284 18446744073709551615 4194304 4255128 548682068832 18446744073709551615 214919867687 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/328/statm: 4632 284 249 14 0 2626 0

[startup+0.0392909 s]
/proc/loadavg: 1.65 1.25 1.13 2/77 328
/proc/meminfo: memFree=1956112/2055920 swapFree=4139408/4192956
[pid=328] ppid=326 vsize=1800 CPUtime=0
/proc/328/stat : 328 (java) D 326 328 31317 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 216958362 1843200 143 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/328/statm: 450 143 106 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.101312 s]
/proc/loadavg: 1.65 1.25 1.13 2/77 328
/proc/meminfo: memFree=1956112/2055920 swapFree=4139408/4192956
[pid=328] ppid=326 vsize=1800 CPUtime=0
/proc/328/stat : 328 (java) D 326 328 31317 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 216958362 1843200 143 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/328/statm: 450 143 106 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.301353 s]
/proc/loadavg: 1.65 1.25 1.13 2/77 328
/proc/meminfo: memFree=1956112/2055920 swapFree=4139408/4192956
[pid=328] ppid=326 vsize=1775952 CPUtime=0.04
/proc/328/stat : 328 (java) S 326 328 31317 0 -1 0 2660 0 29 0 1 3 0 0 18 0 4 0 216958362 1818574848 2437 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/328/statm: 443988 2437 484 9 0 441624 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1775952

[startup+0.701443 s]
/proc/loadavg: 1.65 1.25 1.13 2/77 328
/proc/meminfo: memFree=1956112/2055920 swapFree=4139408/4192956
[pid=328] ppid=326 vsize=1782556 CPUtime=0.39
/proc/328/stat : 328 (java) S 326 328 31317 0 -1 0 6134 0 38 0 32 7 0 0 18 0 12 0 216958362 1825337344 5911 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/328/statm: 445639 5911 1264 9 0 443250 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1782556

[startup+1.50261 s]
/proc/loadavg: 1.76 1.28 1.14 4/89 340
/proc/meminfo: memFree=1923952/2055920 swapFree=4139408/4192956
[pid=328] ppid=326 vsize=1787524 CPUtime=1.62
/proc/328/stat : 328 (java) S 326 328 31317 0 -1 0 12202 0 38 0 153 9 0 0 18 0 12 0 216958362 1830424576 10485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/328/statm: 446881 10485 1301 9 0 444492 0
[pid=328/tid=330] ppid=326 vsize=1787524 CPUtime=0.78
/proc/328/task/330/stat : 330 (java) R 326 328 31317 0 -1 64 8358 0 13 0 73 5 0 0 17 0 12 0 216958379 1830424576 10486 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109594355 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=331] ppid=326 vsize=1787524 CPUtime=0
/proc/328/task/331/stat : 331 (java) S 326 328 31317 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 216958392 1830424576 10486 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=332] ppid=326 vsize=1787524 CPUtime=0
/proc/328/task/332/stat : 332 (java) S 326 328 31317 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 216958392 1830424576 10487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=333] ppid=326 vsize=1787524 CPUtime=0
/proc/328/task/333/stat : 333 (java) S 326 328 31317 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 216958397 1830424576 10487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=334] ppid=326 vsize=1787524 CPUtime=0
/proc/328/task/334/stat : 334 (java) S 326 328 31317 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 216958398 1830424576 10488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=335] ppid=326 vsize=1787524 CPUtime=0
/proc/328/task/335/stat : 335 (java) S 326 328 31317 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 216958398 1830424576 10488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=336] ppid=326 vsize=1787524 CPUtime=0
/proc/328/task/336/stat : 336 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 216958405 1830424576 10488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=337] ppid=326 vsize=1787524 CPUtime=0.44
/proc/328/task/337/stat : 337 (java) R 326 328 31317 0 -1 64 2233 0 0 0 44 0 0 0 16 0 12 0 216958405 1830424576 10489 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103322118 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=338] ppid=326 vsize=1787524 CPUtime=0.35
/proc/328/task/338/stat : 338 (java) S 326 328 31317 0 -1 64 921 0 0 0 35 0 0 0 16 0 12 0 216958405 1830424576 10489 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=339] ppid=326 vsize=1787524 CPUtime=0
/proc/328/task/339/stat : 339 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 216958405 1830424576 10490 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=340] ppid=326 vsize=1787524 CPUtime=0
/proc/328/task/340/stat : 340 (java) S 326 328 31317 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 216958405 1830424576 10491 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 1787524

[startup+3.10295 s]
/proc/loadavg: 1.76 1.28 1.14 2/89 340
/proc/meminfo: memFree=1864688/2055920 swapFree=4139408/4192956
[pid=328] ppid=326 vsize=1787412 CPUtime=3.59
/proc/328/stat : 328 (java) S 326 328 31317 0 -1 0 45099 0 38 0 333 26 0 0 18 0 12 0 216958362 1830309888 42806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/328/statm: 446853 42806 1314 9 0 444464 0
[pid=328/tid=330] ppid=326 vsize=1787412 CPUtime=2.24
/proc/328/task/330/stat : 330 (java) R 326 328 31317 0 -1 64 37682 0 13 0 204 20 0 0 18 0 12 0 216958379 1830309888 42806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109542883 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=331] ppid=326 vsize=1787412 CPUtime=0.07
/proc/328/task/331/stat : 331 (java) S 326 328 31317 0 -1 64 1636 0 0 0 7 0 0 0 16 0 12 0 216958392 1830309888 42806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=332] ppid=326 vsize=1787412 CPUtime=0.07
/proc/328/task/332/stat : 332 (java) S 326 328 31317 0 -1 64 1364 0 0 0 7 0 0 0 17 0 12 0 216958392 1830309888 42806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=333] ppid=326 vsize=1787412 CPUtime=0
/proc/328/task/333/stat : 333 (java) S 326 328 31317 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 216958397 1830309888 42806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=334] ppid=326 vsize=1787412 CPUtime=0
/proc/328/task/334/stat : 334 (java) S 326 328 31317 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 216958398 1830309888 42806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=335] ppid=326 vsize=1787412 CPUtime=0
/proc/328/task/335/stat : 335 (java) S 326 328 31317 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216958398 1830309888 42806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=336] ppid=326 vsize=1787412 CPUtime=0
/proc/328/task/336/stat : 336 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 216958405 1830309888 42806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=337] ppid=326 vsize=1787412 CPUtime=0.63
/proc/328/task/337/stat : 337 (java) S 326 328 31317 0 -1 64 2670 0 0 0 62 1 0 0 16 0 12 0 216958405 1830309888 42806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=338] ppid=326 vsize=1787412 CPUtime=0.49
/proc/328/task/338/stat : 338 (java) S 326 328 31317 0 -1 64 1050 0 0 0 49 0 0 0 16 0 12 0 216958405 1830309888 42806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=339] ppid=326 vsize=1787412 CPUtime=0
/proc/328/task/339/stat : 339 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 216958405 1830309888 42806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=340] ppid=326 vsize=1787412 CPUtime=0
/proc/328/task/340/stat : 340 (java) S 326 328 31317 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 216958405 1830309888 42806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1787412

[startup+6.30264 s]
/proc/loadavg: 1.76 1.28 1.14 2/89 340
/proc/meminfo: memFree=1746800/2055920 swapFree=4139408/4192956
[pid=328] ppid=326 vsize=1788888 CPUtime=7.28
/proc/328/stat : 328 (java) S 326 328 31317 0 -1 0 56784 0 38 0 696 32 0 0 18 0 12 0 216958362 1831821312 54062 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/328/statm: 447222 54062 1315 9 0 444833 0
[pid=328/tid=330] ppid=326 vsize=1788888 CPUtime=4.95
/proc/328/task/330/stat : 330 (java) R 326 328 31317 0 -1 64 37686 0 13 0 474 21 0 0 16 0 12 0 216958379 1831821312 54062 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109543320 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=331] ppid=326 vsize=1788888 CPUtime=0.56
/proc/328/task/331/stat : 331 (java) S 326 328 31317 0 -1 64 8110 0 0 0 53 3 0 0 16 0 12 0 216958392 1831821312 54062 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=332] ppid=326 vsize=1788888 CPUtime=0.56
/proc/328/task/332/stat : 332 (java) S 326 328 31317 0 -1 64 6566 0 0 0 53 3 0 0 16 0 12 0 216958392 1831821312 54062 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=333] ppid=326 vsize=1788888 CPUtime=0
/proc/328/task/333/stat : 333 (java) S 326 328 31317 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 216958397 1831821312 54062 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=334] ppid=326 vsize=1788888 CPUtime=0
/proc/328/task/334/stat : 334 (java) S 326 328 31317 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 216958398 1831821312 54062 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=335] ppid=326 vsize=1788888 CPUtime=0
/proc/328/task/335/stat : 335 (java) S 326 328 31317 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216958398 1831821312 54062 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=336] ppid=326 vsize=1788888 CPUtime=0
/proc/328/task/336/stat : 336 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 216958405 1831821312 54062 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=337] ppid=326 vsize=1788888 CPUtime=0.65
/proc/328/task/337/stat : 337 (java) S 326 328 31317 0 -1 64 2671 0 0 0 64 1 0 0 17 0 12 0 216958405 1831821312 54062 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=338] ppid=326 vsize=1788888 CPUtime=0.49
/proc/328/task/338/stat : 338 (java) S 326 328 31317 0 -1 64 1050 0 0 0 49 0 0 0 16 0 12 0 216958405 1831821312 54062 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=339] ppid=326 vsize=1788888 CPUtime=0
/proc/328/task/339/stat : 339 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 216958405 1831821312 54062 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=340] ppid=326 vsize=1788888 CPUtime=0
/proc/328/task/340/stat : 340 (java) S 326 328 31317 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 216958405 1831821312 54062 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 1788888

[startup+12.703 s]
/proc/loadavg: 1.72 1.29 1.15 2/90 341
/proc/meminfo: memFree=1713456/2055920 swapFree=4139408/4192956
[pid=328] ppid=326 vsize=1791132 CPUtime=14.87
/proc/328/stat : 328 (java) S 326 328 31317 0 -1 0 65013 0 38 0 1451 36 0 0 18 0 13 0 216958362 1834119168 59521 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/328/statm: 447783 59521 1324 9 0 445394 0
[pid=328/tid=330] ppid=326 vsize=1791132 CPUtime=10.66
/proc/328/task/330/stat : 330 (java) R 326 328 31317 0 -1 64 37740 0 13 0 1045 21 0 0 25 0 13 0 216958379 1834119168 59521 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109922497 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=331] ppid=326 vsize=1791132 CPUtime=1.12
/proc/328/task/331/stat : 331 (java) S 326 328 31317 0 -1 64 11580 0 0 0 108 4 0 0 16 0 13 0 216958392 1834119168 59521 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=332] ppid=326 vsize=1791132 CPUtime=1.12
/proc/328/task/332/stat : 332 (java) S 326 328 31317 0 -1 64 9578 0 0 0 108 4 0 0 16 0 13 0 216958392 1834119168 59521 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=333] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/333/stat : 333 (java) S 326 328 31317 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 216958397 1834119168 59521 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=334] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/334/stat : 334 (java) S 326 328 31317 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 216958398 1834119168 59521 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=335] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/335/stat : 335 (java) S 326 328 31317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216958398 1834119168 59521 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=336] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/336/stat : 336 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216958405 1834119168 59521 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=337] ppid=326 vsize=1791132 CPUtime=0.99
/proc/328/task/337/stat : 337 (java) S 326 328 31317 0 -1 64 2702 0 0 0 98 1 0 0 16 0 13 0 216958405 1834119168 59521 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=338] ppid=326 vsize=1791132 CPUtime=0.92
/proc/328/task/338/stat : 338 (java) S 326 328 31317 0 -1 64 2708 0 0 0 91 1 0 0 16 0 13 0 216958405 1834119168 59521 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=339] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/339/stat : 339 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 216958405 1834119168 59521 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=340] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/340/stat : 340 (java) S 326 328 31317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216958405 1834119168 59521 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=341] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/341/stat : 341 (java) S 326 328 31317 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 216959151 1834119168 59521 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.87
Current children cumulated vsize (KiB) 1791132

[startup+25.5018 s]
/proc/loadavg: 1.61 1.28 1.15 2/90 341
/proc/meminfo: memFree=1699696/2055920 swapFree=4139408/4192956
[pid=328] ppid=326 vsize=1792156 CPUtime=28.09
/proc/328/stat : 328 (java) S 326 328 31317 0 -1 0 70235 0 38 0 2770 39 0 0 18 0 13 0 216958362 1835167744 62975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/328/statm: 448039 62975 1324 9 0 445650 0
[pid=328/tid=330] ppid=326 vsize=1792156 CPUtime=23.11
/proc/328/task/330/stat : 330 (java) R 326 328 31317 0 -1 64 37754 0 13 0 2290 21 0 0 20 0 13 0 216958379 1835167744 62975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109898498 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=331] ppid=326 vsize=1792156 CPUtime=1.36
/proc/328/task/331/stat : 331 (java) S 326 328 31317 0 -1 64 14544 0 0 0 131 5 0 0 16 0 13 0 216958392 1835167744 62975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=332] ppid=326 vsize=1792156 CPUtime=1.36
/proc/328/task/332/stat : 332 (java) S 326 328 31317 0 -1 64 11496 0 0 0 131 5 0 0 16 0 13 0 216958392 1835167744 62975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=333] ppid=326 vsize=1792156 CPUtime=0
/proc/328/task/333/stat : 333 (java) S 326 328 31317 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 216958397 1835167744 62975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=334] ppid=326 vsize=1792156 CPUtime=0
/proc/328/task/334/stat : 334 (java) S 326 328 31317 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 216958398 1835167744 62975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=335] ppid=326 vsize=1792156 CPUtime=0
/proc/328/task/335/stat : 335 (java) S 326 328 31317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216958398 1835167744 62975 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=328] ppid=326 vsize=1791132 CPUtime=1614.8
/proc/328/stat : 328 (java) S 326 328 31317 0 -1 0 162907 0 38 0 161305 175 0 0 18 0 13 0 216958362 1834119168 97665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/328/statm: 447783 97665 1332 9 0 445394 0
[pid=328/tid=330] ppid=326 vsize=1791132 CPUtime=1583.79
/proc/328/task/330/stat : 330 (java) R 326 328 31317 0 -1 64 87207 0 13 0 158327 52 0 0 21 0 13 0 216958379 1834119168 97665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109632277 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=331] ppid=326 vsize=1791132 CPUtime=14.16
/proc/328/task/331/stat : 331 (java) S 326 328 31317 0 -1 64 35899 0 0 0 1367 49 0 0 16 0 13 0 216958392 1834119168 97665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=332] ppid=326 vsize=1791132 CPUtime=14.15
/proc/328/task/332/stat : 332 (java) S 326 328 31317 0 -1 64 33171 0 0 0 1362 53 0 0 16 0 13 0 216958392 1834119168 97665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=333] ppid=326 vsize=1791132 CPUtime=0.34
/proc/328/task/333/stat : 333 (java) S 326 328 31317 0 -1 64 190 0 0 0 19 15 0 0 16 0 13 0 216958397 1834119168 97665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=334] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/334/stat : 334 (java) S 326 328 31317 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 216958398 1834119168 97665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=335] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/335/stat : 335 (java) S 326 328 31317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216958398 1834119168 97665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=336] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/336/stat : 336 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216958405 1834119168 97665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=337] ppid=326 vsize=1791132 CPUtime=1.15
/proc/328/task/337/stat : 337 (java) S 326 328 31317 0 -1 64 2727 0 0 0 114 1 0 0 17 0 13 0 216958405 1834119168 97665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=338] ppid=326 vsize=1791132 CPUtime=1.14
/proc/328/task/338/stat : 338 (java) S 326 328 31317 0 -1 64 3019 0 0 0 113 1 0 0 16 0 13 0 216958405 1834119168 97665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=339] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/339/stat : 339 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 216958405 1834119168 97665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=340] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/340/stat : 340 (java) S 326 328 31317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216958405 1834119168 97665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=341] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/341/stat : 341 (java) S 326 328 31317 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 216959151 1834119168 97665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.8
Current children cumulated vsize (KiB) 1791132

[startup+1662.3 s]
/proc/loadavg: 1.13 1.03 1.01 2/90 343
/proc/meminfo: memFree=1552496/2055920 swapFree=4139416/4192956
[pid=328] ppid=326 vsize=1791132 CPUtime=1675.13
/proc/328/stat : 328 (java) S 326 328 31317 0 -1 0 163879 0 38 0 167334 179 0 0 18 0 13 0 216958362 1834119168 98395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/328/statm: 447783 98395 1332 9 0 445394 0
[pid=328/tid=330] ppid=326 vsize=1791132 CPUtime=1643.11
/proc/328/task/330/stat : 330 (java) R 326 328 31317 0 -1 64 87301 0 13 0 164259 52 0 0 25 0 13 0 216958379 1834119168 98395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109867749 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=331] ppid=326 vsize=1791132 CPUtime=14.65
/proc/328/task/331/stat : 331 (java) S 326 328 31317 0 -1 64 36503 0 0 0 1414 51 0 0 16 0 13 0 216958392 1834119168 98395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=332] ppid=326 vsize=1791132 CPUtime=14.64
/proc/328/task/332/stat : 332 (java) S 326 328 31317 0 -1 64 33445 0 0 0 1411 53 0 0 16 0 13 0 216958392 1834119168 98395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=333] ppid=326 vsize=1791132 CPUtime=0.35
/proc/328/task/333/stat : 333 (java) S 326 328 31317 0 -1 64 190 0 0 0 20 15 0 0 16 0 13 0 216958397 1834119168 98395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=334] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/334/stat : 334 (java) S 326 328 31317 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 216958398 1834119168 98395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=335] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/335/stat : 335 (java) S 326 328 31317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216958398 1834119168 98395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=336] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/336/stat : 336 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216958405 1834119168 98395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=337] ppid=326 vsize=1791132 CPUtime=1.15
/proc/328/task/337/stat : 337 (java) S 326 328 31317 0 -1 64 2727 0 0 0 114 1 0 0 17 0 13 0 216958405 1834119168 98395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=338] ppid=326 vsize=1791132 CPUtime=1.14
/proc/328/task/338/stat : 338 (java) S 326 328 31317 0 -1 64 3019 0 0 0 113 1 0 0 16 0 13 0 216958405 1834119168 98395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=339] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/339/stat : 339 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 216958405 1834119168 98395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=340] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/340/stat : 340 (java) S 326 328 31317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216958405 1834119168 98395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=341] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/341/stat : 341 (java) S 326 328 31317 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 216959151 1834119168 98395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.13
Current children cumulated vsize (KiB) 1791132

[startup+1722.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/90 343
/proc/meminfo: memFree=1549360/2055920 swapFree=4139416/4192956
[pid=328] ppid=326 vsize=1791132 CPUtime=1735.49
/proc/328/stat : 328 (java) S 326 328 31317 0 -1 0 165068 0 38 0 173367 182 0 0 18 0 13 0 216958362 1834119168 99164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/328/statm: 447783 99164 1332 9 0 445394 0
[pid=328/tid=330] ppid=326 vsize=1791132 CPUtime=1702.44
/proc/328/task/330/stat : 330 (java) R 326 328 31317 0 -1 64 87477 0 13 0 170192 52 0 0 16 0 13 0 216958379 1834119168 99164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=331] ppid=326 vsize=1791132 CPUtime=15.16
/proc/328/task/331/stat : 331 (java) S 326 328 31317 0 -1 64 37449 0 0 0 1462 54 0 0 16 0 13 0 216958392 1834119168 99164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=332] ppid=326 vsize=1791132 CPUtime=15.16
/proc/328/task/332/stat : 332 (java) S 326 328 31317 0 -1 64 33512 0 0 0 1463 53 0 0 16 0 13 0 216958392 1834119168 99164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=333] ppid=326 vsize=1791132 CPUtime=0.36
/proc/328/task/333/stat : 333 (java) S 326 328 31317 0 -1 64 190 0 0 0 21 15 0 0 16 0 13 0 216958397 1834119168 99164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=334] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/334/stat : 334 (java) S 326 328 31317 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 216958398 1834119168 99164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=335] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/335/stat : 335 (java) S 326 328 31317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216958398 1834119168 99164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=336] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/336/stat : 336 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216958405 1834119168 99164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=337] ppid=326 vsize=1791132 CPUtime=1.15
/proc/328/task/337/stat : 337 (java) S 326 328 31317 0 -1 64 2727 0 0 0 114 1 0 0 17 0 13 0 216958405 1834119168 99164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=338] ppid=326 vsize=1791132 CPUtime=1.14
/proc/328/task/338/stat : 338 (java) S 326 328 31317 0 -1 64 3019 0 0 0 113 1 0 0 16 0 13 0 216958405 1834119168 99164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=339] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/339/stat : 339 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 216958405 1834119168 99164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=340] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/340/stat : 340 (java) S 326 328 31317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216958405 1834119168 99164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=341] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/341/stat : 341 (java) S 326 328 31317 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 216959151 1834119168 99164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.49
Current children cumulated vsize (KiB) 1791132

[startup+1782.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 343
/proc/meminfo: memFree=1545968/2055920 swapFree=4139416/4192956
[pid=328] ppid=326 vsize=1791132 CPUtime=1795.9
/proc/328/stat : 328 (java) S 326 328 31317 0 -1 0 166129 0 38 0 179404 186 0 0 18 0 13 0 216958362 1834119168 99982 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/328/statm: 447783 99982 1332 9 0 445394 0
[pid=328/tid=330] ppid=326 vsize=1791132 CPUtime=1761.79
/proc/328/task/330/stat : 330 (java) R 326 328 31317 0 -1 64 87537 0 13 0 176126 53 0 0 25 0 13 0 216958379 1834119168 99982 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109908261 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=331] ppid=326 vsize=1791132 CPUtime=15.67
/proc/328/task/331/stat : 331 (java) S 326 328 31317 0 -1 64 38375 0 0 0 1510 57 0 0 16 0 13 0 216958392 1834119168 99982 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=332] ppid=326 vsize=1791132 CPUtime=15.7
/proc/328/task/332/stat : 332 (java) S 326 328 31317 0 -1 64 33587 0 0 0 1516 54 0 0 16 0 13 0 216958392 1834119168 99982 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=333] ppid=326 vsize=1791132 CPUtime=0.38
/proc/328/task/333/stat : 333 (java) S 326 328 31317 0 -1 64 190 0 0 0 22 16 0 0 16 0 13 0 216958397 1834119168 99982 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=334] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/334/stat : 334 (java) S 326 328 31317 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 216958398 1834119168 99982 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=335] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/335/stat : 335 (java) S 326 328 31317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216958398 1834119168 99982 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=336] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/336/stat : 336 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216958405 1834119168 99982 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=337] ppid=326 vsize=1791132 CPUtime=1.15
/proc/328/task/337/stat : 337 (java) S 326 328 31317 0 -1 64 2727 0 0 0 114 1 0 0 17 0 13 0 216958405 1834119168 99982 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=338] ppid=326 vsize=1791132 CPUtime=1.14
/proc/328/task/338/stat : 338 (java) S 326 328 31317 0 -1 64 3019 0 0 0 113 1 0 0 16 0 13 0 216958405 1834119168 99982 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=339] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/339/stat : 339 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 216958405 1834119168 99982 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=340] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/340/stat : 340 (java) S 326 328 31317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216958405 1834119168 99982 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=341] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/341/stat : 341 (java) S 326 328 31317 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 216959151 1834119168 99982 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.9
Current children cumulated vsize (KiB) 1791132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.41 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 343
/proc/meminfo: memFree=1545712/2055920 swapFree=4139416/4192956
[pid=328] ppid=326 vsize=1791132 CPUtime=1800.04
/proc/328/stat : 328 (java) S 326 328 31317 0 -1 0 166176 0 38 0 179817 187 0 0 18 0 13 0 216958362 1834119168 100025 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/328/statm: 447783 100025 1332 9 0 445394 0
[pid=328/tid=330] ppid=326 vsize=1791132 CPUtime=1765.86
/proc/328/task/330/stat : 330 (java) R 326 328 31317 0 -1 64 87541 0 13 0 176533 53 0 0 25 0 13 0 216958379 1834119168 100025 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109908311 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=331] ppid=326 vsize=1791132 CPUtime=15.7
/proc/328/task/331/stat : 331 (java) S 326 328 31317 0 -1 64 38418 0 0 0 1513 57 0 0 16 0 13 0 216958392 1834119168 100025 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=332] ppid=326 vsize=1791132 CPUtime=15.74
/proc/328/task/332/stat : 332 (java) S 326 328 31317 0 -1 64 33587 0 0 0 1520 54 0 0 16 0 13 0 216958392 1834119168 100025 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=333] ppid=326 vsize=1791132 CPUtime=0.38
/proc/328/task/333/stat : 333 (java) S 326 328 31317 0 -1 64 190 0 0 0 22 16 0 0 16 0 13 0 216958397 1834119168 100025 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=334] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/334/stat : 334 (java) S 326 328 31317 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 216958398 1834119168 100025 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=335] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/335/stat : 335 (java) S 326 328 31317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216958398 1834119168 100025 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=336] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/336/stat : 336 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216958405 1834119168 100025 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=337] ppid=326 vsize=1791132 CPUtime=1.15
/proc/328/task/337/stat : 337 (java) S 326 328 31317 0 -1 64 2727 0 0 0 114 1 0 0 17 0 13 0 216958405 1834119168 100025 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=328/tid=338] ppid=326 vsize=1791132 CPUtime=1.14
/proc/328/task/338/stat : 338 (java) S 326 328 31317 0 -1 64 3019 0 0 0 113 1 0 0 16 0 13 0 216958405 1834119168 100025 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=339] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/339/stat : 339 (java) S 326 328 31317 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 216958405 1834119168 100025 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=340] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/340/stat : 340 (java) S 326 328 31317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216958405 1834119168 100025 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=328/tid=341] ppid=326 vsize=1791132 CPUtime=0
/proc/328/task/341/stat : 341 (java) S 326 328 31317 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 216959151 1834119168 100025 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1791132

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

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

Child status: 143
Real time (s): 1786.49
CPU time (s): 1800.13
CPU user time (s): 1798.19
CPU system time (s): 1.9387
CPU usage (%): 100.764
Max. virtual memory (cumulated for all children) (KiB): 1792156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.19
system time used= 1.93871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166196
page faults= 38
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57533
involuntary context switches= 51694

runsolver used 1.79573 second user time and 4.97224 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue Apr 24 10:06:48 UTC 2007

IDJOB= 419531
IDBENCH= 47780
IDSOLVER= 164
FILE ID= node10/419531-1177409208

PBS_JOBID= 4675642

Free space on /tmp= 66260 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/dspam/dspam_dump_vc950.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419531-1177409208/sat4jPseudoCPClause.jar /tmp/evaluation/419531-1177409208/instance-419531-1177409208.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-419531-1177409208 -o ROOT/results/node10/solver-419531-1177409208 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419531-1177409208/sat4jPseudoCPClause.jar /tmp/evaluation/419531-1177409208/instance-419531-1177409208.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7e2bd053dd82d4aa23f42a2d48accca0

RANDOM SEED= 124823806

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.259
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.259
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:       1956584 kB
Buffers:          2044 kB
Cached:          41984 kB
SwapCached:      16288 kB
Active:          47504 kB
Inactive:        14868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1956584 kB
SwapTotal:     4192956 kB
SwapFree:      4139408 kB
Dirty:           17176 kB
Writeback:           0 kB
Mapped:          25288 kB
Slab:            22580 kB
Committed_AS:  3717252 kB
PageTables:       1712 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= 66260 MiB

End job on node10 on Tue Apr 24 10:36:37 UTC 2007