Trace number 1855228

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.31 1761.26

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.unbounded.all.ucl.opb
MD5SUM1785d65de493315a1e7654bb7aab8248
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark293.39
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables84836
Total number of constraints245062
Number of constraints which are clauses233598
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11464
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1855228-1244870323.opb
0.22/0.22	c reading problem ... 
5.80/4.85	c ... done. Wall clock time 4.639s.
5.80/4.85	c #vars     84836
5.80/4.85	c #constraints  245062
5.80/4.85	c constraints type 
5.80/4.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156198
5.80/4.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 77399
5.80/4.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11464
1800.10/1761.11	c starts		: 13
1800.10/1761.11	c conflicts		: 28659
1800.10/1761.11	c decisions		: 66819
1800.10/1761.11	c propagations		: 60702611
1800.10/1761.11	c inspects		: 897642747
1800.10/1761.11	c learnt literals	: 5
1800.10/1761.11	c learnt binary clauses	: 89
1800.10/1761.11	c learnt ternary clauses	: 90
1800.10/1761.11	c learnt clauses	: 28654
1800.10/1761.12	c ignored clauses	: 0
1800.10/1761.12	c root simplifications	: 0
1800.10/1761.12	c removed literals (reason simplification)	: 0
1800.10/1761.12	c reason swapping (by a shorter reason)	: 0
1800.10/1761.12	c Calls to reduceDB	: 0
1800.10/1761.12	c speed (assignments/second)	: 34563.59625772736
1800.10/1761.12	c non guided choices	5040
1800.10/1761.16	c learnt constraints type 
1800.10/1761.16	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2470
1800.10/1761.16	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 89
1800.10/1761.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26095
1800.10/1761.16	c constraints type 
1800.10/1761.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156198
1800.10/1761.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 77399
1800.10/1761.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11464
1800.10/1761.16	s UNKNOWN
1800.10/1761.16	c Total wall clock time (in seconds): 1760.948

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-1855228-1244870323/watcher-1855228-1244870323 -o /tmp/evaluation-result-1855228-1244870323/solver-1855228-1244870323 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855228-1244870323.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 0.98 0.99 2/64 7566
/proc/meminfo: memFree=1236160/2055920 swapFree=4191900/4192956
[pid=7566] ppid=7564 vsize=152 CPUtime=0
/proc/7566/stat : 7566 (java6) R 7564 7566 6443 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 154629055 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 11281188 0 0 4096 0 0 0 0 17 1 0 0
/proc/7566/statm: 38 26 19 9 0 4 0

