Trace number 1854634

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.23 1779.24

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21ls.opb
MD5SUM3d28f31cd61cfb39466f429c599fdb4f
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark442.746
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
Maximum length of a constraint144
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.75	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.75	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.75	c See www.sat4j.org for details.
0.12/0.76	c version 2.1.1.v20090612
0.12/0.77	c sun.arch.data.model	32
0.12/0.77	c java.version	1.6.0_12
0.12/0.77	c os.name	Linux
0.12/0.77	c os.version	2.6.9-22.EL.rootsmp
0.12/0.77	c os.arch	i386
0.12/0.77	c Free memory 1342000320
0.12/0.77	c Max memory 1344274432
0.12/0.77	c Total memory 1344274432
0.12/0.77	c Number of processors 2
0.23/0.84	c Pseudo Boolean Optimization
0.23/0.84	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.84	c --- Begin Solver configuration ---
0.23/0.84	c Stops conflict analysis at the first Unique Implication Point
0.23/0.84	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.84	c Learn all clauses as in MiniSAT
0.23/0.84	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.84	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.84	c No reason simplification
0.23/0.84	c MiniSAT restarts strategy
0.23/0.84	c Memory based learned constraints deletion strategy
0.23/0.84	c timeout=2147483s
0.23/0.84	c DB Simplification allowed=false
0.23/0.84	c --- End Solver configuration ---
0.23/0.84	c solving HOME/instance-1854634-1244859165.opb
0.23/0.84	c reading problem ... 
0.51/1.09	c ... done. Wall clock time 0.255s.
0.51/1.09	c #vars     428
0.51/1.09	c #constraints  644
0.51/1.09	c constraints type 
0.51/1.09	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 222
0.51/1.09	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 132
0.51/1.09	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.51/1.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 288
1800.05/1779.11	c starts		: 10
1800.05/1779.11	c conflicts		: 9840
1800.05/1779.11	c decisions		: 12987
1800.05/1779.11	c propagations		: 353136
1800.05/1779.11	c inspects		: 650513689
1800.05/1779.11	c learnt literals	: 0
1800.05/1779.11	c learnt binary clauses	: 0
1800.05/1779.11	c learnt ternary clauses	: 0
1800.05/1779.11	c learnt clauses	: 9840
1800.05/1779.11	c ignored clauses	: 0
1800.05/1779.11	c root simplifications	: 0
1800.05/1779.11	c removed literals (reason simplification)	: 0
1800.05/1779.11	c reason swapping (by a shorter reason)	: 0
1800.05/1779.11	c Calls to reduceDB	: 0
1800.05/1779.11	c speed (assignments/second)	: 198.61193912329446
1800.05/1779.12	c non guided choices	52
1800.05/1779.14	c learnt constraints type 
1800.05/1779.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9840
1800.05/1779.14	c constraints type 
1800.05/1779.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 222
1800.05/1779.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 132
1800.05/1779.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.05/1779.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 288
1800.05/1779.14	s UNKNOWN
1800.05/1779.14	c Total wall clock time (in seconds): 1778.301

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1854634-1244859165/watcher-1854634-1244859165 -o /tmp/evaluation-result-1854634-1244859165/solver-1854634-1244859165 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1854634-1244859165.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.35 1.71 3/64 6480
/proc/meminfo: memFree=1273888/2055920 swapFree=4191900/4192956
[pid=6480] ppid=6478 vsize=272 CPUtime=0
/proc/6480/stat : 6480 (java6) D 6478 6480 6443 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 153513159 278528 37 1992294400 134512640 134550932 4294956160 18446744073709551615 11281188 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/6480/statm: 68 37 28 9 0 6 0

[startup+0.105061 s]
/proc/loadavg: 0.92 1.35 1.71 3/64 6480
/proc/meminfo: memFree=1273888/2055920 swapFree=4191900/4192956
[pid=6480] ppid=6478 vsize=12928 CPUtime=0.02
/proc/6480/stat : 6480 (java) D 6478 6480 6443 0 -1 0 384 0 21 0 0 2 0 0 18 0 1 0 153513159 13238272 212 1992294400 134512640 134550932 4294956000 18446744073709551615 11252522 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/6480/statm: 3232 212 136 9 0 1104 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12928

