Trace number 349139

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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.15 1786.97

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-5.opb
MD5SUM0973e03eb27089eff6bc20e630a3ba01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13501
Number of constraints which are clauses13501
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 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.19/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c Simplify asserted PB constraints to clauses
0.19/0.20	c solving /tmp/evaluation/349139-1176654032/instance-349139-1176654032.opb
0.19/0.20	c reading problem ... 
1.76/1.36	c ... done. Wall clock time 1.16s.
1.76/1.36	c CPU time (experimental) 0.93s.
1.76/1.36	c #vars     6352
1.76/1.36	c #constraints  13094
1800.07/1786.91	c starts		: 2
1800.07/1786.91	c conflicts		: 211136
1800.07/1786.91	c decisions		: 212044
1800.07/1786.91	c propagations		: 546392322
1800.07/1786.91	c inspects		: 1133432244
1800.07/1786.91	c learnt literals	: 0
1800.07/1786.91	c learnt binary clauses	: 62
1800.07/1786.91	c learnt ternary clauses	: 2
1800.07/1786.91	c learnt clauses	: 211135
1800.07/1786.91	c root simplifications	: 0
1800.07/1786.91	c removed literals (reason simplification)	: 0
1800.07/1786.91	c reason swapping (by a shorter reason)	: 0
1800.07/1786.91	c Calls to reduceDB	: 0
1800.07/1786.91	c speed (decisions/second)	: 118.76953409434618
1800.07/1786.91	c non guided choices	0
1800.07/1786.91	s UNKNOWN
1800.07/1786.91	c Total wall clock time (ms): 1786.707

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node6/watcher-349139-1176654032 -o ROOT/results/node6/solver-349139-1176654032 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349139-1176654032/sat4jPseudoCPClause.jar /tmp/evaluation/349139-1176654032/instance-349139-1176654032.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: 0.99 1.07 1.03 2/77 12540
/proc/meminfo: memFree=1823416/2055924 swapFree=4158476/4192956
[pid=12540] ppid=12538 vsize=18568 CPUtime=0
/proc/12540/stat : 12540 (runsolver) R 12538 12540 11716 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 141440823 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12540/statm: 4642 292 257 24 0 2626 0

[startup+0.104743 s]
/proc/loadavg: 0.99 1.07 1.03 2/77 12540
/proc/meminfo: memFree=1823416/2055924 swapFree=4158476/4192956
[pid=12540] ppid=12538 vsize=1780112 CPUtime=0.08
/proc/12540/stat : 12540 (java) S 12538 12540 11716 0 -1 0 3982 0 1 0 6 2 0 0 18 0 12 0 141440823 1822834688 3723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12540/statm: 445028 3723 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.201754 s]
/proc/loadavg: 0.99 1.07 1.03 2/77 12540
/proc/meminfo: memFree=1823416/2055924 swapFree=4158476/4192956
[pid=12540] ppid=12538 vsize=1782008 CPUtime=0.19
/proc/12540/stat : 12540 (java) S 12538 12540 11716 0 -1 0 4853 0 1 0 16 3 0 0 18 0 12 0 141440823 1824776192 4591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12540/statm: 445502 4591 1244 9 0 443113 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1782008

[startup+0.301761 s]
/proc/loadavg: 0.99 1.07 1.03 2/77 12540
/proc/meminfo: memFree=1823416/2055924 swapFree=4158476/4192956
[pid=12540] ppid=12538 vsize=1782092 CPUtime=0.32
/proc/12540/stat : 12540 (java) S 12538 12540 11716 0 -1 0 5132 0 1 0 29 3 0 0 18 0 12 0 141440823 1824862208 4870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12540/statm: 445523 4870 1264 9 0 443134 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782092

[startup+0.701811 s]
/proc/loadavg: 0.99 1.07 1.03 2/77 12540
/proc/meminfo: memFree=1823416/2055924 swapFree=4158476/4192956
[pid=12540] ppid=12538 vsize=1785080 CPUtime=0.91
/proc/12540/stat : 12540 (java) S 12538 12540 11716 0 -1 0 7652 0 1 0 86 5 0 0 18 0 12 0 141440823 1827921920 6892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12540/statm: 446270 6892 1298 9 0 443881 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1785080