[startup+0.0620361 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 7566
/proc/meminfo: memFree=1236160/2055920 swapFree=4191900/4192956
[pid=7566] ppid=7564 vsize=1470220 CPUtime=0.04
/proc/7566/stat : 7566 (java) S 7564 7566 6443 0 -1 0 3300 0 1 0 3 1 0 0 18 0 7 0 154629055 1505505280 3045 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 367555 3045 1026 9 0 364906 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470220

[startup+0.101044 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 7566
/proc/meminfo: memFree=1236160/2055920 swapFree=4191900/4192956
[pid=7566] ppid=7564 vsize=1472584 CPUtime=0.09
/proc/7566/stat : 7566 (java) S 7564 7566 6443 0 -1 0 3614 0 1 0 7 2 0 0 18 0 12 0 154629055 1507926016 3357 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 368146 3357 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301078 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 7566
/proc/meminfo: memFree=1236160/2055920 swapFree=4191900/4192956
[pid=7566] ppid=7564 vsize=1474872 CPUtime=0.35
/proc/7566/stat : 7566 (java) S 7564 7566 6443 0 -1 0 5470 0 1 0 32 3 0 0 18 0 12 0 154629055 1510268928 5208 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 368718 5208 1353 9 0 366061 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1474872

[startup+0.701153 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 7566
/proc/meminfo: memFree=1236160/2055920 swapFree=4191900/4192956
[pid=7566] ppid=7564 vsize=1475520 CPUtime=1.07
/proc/7566/stat : 7566 (java) S 7564 7566 6443 0 -1 0 7492 0 1 0 103 4 0 0 18 0 12 0 154629055 1510932480 6956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 368880 6956 1397 9 0 366223 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1475520

[startup+1.50229 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 7578
/proc/meminfo: memFree=1200928/2055920 swapFree=4191900/4192956
[pid=7566] ppid=7564 vsize=1475520 CPUtime=2.05
/proc/7566/stat : 7566 (java) S 7564 7566 6443 0 -1 0 21390 0 1 0 193 12 0 0 18 0 12 0 154629055 1510932480 20728 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 368880 20729 1401 9 0 366223 0
[pid=7566/tid=7568] ppid=7564 vsize=1475520 CPUtime=1.28
/proc/7566/task/7568/stat : 7568 (java) R 7564 7566 6443 0 -1 64 19208 0 1 0 118 10 0 0 21 0 12 0 154629056 1510932480 20730 1992294400 134512640 134550932 4294956000 18446744073709551615 4109517836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1475520 CPUtime=0
/proc/7566/task/7569/stat : 7569 (java) S 7564 7566 6443 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 154629058 1510932480 20731 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1475520 CPUtime=0
/proc/7566/task/7570/stat : 7570 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 154629058 1510932480 20732 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1475520 CPUtime=0
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6443 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 154629059 1510932480 20733 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1475520 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6443 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 154629060 1510932480 20734 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1475520 CPUtime=0
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6443 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 154629060 1510932480 20735 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1475520 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 154629064 1510932480 20736 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1475520 CPUtime=0.38
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6443 0 -1 64 633 0 0 0 38 0 0 0 16 0 12 0 154629064 1510932480 20737 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7576] ppid=7564 vsize=1475520 CPUtime=0.35
/proc/7566/task/7576/stat : 7576 (java) S 7564 7566 6443 0 -1 64 806 0 0 0 35 0 0 0 16 0 12 0 154629064 1510932480 20738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7577] ppid=7564 vsize=1475520 CPUtime=0
/proc/7566/task/7577/stat : 7577 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 154629064 1510932480 20738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7578] ppid=7564 vsize=1475520 CPUtime=0
/proc/7566/task/7578/stat : 7578 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 154629064 1510932480 20739 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1475520

[startup+3.10159 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 7578
/proc/meminfo: memFree=1101408/2055920 swapFree=4191900/4192956
[pid=7566] ppid=7564 vsize=1475520 CPUtime=3.78
/proc/7566/stat : 7566 (java) S 7564 7566 6443 0 -1 0 39919 0 1 0 357 21 0 0 18 0 12 0 154629055 1510932480 39228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 368880 39230 1411 9 0 366223 0
[pid=7566/tid=7568] ppid=7564 vsize=1475520 CPUtime=2.74
/proc/7566/task/7568/stat : 7568 (java) S 7564 7566 6443 0 -1 64 30921 0 1 0 258 16 0 0 25 0 12 0 154629056 1510932480 39231 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1475520 CPUtime=0.13
/proc/7566/task/7569/stat : 7569 (java) R 7564 7566 6443 0 -1 64 3274 0 0 0 12 1 0 0 17 0 12 0 154629058 1510932480 39232 1992294400 134512640 134550932 4294956000 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1475520 CPUtime=0.12
/proc/7566/task/7570/stat : 7570 (java) R 7564 7566 6443 0 -1 64 3537 0 0 0 11 1 0 0 17 0 12 0 154629058 1510932480 39233 1992294400 134512640 134550932 4294956000 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1475520 CPUtime=0
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6443 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 154629059 1510932480 39234 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1475520 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6443 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 154629060 1510932480 39236 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1475520 CPUtime=0
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6443 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 154629060 1510932480 39237 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1475520 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 154629064 1510932480 39238 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1475520 CPUtime=0.38
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6443 0 -1 64 633 0 0 0 38 0 0 0 16 0 12 0 154629064 1510932480 39239 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7576] ppid=7564 vsize=1475520 CPUtime=0.35
/proc/7566/task/7576/stat : 7576 (java) S 7564 7566 6443 0 -1 64 806 0 0 0 35 0 0 0 16 0 12 0 154629064 1510932480 39241 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7577] ppid=7564 vsize=1475520 CPUtime=0
/proc/7566/task/7577/stat : 7577 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 154629064 1510932480 39242 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7578] ppid=7564 vsize=1475520 CPUtime=0
/proc/7566/task/7578/stat : 7578 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 154629064 1510932480 39243 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 1475520

