Trace number 1855272

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.28 1760.79

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Ih1arity.ucl.opb
MD5SUM63ec6637b1b124456335cf99c2a6c3dd
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 benchmark606.201
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables201731
Total number of constraints592525
Number of constraints which are clauses579429
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13096
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 131
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 513
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c MiniSAT restarts strategy
0.23/0.22	c Memory based learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-1855272-1244870938.opb
0.23/0.22	c reading problem ... 
10.13/8.53	c ... done. Wall clock time 8.317s.
10.13/8.53	c #vars     201731
10.13/8.53	c #constraints  592525
10.13/8.53	c constraints type 
10.13/8.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 388354
10.13/8.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 191074
10.13/8.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13096
1800.07/1760.61	c starts		: 11
1800.07/1760.61	c conflicts		: 14329
1800.07/1760.61	c decisions		: 38684
1800.07/1760.61	c propagations		: 164063519
1800.07/1760.61	c inspects		: 958276098
1800.07/1760.61	c learnt literals	: 7
1800.07/1760.61	c learnt binary clauses	: 115
1800.07/1760.61	c learnt ternary clauses	: 77
1800.07/1760.61	c learnt clauses	: 14321
1800.07/1760.61	c ignored clauses	: 0
1800.07/1760.61	c root simplifications	: 0
1800.07/1760.61	c removed literals (reason simplification)	: 0
1800.07/1760.61	c reason swapping (by a shorter reason)	: 0
1800.07/1760.61	c Calls to reduceDB	: 0
1800.07/1760.61	c speed (assignments/second)	: 93639.55253057089
1800.07/1760.61	c non guided choices	9203
1800.07/1760.63	c learnt constraints type 
1800.07/1760.63	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 992
1800.07/1760.63	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 115
1800.07/1760.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13215
1800.07/1760.63	c constraints type 
1800.07/1760.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 388354
1800.07/1760.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 191074
1800.07/1760.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13096
1800.07/1760.63	s UNKNOWN
1800.07/1760.63	c Total wall clock time (in seconds): 1760.416

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-1855272-1244870938/watcher-1855272-1244870938 -o /tmp/evaluation-result-1855272-1244870938/solver-1855272-1244870938 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855272-1244870938.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

[startup+0 s]
/proc/loadavg: 1.35 1.08 1.03 3/64 14308
/proc/meminfo: memFree=1288432/2055920 swapFree=4192044/4192956
[pid=14308] ppid=14306 vsize=18576 CPUtime=0
/proc/14308/stat : 14308 (runsolver) R 14306 12771 12771 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 154691137 19021824 282 1992294400 4194304 4302564 548682068416 18446744073709551615 266887788066 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14308/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0112219 s]
/proc/loadavg: 1.35 1.08 1.03 3/64 14308
/proc/meminfo: memFree=1288432/2055920 swapFree=4192044/4192956
[pid=14308] ppid=14306 vsize=1520 CPUtime=0
/proc/14308/stat : 14308 (java) R 14306 14308 12771 0 -1 0 253 0 0 0 0 0 0 0 20 0 1 0 154691137 1556480 73 1992294400 134512640 134550932 4294956000 18446744073709551615 8577632 0 0 4096 0 0 0 0 17 0 0 0
/proc/14308/statm: 380 74 55 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1520

[startup+0.10123 s]
/proc/loadavg: 1.35 1.08 1.03 3/64 14308
/proc/meminfo: memFree=1288432/2055920 swapFree=4192044/4192956
[pid=14308] ppid=14306 vsize=1473608 CPUtime=0.08
/proc/14308/stat : 14308 (java) S 14306 14308 12771 0 -1 0 3614 0 1 0 6 2 0 0 20 0 12 0 154691137 1508974592 3357 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14308/statm: 368402 3358 1068 9 0 365750 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1473608

[startup+0.301257 s]
/proc/loadavg: 1.35 1.08 1.03 3/64 14308
/proc/meminfo: memFree=1288432/2055920 swapFree=4192044/4192956
[pid=14308] ppid=14306 vsize=1475088 CPUtime=0.35
/proc/14308/stat : 14308 (java) S 14306 14308 12771 0 -1 0 6153 0 1 0 31 4 0 0 20 0 12 0 154691137 1510490112 5891 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14308/statm: 368772 5891 1353 9 0 366115 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475088

