Trace number 1855276

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 1753.5

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM8c486f10dc9ea0956b38d79189648654
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 benchmark306.9
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
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.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.1.1.v20090612
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version	1.6.0_12
0.07/0.15	c os.name	Linux
0.07/0.15	c os.version	2.6.9-22.EL.rootsmp
0.07/0.15	c os.arch	i386
0.07/0.15	c Free memory 1342000320
0.07/0.15	c Max memory 1344274432
0.07/0.15	c Total memory 1344274432
0.07/0.15	c Number of processors 2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1855276-1244871196.opb
0.21/0.22	c reading problem ... 
7.14/6.07	c ... done. Wall clock time 5.847s.
7.14/6.07	c #vars     109757
7.14/6.07	c #constraints  313451
7.14/6.07	c constraints type 
7.14/6.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 198242
7.14/6.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97686
7.14/6.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17522
1800.03/1753.32	c starts		: 13
1800.03/1753.32	c conflicts		: 38102
1800.03/1753.32	c decisions		: 122785
1800.03/1753.32	c propagations		: 49682477
1800.03/1753.32	c inspects		: 876887074
1800.03/1753.32	c learnt literals	: 3
1800.03/1753.32	c learnt binary clauses	: 83
1800.03/1753.32	c learnt ternary clauses	: 148
1800.03/1753.32	c learnt clauses	: 38098
1800.03/1753.32	c ignored clauses	: 0
1800.03/1753.32	c root simplifications	: 0
1800.03/1753.32	c removed literals (reason simplification)	: 0
1800.03/1753.32	c reason swapping (by a shorter reason)	: 0
1800.03/1753.32	c Calls to reduceDB	: 0
1800.03/1753.32	c speed (assignments/second)	: 28434.702457807936
1800.03/1753.32	c non guided choices	29708
1800.03/1753.36	c learnt constraints type 
1800.03/1753.36	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2758
1800.03/1753.36	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 83
1800.03/1753.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 35257
1800.03/1753.37	c constraints type 
1800.03/1753.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 198242
1800.03/1753.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97686
1800.03/1753.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17522
1800.03/1753.37	s UNKNOWN
1800.03/1753.37	c Total wall clock time (in seconds): 1753.145

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-1855276-1244871196/watcher-1855276-1244871196 -o /tmp/evaluation-result-1855276-1244871196/solver-1855276-1244871196 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855276-1244871196.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: 1.35 1.26 1.10 3/64 9541
/proc/meminfo: memFree=967360/2055920 swapFree=4182468/4192956
[pid=9541] ppid=9539 vsize=18576 CPUtime=0
/proc/9541/stat : 9541 (runsolver) R 9539 9541 8941 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 154719572 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 238487661863 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/9541/statm: 4644 284 249 26 0 2626 0

[startup+0.016716 s]
/proc/loadavg: 1.35 1.26 1.10 3/64 9541
/proc/meminfo: memFree=967360/2055920 swapFree=4182468/4192956
[pid=9541] ppid=9539 vsize=13296 CPUtime=0
/proc/9541/stat : 9541 (java) S 9539 9541 8941 0 -1 0 789 0 0 0 0 0 0 0 18 0 2 0 154719572 13615104 571 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/9541/statm: 3325 572 255 9 0 1199 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13296

[startup+0.101731 s]
/proc/loadavg: 1.35 1.26 1.10 3/64 9541
/proc/meminfo: memFree=967360/2055920 swapFree=4182468/4192956
[pid=9541] ppid=9539 vsize=1472584 CPUtime=0.07
/proc/9541/stat : 9541 (java) S 9539 9541 8941 0 -1 0 3600 0 1 0 5 2 0 0 18 0 12 0 154719572 1507926016 3343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9541/statm: 368146 3343 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1472584

[startup+0.301754 s]
/proc/loadavg: 1.35 1.26 1.10 3/64 9541
/proc/meminfo: memFree=967360/2055920 swapFree=4182468/4192956
[pid=9541] ppid=9539 vsize=1474580 CPUtime=0.34
/proc/9541/stat : 9541 (java) S 9539 9541 8941 0 -1 0 5582 0 1 0 30 4 0 0 18 0 12 0 154719572 1509969920 5318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9541/statm: 368645 5318 1353 9 0 365988 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474580