[startup+6.30218 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 7579
/proc/meminfo: memFree=1062936/2055920 swapFree=4191900/4192956
[pid=7566] ppid=7564 vsize=1478860 CPUtime=8.25
/proc/7566/stat : 7566 (java) S 7564 7566 6443 0 -1 0 50741 0 1 0 798 27 0 0 18 0 13 0 154629055 1514352640 48014 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 369715 48014 1428 9 0 367058 0
[pid=7566/tid=7568] ppid=7564 vsize=1478860 CPUtime=5.31
/proc/7566/task/7568/stat : 7568 (java) R 7564 7566 6443 0 -1 64 30972 0 1 0 514 17 0 0 25 0 13 0 154629056 1514352640 48014 1992294400 134512640 134550932 4294956000 18446744073709551615 4109922835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1478860 CPUtime=0.4
/proc/7566/task/7569/stat : 7569 (java) S 7564 7566 6443 0 -1 64 7657 0 0 0 38 2 0 0 16 0 13 0 154629058 1514352640 48014 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1478860 CPUtime=0.4
/proc/7566/task/7570/stat : 7570 (java) S 7564 7566 6443 0 -1 64 7744 0 0 0 36 4 0 0 16 0 13 0 154629058 1514352640 48014 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1478860 CPUtime=0
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6443 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 154629059 1514352640 48014 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1478860 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6443 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154629060 1514352640 48014 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1478860 CPUtime=0
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6443 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154629060 1514352640 48014 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1478860 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154629064 1514352640 48014 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1478860 CPUtime=0.93
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6443 0 -1 64 1877 0 0 0 93 0 0 0 17 0 13 0 154629064 1514352640 48014 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7576] ppid=7564 vsize=1478860 CPUtime=1.17
/proc/7566/task/7576/stat : 7576 (java) R 7564 7566 6443 0 -1 64 1723 0 0 0 116 1 0 0 16 0 13 0 154629064 1514352640 48014 1992294400 134512640 134550932 4294956000 18446744073709551615 104144681 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7577] ppid=7564 vsize=1478860 CPUtime=0
/proc/7566/task/7577/stat : 7577 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154629064 1514352640 48014 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7578] ppid=7564 vsize=1478860 CPUtime=0
/proc/7566/task/7578/stat : 7578 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154629064 1514352640 48014 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7579] ppid=7564 vsize=1478860 CPUtime=0
/proc/7566/task/7579/stat : 7579 (java) S 7564 7566 6443 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 154629548 1514352640 48014 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.25
Current children cumulated vsize (KiB) 1478860