[startup+0.701303 s]
/proc/loadavg: 1.35 1.08 1.03 3/64 14308
/proc/meminfo: memFree=1288432/2055920 swapFree=4192044/4192956
[pid=14308] ppid=14306 vsize=1476044 CPUtime=1.01
/proc/14308/stat : 14308 (java) S 14306 14308 12771 0 -1 0 8031 0 1 0 96 5 0 0 20 0 12 0 154691137 1511469056 7494 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14308/statm: 369011 7495 1397 9 0 366354 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1476044

[startup+1.5024 s]
/proc/loadavg: 1.35 1.08 1.03 2/76 14320
/proc/meminfo: memFree=1254160/2055920 swapFree=4192044/4192956
[pid=14308] ppid=14306 vsize=1476804 CPUtime=2
/proc/14308/stat : 14308 (java) S 14306 14308 12771 0 -1 0 21002 0 1 0 189 11 0 0 20 0 12 0 154691137 1512247296 20281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14308/statm: 369201 20281 1401 9 0 366544 0
[pid=14308/tid=14310] ppid=14306 vsize=1476804 CPUtime=1.23
/proc/14308/task/14310/stat : 14310 (java) R 14306 14308 12771 0 -1 64 18696 0 1 0 114 9 0 0 25 0 12 0 154691138 1512247296 20281 1992294400 134512640 134550932 4294956000 18446744073709551615 4109539107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14311] ppid=14306 vsize=1476804 CPUtime=0
/proc/14308/task/14311/stat : 14311 (java) S 14306 14308 12771 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 154691139 1512247296 20281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14312] ppid=14306 vsize=1476804 CPUtime=0
/proc/14308/task/14312/stat : 14312 (java) S 14306 14308 12771 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 154691139 1512247296 20281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14313] ppid=14306 vsize=1476804 CPUtime=0
/proc/14308/task/14313/stat : 14313 (java) S 14306 14308 12771 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 154691141 1512247296 20281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14314] ppid=14306 vsize=1476804 CPUtime=0
/proc/14308/task/14314/stat : 14314 (java) S 14306 14308 12771 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 154691142 1512247296 20281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14315] ppid=14306 vsize=1476804 CPUtime=0
/proc/14308/task/14315/stat : 14315 (java) S 14306 14308 12771 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 154691142 1512247296 20281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14316] ppid=14306 vsize=1476804 CPUtime=0
/proc/14308/task/14316/stat : 14316 (java) S 14306 14308 12771 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 154691146 1512247296 20281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14317] ppid=14306 vsize=1476804 CPUtime=0.32
/proc/14308/task/14317/stat : 14317 (java) S 14306 14308 12771 0 -1 64 484 0 0 0 32 0 0 0 16 0 12 0 154691146 1512247296 20281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14318] ppid=14306 vsize=1476804 CPUtime=0.42
/proc/14308/task/14318/stat : 14318 (java) S 14306 14308 12771 0 -1 64 1078 0 0 0 42 0 0 0 16 0 12 0 154691146 1512247296 20281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14319] ppid=14306 vsize=1476804 CPUtime=0
/proc/14308/task/14319/stat : 14319 (java) S 14306 14308 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 154691146 1512247296 20281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14320] ppid=14306 vsize=1476804 CPUtime=0
/proc/14308/task/14320/stat : 14320 (java) S 14306 14308 12771 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 154691146 1512247296 20281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1476804