[startup+0.7018 s]
/proc/loadavg: 1.35 1.26 1.10 3/64 9541
/proc/meminfo: memFree=967360/2055920 swapFree=4182468/4192956
[pid=9541] ppid=9539 vsize=1476308 CPUtime=1.03
/proc/9541/stat : 9541 (java) S 9539 9541 8941 0 -1 0 7482 0 1 0 98 5 0 0 18 0 12 0 154719572 1511739392 7089 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9541/statm: 369077 7089 1397 9 0 366420 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1476308

[startup+1.50289 s]
/proc/loadavg: 1.35 1.26 1.10 2/76 9553
/proc/meminfo: memFree=934112/2055920 swapFree=4182468/4192956
[pid=9541] ppid=9539 vsize=1476308 CPUtime=2.02
/proc/9541/stat : 9541 (java) S 9539 9541 8941 0 -1 0 20869 0 1 0 190 12 0 0 18 0 12 0 154719572 1511739392 20339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9541/statm: 369077 20339 1401 9 0 366420 0
[pid=9541/tid=9543] ppid=9539 vsize=1476308 CPUtime=1.26
/proc/9541/task/9543/stat : 9543 (java) R 9539 9541 8941 0 -1 64 18796 0 1 0 116 10 0 0 20 0 12 0 154719573 1511739392 20339 1992294400 134512640 134550932 4294956000 18446744073709551615 4109488773 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9544] ppid=9539 vsize=1476308 CPUtime=0
/proc/9541/task/9544/stat : 9544 (java) S 9539 9541 8941 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 154719575 1511739392 20339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9545] ppid=9539 vsize=1476308 CPUtime=0
/proc/9541/task/9545/stat : 9545 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 154719575 1511739392 20339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9546] ppid=9539 vsize=1476308 CPUtime=0
/proc/9541/task/9546/stat : 9546 (java) S 9539 9541 8941 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 154719576 1511739392 20339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9547] ppid=9539 vsize=1476308 CPUtime=0
/proc/9541/task/9547/stat : 9547 (java) S 9539 9541 8941 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 154719577 1511739392 20339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9548] ppid=9539 vsize=1476308 CPUtime=0
/proc/9541/task/9548/stat : 9548 (java) S 9539 9541 8941 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 154719577 1511739392 20339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9549] ppid=9539 vsize=1476308 CPUtime=0
/proc/9541/task/9549/stat : 9549 (java) S 9539 9541 8941 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 154719581 1511739392 20339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9550] ppid=9539 vsize=1476308 CPUtime=0.42
/proc/9541/task/9550/stat : 9550 (java) S 9539 9541 8941 0 -1 64 598 0 0 0 42 0 0 0 17 0 12 0 154719581 1511739392 20339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9551] ppid=9539 vsize=1476308 CPUtime=0.31
/proc/9541/task/9551/stat : 9551 (java) S 9539 9541 8941 0 -1 64 731 0 0 0 31 0 0 0 17 0 12 0 154719581 1511739392 20339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9552] ppid=9539 vsize=1476308 CPUtime=0
/proc/9541/task/9552/stat : 9552 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 154719581 1511739392 20339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9553] ppid=9539 vsize=1476308 CPUtime=0
/proc/9541/task/9553/stat : 9553 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 154719581 1511739392 20339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1476308