[startup+12.7013 s]
/proc/loadavg: 1.09 1.02 1.01 2/77 7579
/proc/meminfo: memFree=1013120/2055920 swapFree=4191900/4192956
[pid=7566] ppid=7564 vsize=1492348 CPUtime=16.55
/proc/7566/stat : 7566 (java) S 7564 7566 6443 0 -1 0 66120 0 1 0 1619 36 0 0 18 0 13 0 154629055 1528164352 57064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 373087 57064 1434 9 0 370430 0
[pid=7566/tid=7568] ppid=7564 vsize=1492348 CPUtime=11.04
/proc/7566/task/7568/stat : 7568 (java) R 7564 7566 6443 0 -1 64 30992 0 1 0 1087 17 0 0 25 0 13 0 154629056 1528164352 57064 1992294400 134512640 134550932 4294956000 18446744073709551615 4109711395 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1492348 CPUtime=0.9
/proc/7566/task/7569/stat : 7569 (java) S 7564 7566 6443 0 -1 64 10855 0 0 0 85 5 0 0 16 0 13 0 154629058 1528164352 57064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1492348 CPUtime=0.9
/proc/7566/task/7570/stat : 7570 (java) S 7564 7566 6443 0 -1 64 10834 0 0 0 83 7 0 0 16 0 13 0 154629058 1528164352 57064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1492348 CPUtime=0.01
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6443 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 154629059 1528164352 57064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1492348 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6443 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154629060 1528164352 57064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1492348 CPUtime=0
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6443 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154629060 1528164352 57064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1492348 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154629064 1528164352 57064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1492348 CPUtime=1.87
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6443 0 -1 64 7310 0 0 0 184 3 0 0 16 0 13 0 154629064 1528164352 57064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7576] ppid=7564 vsize=1492348 CPUtime=1.79
/proc/7566/task/7576/stat : 7576 (java) S 7564 7566 6443 0 -1 64 5361 0 0 0 177 2 0 0 16 0 13 0 154629064 1528164352 57064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7577] ppid=7564 vsize=1492348 CPUtime=0
/proc/7566/task/7577/stat : 7577 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154629064 1528164352 57064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7578] ppid=7564 vsize=1492348 CPUtime=0
/proc/7566/task/7578/stat : 7578 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154629064 1528164352 57064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7579] ppid=7564 vsize=1492348 CPUtime=0
/proc/7566/task/7579/stat : 7579 (java) S 7564 7566 6443 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 154629548 1528164352 57064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.55
Current children cumulated vsize (KiB) 1492348

[startup+25.5027 s]
/proc/loadavg: 1.15 1.03 1.01 2/77 7579
/proc/meminfo: memFree=1014336/2055920 swapFree=4191900/4192956
[pid=7566] ppid=7564 vsize=1487136 CPUtime=29.78
/proc/7566/stat : 7566 (java) S 7564 7566 6443 0 -1 0 67243 0 1 0 2941 37 0 0 18 0 13 0 154629055 1522827264 56677 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 371784 56677 1438 9 0 369127 0
[pid=7566/tid=7568] ppid=7564 vsize=1487136 CPUtime=23.6
/proc/7566/task/7568/stat : 7568 (java) R 7564 7566 6443 0 -1 64 31008 0 1 0 2343 17 0 0 25 0 13 0 154629056 1522827264 56677 1992294400 134512640 134550932 4294956000 18446744073709551615 4109859994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1487136 CPUtime=1.08
/proc/7566/task/7569/stat : 7569 (java) S 7564 7566 6443 0 -1 64 11472 0 0 0 103 5 0 0 16 0 13 0 154629058 1522827264 56677 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1487136 CPUtime=1.09
/proc/7566/task/7570/stat : 7570 (java) S 7564 7566 6443 0 -1 64 11309 0 0 0 102 7 0 0 16 0 13 0 154629058 1522827264 56677 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1487136 CPUtime=0.01
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6443 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 154629059 1522827264 56677 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6443 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154629060 1522827264 56677 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1487136 CPUtime=0

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

[pid=7566/tid=7571] ppid=7564 vsize=1487136 CPUtime=0.21
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6443 0 -1 64 21 0 0 0 13 8 0 0 16 0 13 0 154629059 1522827264 130186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6443 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154629060 1522827264 130186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6443 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154629060 1522827264 130186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154629064 1522827264 130186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1487136 CPUtime=2.03
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6443 0 -1 64 7314 0 0 0 200 3 0 0 16 0 13 0 154629064 1522827264 130186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7576] ppid=7564 vsize=1487136 CPUtime=1.95
/proc/7566/task/7576/stat : 7576 (java) S 7564 7566 6443 0 -1 64 5372 0 0 0 193 2 0 0 16 0 13 0 154629064 1522827264 130186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7577] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7577/stat : 7577 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154629064 1522827264 130186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7578] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7578/stat : 7578 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154629064 1522827264 130186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7579] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7579/stat : 7579 (java) S 7564 7566 6443 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 154629548 1522827264 130186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1575.9
Current children cumulated vsize (KiB) 1487136