[startup+3.10257 s]
/proc/loadavg: 1.35 1.08 1.03 2/76 14320
/proc/meminfo: memFree=1151312/2055920 swapFree=4192044/4192956
[pid=14308] ppid=14306 vsize=1476804 CPUtime=3.74
/proc/14308/stat : 14308 (java) S 14306 14308 12771 0 -1 0 41344 0 1 0 352 22 0 0 20 0 12 0 154691137 1512247296 40589 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14308/statm: 369201 40589 1411 9 0 366544 0
[pid=14308/tid=14310] ppid=14306 vsize=1476804 CPUtime=2.69
/proc/14308/task/14310/stat : 14310 (java) R 14306 14308 12771 0 -1 64 30939 0 1 0 253 16 0 0 17 0 12 0 154691138 1512247296 40589 1992294400 134512640 134550932 4294956000 18446744073709551615 4109521524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14311] ppid=14306 vsize=1476804 CPUtime=0.14
/proc/14308/task/14311/stat : 14311 (java) S 14306 14308 12771 0 -1 64 3867 0 0 0 12 2 0 0 16 0 12 0 154691139 1512247296 40589 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14312] ppid=14306 vsize=1476804 CPUtime=0.14
/proc/14308/task/14312/stat : 14312 (java) S 14306 14308 12771 0 -1 64 4218 0 0 0 12 2 0 0 17 0 12 0 154691139 1512247296 40589 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14313] ppid=14306 vsize=1476804 CPUtime=0
/proc/14308/task/14313/stat : 14313 (java) S 14306 14308 12771 0 -1 64 16 0 0 0 0 0 0 0 17 0 12 0 154691141 1512247296 40589 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14314] ppid=14306 vsize=1476804 CPUtime=0
/proc/14308/task/14314/stat : 14314 (java) S 14306 14308 12771 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 154691142 1512247296 40589 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14315] ppid=14306 vsize=1476804 CPUtime=0
/proc/14308/task/14315/stat : 14315 (java) S 14306 14308 12771 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 154691142 1512247296 40589 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14316] ppid=14306 vsize=1476804 CPUtime=0
/proc/14308/task/14316/stat : 14316 (java) S 14306 14308 12771 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 154691146 1512247296 40589 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14317] ppid=14306 vsize=1476804 CPUtime=0.32
/proc/14308/task/14317/stat : 14317 (java) S 14306 14308 12771 0 -1 64 484 0 0 0 32 0 0 0 16 0 12 0 154691146 1512247296 40589 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14318] ppid=14306 vsize=1476804 CPUtime=0.42
/proc/14308/task/14318/stat : 14318 (java) S 14306 14308 12771 0 -1 64 1078 0 0 0 42 0 0 0 16 0 12 0 154691146 1512247296 40589 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14319] ppid=14306 vsize=1476804 CPUtime=0
/proc/14308/task/14319/stat : 14319 (java) S 14306 14308 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 154691146 1512247296 40589 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14320] ppid=14306 vsize=1476804 CPUtime=0
/proc/14308/task/14320/stat : 14320 (java) S 14306 14308 12771 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 154691146 1512247296 40589 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 1476804

[startup+6.30192 s]
/proc/loadavg: 1.32 1.08 1.02 2/76 14320
/proc/meminfo: memFree=1109472/2055920 swapFree=4192044/4192956
[pid=14308] ppid=14306 vsize=1476588 CPUtime=7.33
/proc/14308/stat : 14308 (java) S 14306 14308 12771 0 -1 0 50161 0 1 0 706 27 0 0 20 0 12 0 154691137 1512026112 48174 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14308/statm: 369147 48174 1411 9 0 366490 0
[pid=14308/tid=14310] ppid=14306 vsize=1476588 CPUtime=5.48
/proc/14308/task/14310/stat : 14310 (java) R 14306 14308 12771 0 -1 64 30943 0 1 0 530 18 0 0 19 0 12 0 154691138 1512026112 48174 1992294400 134512640 134550932 4294956000 18446744073709551615 4109485255 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14311] ppid=14306 vsize=1476588 CPUtime=0.54
/proc/14308/task/14311/stat : 14311 (java) S 14306 14308 12771 0 -1 64 9356 0 0 0 49 5 0 0 16 0 12 0 154691139 1512026112 48174 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14312] ppid=14306 vsize=1476588 CPUtime=0.54
/proc/14308/task/14312/stat : 14312 (java) S 14306 14308 12771 0 -1 64 7537 0 0 0 52 2 0 0 16 0 12 0 154691139 1512026112 48174 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14313] ppid=14306 vsize=1476588 CPUtime=0
/proc/14308/task/14313/stat : 14313 (java) S 14306 14308 12771 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 154691141 1512026112 48174 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14314] ppid=14306 vsize=1476588 CPUtime=0
/proc/14308/task/14314/stat : 14314 (java) S 14306 14308 12771 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 154691142 1512026112 48174 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14315] ppid=14306 vsize=1476588 CPUtime=0
/proc/14308/task/14315/stat : 14315 (java) S 14306 14308 12771 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 154691142 1512026112 48174 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14316] ppid=14306 vsize=1476588 CPUtime=0
/proc/14308/task/14316/stat : 14316 (java) S 14306 14308 12771 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 154691146 1512026112 48174 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14317] ppid=14306 vsize=1476588 CPUtime=0.32
/proc/14308/task/14317/stat : 14317 (java) S 14306 14308 12771 0 -1 64 484 0 0 0 32 0 0 0 16 0 12 0 154691146 1512026112 48174 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14318] ppid=14306 vsize=1476588 CPUtime=0.42
/proc/14308/task/14318/stat : 14318 (java) S 14306 14308 12771 0 -1 64 1078 0 0 0 42 0 0 0 16 0 12 0 154691146 1512026112 48174 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14319] ppid=14306 vsize=1476588 CPUtime=0
/proc/14308/task/14319/stat : 14319 (java) S 14306 14308 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 154691146 1512026112 48174 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14320] ppid=14306 vsize=1476588 CPUtime=0
/proc/14308/task/14320/stat : 14320 (java) S 14306 14308 12771 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 154691146 1512026112 48174 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 1476588