[startup+3.10106 s]
/proc/loadavg: 1.35 1.26 1.10 2/76 9553
/proc/meminfo: memFree=831584/2055920 swapFree=4182468/4192956
[pid=9541] ppid=9539 vsize=1476308 CPUtime=3.67
/proc/9541/stat : 9541 (java) S 9539 9541 8941 0 -1 0 35634 0 1 0 347 20 0 0 18 0 12 0 154719572 1511739392 35090 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9541/statm: 369077 35090 1411 9 0 366420 0
[pid=9541/tid=9543] ppid=9539 vsize=1476308 CPUtime=2.79
/proc/9541/task/9543/stat : 9543 (java) R 9539 9541 8941 0 -1 64 30908 0 1 0 263 16 0 0 25 0 12 0 154719573 1511739392 35090 1992294400 134512640 134550932 4294956000 18446744073709551615 4109594140 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9544] ppid=9539 vsize=1476308 CPUtime=0.04
/proc/9541/task/9544/stat : 9544 (java) S 9539 9541 8941 0 -1 64 1361 0 0 0 4 0 0 0 16 0 12 0 154719575 1511739392 35090 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9545] ppid=9539 vsize=1476308 CPUtime=0.04
/proc/9541/task/9545/stat : 9545 (java) S 9539 9541 8941 0 -1 64 1284 0 0 0 4 0 0 0 17 0 12 0 154719575 1511739392 35090 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9546] ppid=9539 vsize=1476308 CPUtime=0
/proc/9541/task/9546/stat : 9546 (java) S 9539 9541 8941 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 154719576 1511739392 35090 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9547] ppid=9539 vsize=1476308 CPUtime=0
/proc/9541/task/9547/stat : 9547 (java) S 9539 9541 8941 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 154719577 1511739392 35090 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9548] ppid=9539 vsize=1476308 CPUtime=0
/proc/9541/task/9548/stat : 9548 (java) S 9539 9541 8941 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 154719577 1511739392 35090 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9549] ppid=9539 vsize=1476308 CPUtime=0
/proc/9541/task/9549/stat : 9549 (java) S 9539 9541 8941 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 154719581 1511739392 35090 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9550] ppid=9539 vsize=1476308 CPUtime=0.42
/proc/9541/task/9550/stat : 9550 (java) S 9539 9541 8941 0 -1 64 598 0 0 0 42 0 0 0 17 0 12 0 154719581 1511739392 35090 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9551] ppid=9539 vsize=1476308 CPUtime=0.31
/proc/9541/task/9551/stat : 9551 (java) S 9539 9541 8941 0 -1 64 731 0 0 0 31 0 0 0 17 0 12 0 154719581 1511739392 35090 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9552] ppid=9539 vsize=1476308 CPUtime=0
/proc/9541/task/9552/stat : 9552 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 154719581 1511739392 35090 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9553] ppid=9539 vsize=1476308 CPUtime=0
/proc/9541/task/9553/stat : 9553 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 154719581 1511739392 35090 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 1476308

[startup+6.30243 s]
/proc/loadavg: 1.32 1.26 1.10 3/76 9553
/proc/meminfo: memFree=792672/2055920 swapFree=4182468/4192956
[pid=9541] ppid=9539 vsize=1476628 CPUtime=7.63
/proc/9541/stat : 9541 (java) S 9539 9541 8941 0 -1 0 48245 0 1 0 737 26 0 0 18 0 13 0 154719572 1512067072 46603 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9541/statm: 369157 46603 1428 9 0 366500 0
[pid=9541/tid=9543] ppid=9539 vsize=1476628 CPUtime=5.44
/proc/9541/task/9543/stat : 9543 (java) R 9539 9541 8941 0 -1 64 30953 0 1 0 527 17 0 0 17 0 13 0 154719573 1512067072 46603 1992294400 134512640 134550932 4294956000 18446744073709551615 103488640 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9544] ppid=9539 vsize=1476628 CPUtime=0.4
/proc/9541/task/9544/stat : 9544 (java) S 9539 9541 8941 0 -1 64 8416 0 0 0 36 4 0 0 18 0 13 0 154719575 1512067072 46603 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9545] ppid=9539 vsize=1476628 CPUtime=0.42
/proc/9541/task/9545/stat : 9545 (java) S 9539 9541 8941 0 -1 64 6467 0 0 0 40 2 0 0 16 0 13 0 154719575 1512067072 46603 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9546] ppid=9539 vsize=1476628 CPUtime=0
/proc/9541/task/9546/stat : 9546 (java) S 9539 9541 8941 0 -1 64 21 0 0 0 0 0 0 0 17 0 13 0 154719576 1512067072 46603 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9547] ppid=9539 vsize=1476628 CPUtime=0
/proc/9541/task/9547/stat : 9547 (java) S 9539 9541 8941 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154719577 1512067072 46603 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9548] ppid=9539 vsize=1476628 CPUtime=0
/proc/9541/task/9548/stat : 9548 (java) S 9539 9541 8941 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154719577 1512067072 46603 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9549] ppid=9539 vsize=1476628 CPUtime=0
/proc/9541/task/9549/stat : 9549 (java) S 9539 9541 8941 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154719581 1512067072 46603 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9550] ppid=9539 vsize=1476628 CPUtime=0.7
/proc/9541/task/9550/stat : 9550 (java) R 9539 9541 8941 0 -1 64 765 0 0 0 70 0 0 0 16 0 13 0 154719581 1512067072 46603 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9551] ppid=9539 vsize=1476628 CPUtime=0.61
/proc/9541/task/9551/stat : 9551 (java) R 9539 9541 8941 0 -1 64 877 0 0 0 61 0 0 0 16 0 13 0 154719581 1512067072 46603 1992294400 134512640 134550932 4294956000 18446744073709551615 105904502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9552] ppid=9539 vsize=1476628 CPUtime=0
/proc/9541/task/9552/stat : 9552 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154719581 1512067072 46603 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9553] ppid=9539 vsize=1476628 CPUtime=0
/proc/9541/task/9553/stat : 9553 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154719581 1512067072 46603 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 1476628