[startup+1.5029 s]
/proc/loadavg: 0.99 1.07 1.03 2/89 12552
/proc/meminfo: memFree=1789592/2055924 swapFree=4158476/4192956
[pid=12540] ppid=12538 vsize=1785240 CPUtime=2.01
/proc/12540/stat : 12540 (java) S 12538 12540 11716 0 -1 0 15584 0 1 0 192 9 0 0 18 0 12 0 141440823 1828085760 13656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12540/statm: 446310 13656 1309 9 0 443921 0
[pid=12540/tid=12542] ppid=12538 vsize=1785240 CPUtime=1.03
/proc/12540/task/12542/stat : 12542 (java) R 12538 12540 11716 0 -1 64 11971 0 1 0 96 7 0 0 19 0 12 0 141440825 1828085760 13656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12543] ppid=12538 vsize=1785240 CPUtime=0
/proc/12540/task/12543/stat : 12543 (java) S 12538 12540 11716 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 141440826 1828085760 13656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12544] ppid=12538 vsize=1785240 CPUtime=0
/proc/12540/task/12544/stat : 12544 (java) S 12538 12540 11716 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 141440826 1828085760 13656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12545] ppid=12538 vsize=1785240 CPUtime=0
/proc/12540/task/12545/stat : 12545 (java) S 12538 12540 11716 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 141440828 1828085760 13656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12546] ppid=12538 vsize=1785240 CPUtime=0
/proc/12540/task/12546/stat : 12546 (java) S 12538 12540 11716 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 141440829 1828085760 13656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12547] ppid=12538 vsize=1785240 CPUtime=0
/proc/12540/task/12547/stat : 12547 (java) S 12538 12540 11716 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 141440829 1828085760 13656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12548] ppid=12538 vsize=1785240 CPUtime=0
/proc/12540/task/12548/stat : 12548 (java) S 12538 12540 11716 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 141440833 1828085760 13656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12549] ppid=12538 vsize=1785240 CPUtime=0.51
/proc/12540/task/12549/stat : 12549 (java) R 12538 12540 11716 0 -1 64 1370 0 0 0 51 0 0 0 16 0 12 0 141440833 1828085760 13656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103025950 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12550] ppid=12538 vsize=1785240 CPUtime=0.44
/proc/12540/task/12550/stat : 12550 (java) R 12538 12540 11716 0 -1 64 1522 0 0 0 44 0 0 0 16 0 12 0 141440833 1828085760 13656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104794173 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12551] ppid=12538 vsize=1785240 CPUtime=0
/proc/12540/task/12551/stat : 12551 (java) S 12538 12540 11716 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 141440833 1828085760 13656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12552] ppid=12538 vsize=1785240 CPUtime=0
/proc/12540/task/12552/stat : 12552 (java) S 12538 12540 11716 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 141440833 1828085760 13656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1785240