[startup+12.7026 s]
/proc/loadavg: 1.37 1.09 1.03 2/77 14321
/proc/meminfo: memFree=1036128/2055920 swapFree=4192044/4192956
[pid=14308] ppid=14306 vsize=1483100 CPUtime=16.03
/proc/14308/stat : 14308 (java) S 14306 14308 12771 0 -1 0 71730 0 1 0 1563 40 0 0 20 0 13 0 154691137 1518694400 64379 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14308/statm: 370775 64379 1429 9 0 368118 0
[pid=14308/tid=14310] ppid=14306 vsize=1483100 CPUtime=10.57
/proc/14308/task/14310/stat : 14310 (java) R 14306 14308 12771 0 -1 64 31007 0 1 0 1038 19 0 0 25 0 13 0 154691138 1518694400 64379 1992294400 134512640 134550932 4294956000 18446744073709551615 4109903407 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14311] ppid=14306 vsize=1483100 CPUtime=1.39
/proc/14308/task/14311/stat : 14311 (java) S 14306 14308 12771 0 -1 64 18295 0 0 0 129 10 0 0 16 0 13 0 154691139 1518694400 64379 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14312] ppid=14306 vsize=1483100 CPUtime=1.37
/proc/14308/task/14312/stat : 14312 (java) S 14306 14308 12771 0 -1 64 14841 0 0 0 130 7 0 0 16 0 13 0 154691139 1518694400 64379 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14313] ppid=14306 vsize=1483100 CPUtime=0
/proc/14308/task/14313/stat : 14313 (java) S 14306 14308 12771 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 154691141 1518694400 64379 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14314] ppid=14306 vsize=1483100 CPUtime=0
/proc/14308/task/14314/stat : 14314 (java) S 14306 14308 12771 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154691142 1518694400 64379 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14315] ppid=14306 vsize=1483100 CPUtime=0
/proc/14308/task/14315/stat : 14315 (java) S 14306 14308 12771 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154691142 1518694400 64379 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14316] ppid=14306 vsize=1483100 CPUtime=0
/proc/14308/task/14316/stat : 14316 (java) S 14306 14308 12771 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154691146 1518694400 64379 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14317] ppid=14306 vsize=1483100 CPUtime=1.37
/proc/14308/task/14317/stat : 14317 (java) S 14306 14308 12771 0 -1 64 3061 0 0 0 136 1 0 0 16 0 13 0 154691146 1518694400 64379 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14318] ppid=14306 vsize=1483100 CPUtime=1.29
/proc/14308/task/14318/stat : 14318 (java) S 14306 14308 12771 0 -1 64 3757 0 0 0 128 1 0 0 16 0 13 0 154691146 1518694400 64379 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14319] ppid=14306 vsize=1483100 CPUtime=0
/proc/14308/task/14319/stat : 14319 (java) S 14306 14308 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154691146 1518694400 64379 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14320] ppid=14306 vsize=1483100 CPUtime=0
/proc/14308/task/14320/stat : 14320 (java) S 14306 14308 12771 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 154691146 1518694400 64379 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14321] ppid=14306 vsize=1483100 CPUtime=0
/proc/14308/task/14321/stat : 14321 (java) S 14306 14308 12771 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 154692003 1518694400 64379 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.03
Current children cumulated vsize (KiB) 1483100