[startup+12.7012 s]
/proc/loadavg: 1.29 1.25 1.09 2/77 9554
/proc/meminfo: memFree=725400/2055920 swapFree=4182468/4192956
[pid=9541] ppid=9539 vsize=1496276 CPUtime=16.72
/proc/9541/stat : 9541 (java) S 9539 9541 8941 0 -1 0 72112 0 1 0 1634 38 0 0 18 0 13 0 154719572 1532186624 61753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9541/statm: 374069 61753 1436 9 0 371412 0
[pid=9541/tid=9543] ppid=9539 vsize=1496276 CPUtime=10.59
/proc/9541/task/9543/stat : 9543 (java) R 9539 9541 8941 0 -1 64 30983 0 1 0 1042 17 0 0 19 0 13 0 154719573 1532186624 61753 1992294400 134512640 134550932 4294956000 18446744073709551615 4109814401 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9544] ppid=9539 vsize=1496276 CPUtime=1.13
/proc/9541/task/9544/stat : 9544 (java) S 9539 9541 8941 0 -1 64 13848 0 0 0 106 7 0 0 16 0 13 0 154719575 1532186624 61753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9545] ppid=9539 vsize=1496276 CPUtime=1.07
/proc/9541/task/9545/stat : 9545 (java) S 9539 9541 8941 0 -1 64 12257 0 0 0 102 5 0 0 16 0 13 0 154719575 1532186624 61753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9546] ppid=9539 vsize=1496276 CPUtime=0
/proc/9541/task/9546/stat : 9546 (java) S 9539 9541 8941 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 154719576 1532186624 61753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9547] ppid=9539 vsize=1496276 CPUtime=0
/proc/9541/task/9547/stat : 9547 (java) S 9539 9541 8941 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154719577 1532186624 61753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9548] ppid=9539 vsize=1496276 CPUtime=0
/proc/9541/task/9548/stat : 9548 (java) S 9539 9541 8941 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154719577 1532186624 61753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9549] ppid=9539 vsize=1496276 CPUtime=0
/proc/9541/task/9549/stat : 9549 (java) S 9539 9541 8941 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154719581 1532186624 61753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9550] ppid=9539 vsize=1496276 CPUtime=2.2
/proc/9541/task/9550/stat : 9550 (java) S 9539 9541 8941 0 -1 64 7771 0 0 0 216 4 0 0 16 0 13 0 154719581 1532186624 61753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9551] ppid=9539 vsize=1496276 CPUtime=1.67
/proc/9541/task/9551/stat : 9551 (java) S 9539 9541 8941 0 -1 64 6484 0 0 0 165 2 0 0 16 0 13 0 154719581 1532186624 61753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9552] ppid=9539 vsize=1496276 CPUtime=0
/proc/9541/task/9552/stat : 9552 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154719581 1532186624 61753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9553] ppid=9539 vsize=1496276 CPUtime=0
/proc/9541/task/9553/stat : 9553 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154719581 1532186624 61753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9554] ppid=9539 vsize=1496276 CPUtime=0
/proc/9541/task/9554/stat : 9554 (java) S 9539 9541 8941 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 154720189 1532186624 61753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.72
Current children cumulated vsize (KiB) 1496276