[startup+3.10209 s]
/proc/loadavg: 1.07 1.08 1.03 3/90 12553
/proc/meminfo: memFree=1761232/2055924 swapFree=4158476/4192956
[pid=12540] ppid=12538 vsize=1785692 CPUtime=4.29
/proc/12540/stat : 12540 (java) S 12538 12540 11716 0 -1 0 44876 0 1 0 407 22 0 0 18 0 13 0 141440823 1828548608 40305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12540/statm: 446423 40305 1325 9 0 444034 0
[pid=12540/tid=12542] ppid=12538 vsize=1785692 CPUtime=2.29
/proc/12540/task/12542/stat : 12542 (java) R 12538 12540 11716 0 -1 64 37718 0 1 0 211 18 0 0 25 0 13 0 141440825 1828548608 40305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109942079 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12543] ppid=12538 vsize=1785692 CPUtime=0.01
/proc/12540/task/12543/stat : 12543 (java) S 12538 12540 11716 0 -1 64 489 0 0 0 1 0 0 0 16 0 13 0 141440826 1828548608 40305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12544] ppid=12538 vsize=1785692 CPUtime=0.01
/proc/12540/task/12544/stat : 12544 (java) S 12538 12540 11716 0 -1 64 286 0 0 0 1 0 0 0 16 0 13 0 141440826 1828548608 40305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12545] ppid=12538 vsize=1785692 CPUtime=0
/proc/12540/task/12545/stat : 12545 (java) S 12538 12540 11716 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 141440828 1828548608 40305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12546] ppid=12538 vsize=1785692 CPUtime=0
/proc/12540/task/12546/stat : 12546 (java) S 12538 12540 11716 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 141440829 1828548608 40305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12547] ppid=12538 vsize=1785692 CPUtime=0
/proc/12540/task/12547/stat : 12547 (java) S 12538 12540 11716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141440829 1828548608 40305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12548] ppid=12538 vsize=1785692 CPUtime=0
/proc/12540/task/12548/stat : 12548 (java) S 12538 12540 11716 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 141440833 1828548608 40305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12549] ppid=12538 vsize=1785692 CPUtime=1.06
/proc/12540/task/12549/stat : 12549 (java) S 12538 12540 11716 0 -1 64 2786 0 0 0 105 1 0 0 16 0 13 0 141440833 1828548608 40305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12550] ppid=12538 vsize=1785692 CPUtime=0.88
/proc/12540/task/12550/stat : 12550 (java) S 12538 12540 11716 0 -1 64 2867 0 0 0 87 1 0 0 16 0 13 0 141440833 1828548608 40305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12551] ppid=12538 vsize=1785692 CPUtime=0
/proc/12540/task/12551/stat : 12551 (java) S 12538 12540 11716 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 141440833 1828548608 40305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12552] ppid=12538 vsize=1785692 CPUtime=0
/proc/12540/task/12552/stat : 12552 (java) S 12538 12540 11716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141440833 1828548608 40305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12553] ppid=12538 vsize=1785692 CPUtime=0
/proc/12540/task/12553/stat : 12553 (java) S 12538 12540 11716 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 141440982 1828548608 40305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 1785692

[startup+6.30146 s]
/proc/loadavg: 1.07 1.08 1.03 2/90 12553
/proc/meminfo: memFree=1663440/2055924 swapFree=4158476/4192956
[pid=12540] ppid=12538 vsize=1785348 CPUtime=7.58
/proc/12540/stat : 12540 (java) S 12538 12540 11716 0 -1 0 45735 0 1 0 736 22 0 0 18 0 13 0 141440823 1828196352 41047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12540/statm: 446337 41047 1325 9 0 443948 0
[pid=12540/tid=12542] ppid=12538 vsize=1785348 CPUtime=5.43
/proc/12540/task/12542/stat : 12542 (java) R 12538 12540 11716 0 -1 64 37723 0 1 0 525 18 0 0 20 0 13 0 141440825 1828196352 41047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109832202 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12543] ppid=12538 vsize=1785348 CPUtime=0.05
/proc/12540/task/12543/stat : 12543 (java) S 12538 12540 11716 0 -1 64 1005 0 0 0 5 0 0 0 16 0 13 0 141440826 1828196352 41047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12544] ppid=12538 vsize=1785348 CPUtime=0.05
/proc/12540/task/12544/stat : 12544 (java) S 12538 12540 11716 0 -1 64 587 0 0 0 5 0 0 0 16 0 13 0 141440826 1828196352 41047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12545] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12545/stat : 12545 (java) S 12538 12540 11716 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 141440828 1828196352 41047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12546] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12546/stat : 12546 (java) S 12538 12540 11716 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 141440829 1828196352 41047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12547] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12547/stat : 12547 (java) S 12538 12540 11716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141440829 1828196352 41047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12548] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12548/stat : 12548 (java) S 12538 12540 11716 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 141440833 1828196352 41047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12549] ppid=12538 vsize=1785348 CPUtime=1.09
/proc/12540/task/12549/stat : 12549 (java) S 12538 12540 11716 0 -1 64 2789 0 0 0 108 1 0 0 16 0 13 0 141440833 1828196352 41047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12550] ppid=12538 vsize=1785348 CPUtime=0.92
/proc/12540/task/12550/stat : 12550 (java) S 12538 12540 11716 0 -1 64 2892 0 0 0 91 1 0 0 17 0 13 0 141440833 1828196352 41047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12551] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12551/stat : 12551 (java) S 12538 12540 11716 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 141440833 1828196352 41047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12552] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12552/stat : 12552 (java) S 12538 12540 11716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141440833 1828196352 41047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12553] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12553/stat : 12553 (java) S 12538 12540 11716 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 141440982 1828196352 41047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 1785348