[startup+0.201077 s]
/proc/loadavg: 0.92 1.35 1.71 3/64 6480
/proc/meminfo: memFree=1273888/2055920 swapFree=4191900/4192956
[pid=6480] ppid=6478 vsize=12928 CPUtime=0.02
/proc/6480/stat : 6480 (java) D 6478 6480 6443 0 -1 0 384 0 21 0 0 2 0 0 18 0 1 0 153513159 13238272 212 1992294400 134512640 134550932 4294956000 18446744073709551615 11252522 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/6480/statm: 3232 212 136 9 0 1104 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12928

[startup+0.301095 s]
/proc/loadavg: 0.92 1.35 1.71 3/64 6480
/proc/meminfo: memFree=1273888/2055920 swapFree=4191900/4192956
[pid=6480] ppid=6478 vsize=12928 CPUtime=0.02
/proc/6480/stat : 6480 (java) D 6478 6480 6443 0 -1 0 384 0 21 0 0 2 0 0 18 0 1 0 153513159 13238272 212 1992294400 134512640 134550932 4294956000 18446744073709551615 11252522 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/6480/statm: 3232 212 136 9 0 1104 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12928

[startup+0.701168 s]
/proc/loadavg: 0.92 1.35 1.71 3/64 6480
/proc/meminfo: memFree=1273888/2055920 swapFree=4191900/4192956
[pid=6480] ppid=6478 vsize=1472584 CPUtime=0.12
/proc/6480/stat : 6480 (java) S 6478 6480 6443 0 -1 0 3584 0 32 0 7 5 0 0 18 0 12 0 153513159 1507926016 3358 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6480/statm: 368146 3358 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1472584

[startup+1.50232 s]
/proc/loadavg: 0.93 1.34 1.70 2/76 6492
/proc/meminfo: memFree=1249152/2055920 swapFree=4191900/4192956
[pid=6480] ppid=6478 vsize=1478492 CPUtime=1.4
/proc/6480/stat : 6480 (java) S 6478 6480 6443 0 -1 0 8192 0 32 0 132 8 0 0 18 0 13 0 153513159 1513975808 6769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6480/statm: 369623 6769 1409 9 0 366966 0
[pid=6480/tid=6482] ppid=6478 vsize=1478492 CPUtime=0.57
/proc/6480/task/6482/stat : 6482 (java) R 6478 6480 6443 0 -1 64 4661 0 1 0 53 4 0 0 20 0 13 0 153513211 1513975808 6769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6483] ppid=6478 vsize=1478492 CPUtime=0
/proc/6480/task/6483/stat : 6483 (java) S 6478 6480 6443 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153513216 1513975808 6769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6484] ppid=6478 vsize=1478492 CPUtime=0
/proc/6480/task/6484/stat : 6484 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153513216 1513975808 6769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6485] ppid=6478 vsize=1478492 CPUtime=0
/proc/6480/task/6485/stat : 6485 (java) S 6478 6480 6443 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153513219 1513975808 6769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6486] ppid=6478 vsize=1478492 CPUtime=0
/proc/6480/task/6486/stat : 6486 (java) S 6478 6480 6443 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 153513220 1513975808 6769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6487] ppid=6478 vsize=1478492 CPUtime=0
/proc/6480/task/6487/stat : 6487 (java) S 6478 6480 6443 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 153513220 1513975808 6769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6488] ppid=6478 vsize=1478492 CPUtime=0
/proc/6480/task/6488/stat : 6488 (java) S 6478 6480 6443 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153513227 1513975808 6769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6489] ppid=6478 vsize=1478492 CPUtime=0.37
/proc/6480/task/6489/stat : 6489 (java) R 6478 6480 6443 0 -1 64 956 0 0 0 37 0 0 0 17 0 13 0 153513227 1513975808 6769 1992294400 134512640 134550932 4294956000 18446744073709551615 105572919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6490] ppid=6478 vsize=1478492 CPUtime=0.41
/proc/6480/task/6490/stat : 6490 (java) R 6478 6480 6443 0 -1 64 1863 0 0 0 41 0 0 0 17 0 13 0 153513228 1513975808 6769 1992294400 134512640 134550932 4294956000 18446744073709551615 106116905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6491] ppid=6478 vsize=1478492 CPUtime=0
/proc/6480/task/6491/stat : 6491 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 153513228 1513975808 6769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6492] ppid=6478 vsize=1478492 CPUtime=0
/proc/6480/task/6492/stat : 6492 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153513228 1513975808 6769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 1478492