[startup+25.5026 s]
/proc/loadavg: 1.23 1.24 1.09 2/77 9554
/proc/meminfo: memFree=720792/2055920 swapFree=4182468/4192956
[pid=9541] ppid=9539 vsize=1495536 CPUtime=29.88
/proc/9541/stat : 9541 (java) S 9539 9541 8941 0 -1 0 73548 0 1 0 2948 40 0 0 18 0 13 0 154719572 1531428864 62922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9541/statm: 373884 62922 1436 9 0 371227 0
[pid=9541/tid=9543] ppid=9539 vsize=1495536 CPUtime=23.01
/proc/9541/task/9543/stat : 9543 (java) R 9539 9541 8941 0 -1 64 31012 0 1 0 2283 18 0 0 17 0 13 0 154719573 1531428864 62922 1992294400 134512640 134550932 4294956000 18446744073709551615 4110149532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9544] ppid=9539 vsize=1495536 CPUtime=1.49
/proc/9541/task/9544/stat : 9544 (java) S 9539 9541 8941 0 -1 64 14586 0 0 0 141 8 0 0 16 0 13 0 154719575 1531428864 62922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9545] ppid=9539 vsize=1495536 CPUtime=1.43
/proc/9541/task/9545/stat : 9545 (java) S 9539 9541 8941 0 -1 64 12926 0 0 0 138 5 0 0 15 0 13 0 154719575 1531428864 62922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9546] ppid=9539 vsize=1495536 CPUtime=0.01
/proc/9541/task/9546/stat : 9546 (java) S 9539 9541 8941 0 -1 64 23 0 0 0 1 0 0 0 15 0 13 0 154719576 1531428864 62922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9547] ppid=9539 vsize=1495536 CPUtime=0
/proc/9541/task/9547/stat : 9547 (java) S 9539 9541 8941 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154719577 1531428864 62922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9548] ppid=9539 vsize=1495536 CPUtime=0
/proc/9541/task/9548/stat : 9548 (java) S 9539 9541 8941 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154719577 1531428864 62922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9549] ppid=9539 vsize=1495536 CPUtime=0

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