[startup+12.7012 s]
/proc/loadavg: 1.06 1.08 1.03 2/90 12553
/proc/meminfo: memFree=1646352/2055924 swapFree=4158476/4192956
[pid=12540] ppid=12538 vsize=1785348 CPUtime=14.03
/proc/12540/stat : 12540 (java) S 12538 12540 11716 0 -1 0 50922 0 1 0 1378 25 0 0 18 0 13 0 141440823 1828196352 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12540/statm: 446337 45310 1325 9 0 443948 0
[pid=12540/tid=12542] ppid=12538 vsize=1785348 CPUtime=11.78
/proc/12540/task/12542/stat : 12542 (java) R 12538 12540 11716 0 -1 64 40982 0 1 0 1158 20 0 0 25 0 13 0 141440825 1828196352 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109883911 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12543] ppid=12538 vsize=1785348 CPUtime=0.09
/proc/12540/task/12543/stat : 12543 (java) S 12538 12540 11716 0 -1 64 2025 0 0 0 9 0 0 0 16 0 13 0 141440826 1828196352 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12544] ppid=12538 vsize=1785348 CPUtime=0.09
/proc/12540/task/12544/stat : 12544 (java) S 12538 12540 11716 0 -1 64 1481 0 0 0 9 0 0 0 16 0 13 0 141440826 1828196352 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12545] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12545/stat : 12545 (java) S 12538 12540 11716 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 141440828 1828196352 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12546] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12546/stat : 12546 (java) S 12538 12540 11716 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 141440829 1828196352 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12547] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12547/stat : 12547 (java) S 12538 12540 11716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141440829 1828196352 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12548] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12548/stat : 12548 (java) S 12538 12540 11716 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 141440833 1828196352 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12549] ppid=12538 vsize=1785348 CPUtime=1.09
/proc/12540/task/12549/stat : 12549 (java) S 12538 12540 11716 0 -1 64 2789 0 0 0 108 1 0 0 16 0 13 0 141440833 1828196352 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12550] ppid=12538 vsize=1785348 CPUtime=0.93
/proc/12540/task/12550/stat : 12550 (java) S 12538 12540 11716 0 -1 64 2892 0 0 0 92 1 0 0 16 0 13 0 141440833 1828196352 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12551] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12551/stat : 12551 (java) S 12538 12540 11716 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 141440833 1828196352 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12552] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12552/stat : 12552 (java) S 12538 12540 11716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141440833 1828196352 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12553] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12553/stat : 12553 (java) S 12538 12540 11716 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 141440982 1828196352 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.03
Current children cumulated vsize (KiB) 1785348