[startup+3.10262 s]
/proc/loadavg: 0.93 1.34 1.70 4/77 6493
/proc/meminfo: memFree=1219320/2055920 swapFree=4191900/4192956
[pid=6480] ppid=6478 vsize=1492392 CPUtime=4.53
/proc/6480/stat : 6480 (java) S 6478 6480 6443 0 -1 0 36214 0 32 0 433 20 0 0 18 0 13 0 153513159 1528209408 27606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6480/statm: 373098 27623 1423 9 0 370441 0
[pid=6480/tid=6482] ppid=6478 vsize=1492392 CPUtime=1.44
/proc/6480/task/6482/stat : 6482 (java) R 6478 6480 6443 0 -1 64 22340 0 1 0 133 11 0 0 19 0 13 0 153513211 1528209408 27631 1992294400 134512640 134550932 4294956000 18446744073709551615 4109534487 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6483] ppid=6478 vsize=1492392 CPUtime=0
/proc/6480/task/6483/stat : 6483 (java) S 6478 6480 6443 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153513216 1528209408 27642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6484] ppid=6478 vsize=1492392 CPUtime=0
/proc/6480/task/6484/stat : 6484 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153513216 1528209408 27651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6485] ppid=6478 vsize=1492392 CPUtime=0
/proc/6480/task/6485/stat : 6485 (java) S 6478 6480 6443 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 153513219 1528209408 27660 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6486] ppid=6478 vsize=1492392 CPUtime=0
/proc/6480/task/6486/stat : 6486 (java) S 6478 6480 6443 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 153513220 1528209408 27668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6487] ppid=6478 vsize=1492392 CPUtime=0
/proc/6480/task/6487/stat : 6487 (java) S 6478 6480 6443 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 153513220 1528209408 27678 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6488] ppid=6478 vsize=1492392 CPUtime=0
/proc/6480/task/6488/stat : 6488 (java) S 6478 6480 6443 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153513227 1528209408 27685 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6489] ppid=6478 vsize=1492392 CPUtime=1.49
/proc/6480/task/6489/stat : 6489 (java) R 6478 6480 6443 0 -1 64 6752 0 0 0 147 2 0 0 18 0 13 0 153513227 1528209408 27692 1992294400 134512640 134550932 4294956000 18446744073709551615 104163080 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6490] ppid=6478 vsize=1492392 CPUtime=1.54
/proc/6480/task/6490/stat : 6490 (java) R 6478 6480 6443 0 -1 64 6496 0 0 0 152 2 0 0 18 0 13 0 153513228 1528209408 27694 1992294400 134512640 134550932 4294956000 18446744073709551615 104163582 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6491] ppid=6478 vsize=1492392 CPUtime=0
/proc/6480/task/6491/stat : 6491 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 153513228 1528209408 27694 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6492] ppid=6478 vsize=1492392 CPUtime=0
/proc/6480/task/6492/stat : 6492 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153513228 1528209408 27694 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6493] ppid=6478 vsize=1492392 CPUtime=0
/proc/6480/task/6493/stat : 6493 (java) S 6478 6480 6443 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 153513270 1528209408 27694 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 1492392