[startup+1602.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 7579
/proc/meminfo: memFree=713856/2055920 swapFree=4191900/4192956
[pid=7566] ppid=7564 vsize=1487136 CPUtime=1637.36
/proc/7566/stat : 7566 (java) S 7564 7566 6443 0 -1 0 144563 0 1 0 163567 169 0 0 18 0 13 0 154629055 1522827264 131529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 371784 131529 1438 9 0 369127 0
[pid=7566/tid=7568] ppid=7564 vsize=1487136 CPUtime=1567.7
/proc/7566/task/7568/stat : 7568 (java) S 7564 7566 6443 0 -1 64 32020 0 1 0 156749 21 0 0 25 0 13 0 154629056 1522827264 131529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1487136 CPUtime=32.66
/proc/7566/task/7569/stat : 7569 (java) R 7564 7566 6443 0 -1 64 50440 0 0 0 3195 71 0 0 16 0 13 0 154629058 1522827264 131529 1992294400 134512640 134550932 4294956000 18446744073709551615 105886426 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1487136 CPUtime=32.71
/proc/7566/task/7570/stat : 7570 (java) R 7564 7566 6443 0 -1 64 48648 0 0 0 3212 59 0 0 17 0 13 0 154629058 1522827264 131529 1992294400 134512640 134550932 4294956000 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1487136 CPUtime=0.21
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6443 0 -1 64 21 0 0 0 13 8 0 0 16 0 13 0 154629059 1522827264 131529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6443 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154629060 1522827264 131529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6443 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154629060 1522827264 131529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154629064 1522827264 131529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1487136 CPUtime=2.03
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6443 0 -1 64 7314 0 0 0 200 3 0 0 16 0 13 0 154629064 1522827264 131529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7576] ppid=7564 vsize=1487136 CPUtime=1.95
/proc/7566/task/7576/stat : 7576 (java) S 7564 7566 6443 0 -1 64 5372 0 0 0 193 2 0 0 16 0 13 0 154629064 1522827264 131529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7577] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7577/stat : 7577 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154629064 1522827264 131529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7578] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7578/stat : 7578 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154629064 1522827264 131529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7579] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7579/stat : 7579 (java) S 7564 7566 6443 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 154629548 1522827264 131529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1637.36
Current children cumulated vsize (KiB) 1487136

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 7579
/proc/meminfo: memFree=709120/2055920 swapFree=4191900/4192956
[pid=7566] ppid=7564 vsize=1487136 CPUtime=1698.83
/proc/7566/stat : 7566 (java) S 7564 7566 6443 0 -1 0 145758 0 1 0 169709 174 0 0 18 0 13 0 154629055 1522827264 132689 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 371784 132689 1438 9 0 369127 0
[pid=7566/tid=7568] ppid=7564 vsize=1487136 CPUtime=1626.16
/proc/7566/task/7568/stat : 7568 (java) R 7564 7566 6443 0 -1 64 32050 0 1 0 162595 21 0 0 20 0 13 0 154629056 1522827264 132689 1992294400 134512640 134550932 4294956000 18446744073709551615 4109667910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1487136 CPUtime=34.16
/proc/7566/task/7569/stat : 7569 (java) S 7564 7566 6443 0 -1 64 51198 0 0 0 3341 75 0 0 17 0 13 0 154629058 1522827264 132689 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1487136 CPUtime=34.23
/proc/7566/task/7570/stat : 7570 (java) S 7564 7566 6443 0 -1 64 49055 0 0 0 3362 61 0 0 16 0 13 0 154629058 1522827264 132689 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1487136 CPUtime=0.22
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6443 0 -1 64 21 0 0 0 14 8 0 0 15 0 13 0 154629059 1522827264 132689 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6443 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154629060 1522827264 132689 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6443 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154629060 1522827264 132689 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154629064 1522827264 132689 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1487136 CPUtime=2.03
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6443 0 -1 64 7314 0 0 0 200 3 0 0 16 0 13 0 154629064 1522827264 132689 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7576] ppid=7564 vsize=1487136 CPUtime=1.95
/proc/7566/task/7576/stat : 7576 (java) S 7564 7566 6443 0 -1 64 5372 0 0 0 193 2 0 0 16 0 13 0 154629064 1522827264 132689 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7577] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7577/stat : 7577 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154629064 1522827264 132689 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7578] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7578/stat : 7578 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154629064 1522827264 132689 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7579] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7579/stat : 7579 (java) S 7564 7566 6443 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 154629548 1522827264 132689 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1698.83
Current children cumulated vsize (KiB) 1487136