/proc/9541/task/9550/stat : 9550 (java) S 9539 9541 8941 0 -1 64 7771 0 0 0 216 4 0 0 16 0 13 0 154719581 1523261440 168503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9551] ppid=9539 vsize=1487560 CPUtime=1.81
/proc/9541/task/9551/stat : 9551 (java) S 9539 9541 8941 0 -1 64 6486 0 0 0 179 2 0 0 16 0 13 0 154719581 1523261440 168503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9552] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9552/stat : 9552 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154719581 1523261440 168503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9553] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9553/stat : 9553 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154719581 1523261440 168503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9554] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9554/stat : 9554 (java) S 9539 9541 8941 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 154720189 1523261440 168503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1581.89
Current children cumulated vsize (KiB) 1487560

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 9556
/proc/meminfo: memFree=280472/2055920 swapFree=4182468/4192956
[pid=9541] ppid=9539 vsize=1487560 CPUtime=1643.84
/proc/9541/stat : 9541 (java) S 9539 9541 8941 0 -1 0 187459 0 1 0 164209 175 0 0 18 0 13 0 154719572 1523261440 172600 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9541/statm: 371890 172600 1438 9 0 369233 0
[pid=9541/tid=9543] ppid=9539 vsize=1487560 CPUtime=1560.74
/proc/9541/task/9543/stat : 9543 (java) R 9539 9541 8941 0 -1 64 32143 0 1 0 156052 22 0 0 25 0 13 0 154719573 1523261440 172600 1992294400 134512640 134550932 4294956000 18446744073709551615 4109709441 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9544] ppid=9539 vsize=1487560 CPUtime=39.45
/proc/9541/task/9544/stat : 9544 (java) S 9539 9541 8941 0 -1 64 65274 0 0 0 3887 58 0 0 17 0 13 0 154719575 1523261440 172600 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9545] ppid=9539 vsize=1487560 CPUtime=39.3
/proc/9541/task/9545/stat : 9545 (java) S 9539 9541 8941 0 -1 64 75014 0 0 0 3854 76 0 0 17 0 13 0 154719575 1523261440 172600 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9546] ppid=9539 vsize=1487560 CPUtime=0.28
/proc/9541/task/9546/stat : 9546 (java) S 9539 9541 8941 0 -1 64 25 0 0 0 18 10 0 0 16 0 13 0 154719576 1523261440 172600 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9547] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9547/stat : 9547 (java) S 9539 9541 8941 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154719577 1523261440 172600 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9548] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9548/stat : 9548 (java) S 9539 9541 8941 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154719577 1523261440 172600 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9549] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9549/stat : 9549 (java) S 9539 9541 8941 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154719581 1523261440 172600 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9550] ppid=9539 vsize=1487560 CPUtime=2.2
/proc/9541/task/9550/stat : 9550 (java) S 9539 9541 8941 0 -1 64 7771 0 0 0 216 4 0 0 16 0 13 0 154719581 1523261440 172600 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9551] ppid=9539 vsize=1487560 CPUtime=1.81
/proc/9541/task/9551/stat : 9551 (java) S 9539 9541 8941 0 -1 64 6486 0 0 0 179 2 0 0 16 0 13 0 154719581 1523261440 172600 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9552] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9552/stat : 9552 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154719581 1523261440 172600 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9553] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9553/stat : 9553 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154719581 1523261440 172600 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9554] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9554/stat : 9554 (java) S 9539 9541 8941 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 154720189 1523261440 172600 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1643.84
Current children cumulated vsize (KiB) 1487560

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 9556
/proc/meminfo: memFree=263128/2055920 swapFree=4182468/4192956
[pid=9541] ppid=9539 vsize=1487560 CPUtime=1705.89
/proc/9541/stat : 9541 (java) S 9539 9541 8941 0 -1 0 191852 0 1 0 170408 181 0 0 18 0 13 0 154719572 1523261440 176939 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9541/statm: 371890 176939 1438 9 0 369233 0
[pid=9541/tid=9543] ppid=9539 vsize=1487560 CPUtime=1618.63
/proc/9541/task/9543/stat : 9543 (java) R 9539 9541 8941 0 -1 64 32181 0 1 0 161841 22 0 0 25 0 13 0 154719573 1523261440 176939 1992294400 134512640 134550932 4294956000 18446744073709551615 4109926429 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9544] ppid=9539 vsize=1487560 CPUtime=41.52
/proc/9541/task/9544/stat : 9544 (java) S 9539 9541 8941 0 -1 64 68619 0 0 0 4089 63 0 0 16 0 13 0 154719575 1523261440 176939 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9545] ppid=9539 vsize=1487560 CPUtime=41.38
/proc/9541/task/9545/stat : 9545 (java) S 9539 9541 8941 0 -1 64 76024 0 0 0 4061 77 0 0 17 0 13 0 154719575 1523261440 176939 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9546] ppid=9539 vsize=1487560 CPUtime=0.29
/proc/9541/task/9546/stat : 9546 (java) S 9539 9541 8941 0 -1 64 25 0 0 0 19 10 0 0 16 0 13 0 154719576 1523261440 176939 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9547] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9547/stat : 9547 (java) S 9539 9541 8941 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154719577 1523261440 176939 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9548] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9548/stat : 9548 (java) S 9539 9541 8941 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154719577 1523261440 176939 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9549] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9549/stat : 9549 (java) S 9539 9541 8941 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154719581 1523261440 176939 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9550] ppid=9539 vsize=1487560 CPUtime=2.2
/proc/9541/task/9550/stat : 9550 (java) S 9539 9541 8941 0 -1 64 7771 0 0 0 216 4 0 0 16 0 13 0 154719581 1523261440 176939 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9551] ppid=9539 vsize=1487560 CPUtime=1.81
/proc/9541/task/9551/stat : 9551 (java) S 9539 9541 8941 0 -1 64 6486 0 0 0 179 2 0 0 16 0 13 0 154719581 1523261440 176939 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9552] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9552/stat : 9552 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154719581 1523261440 176939 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9553] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9553/stat : 9553 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154719581 1523261440 176939 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9554] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9554/stat : 9554 (java) S 9539 9541 8941 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 154720189 1523261440 176939 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1705.89
Current children cumulated vsize (KiB) 1487560

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 9562
/proc/meminfo: memFree=248536/2055920 swapFree=4182468/4192956
[pid=9541] ppid=9539 vsize=1487560 CPUtime=1768.02
/proc/9541/stat : 9541 (java) S 9539 9541 8941 0 -1 0 195868 0 1 0 176615 187 0 0 18 0 13 0 154719572 1523261440 180905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9541/statm: 371890 180905 1438 9 0 369233 0
[pid=9541/tid=9543] ppid=9539 vsize=1487560 CPUtime=1676.44
/proc/9541/task/9543/stat : 9543 (java) R 9539 9541 8941 0 -1 64 32220 0 1 0 167622 22 0 0 18 0 13 0 154719573 1523261440 180905 1992294400 134512640 134550932 4294956000 18446744073709551615 4109593250 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9544] ppid=9539 vsize=1487560 CPUtime=43.68
/proc/9541/task/9544/stat : 9544 (java) S 9539 9541 8941 0 -1 64 69446 0 0 0 4303 65 0 0 17 0 13 0 154719575 1523261440 180905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9545] ppid=9539 vsize=1487560 CPUtime=43.53
/proc/9541/task/9545/stat : 9545 (java) S 9539 9541 8941 0 -1 64 79174 0 0 0 4273 80 0 0 16 0 13 0 154719575 1523261440 180905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9546] ppid=9539 vsize=1487560 CPUtime=0.29
/proc/9541/task/9546/stat : 9546 (java) S 9539 9541 8941 0 -1 64 25 0 0 0 19 10 0 0 15 0 13 0 154719576 1523261440 180905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9547] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9547/stat : 9547 (java) S 9539 9541 8941 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154719577 1523261440 180905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9548] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9548/stat : 9548 (java) S 9539 9541 8941 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154719577 1523261440 180905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9549] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9549/stat : 9549 (java) S 9539 9541 8941 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154719581 1523261440 180905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9550] ppid=9539 vsize=1487560 CPUtime=2.2
/proc/9541/task/9550/stat : 9550 (java) S 9539 9541 8941 0 -1 64 7771 0 0 0 216 4 0 0 16 0 13 0 154719581 1523261440 180905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9551] ppid=9539 vsize=1487560 CPUtime=1.81
/proc/9541/task/9551/stat : 9551 (java) S 9539 9541 8941 0 -1 64 6486 0 0 0 179 2 0 0 16 0 13 0 154719581 1523261440 180905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9552] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9552/stat : 9552 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154719581 1523261440 180905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9553] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9553/stat : 9553 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154719581 1523261440 180905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9554] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9554/stat : 9554 (java) S 9539 9541 8941 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 154720189 1523261440 180905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.02
Current children cumulated vsize (KiB) 1487560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1753.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9562
/proc/meminfo: memFree=239512/2055920 swapFree=4182468/4192956
[pid=9541] ppid=9539 vsize=1487560 CPUtime=1800.03
/proc/9541/stat : 9541 (java) S 9539 9541 8941 0 -1 0 197808 0 1 0 179813 190 0 0 18 0 13 0 154719572 1523261440 182820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9541/statm: 371890 182820 1438 9 0 369233 0
[pid=9541/tid=9543] ppid=9539 vsize=1487560 CPUtime=1706.37
/proc/9541/task/9543/stat : 9543 (java) R 9539 9541 8941 0 -1 64 32239 0 1 0 170615 22 0 0 25 0 13 0 154719573 1523261440 182820 1992294400 134512640 134550932 4294956000 18446744073709551615 4109709498 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9544] ppid=9539 vsize=1487560 CPUtime=44.72
/proc/9541/task/9544/stat : 9544 (java) S 9539 9541 8941 0 -1 64 70435 0 0 0 4407 65 0 0 17 0 13 0 154719575 1523261440 182820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9545] ppid=9539 vsize=1487560 CPUtime=44.56
/proc/9541/task/9545/stat : 9545 (java) S 9539 9541 8941 0 -1 64 80106 0 0 0 4373 83 0 0 16 0 13 0 154719575 1523261440 182820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9546] ppid=9539 vsize=1487560 CPUtime=0.3
/proc/9541/task/9546/stat : 9546 (java) S 9539 9541 8941 0 -1 64 25 0 0 0 19 11 0 0 16 0 13 0 154719576 1523261440 182820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9547] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9547/stat : 9547 (java) S 9539 9541 8941 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154719577 1523261440 182820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9548] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9548/stat : 9548 (java) S 9539 9541 8941 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154719577 1523261440 182820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9549] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9549/stat : 9549 (java) S 9539 9541 8941 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154719581 1523261440 182820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9550] ppid=9539 vsize=1487560 CPUtime=2.2
/proc/9541/task/9550/stat : 9550 (java) S 9539 9541 8941 0 -1 64 7771 0 0 0 216 4 0 0 16 0 13 0 154719581 1523261440 182820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9551] ppid=9539 vsize=1487560 CPUtime=1.81
/proc/9541/task/9551/stat : 9551 (java) S 9539 9541 8941 0 -1 64 6486 0 0 0 179 2 0 0 16 0 13 0 154719581 1523261440 182820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9552] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9552/stat : 9552 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154719581 1523261440 182820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9541/tid=9553] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9553/stat : 9553 (java) S 9539 9541 8941 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154719581 1523261440 182820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9541/tid=9554] ppid=9539 vsize=1487560 CPUtime=0
/proc/9541/task/9554/stat : 9554 (java) S 9539 9541 8941 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 154720189 1523261440 182820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1487560

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

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