[startup+6.3022 s]
/proc/loadavg: 0.94 1.34 1.70 2/77 6493
/proc/meminfo: memFree=1115896/2055920 swapFree=4191900/4192956
[pid=6480] ppid=6478 vsize=1490460 CPUtime=8.02
/proc/6480/stat : 6480 (java) S 6478 6480 6443 0 -1 0 48277 0 32 0 775 27 0 0 18 0 13 0 153513159 1526231040 39163 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6480/statm: 372615 39163 1432 9 0 369958 0
[pid=6480/tid=6482] ppid=6478 vsize=1490460 CPUtime=4.51
/proc/6480/task/6482/stat : 6482 (java) R 6478 6480 6443 0 -1 64 31016 0 1 0 435 16 0 0 21 0 13 0 153513211 1526231040 39163 1992294400 134512640 134550932 4294956000 18446744073709551615 4109566216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6483] ppid=6478 vsize=1490460 CPUtime=0.06
/proc/6480/task/6483/stat : 6483 (java) S 6478 6480 6443 0 -1 64 1621 0 0 0 6 0 0 0 16 0 13 0 153513216 1526231040 39163 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6484] ppid=6478 vsize=1490460 CPUtime=0.05
/proc/6480/task/6484/stat : 6484 (java) S 6478 6480 6443 0 -1 64 1496 0 0 0 5 0 0 0 16 0 13 0 153513216 1526231040 39163 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6485] ppid=6478 vsize=1490460 CPUtime=0
/proc/6480/task/6485/stat : 6485 (java) S 6478 6480 6443 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 153513219 1526231040 39163 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6486] ppid=6478 vsize=1490460 CPUtime=0
/proc/6480/task/6486/stat : 6486 (java) S 6478 6480 6443 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 153513220 1526231040 39163 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6487] ppid=6478 vsize=1490460 CPUtime=0
/proc/6480/task/6487/stat : 6487 (java) S 6478 6480 6443 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 153513220 1526231040 39163 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6488] ppid=6478 vsize=1490460 CPUtime=0
/proc/6480/task/6488/stat : 6488 (java) S 6478 6480 6443 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153513227 1526231040 39163 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6489] ppid=6478 vsize=1490460 CPUtime=1.55
/proc/6480/task/6489/stat : 6489 (java) S 6478 6480 6443 0 -1 64 6759 0 0 0 153 2 0 0 16 0 13 0 153513227 1526231040 39163 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6490] ppid=6478 vsize=1490460 CPUtime=1.75
/proc/6480/task/6490/stat : 6490 (java) S 6478 6480 6443 0 -1 64 6651 0 0 0 173 2 0 0 17 0 13 0 153513228 1526231040 39163 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6491] ppid=6478 vsize=1490460 CPUtime=0
/proc/6480/task/6491/stat : 6491 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 153513228 1526231040 39163 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6492] ppid=6478 vsize=1490460 CPUtime=0
/proc/6480/task/6492/stat : 6492 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153513228 1526231040 39163 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6493] ppid=6478 vsize=1490460 CPUtime=0
/proc/6480/task/6493/stat : 6493 (java) S 6478 6480 6443 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 153513270 1526231040 39163 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 1490460

[startup+12.7024 s]
/proc/loadavg: 0.94 1.33 1.69 2/77 6493
/proc/meminfo: memFree=1084040/2055920 swapFree=4191900/4192956
[pid=6480] ppid=6478 vsize=1487864 CPUtime=14.58
/proc/6480/stat : 6480 (java) S 6478 6480 6443 0 -1 0 57165 0 32 0 1427 31 0 0 18 0 13 0 153513159 1523572736 46977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6480/statm: 371966 46977 1432 9 0 369309 0
[pid=6480/tid=6482] ppid=6478 vsize=1487864 CPUtime=10.72
/proc/6480/task/6482/stat : 6482 (java) R 6478 6480 6443 0 -1 64 33072 0 1 0 1055 17 0 0 25 0 13 0 153513211 1523572736 46977 1992294400 134512640 134550932 4294956000 18446744073709551615 4109835970 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6483] ppid=6478 vsize=1487864 CPUtime=0.21
/proc/6480/task/6483/stat : 6483 (java) S 6478 6480 6443 0 -1 64 5226 0 0 0 19 2 0 0 16 0 13 0 153513216 1523572736 46977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6484] ppid=6478 vsize=1487864 CPUtime=0.2
/proc/6480/task/6484/stat : 6484 (java) S 6478 6480 6443 0 -1 64 4715 0 0 0 19 1 0 0 16 0 13 0 153513216 1523572736 46977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6485] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6485/stat : 6485 (java) S 6478 6480 6443 0 -1 64 29 0 0 0 0 0 0 0 17 0 13 0 153513219 1523572736 46977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6486] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6486/stat : 6486 (java) S 6478 6480 6443 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 153513220 1523572736 46977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6487] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6487/stat : 6487 (java) S 6478 6480 6443 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 153513220 1523572736 46977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6488] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6488/stat : 6488 (java) S 6478 6480 6443 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153513227 1523572736 46977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6489] ppid=6478 vsize=1487864 CPUtime=1.55
/proc/6480/task/6489/stat : 6489 (java) S 6478 6480 6443 0 -1 64 6759 0 0 0 153 2 0 0 16 0 13 0 153513227 1523572736 46977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6490] ppid=6478 vsize=1487864 CPUtime=1.79
/proc/6480/task/6490/stat : 6490 (java) S 6478 6480 6443 0 -1 64 6651 0 0 0 177 2 0 0 17 0 13 0 153513228 1523572736 46977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6491] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6491/stat : 6491 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 153513228 1523572736 46977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6492] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6492/stat : 6492 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153513228 1523572736 46977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6493] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6493/stat : 6493 (java) S 6478 6480 6443 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 153513270 1523572736 46977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.58
Current children cumulated vsize (KiB) 1487864