[startup+1722.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 7579
/proc/meminfo: memFree=699776/2055920 swapFree=4191900/4192956
[pid=7566] ppid=7564 vsize=1487136 CPUtime=1760.31
/proc/7566/stat : 7566 (java) S 7564 7566 6443 0 -1 0 148115 0 1 0 175851 180 0 0 18 0 13 0 154629055 1522827264 135009 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 371784 135009 1438 9 0 369127 0
[pid=7566/tid=7568] ppid=7564 vsize=1487136 CPUtime=1684.65
/proc/7566/task/7568/stat : 7568 (java) R 7564 7566 6443 0 -1 64 32079 0 1 0 168443 22 0 0 25 0 13 0 154629056 1522827264 135009 1992294400 134512640 134550932 4294956000 18446744073709551615 4109784089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1487136 CPUtime=35.67
/proc/7566/task/7569/stat : 7569 (java) S 7564 7566 6443 0 -1 64 51549 0 0 0 3491 76 0 0 17 0 13 0 154629058 1522827264 135009 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1487136 CPUtime=35.72
/proc/7566/task/7570/stat : 7570 (java) S 7564 7566 6443 0 -1 64 51032 0 0 0 3507 65 0 0 16 0 13 0 154629058 1522827264 135009 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1487136 CPUtime=0.22
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6443 0 -1 64 21 0 0 0 14 8 0 0 16 0 13 0 154629059 1522827264 135009 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6443 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154629060 1522827264 135009 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6443 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154629060 1522827264 135009 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154629064 1522827264 135009 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1487136 CPUtime=2.03
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6443 0 -1 64 7314 0 0 0 200 3 0 0 16 0 13 0 154629064 1522827264 135009 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7576] ppid=7564 vsize=1487136 CPUtime=1.95
/proc/7566/task/7576/stat : 7576 (java) S 7564 7566 6443 0 -1 64 5372 0 0 0 193 2 0 0 16 0 13 0 154629064 1522827264 135009 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7577] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7577/stat : 7577 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154629064 1522827264 135009 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7578] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7578/stat : 7578 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154629064 1522827264 135009 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7579] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7579/stat : 7579 (java) S 7564 7566 6443 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 154629548 1522827264 135009 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1760.31
Current children cumulated vsize (KiB) 1487136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1761.11 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 7579
/proc/meminfo: memFree=693184/2055920 swapFree=4191900/4192956
[pid=7566] ppid=7564 vsize=1487136 CPUtime=1800.1
/proc/7566/stat : 7566 (java) S 7564 7566 6443 0 -1 0 149809 0 1 0 179826 184 0 0 18 0 13 0 154629055 1522827264 136651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7566/statm: 371784 136651 1438 9 0 369127 0
[pid=7566/tid=7568] ppid=7564 vsize=1487136 CPUtime=1722.44
/proc/7566/task/7568/stat : 7568 (java) R 7564 7566 6443 0 -1 64 32098 0 1 0 172222 22 0 0 25 0 13 0 154629056 1522827264 136651 1992294400 134512640 134550932 4294956000 18446744073709551615 4109951565 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7569] ppid=7564 vsize=1487136 CPUtime=36.66
/proc/7566/task/7569/stat : 7569 (java) S 7564 7566 6443 0 -1 64 51954 0 0 0 3590 76 0 0 17 0 13 0 154629058 1522827264 136651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7570] ppid=7564 vsize=1487136 CPUtime=36.72
/proc/7566/task/7570/stat : 7570 (java) S 7564 7566 6443 0 -1 64 52302 0 0 0 3603 69 0 0 16 0 13 0 154629058 1522827264 136651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7571] ppid=7564 vsize=1487136 CPUtime=0.22
/proc/7566/task/7571/stat : 7571 (java) S 7564 7566 6443 0 -1 64 21 0 0 0 14 8 0 0 16 0 13 0 154629059 1522827264 136651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7572] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7572/stat : 7572 (java) S 7564 7566 6443 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154629060 1522827264 136651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7573] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7573/stat : 7573 (java) S 7564 7566 6443 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154629060 1522827264 136651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7574] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7574/stat : 7574 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154629064 1522827264 136651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7575] ppid=7564 vsize=1487136 CPUtime=2.03
/proc/7566/task/7575/stat : 7575 (java) S 7564 7566 6443 0 -1 64 7314 0 0 0 200 3 0 0 16 0 13 0 154629064 1522827264 136651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7576] ppid=7564 vsize=1487136 CPUtime=1.95
/proc/7566/task/7576/stat : 7576 (java) S 7564 7566 6443 0 -1 64 5372 0 0 0 193 2 0 0 16 0 13 0 154629064 1522827264 136651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7577] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7577/stat : 7577 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154629064 1522827264 136651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7566/tid=7578] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7578/stat : 7578 (java) S 7564 7566 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154629064 1522827264 136651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7566/tid=7579] ppid=7564 vsize=1487136 CPUtime=0
/proc/7566/task/7579/stat : 7579 (java) S 7564 7566 6443 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 154629548 1522827264 136651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1487136

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

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