[startup+25.5021 s]
/proc/loadavg: 1.29 1.09 1.03 2/77 14321
/proc/meminfo: memFree=1029088/2055920 swapFree=4192044/4192956
[pid=14308] ppid=14306 vsize=1488036 CPUtime=30.56
/proc/14308/stat : 14308 (java) S 14306 14308 12771 0 -1 0 78489 0 1 0 3011 45 0 0 20 0 13 0 154691137 1523748864 66142 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14308/statm: 372009 66142 1434 9 0 369352 0
[pid=14308/tid=14310] ppid=14306 vsize=1488036 CPUtime=22.88
/proc/14308/task/14310/stat : 14310 (java) R 14306 14308 12771 0 -1 64 31026 0 1 0 2269 19 0 0 17 0 13 0 154691138 1523748864 66142 1992294400 134512640 134550932 4294956000 18446744073709551615 4110041331 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14311] ppid=14306 vsize=1488036 CPUtime=1.73
/proc/14308/task/14311/stat : 14311 (java) S 14306 14308 12771 0 -1 64 18491 0 0 0 163 10 0 0 16 0 13 0 154691139 1523748864 66142 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14312] ppid=14306 vsize=1488036 CPUtime=1.74
/proc/14308/task/14312/stat : 14312 (java) S 14306 14308 12771 0 -1 64 15159 0 0 0 166 8 0 0 17 0 13 0 154691139 1523748864 66142 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14313] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14313/stat : 14313 (java) S 14306 14308 12771 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 154691141 1523748864 66142 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14314] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14314/stat : 14314 (java) S 14306 14308 12771 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154691142 1523748864 66142 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14315] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14315/stat : 14315 (java) S 14306 14308 12771 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154691142 1523748864 66142 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14316] ppid=14306 vsize=1488036 CPUtime=0

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