[startup+25.5027 s]
/proc/loadavg: 1.05 1.08 1.03 2/90 12553
/proc/meminfo: memFree=1656464/2055924 swapFree=4158476/4192956
[pid=12540] ppid=12538 vsize=1785348 CPUtime=26.9
/proc/12540/stat : 12540 (java) S 12538 12540 11716 0 -1 0 51232 0 1 0 2663 27 0 0 18 0 13 0 141440823 1828196352 42751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12540/statm: 446337 42751 1325 9 0 443948 0
[pid=12540/tid=12542] ppid=12538 vsize=1785348 CPUtime=24.54
/proc/12540/task/12542/stat : 12542 (java) R 12538 12540 11716 0 -1 64 40998 0 1 0 2434 20 0 0 25 0 13 0 141440825 1828196352 42751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109884110 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12543] ppid=12538 vsize=1785348 CPUtime=0.11
/proc/12540/task/12543/stat : 12543 (java) S 12538 12540 11716 0 -1 64 2209 0 0 0 10 1 0 0 16 0 13 0 141440826 1828196352 42751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12544] ppid=12538 vsize=1785348 CPUtime=0.11
/proc/12540/task/12544/stat : 12544 (java) S 12538 12540 11716 0 -1 64 1591 0 0 0 10 1 0 0 16 0 13 0 141440826 1828196352 42751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12545] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12545/stat : 12545 (java) S 12538 12540 11716 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 141440828 1828196352 42751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=12540] ppid=12538 vsize=1785348 CPUtime=1614.24
/proc/12540/stat : 12540 (java) S 12538 12540 11716 0 -1 0 79426 0 1 0 161272 152 0 0 18 0 13 0 141440823 1828196352 59884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12540/statm: 446337 59884 1333 9 0 443948 0
[pid=12540/tid=12542] ppid=12538 vsize=1785348 CPUtime=1586.2
/proc/12540/task/12542/stat : 12542 (java) R 12538 12540 11716 0 -1 64 47441 0 1 0 158584 36 0 0 20 0 13 0 141440825 1828196352 59884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109883804 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12543] ppid=12538 vsize=1785348 CPUtime=12.42
/proc/12540/task/12543/stat : 12543 (java) S 12538 12540 11716 0 -1 64 13236 0 0 0 1201 41 0 0 16 0 13 0 141440826 1828196352 59884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12544] ppid=12538 vsize=1785348 CPUtime=12.45
/proc/12540/task/12544/stat : 12544 (java) S 12538 12540 11716 0 -1 64 11937 0 0 0 1211 34 0 0 16 0 13 0 141440826 1828196352 59884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12545] ppid=12538 vsize=1785348 CPUtime=0.9
/proc/12540/task/12545/stat : 12545 (java) S 12538 12540 11716 0 -1 64 70 0 0 0 55 35 0 0 16 0 13 0 141440828 1828196352 59884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12546] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12546/stat : 12546 (java) S 12538 12540 11716 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 141440829 1828196352 59884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12547] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12547/stat : 12547 (java) S 12538 12540 11716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141440829 1828196352 59884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12548] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12548/stat : 12548 (java) S 12538 12540 11716 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 141440833 1828196352 59884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12549] ppid=12538 vsize=1785348 CPUtime=1.15
/proc/12540/task/12549/stat : 12549 (java) S 12538 12540 11716 0 -1 64 2795 0 0 0 114 1 0 0 17 0 13 0 141440833 1828196352 59884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12550] ppid=12538 vsize=1785348 CPUtime=1.05
/proc/12540/task/12550/stat : 12550 (java) S 12538 12540 11716 0 -1 64 3225 0 0 0 104 1 0 0 16 0 13 0 141440833 1828196352 59884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12551] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12551/stat : 12551 (java) S 12538 12540 11716 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 141440833 1828196352 59884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12552] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12552/stat : 12552 (java) S 12538 12540 11716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141440833 1828196352 59884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12553] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12553/stat : 12553 (java) S 12538 12540 11716 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 141440982 1828196352 59884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.24
Current children cumulated vsize (KiB) 1785348

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12555
/proc/meminfo: memFree=1583120/2055924 swapFree=4158476/4192956
[pid=12540] ppid=12538 vsize=1785348 CPUtime=1674.73
/proc/12540/stat : 12540 (java) S 12538 12540 11716 0 -1 0 80644 0 1 0 167319 154 0 0 18 0 13 0 141440823 1828196352 60926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12540/statm: 446337 60926 1333 9 0 443948 0
[pid=12540/tid=12542] ppid=12538 vsize=1785348 CPUtime=1645.61
/proc/12540/task/12542/stat : 12542 (java) R 12538 12540 11716 0 -1 64 47524 0 1 0 164524 37 0 0 25 0 13 0 141440825 1828196352 60926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109906866 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12543] ppid=12538 vsize=1785348 CPUtime=12.95
/proc/12540/task/12543/stat : 12543 (java) S 12538 12540 11716 0 -1 64 14127 0 0 0 1253 42 0 0 16 0 13 0 141440826 1828196352 60926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12544] ppid=12538 vsize=1785348 CPUtime=12.99
/proc/12540/task/12544/stat : 12544 (java) S 12538 12540 11716 0 -1 64 12168 0 0 0 1264 35 0 0 16 0 13 0 141440826 1828196352 60926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12545] ppid=12538 vsize=1785348 CPUtime=0.92
/proc/12540/task/12545/stat : 12545 (java) S 12538 12540 11716 0 -1 64 83 0 0 0 56 36 0 0 16 0 13 0 141440828 1828196352 60926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12546] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12546/stat : 12546 (java) S 12538 12540 11716 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 141440829 1828196352 60926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12547] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12547/stat : 12547 (java) S 12538 12540 11716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141440829 1828196352 60926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12548] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12548/stat : 12548 (java) S 12538 12540 11716 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 141440833 1828196352 60926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12549] ppid=12538 vsize=1785348 CPUtime=1.15
/proc/12540/task/12549/stat : 12549 (java) S 12538 12540 11716 0 -1 64 2795 0 0 0 114 1 0 0 17 0 13 0 141440833 1828196352 60926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12550] ppid=12538 vsize=1785348 CPUtime=1.05
/proc/12540/task/12550/stat : 12550 (java) S 12538 12540 11716 0 -1 64 3225 0 0 0 104 1 0 0 16 0 13 0 141440833 1828196352 60926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12551] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12551/stat : 12551 (java) S 12538 12540 11716 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 141440833 1828196352 60926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12552] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12552/stat : 12552 (java) S 12538 12540 11716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141440833 1828196352 60926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12553] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12553/stat : 12553 (java) S 12538 12540 11716 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 141440982 1828196352 60926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1674.73
Current children cumulated vsize (KiB) 1785348

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12555
/proc/meminfo: memFree=1558288/2055924 swapFree=4158476/4192956
[pid=12540] ppid=12538 vsize=1785348 CPUtime=1735.07
/proc/12540/stat : 12540 (java) S 12538 12540 11716 0 -1 0 86904 0 1 0 173345 162 0 0 18 0 13 0 141440823 1828196352 67125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12540/statm: 446337 67125 1333 9 0 443948 0
[pid=12540/tid=12542] ppid=12538 vsize=1785348 CPUtime=1705.03
/proc/12540/task/12542/stat : 12542 (java) R 12538 12540 11716 0 -1 64 52977 0 1 0 170463 40 0 0 25 0 13 0 141440825 1828196352 67125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109940352 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12543] ppid=12538 vsize=1785348 CPUtime=13.4
/proc/12540/task/12543/stat : 12543 (java) S 12538 12540 11716 0 -1 64 14594 0 0 0 1297 43 0 0 16 0 13 0 141440826 1828196352 67125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12544] ppid=12538 vsize=1785348 CPUtime=13.45
/proc/12540/task/12544/stat : 12544 (java) S 12538 12540 11716 0 -1 64 12508 0 0 0 1308 37 0 0 16 0 13 0 141440826 1828196352 67125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12545] ppid=12538 vsize=1785348 CPUtime=0.93
/proc/12540/task/12545/stat : 12545 (java) S 12538 12540 11716 0 -1 64 83 0 0 0 57 36 0 0 16 0 13 0 141440828 1828196352 67125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12546] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12546/stat : 12546 (java) S 12538 12540 11716 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 141440829 1828196352 67125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12547] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12547/stat : 12547 (java) S 12538 12540 11716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141440829 1828196352 67125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12548] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12548/stat : 12548 (java) S 12538 12540 11716 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 141440833 1828196352 67125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12549] ppid=12538 vsize=1785348 CPUtime=1.15
/proc/12540/task/12549/stat : 12549 (java) S 12538 12540 11716 0 -1 64 2795 0 0 0 114 1 0 0 17 0 13 0 141440833 1828196352 67125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12550] ppid=12538 vsize=1785348 CPUtime=1.05
/proc/12540/task/12550/stat : 12550 (java) S 12538 12540 11716 0 -1 64 3225 0 0 0 104 1 0 0 16 0 13 0 141440833 1828196352 67125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12551] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12551/stat : 12551 (java) S 12538 12540 11716 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 141440833 1828196352 67125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12552] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12552/stat : 12552 (java) S 12538 12540 11716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141440833 1828196352 67125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12553] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12553/stat : 12553 (java) S 12538 12540 11716 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 141440982 1828196352 67125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.07
Current children cumulated vsize (KiB) 1785348

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12555
/proc/meminfo: memFree=1551120/2055924 swapFree=4158476/4192956
[pid=12540] ppid=12538 vsize=1785348 CPUtime=1795.44
/proc/12540/stat : 12540 (java) S 12538 12540 11716 0 -1 0 88714 0 1 0 179377 167 0 0 18 0 13 0 141440823 1828196352 68875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12540/statm: 446337 68875 1333 9 0 443948 0
[pid=12540/tid=12542] ppid=12538 vsize=1785348 CPUtime=1764.46
/proc/12540/task/12542/stat : 12542 (java) R 12538 12540 11716 0 -1 64 54205 0 1 0 176404 42 0 0 25 0 13 0 141440825 1828196352 68875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109804506 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12543] ppid=12538 vsize=1785348 CPUtime=13.87
/proc/12540/task/12543/stat : 12543 (java) S 12538 12540 11716 0 -1 64 14892 0 0 0 1342 45 0 0 16 0 13 0 141440826 1828196352 68875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12544] ppid=12538 vsize=1785348 CPUtime=13.91
/proc/12540/task/12544/stat : 12544 (java) S 12538 12540 11716 0 -1 64 12792 0 0 0 1353 38 0 0 16 0 13 0 141440826 1828196352 68875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12545] ppid=12538 vsize=1785348 CPUtime=0.94
/proc/12540/task/12545/stat : 12545 (java) S 12538 12540 11716 0 -1 64 83 0 0 0 58 36 0 0 16 0 13 0 141440828 1828196352 68875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12546] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12546/stat : 12546 (java) S 12538 12540 11716 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 141440829 1828196352 68875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12547] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12547/stat : 12547 (java) S 12538 12540 11716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141440829 1828196352 68875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12548] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12548/stat : 12548 (java) S 12538 12540 11716 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 141440833 1828196352 68875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12549] ppid=12538 vsize=1785348 CPUtime=1.15
/proc/12540/task/12549/stat : 12549 (java) S 12538 12540 11716 0 -1 64 2795 0 0 0 114 1 0 0 17 0 13 0 141440833 1828196352 68875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12550] ppid=12538 vsize=1785348 CPUtime=1.05
/proc/12540/task/12550/stat : 12550 (java) S 12538 12540 11716 0 -1 64 3225 0 0 0 104 1 0 0 16 0 13 0 141440833 1828196352 68875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12551] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12551/stat : 12551 (java) S 12538 12540 11716 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 141440833 1828196352 68875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12552] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12552/stat : 12552 (java) S 12538 12540 11716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141440833 1828196352 68875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12553] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12553/stat : 12553 (java) S 12538 12540 11716 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 141440982 1828196352 68875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.44
Current children cumulated vsize (KiB) 1785348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12555
/proc/meminfo: memFree=1551056/2055924 swapFree=4158476/4192956
[pid=12540] ppid=12538 vsize=1785348 CPUtime=1800.07
/proc/12540/stat : 12540 (java) S 12538 12540 11716 0 -1 0 88764 0 1 0 179840 167 0 0 18 0 13 0 141440823 1828196352 68920 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12540/statm: 446337 68920 1333 9 0 443948 0
[pid=12540/tid=12542] ppid=12538 vsize=1785348 CPUtime=1769.02
/proc/12540/task/12542/stat : 12542 (java) R 12538 12540 11716 0 -1 64 54210 0 1 0 176860 42 0 0 25 0 13 0 141440825 1828196352 68920 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109838440 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12543] ppid=12538 vsize=1785348 CPUtime=13.9
/proc/12540/task/12543/stat : 12543 (java) S 12538 12540 11716 0 -1 64 14909 0 0 0 1345 45 0 0 16 0 13 0 141440826 1828196352 68920 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12544] ppid=12538 vsize=1785348 CPUtime=13.94
/proc/12540/task/12544/stat : 12544 (java) S 12538 12540 11716 0 -1 64 12820 0 0 0 1356 38 0 0 16 0 13 0 141440826 1828196352 68920 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12545] ppid=12538 vsize=1785348 CPUtime=0.94
/proc/12540/task/12545/stat : 12545 (java) S 12538 12540 11716 0 -1 64 83 0 0 0 58 36 0 0 15 0 13 0 141440828 1828196352 68920 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12540/tid=12546] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12546/stat : 12546 (java) S 12538 12540 11716 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 141440829 1828196352 68920 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12547] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12547/stat : 12547 (java) S 12538 12540 11716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141440829 1828196352 68920 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12548] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12548/stat : 12548 (java) S 12538 12540 11716 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 141440833 1828196352 68920 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12549] ppid=12538 vsize=1785348 CPUtime=1.15
/proc/12540/task/12549/stat : 12549 (java) S 12538 12540 11716 0 -1 64 2795 0 0 0 114 1 0 0 17 0 13 0 141440833 1828196352 68920 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12550] ppid=12538 vsize=1785348 CPUtime=1.05
/proc/12540/task/12550/stat : 12550 (java) S 12538 12540 11716 0 -1 64 3225 0 0 0 104 1 0 0 16 0 13 0 141440833 1828196352 68920 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12551] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12551/stat : 12551 (java) S 12538 12540 11716 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 141440833 1828196352 68920 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12552] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12552/stat : 12552 (java) S 12538 12540 11716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141440833 1828196352 68920 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12540/tid=12553] ppid=12538 vsize=1785348 CPUtime=0
/proc/12540/task/12553/stat : 12553 (java) S 12538 12540 11716 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 141440982 1828196352 68920 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1785348

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.97
CPU time (s): 1800.15
CPU user time (s): 1798.43
CPU system time (s): 1.72174
CPU usage (%): 100.737
Max. virtual memory (cumulated for all children) (KiB): 1786224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.43
system time used= 1.72174
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88785
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82468
involuntary context switches= 61269