[startup+25.5017 s]
/proc/loadavg: 0.95 1.32 1.69 2/77 6493
/proc/meminfo: memFree=1073736/2055920 swapFree=4191900/4192956
[pid=6480] ppid=6478 vsize=1487864 CPUtime=27.45
/proc/6480/stat : 6480 (java) S 6478 6480 6443 0 -1 0 59591 0 32 0 2713 32 0 0 18 0 13 0 153513159 1523572736 49232 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6480/statm: 371966 49232 1432 9 0 369309 0
[pid=6480/tid=6482] ppid=6478 vsize=1487864 CPUtime=23.41
/proc/6480/task/6482/stat : 6482 (java) R 6478 6480 6443 0 -1 64 33082 0 1 0 2324 17 0 0 25 0 13 0 153513211 1523572736 49232 1992294400 134512640 134550932 4294956000 18446744073709551615 4109835957 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6483] ppid=6478 vsize=1487864 CPUtime=0.3
/proc/6480/task/6483/stat : 6483 (java) S 6478 6480 6443 0 -1 64 6739 0 0 0 28 2 0 0 16 0 13 0 153513216 1523572736 49232 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6484] ppid=6478 vsize=1487864 CPUtime=0.29
/proc/6480/task/6484/stat : 6484 (java) S 6478 6480 6443 0 -1 64 5618 0 0 0 27 2 0 0 16 0 13 0 153513216 1523572736 49232 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6485] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6485/stat : 6485 (java) S 6478 6480 6443 0 -1 64 29 0 0 0 0 0 0 0 17 0 13 0 153513219 1523572736 49232 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6486] ppid=6478 vsize=1487864 CPUtime=0

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

[pid=6480/tid=6485] ppid=6478 vsize=1487864 CPUtime=0.16
/proc/6480/task/6485/stat : 6485 (java) S 6478 6480 6443 0 -1 64 29 0 0 0 10 6 0 0 15 0 13 0 153513219 1523572736 88028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6486] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6486/stat : 6486 (java) S 6478 6480 6443 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 153513220 1523572736 88028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6487] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6487/stat : 6487 (java) S 6478 6480 6443 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 153513220 1523572736 88028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6488] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6488/stat : 6488 (java) S 6478 6480 6443 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153513227 1523572736 88028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6489] ppid=6478 vsize=1487864 CPUtime=1.55
/proc/6480/task/6489/stat : 6489 (java) S 6478 6480 6443 0 -1 64 6759 0 0 0 153 2 0 0 16 0 13 0 153513227 1523572736 88028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6490] ppid=6478 vsize=1487864 CPUtime=1.94
/proc/6480/task/6490/stat : 6490 (java) S 6478 6480 6443 0 -1 64 6663 0 0 0 192 2 0 0 17 0 13 0 153513228 1523572736 88028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6491] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6491/stat : 6491 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 153513228 1523572736 88028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6492] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6492/stat : 6492 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153513228 1523572736 88028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6493] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6493/stat : 6493 (java) S 6478 6480 6443 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 153513270 1523572736 88028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1559.65
Current children cumulated vsize (KiB) 1487864