[pid=14308/tid=14313] ppid=14306 vsize=1488036 CPUtime=0.21
/proc/14308/task/14313/stat : 14313 (java) S 14306 14308 12771 0 -1 64 27 0 0 0 14 7 0 0 16 0 13 0 154691141 1523748864 192408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14314] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14314/stat : 14314 (java) S 14306 14308 12771 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154691142 1523748864 192408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14315] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14315/stat : 14315 (java) S 14306 14308 12771 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154691142 1523748864 192408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14316] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14316/stat : 14316 (java) S 14306 14308 12771 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154691146 1523748864 192408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14317] ppid=14306 vsize=1488036 CPUtime=2.86
/proc/14308/task/14317/stat : 14317 (java) S 14306 14308 12771 0 -1 64 9287 0 0 0 282 4 0 0 16 0 13 0 154691146 1523748864 192408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14318] ppid=14306 vsize=1488036 CPUtime=1.47
/proc/14308/task/14318/stat : 14318 (java) S 14306 14308 12771 0 -1 64 3761 0 0 0 146 1 0 0 16 0 13 0 154691146 1523748864 192408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14319] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14319/stat : 14319 (java) S 14306 14308 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154691146 1523748864 192408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14320] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14320/stat : 14320 (java) S 14306 14308 12771 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 154691146 1523748864 192408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14321] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14321/stat : 14321 (java) S 14306 14308 12771 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 154692003 1523748864 192408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1576.47
Current children cumulated vsize (KiB) 1488036

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14323
/proc/meminfo: memFree=510944/2055920 swapFree=4192044/4192956
[pid=14308] ppid=14306 vsize=1488036 CPUtime=1637.88
/proc/14308/stat : 14308 (java) S 14306 14308 12771 0 -1 0 209342 0 1 0 163603 185 0 0 20 0 13 0 154691137 1523748864 195340 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14308/statm: 372009 195340 1438 9 0 369352 0
[pid=14308/tid=14310] ppid=14306 vsize=1488036 CPUtime=1566.99
/proc/14308/task/14310/stat : 14310 (java) R 14306 14308 12771 0 -1 64 31987 0 1 0 156675 24 0 0 25 0 13 0 154691138 1523748864 195340 1992294400 134512640 134550932 4294956000 18446744073709551615 4109960452 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14311] ppid=14306 vsize=1488036 CPUtime=33.16
/proc/14308/task/14311/stat : 14311 (java) S 14306 14308 12771 0 -1 64 87106 0 0 0 3234 82 0 0 16 0 13 0 154691139 1523748864 195340 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14312] ppid=14306 vsize=1488036 CPUtime=33.13
/proc/14308/task/14312/stat : 14312 (java) S 14306 14308 12771 0 -1 64 76426 0 0 0 3249 64 0 0 16 0 13 0 154691139 1523748864 195340 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14313] ppid=14306 vsize=1488036 CPUtime=0.21
/proc/14308/task/14313/stat : 14313 (java) S 14306 14308 12771 0 -1 64 27 0 0 0 14 7 0 0 16 0 13 0 154691141 1523748864 195340 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14314] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14314/stat : 14314 (java) S 14306 14308 12771 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154691142 1523748864 195340 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14315] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14315/stat : 14315 (java) S 14306 14308 12771 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154691142 1523748864 195340 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14316] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14316/stat : 14316 (java) S 14306 14308 12771 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154691146 1523748864 195340 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14317] ppid=14306 vsize=1488036 CPUtime=2.86
/proc/14308/task/14317/stat : 14317 (java) S 14306 14308 12771 0 -1 64 9287 0 0 0 282 4 0 0 16 0 13 0 154691146 1523748864 195340 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14318] ppid=14306 vsize=1488036 CPUtime=1.47
/proc/14308/task/14318/stat : 14318 (java) S 14306 14308 12771 0 -1 64 3761 0 0 0 146 1 0 0 16 0 13 0 154691146 1523748864 195340 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14319] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14319/stat : 14319 (java) S 14306 14308 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154691146 1523748864 195340 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14320] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14320/stat : 14320 (java) S 14306 14308 12771 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 154691146 1523748864 195340 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14321] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14321/stat : 14321 (java) S 14306 14308 12771 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 154692003 1523748864 195340 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1637.88
Current children cumulated vsize (KiB) 1488036

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14323
/proc/meminfo: memFree=491296/2055920 swapFree=4192044/4192956
[pid=14308] ppid=14306 vsize=1488036 CPUtime=1699.25
/proc/14308/stat : 14308 (java) S 14306 14308 12771 0 -1 0 214265 0 1 0 169734 191 0 0 20 0 13 0 154691137 1523748864 200225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14308/statm: 372009 200225 1438 9 0 369352 0
[pid=14308/tid=14310] ppid=14306 vsize=1488036 CPUtime=1625.54
/proc/14308/task/14310/stat : 14310 (java) R 14306 14308 12771 0 -1 64 32018 0 1 0 162530 24 0 0 25 0 13 0 154691138 1523748864 200225 1992294400 134512640 134550932 4294956000 18446744073709551615 4109860448 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14311] ppid=14306 vsize=1488036 CPUtime=34.55
/proc/14308/task/14311/stat : 14311 (java) S 14306 14308 12771 0 -1 64 88690 0 0 0 3373 82 0 0 17 0 13 0 154691139 1523748864 200225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14312] ppid=14306 vsize=1488036 CPUtime=34.54
/proc/14308/task/14312/stat : 14312 (java) S 14306 14308 12771 0 -1 64 79734 0 0 0 3385 69 0 0 16 0 13 0 154691139 1523748864 200225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14313] ppid=14306 vsize=1488036 CPUtime=0.23
/proc/14308/task/14313/stat : 14313 (java) S 14306 14308 12771 0 -1 64 27 0 0 0 15 8 0 0 16 0 13 0 154691141 1523748864 200225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14314] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14314/stat : 14314 (java) S 14306 14308 12771 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154691142 1523748864 200225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14315] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14315/stat : 14315 (java) S 14306 14308 12771 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154691142 1523748864 200225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14316] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14316/stat : 14316 (java) S 14306 14308 12771 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154691146 1523748864 200225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14317] ppid=14306 vsize=1488036 CPUtime=2.86
/proc/14308/task/14317/stat : 14317 (java) S 14306 14308 12771 0 -1 64 9287 0 0 0 282 4 0 0 16 0 13 0 154691146 1523748864 200225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14318] ppid=14306 vsize=1488036 CPUtime=1.47
/proc/14308/task/14318/stat : 14318 (java) S 14306 14308 12771 0 -1 64 3761 0 0 0 146 1 0 0 16 0 13 0 154691146 1523748864 200225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14319] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14319/stat : 14319 (java) S 14306 14308 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154691146 1523748864 200225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14320] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14320/stat : 14320 (java) S 14306 14308 12771 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 154691146 1523748864 200225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14321] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14321/stat : 14321 (java) S 14306 14308 12771 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 154692003 1523748864 200225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1699.25
Current children cumulated vsize (KiB) 1488036

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14323
/proc/meminfo: memFree=468960/2055920 swapFree=4192044/4192956
[pid=14308] ppid=14306 vsize=1488036 CPUtime=1760.76
/proc/14308/stat : 14308 (java) S 14306 14308 12771 0 -1 0 219929 0 1 0 175880 196 0 0 20 0 13 0 154691137 1523748864 205847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14308/statm: 372009 205847 1438 9 0 369352 0
[pid=14308/tid=14310] ppid=14306 vsize=1488036 CPUtime=1683.95
/proc/14308/task/14310/stat : 14310 (java) R 14306 14308 12771 0 -1 64 32050 0 1 0 168371 24 0 0 25 0 13 0 154691138 1523748864 205847 1992294400 134512640 134550932 4294956000 18446744073709551615 4109960322 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14311] ppid=14306 vsize=1488036 CPUtime=36.09
/proc/14308/task/14311/stat : 14311 (java) S 14306 14308 12771 0 -1 64 92335 0 0 0 3524 85 0 0 16 0 13 0 154691139 1523748864 205847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14312] ppid=14306 vsize=1488036 CPUtime=36.08
/proc/14308/task/14312/stat : 14312 (java) S 14306 14308 12771 0 -1 64 81721 0 0 0 3537 71 0 0 16 0 13 0 154691139 1523748864 205847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14313] ppid=14306 vsize=1488036 CPUtime=0.23
/proc/14308/task/14313/stat : 14313 (java) S 14306 14308 12771 0 -1 64 27 0 0 0 15 8 0 0 16 0 13 0 154691141 1523748864 205847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14314] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14314/stat : 14314 (java) S 14306 14308 12771 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154691142 1523748864 205847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14315] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14315/stat : 14315 (java) S 14306 14308 12771 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154691142 1523748864 205847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14316] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14316/stat : 14316 (java) S 14306 14308 12771 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154691146 1523748864 205847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14317] ppid=14306 vsize=1488036 CPUtime=2.86
/proc/14308/task/14317/stat : 14317 (java) S 14306 14308 12771 0 -1 64 9287 0 0 0 282 4 0 0 16 0 13 0 154691146 1523748864 205847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14318] ppid=14306 vsize=1488036 CPUtime=1.47
/proc/14308/task/14318/stat : 14318 (java) S 14306 14308 12771 0 -1 64 3761 0 0 0 146 1 0 0 16 0 13 0 154691146 1523748864 205847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14319] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14319/stat : 14319 (java) S 14306 14308 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154691146 1523748864 205847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14320] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14320/stat : 14320 (java) S 14306 14308 12771 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 154691146 1523748864 205847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14321] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14321/stat : 14321 (java) S 14306 14308 12771 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 154692003 1523748864 205847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1760.76
Current children cumulated vsize (KiB) 1488036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1760.6 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 14323
/proc/meminfo: memFree=452640/2055920 swapFree=4192044/4192956
[pid=14308] ppid=14306 vsize=1488036 CPUtime=1800.07
/proc/14308/stat : 14308 (java) S 14306 14308 12771 0 -1 0 223973 0 1 0 179806 201 0 0 20 0 13 0 154691137 1523748864 209865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14308/statm: 372009 209865 1438 9 0 369352 0
[pid=14308/tid=14310] ppid=14306 vsize=1488036 CPUtime=1721.18
/proc/14308/task/14310/stat : 14310 (java) R 14306 14308 12771 0 -1 64 32070 0 1 0 172094 24 0 0 17 0 13 0 154691138 1523748864 209865 1992294400 134512640 134550932 4294956000 18446744073709551615 4109960319 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14311] ppid=14306 vsize=1488036 CPUtime=37.13
/proc/14308/task/14311/stat : 14311 (java) S 14306 14308 12771 0 -1 64 94821 0 0 0 3625 88 0 0 17 0 13 0 154691139 1523748864 209865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14312] ppid=14306 vsize=1488036 CPUtime=37.12
/proc/14308/task/14312/stat : 14312 (java) S 14306 14308 12771 0 -1 64 83259 0 0 0 3640 72 0 0 17 0 13 0 154691139 1523748864 209865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14313] ppid=14306 vsize=1488036 CPUtime=0.24
/proc/14308/task/14313/stat : 14313 (java) S 14306 14308 12771 0 -1 64 27 0 0 0 16 8 0 0 16 0 13 0 154691141 1523748864 209865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14314] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14314/stat : 14314 (java) S 14306 14308 12771 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154691142 1523748864 209865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14315] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14315/stat : 14315 (java) S 14306 14308 12771 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154691142 1523748864 209865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14316] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14316/stat : 14316 (java) S 14306 14308 12771 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154691146 1523748864 209865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14317] ppid=14306 vsize=1488036 CPUtime=2.86
/proc/14308/task/14317/stat : 14317 (java) S 14306 14308 12771 0 -1 64 9287 0 0 0 282 4 0 0 16 0 13 0 154691146 1523748864 209865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14318] ppid=14306 vsize=1488036 CPUtime=1.47
/proc/14308/task/14318/stat : 14318 (java) S 14306 14308 12771 0 -1 64 3761 0 0 0 146 1 0 0 16 0 13 0 154691146 1523748864 209865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14319] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14319/stat : 14319 (java) S 14306 14308 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154691146 1523748864 209865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14320] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14320/stat : 14320 (java) S 14306 14308 12771 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 154691146 1523748864 209865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14321] ppid=14306 vsize=1488036 CPUtime=0
/proc/14308/task/14321/stat : 14321 (java) S 14306 14308 12771 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 154692003 1523748864 209865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1488036

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

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