runsolver used 2.15567 second user time and 5.50816 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Apr 15 16:20:32 UTC 2007

IDJOB= 349139
IDBENCH= 2167
IDSOLVER= 164
FILE ID= node6/349139-1176654032

PBS_JOBID= 4559360

Free space on /tmp= 66554 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-5.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349139-1176654032/sat4jPseudoCPClause.jar /tmp/evaluation/349139-1176654032/instance-349139-1176654032.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-349139-1176654032 -o ROOT/results/node6/solver-349139-1176654032 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349139-1176654032/sat4jPseudoCPClause.jar /tmp/evaluation/349139-1176654032/instance-349139-1176654032.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0973e03eb27089eff6bc20e630a3ba01

RANDOM SEED= 557510290

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.232
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.232
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:      2055924 kB
MemFree:       1823888 kB
Buffers:         32000 kB
Cached:         114020 kB
SwapCached:       2628 kB
Active:          83692 kB
Inactive:        86544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1823888 kB
SwapTotal:     4192956 kB
SwapFree:      4158476 kB
Dirty:            4052 kB
Writeback:           0 kB
Mapped:          31556 kB
Slab:            47404 kB
Committed_AS:  6277476 kB
PageTables:       1784 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= 66554 MiB

End job on node6 on Sun Apr 15 16:50:21 UTC 2007