[startup+1602.3 s]
/proc/loadavg: 1.01 1.02 1.10 2/77 6493
/proc/meminfo: memFree=915016/2055920 swapFree=4191900/4192956
[pid=6480] ppid=6478 vsize=1487864 CPUtime=1620.55
/proc/6480/stat : 6480 (java) S 6478 6480 6443 0 -1 0 101051 0 32 0 161913 142 0 0 18 0 13 0 153513159 1523572736 88700 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6480/statm: 371966 88700 1436 9 0 369309 0
[pid=6480/tid=6482] ppid=6478 vsize=1487864 CPUtime=1582.41
/proc/6480/task/6482/stat : 6482 (java) R 6478 6480 6443 0 -1 64 33939 0 1 0 158220 21 0 0 25 0 13 0 153513211 1523572736 88700 1992294400 134512640 134550932 4294956000 18446744073709551615 4109566351 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6483] ppid=6478 vsize=1487864 CPUtime=17.21
/proc/6480/task/6483/stat : 6483 (java) S 6478 6480 6443 0 -1 64 26383 0 0 0 1675 46 0 0 17 0 13 0 153513216 1523572736 88700 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6484] ppid=6478 vsize=1487864 CPUtime=17.19
/proc/6480/task/6484/stat : 6484 (java) S 6478 6480 6443 0 -1 64 26565 0 0 0 1660 59 0 0 16 0 13 0 153513216 1523572736 88700 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6485] ppid=6478 vsize=1487864 CPUtime=0.16
/proc/6480/task/6485/stat : 6485 (java) S 6478 6480 6443 0 -1 64 29 0 0 0 10 6 0 0 16 0 13 0 153513219 1523572736 88700 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6486] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6486/stat : 6486 (java) S 6478 6480 6443 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 153513220 1523572736 88700 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6487] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6487/stat : 6487 (java) S 6478 6480 6443 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 153513220 1523572736 88700 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6488] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6488/stat : 6488 (java) S 6478 6480 6443 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153513227 1523572736 88700 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6489] ppid=6478 vsize=1487864 CPUtime=1.55
/proc/6480/task/6489/stat : 6489 (java) S 6478 6480 6443 0 -1 64 6759 0 0 0 153 2 0 0 16 0 13 0 153513227 1523572736 88700 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6490] ppid=6478 vsize=1487864 CPUtime=1.94
/proc/6480/task/6490/stat : 6490 (java) S 6478 6480 6443 0 -1 64 6663 0 0 0 192 2 0 0 17 0 13 0 153513228 1523572736 88700 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6491] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6491/stat : 6491 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 153513228 1523572736 88700 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6492] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6492/stat : 6492 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153513228 1523572736 88700 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6493] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6493/stat : 6493 (java) S 6478 6480 6443 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 153513270 1523572736 88700 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1620.55
Current children cumulated vsize (KiB) 1487864

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/77 6493
/proc/meminfo: memFree=912840/2055920 swapFree=4191900/4192956
[pid=6480] ppid=6478 vsize=1487864 CPUtime=1681.47
/proc/6480/stat : 6480 (java) S 6478 6480 6443 0 -1 0 101641 0 32 0 168000 147 0 0 18 0 13 0 153513159 1523572736 89258 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6480/statm: 371966 89258 1436 9 0 369309 0
[pid=6480/tid=6482] ppid=6478 vsize=1487864 CPUtime=1641.42
/proc/6480/task/6482/stat : 6482 (java) R 6478 6480 6443 0 -1 64 33965 0 1 0 164121 21 0 0 25 0 13 0 153513211 1523572736 89258 1992294400 134512640 134550932 4294956000 18446744073709551615 4109566240 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6483] ppid=6478 vsize=1487864 CPUtime=18.16
/proc/6480/task/6483/stat : 6483 (java) S 6478 6480 6443 0 -1 64 26692 0 0 0 1770 46 0 0 17 0 13 0 153513216 1523572736 89258 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6484] ppid=6478 vsize=1487864 CPUtime=18.14
/proc/6480/task/6484/stat : 6484 (java) S 6478 6480 6443 0 -1 64 26820 0 0 0 1751 63 0 0 16 0 13 0 153513216 1523572736 89258 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6485] ppid=6478 vsize=1487864 CPUtime=0.17
/proc/6480/task/6485/stat : 6485 (java) S 6478 6480 6443 0 -1 64 29 0 0 0 11 6 0 0 16 0 13 0 153513219 1523572736 89258 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6486] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6486/stat : 6486 (java) S 6478 6480 6443 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 153513220 1523572736 89258 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6487] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6487/stat : 6487 (java) S 6478 6480 6443 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 153513220 1523572736 89258 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6488] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6488/stat : 6488 (java) S 6478 6480 6443 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153513227 1523572736 89258 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6489] ppid=6478 vsize=1487864 CPUtime=1.55
/proc/6480/task/6489/stat : 6489 (java) S 6478 6480 6443 0 -1 64 6759 0 0 0 153 2 0 0 16 0 13 0 153513227 1523572736 89258 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6490] ppid=6478 vsize=1487864 CPUtime=1.94
/proc/6480/task/6490/stat : 6490 (java) S 6478 6480 6443 0 -1 64 6663 0 0 0 192 2 0 0 17 0 13 0 153513228 1523572736 89258 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6491] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6491/stat : 6491 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 153513228 1523572736 89258 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6492] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6492/stat : 6492 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153513228 1523572736 89258 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6493] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6493/stat : 6493 (java) S 6478 6480 6443 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 153513270 1523572736 89258 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1681.47
Current children cumulated vsize (KiB) 1487864

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/77 6493
/proc/meminfo: memFree=910856/2055920 swapFree=4191900/4192956
[pid=6480] ppid=6478 vsize=1487864 CPUtime=1742.4
/proc/6480/stat : 6480 (java) S 6478 6480 6443 0 -1 0 102168 0 32 0 174089 151 0 0 18 0 13 0 153513159 1523572736 89758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6480/statm: 371966 89758 1436 9 0 369309 0
[pid=6480/tid=6482] ppid=6478 vsize=1487864 CPUtime=1700.42
/proc/6480/task/6482/stat : 6482 (java) R 6478 6480 6443 0 -1 64 33991 0 1 0 170021 21 0 0 25 0 13 0 153513211 1523572736 89758 1992294400 134512640 134550932 4294956000 18446744073709551615 4109835957 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6483] ppid=6478 vsize=1487864 CPUtime=19.11
/proc/6480/task/6483/stat : 6483 (java) S 6478 6480 6443 0 -1 64 26897 0 0 0 1865 46 0 0 17 0 13 0 153513216 1523572736 89758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6484] ppid=6478 vsize=1487864 CPUtime=19.1
/proc/6480/task/6484/stat : 6484 (java) S 6478 6480 6443 0 -1 64 27116 0 0 0 1844 66 0 0 16 0 13 0 153513216 1523572736 89758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6485] ppid=6478 vsize=1487864 CPUtime=0.18
/proc/6480/task/6485/stat : 6485 (java) S 6478 6480 6443 0 -1 64 29 0 0 0 11 7 0 0 15 0 13 0 153513219 1523572736 89758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6486] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6486/stat : 6486 (java) S 6478 6480 6443 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 153513220 1523572736 89758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6487] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6487/stat : 6487 (java) S 6478 6480 6443 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 153513220 1523572736 89758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6488] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6488/stat : 6488 (java) S 6478 6480 6443 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153513227 1523572736 89758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6489] ppid=6478 vsize=1487864 CPUtime=1.55
/proc/6480/task/6489/stat : 6489 (java) S 6478 6480 6443 0 -1 64 6759 0 0 0 153 2 0 0 16 0 13 0 153513227 1523572736 89758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6490] ppid=6478 vsize=1487864 CPUtime=1.94
/proc/6480/task/6490/stat : 6490 (java) S 6478 6480 6443 0 -1 64 6663 0 0 0 192 2 0 0 17 0 13 0 153513228 1523572736 89758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6491] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6491/stat : 6491 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 153513228 1523572736 89758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6492] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6492/stat : 6492 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153513228 1523572736 89758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6493] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6493/stat : 6493 (java) S 6478 6480 6443 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 153513270 1523572736 89758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1742.4
Current children cumulated vsize (KiB) 1487864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.1 s]
/proc/loadavg: 1.04 1.02 1.08 2/77 6493
/proc/meminfo: memFree=908296/2055920 swapFree=4191900/4192956
[pid=6480] ppid=6478 vsize=1487864 CPUtime=1800.05
/proc/6480/stat : 6480 (java) S 6478 6480 6443 0 -1 0 102815 0 32 0 179851 154 0 0 18 0 13 0 153513159 1523572736 90369 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6480/statm: 371966 90369 1436 9 0 369309 0
[pid=6480/tid=6482] ppid=6478 vsize=1487864 CPUtime=1756.29
/proc/6480/task/6482/stat : 6482 (java) R 6478 6480 6443 0 -1 64 34015 0 1 0 175608 21 0 0 25 0 13 0 153513211 1523572736 90369 1992294400 134512640 134550932 4294956000 18446744073709551615 4109566203 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6483] ppid=6478 vsize=1487864 CPUtime=20.01
/proc/6480/task/6483/stat : 6483 (java) S 6478 6480 6443 0 -1 64 27271 0 0 0 1954 47 0 0 17 0 13 0 153513216 1523572736 90369 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6484] ppid=6478 vsize=1487864 CPUtime=19.99
/proc/6480/task/6484/stat : 6484 (java) S 6478 6480 6443 0 -1 64 27365 0 0 0 1931 68 0 0 16 0 13 0 153513216 1523572736 90369 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6485] ppid=6478 vsize=1487864 CPUtime=0.19
/proc/6480/task/6485/stat : 6485 (java) S 6478 6480 6443 0 -1 64 29 0 0 0 12 7 0 0 16 0 13 0 153513219 1523572736 90369 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6486] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6486/stat : 6486 (java) S 6478 6480 6443 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 153513220 1523572736 90369 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6487] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6487/stat : 6487 (java) S 6478 6480 6443 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 153513220 1523572736 90369 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6488] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6488/stat : 6488 (java) S 6478 6480 6443 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153513227 1523572736 90369 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6489] ppid=6478 vsize=1487864 CPUtime=1.55
/proc/6480/task/6489/stat : 6489 (java) S 6478 6480 6443 0 -1 64 6759 0 0 0 153 2 0 0 16 0 13 0 153513227 1523572736 90369 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6480/tid=6490] ppid=6478 vsize=1487864 CPUtime=1.94
/proc/6480/task/6490/stat : 6490 (java) S 6478 6480 6443 0 -1 64 6663 0 0 0 192 2 0 0 17 0 13 0 153513228 1523572736 90369 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6491] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6491/stat : 6491 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 153513228 1523572736 90369 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6492] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6492/stat : 6492 (java) S 6478 6480 6443 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153513228 1523572736 90369 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6480/tid=6493] ppid=6478 vsize=1487864 CPUtime=0
/proc/6480/task/6493/stat : 6493 (java) S 6478 6480 6443 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 153513270 1523572736 90369 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1487864

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

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