[startup+1761.21 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 7579
/proc/meminfo: memFree=693184/2055920 swapFree=4191900/4192956
[pid=7566] ppid=7564 vsize=0 CPUtime=1800.25
/proc/7566/stat : 7566 (java) Z 7564 7566 6443 0 -1 1036 149833 0 1 0 179838 187 0 0 15 0 2 0 154629055 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7566/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1761.26
CPU time (s): 1800.31
CPU user time (s): 1798.38
CPU system time (s): 1.92771
CPU usage (%): 102.217
Max. virtual memory (cumulated for all children) (KiB): 1494132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.38
system time used= 1.92771
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149833
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= 44908
involuntary context switches= 31561

runsolver used 1.79873 second user time and 4.66129 second system time

The end

Launcher Data

Begin job on node44 at 2009-06-13 07:18:44
IDJOB=1855228
IDBENCH=1465
IDSOLVER=681
FILE ID=node44/1855228-1244870323
PBS_JOBID= 9354351
Free space on /tmp= 65980 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.unbounded.all.ucl.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-1855228-1244870323/watcher-1855228-1244870323 -o /tmp/evaluation-result-1855228-1244870323/solver-1855228-1244870323 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855228-1244870323.opb

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

MD5SUM BENCH= 1785d65de493315a1e7654bb7aab8248
RANDOM SEED=1876828194

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:       1236640 kB
Buffers:         53124 kB
Cached:         690876 kB
SwapCached:        260 kB
Active:          69572 kB
Inactive:       687680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1236640 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            9132 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            48008 kB
Committed_AS:   128604 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= 65980 MiB
End job on node44 at 2009-06-13 07:48:07