[startup+1753.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9562
/proc/meminfo: memFree=239512/2055920 swapFree=4182468/4192956
[pid=9541] ppid=9539 vsize=0 CPUtime=1800.19
/proc/9541/stat : 9541 (java) Z 9539 9541 8941 0 -1 1036 197833 0 1 0 179827 192 0 0 15 0 2 0 154719572 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9541/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

[startup+1753.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9562
/proc/meminfo: memFree=239512/2055920 swapFree=4182468/4192956
[pid=9541] ppid=9539 vsize=0 CPUtime=1800.27
/proc/9541/stat : 9541 (java) Z 9539 9541 8941 0 -1 1036 197833 0 1 0 179827 200 0 0 15 0 2 0 154719572 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9541/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1753.5
CPU time (s): 1800.28
CPU user time (s): 1798.27
CPU system time (s): 2.00769
CPU usage (%): 102.668
Max. virtual memory (cumulated for all children) (KiB): 1498656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.27
system time used= 2.00769
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197833
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= 46401
involuntary context switches= 24053

runsolver used 1.84872 second user time and 4.6023 second system time

The end

Launcher Data

Begin job on node23 at 2009-06-13 07:33:17
IDJOB=1855276
IDBENCH=1489
IDSOLVER=681
FILE ID=node23/1855276-1244871196
PBS_JOBID= 9354368
Free space on /tmp= 66320 MiB

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

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

MD5SUM BENCH= 8c486f10dc9ea0956b38d79189648654
RANDOM SEED=276039455

node23.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.236
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.236
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:        967840 kB
Buffers:         73308 kB
Cached:         931060 kB
SwapCached:       4684 kB
Active:         192388 kB
Inactive:       820296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        967840 kB
SwapTotal:     4192956 kB
SwapFree:      4182468 kB
Dirty:           11524 kB
Writeback:           0 kB
Mapped:          14536 kB
Slab:            61432 kB
Committed_AS:   123784 kB
PageTables:       1392 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= 66320 MiB
End job on node23 at 2009-06-13 08:02:32