[startup+1760.71 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 14323
/proc/meminfo: memFree=452640/2055920 swapFree=4192044/4192956
[pid=14308] ppid=14306 vsize=0 CPUtime=1800.2
/proc/14308/stat : 14308 (java) Z 14306 14308 12771 0 -1 1036 223996 0 1 0 179813 207 0 0 16 0 2 0 154691137 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14308/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1760.79
CPU time (s): 1800.28
CPU user time (s): 1798.14
CPU system time (s): 2.14667
CPU usage (%): 102.243
Max. virtual memory (cumulated for all children) (KiB): 1491904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.14
system time used= 2.14667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223996
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= 48699
involuntary context switches= 40634

runsolver used 2.14667 second user time and 5.40018 second system time

The end

Launcher Data

Begin job on node38 at 2009-06-13 07:29:00
IDJOB=1855272
IDBENCH=1487
IDSOLVER=681
FILE ID=node38/1855272-1244870938
PBS_JOBID= 9354336
Free space on /tmp= 66260 MiB

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

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

MD5SUM BENCH= 63ec6637b1b124456335cf99c2a6c3dd
RANDOM SEED=221296972

node38.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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1288912 kB
Buffers:         72400 kB
Cached:         592600 kB
SwapCached:        448 kB
Active:          61660 kB
Inactive:       616892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1288912 kB
SwapTotal:     4192956 kB
SwapFree:      4192044 kB
Dirty:           20200 kB
Writeback:           0 kB
Mapped:          22512 kB
Slab:            74400 kB
Committed_AS:   115420 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66260 MiB
End job on node38 at 2009-06-13 07:58:22