[startup+1779.21 s]
/proc/loadavg: 1.04 1.02 1.08 2/77 6493
/proc/meminfo: memFree=908296/2055920 swapFree=4191900/4192956
[pid=6480] ppid=6478 vsize=0 CPUtime=1800.19
/proc/6480/stat : 6480 (java) Z 6478 6480 6443 0 -1 1036 102839 0 32 0 179861 158 0 0 15 0 2 0 153513159 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6480/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1779.24
CPU time (s): 1800.23
CPU user time (s): 1798.62
CPU system time (s): 1.61275
CPU usage (%): 101.18
Max. virtual memory (cumulated for all children) (KiB): 1494160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.62
system time used= 1.61275
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102839
page faults= 32
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46907
involuntary context switches= 47028

runsolver used 2.17967 second user time and 5.18521 second system time

The end

Launcher Data

Begin job on node44 at 2009-06-13 04:12:45
IDJOB=1854634
IDBENCH=1168
IDSOLVER=681
FILE ID=node44/1854634-1244859165
PBS_JOBID= 9354351
Free space on /tmp= 65988 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1854634-1244859165/watcher-1854634-1244859165 -o /tmp/evaluation-result-1854634-1244859165/solver-1854634-1244859165 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1854634-1244859165.opb

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

MD5SUM BENCH= 3d28f31cd61cfb39466f429c599fdb4f
RANDOM SEED=1297885210

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
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.263
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:       1274368 kB
Buffers:         48972 kB
Cached:         657832 kB
SwapCached:        260 kB
Active:          43896 kB
Inactive:       676024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1274368 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             632 kB
Writeback:           0 kB
Mapped:          21660 kB
Slab:            47564 kB
Committed_AS:   127392 kB
PageTables:       1384 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= 65988 MiB
End job on node44 at 2009-06-13 04:42:26