Trace number 1856858

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.19 1789.82

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554-max.opb
MD5SUM70a36045701f7ebe55c56022c0c942d1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables16651
Total number of constraints49141
Number of constraints which are clauses49140
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036119569691105961065265835810055117519795943319408340779
Number of bits of the biggest sum of numbers271
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.17	c See www.sat4j.org for details.
0.08/0.17	c version 2.1.1.v20090612
0.08/0.17	c sun.arch.data.model	32
0.08/0.17	c java.version	1.6.0_12
0.08/0.17	c os.name	Linux
0.08/0.17	c os.version	2.6.9-22.EL.rootsmp
0.08/0.17	c os.arch	i386
0.08/0.17	c Free memory 1342000320
0.08/0.17	c Max memory 1344274432
0.08/0.17	c Total memory 1344274432
0.08/0.17	c Number of processors 2
0.37/0.48	c Pseudo Boolean Optimization
0.37/0.48	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.37/0.48	c --- Begin Solver configuration ---
0.37/0.48	c Stops conflict analysis at the first Unique Implication Point
0.37/0.48	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.37/0.48	c Learn all clauses as in MiniSAT
0.37/0.48	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.48	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.37/0.48	c No reason simplification
0.37/0.48	c MiniSAT restarts strategy
0.37/0.48	c Memory based learned constraints deletion strategy
0.37/0.48	c timeout=2147483s
0.37/0.48	c DB Simplification allowed=false
0.37/0.48	c --- End Solver configuration ---
0.37/0.48	c solving HOME/instance-1856858-1244927273.opb
0.37/0.48	c reading problem ... 
2.64/2.34	c ... done. Wall clock time 2.071s.
2.64/2.34	c #vars     16651
2.64/2.34	c #constraints  53237
2.64/2.34	c constraints type 
2.64/2.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 32760
2.64/2.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16380
2.64/2.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/1789.72	c starts		: 1
1800.06/1789.72	c conflicts		: 43
1800.06/1789.72	c decisions		: 4606
1800.06/1789.72	c propagations		: 175155
1800.06/1789.72	c inspects		: 2431974
1800.06/1789.72	c learnt literals	: 0
1800.06/1789.72	c learnt binary clauses	: 0
1800.06/1789.72	c learnt ternary clauses	: 0
1800.06/1789.72	c learnt clauses	: 43
1800.06/1789.72	c ignored clauses	: 0
1800.06/1789.72	c root simplifications	: 0
1800.06/1789.72	c removed literals (reason simplification)	: 0
1800.06/1789.72	c reason swapping (by a shorter reason)	: 0
1800.06/1789.72	c Calls to reduceDB	: 0
1800.06/1789.72	c speed (assignments/second)	: 97.99583972536368
1800.06/1789.72	c non guided choices	2
1800.06/1789.72	c learnt constraints type 
1800.06/1789.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 43
1800.06/1789.72	c constraints type 
1800.06/1789.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 32760
1800.06/1789.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16380
1800.06/1789.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/1789.72	s UNKNOWN
1800.06/1789.72	c Total wall clock time (in seconds): 1789.456

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-1856858-1244927273/watcher-1856858-1244927273 -o /tmp/evaluation-result-1856858-1244927273/solver-1856858-1244927273 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856858-1244927273.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.00 1.00 1.00 3/64 14322
/proc/meminfo: memFree=1338368/2055920 swapFree=4191900/4192956
[pid=14322] ppid=14320 vsize=152 CPUtime=0
/proc/14322/stat : 14322 (java6) R 14320 14322 14101 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 160327369 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 12591908 0 0 4096 0 0 0 0 17 1 0 0
/proc/14322/statm: 38 26 19 9 0 4 0

[startup+0.0861511 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14322
/proc/meminfo: memFree=1338368/2055920 swapFree=4191900/4192956
[pid=14322] ppid=14320 vsize=1470220 CPUtime=0.07
/proc/14322/stat : 14322 (java) S 14320 14322 14101 0 -1 0 3471 0 1 0 5 2 0 0 18 0 7 0 160327369 1505505280 3216 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/14322/statm: 367555 3216 1040 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.101152 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14322
/proc/meminfo: memFree=1338368/2055920 swapFree=4191900/4192956
[pid=14322] ppid=14320 vsize=1472584 CPUtime=0.08
/proc/14322/stat : 14322 (java) S 14320 14322 14101 0 -1 0 3599 0 1 0 6 2 0 0 18 0 12 0 160327369 1507926016 3342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14322/statm: 368146 3342 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.305175 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14322
/proc/meminfo: memFree=1338368/2055920 swapFree=4191900/4192956
[pid=14322] ppid=14320 vsize=1473936 CPUtime=0.28
/proc/14322/stat : 14322 (java) S 14320 14322 14101 0 -1 0 4950 0 1 0 25 3 0 0 18 0 12 0 160327369 1509310464 4688 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14322/statm: 368484 4688 1345 9 0 365827 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1473936

[startup+0.70422 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14322
/proc/meminfo: memFree=1338368/2055920 swapFree=4191900/4192956
[pid=14322] ppid=14320 vsize=1475328 CPUtime=0.65
/proc/14322/stat : 14322 (java) S 14320 14322 14101 0 -1 0 6023 0 1 0 61 4 0 0 18 0 12 0 160327369 1510735872 5486 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14322/statm: 368832 5486 1377 9 0 366175 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 1475328

[startup+1.50232 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 14334
/proc/meminfo: memFree=1319328/2055920 swapFree=4191900/4192956
[pid=14322] ppid=14320 vsize=1475492 CPUtime=1.67
/proc/14322/stat : 14322 (java) S 14320 14322 14101 0 -1 0 12897 0 1 0 159 8 0 0 18 0 12 0 160327369 1510903808 11841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14322/statm: 368873 11841 1402 9 0 366216 0
[pid=14322/tid=14324] ppid=14320 vsize=1475492 CPUtime=0.98
/proc/14322/task/14324/stat : 14324 (java) R 14320 14322 14101 0 -1 64 10302 0 1 0 92 6 0 0 18 0 12 0 160327370 1510903808 11841 1992294400 134512640 134550932 4294956000 18446744073709551615 4109478842 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14325] ppid=14320 vsize=1475492 CPUtime=0
/proc/14322/task/14325/stat : 14325 (java) S 14320 14322 14101 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160327372 1510903808 11841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14326] ppid=14320 vsize=1475492 CPUtime=0
/proc/14322/task/14326/stat : 14326 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 160327372 1510903808 11841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14327] ppid=14320 vsize=1475492 CPUtime=0
/proc/14322/task/14327/stat : 14327 (java) S 14320 14322 14101 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160327373 1510903808 11841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14328] ppid=14320 vsize=1475492 CPUtime=0
/proc/14322/task/14328/stat : 14328 (java) S 14320 14322 14101 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 160327374 1510903808 11841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14329] ppid=14320 vsize=1475492 CPUtime=0
/proc/14322/task/14329/stat : 14329 (java) S 14320 14322 14101 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160327374 1510903808 11841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14330] ppid=14320 vsize=1475492 CPUtime=0
/proc/14322/task/14330/stat : 14330 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160327378 1510903808 11841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14331] ppid=14320 vsize=1475492 CPUtime=0.24
/proc/14322/task/14331/stat : 14331 (java) S 14320 14322 14101 0 -1 64 414 0 0 0 24 0 0 0 16 0 12 0 160327378 1510903808 11841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14332] ppid=14320 vsize=1475492 CPUtime=0.42
/proc/14322/task/14332/stat : 14332 (java) S 14320 14322 14101 0 -1 64 1440 0 0 0 42 0 0 0 16 0 12 0 160327378 1510903808 11841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14333] ppid=14320 vsize=1475492 CPUtime=0
/proc/14322/task/14333/stat : 14333 (java) S 14320 14322 14101 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160327378 1510903808 11841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14334] ppid=14320 vsize=1475492 CPUtime=0
/proc/14322/task/14334/stat : 14334 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160327378 1510903808 11841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 1475492

[startup+3.1025 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14334
/proc/meminfo: memFree=1247456/2055920 swapFree=4191900/4192956
[pid=14322] ppid=14320 vsize=1477556 CPUtime=3.89
/proc/14322/stat : 14322 (java) S 14320 14322 14101 0 -1 0 29900 0 1 0 373 16 0 0 18 0 13 0 160327369 1513017344 28203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14322/statm: 369389 28203 1419 9 0 366732 0
[pid=14322/tid=14324] ppid=14320 vsize=1477556 CPUtime=2.35
/proc/14322/task/14324/stat : 14324 (java) R 14320 14322 14101 0 -1 64 26348 0 1 0 221 14 0 0 23 0 13 0 160327370 1513017344 28203 1992294400 134512640 134550932 4294956000 18446744073709551615 4109794852 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14325] ppid=14320 vsize=1477556 CPUtime=0
/proc/14322/task/14325/stat : 14325 (java) S 14320 14322 14101 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 160327372 1513017344 28203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14326] ppid=14320 vsize=1477556 CPUtime=0
/proc/14322/task/14326/stat : 14326 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 160327372 1513017344 28203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14327] ppid=14320 vsize=1477556 CPUtime=0
/proc/14322/task/14327/stat : 14327 (java) S 14320 14322 14101 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 160327373 1513017344 28203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14328] ppid=14320 vsize=1477556 CPUtime=0
/proc/14322/task/14328/stat : 14328 (java) S 14320 14322 14101 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 160327374 1513017344 28203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14329] ppid=14320 vsize=1477556 CPUtime=0
/proc/14322/task/14329/stat : 14329 (java) S 14320 14322 14101 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 160327374 1513017344 28203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14330] ppid=14320 vsize=1477556 CPUtime=0
/proc/14322/task/14330/stat : 14330 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160327378 1513017344 28203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14331] ppid=14320 vsize=1477556 CPUtime=0.66
/proc/14322/task/14331/stat : 14331 (java) S 14320 14322 14101 0 -1 64 1129 0 0 0 66 0 0 0 16 0 13 0 160327378 1513017344 28203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14332] ppid=14320 vsize=1477556 CPUtime=0.85
/proc/14322/task/14332/stat : 14332 (java) S 14320 14322 14101 0 -1 64 1678 0 0 0 85 0 0 0 16 0 13 0 160327378 1513017344 28203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14333] ppid=14320 vsize=1477556 CPUtime=0
/proc/14322/task/14333/stat : 14333 (java) S 14320 14322 14101 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160327378 1513017344 28203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14334] ppid=14320 vsize=1477556 CPUtime=0
/proc/14322/task/14334/stat : 14334 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160327378 1513017344 28203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 1477556

[startup+6.30186 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14335
/proc/meminfo: memFree=1200864/2055920 swapFree=4191900/4192956
[pid=14322] ppid=14320 vsize=1477592 CPUtime=7.53
/proc/14322/stat : 14322 (java) S 14320 14322 14101 0 -1 0 38425 0 1 0 733 20 0 0 18 0 13 0 160327369 1513054208 35613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14322/statm: 369398 35613 1428 9 0 366741 0
[pid=14322/tid=14324] ppid=14320 vsize=1477592 CPUtime=5.33
/proc/14322/task/14324/stat : 14324 (java) R 14320 14322 14101 0 -1 64 30970 0 1 0 517 16 0 0 25 0 13 0 160327370 1513054208 35613 1992294400 134512640 134550932 4294956000 18446744073709551615 4109862164 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14325] ppid=14320 vsize=1477592 CPUtime=0.04
/proc/14322/task/14325/stat : 14325 (java) S 14320 14322 14101 0 -1 64 1118 0 0 0 4 0 0 0 17 0 13 0 160327372 1513054208 35613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14326] ppid=14320 vsize=1477592 CPUtime=0.04
/proc/14322/task/14326/stat : 14326 (java) S 14320 14322 14101 0 -1 64 1463 0 0 0 4 0 0 0 17 0 13 0 160327372 1513054208 35613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14327] ppid=14320 vsize=1477592 CPUtime=0
/proc/14322/task/14327/stat : 14327 (java) S 14320 14322 14101 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 160327373 1513054208 35613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14328] ppid=14320 vsize=1477592 CPUtime=0
/proc/14322/task/14328/stat : 14328 (java) S 14320 14322 14101 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160327374 1513054208 35613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14329] ppid=14320 vsize=1477592 CPUtime=0
/proc/14322/task/14329/stat : 14329 (java) S 14320 14322 14101 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160327374 1513054208 35613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14330] ppid=14320 vsize=1477592 CPUtime=0
/proc/14322/task/14330/stat : 14330 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160327378 1513054208 35613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14331] ppid=14320 vsize=1477592 CPUtime=0.93
/proc/14322/task/14331/stat : 14331 (java) S 14320 14322 14101 0 -1 64 1939 0 0 0 92 1 0 0 16 0 13 0 160327378 1513054208 35613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14332] ppid=14320 vsize=1477592 CPUtime=1.13
/proc/14322/task/14332/stat : 14332 (java) S 14320 14322 14101 0 -1 64 2181 0 0 0 113 0 0 0 16 0 13 0 160327378 1513054208 35613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14333] ppid=14320 vsize=1477592 CPUtime=0
/proc/14322/task/14333/stat : 14333 (java) S 14320 14322 14101 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160327378 1513054208 35613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14334] ppid=14320 vsize=1477592 CPUtime=0
/proc/14322/task/14334/stat : 14334 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160327378 1513054208 35613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14335] ppid=14320 vsize=1477592 CPUtime=0
/proc/14322/task/14335/stat : 14335 (java) S 14320 14322 14101 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 160327613 1513054208 35613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 1477592

[startup+12.7026 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14335
/proc/meminfo: memFree=1178016/2055920 swapFree=4191900/4192956
[pid=14322] ppid=14320 vsize=1478616 CPUtime=14.31
/proc/14322/stat : 14322 (java) S 14320 14322 14101 0 -1 0 47044 0 1 0 1406 25 0 0 18 0 13 0 160327369 1514102784 43480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14322/statm: 369654 43480 1429 9 0 366997 0
[pid=14322/tid=14324] ppid=14320 vsize=1478616 CPUtime=11.42
/proc/14322/task/14324/stat : 14324 (java) R 14320 14322 14101 0 -1 64 30978 0 1 0 1126 16 0 0 24 0 13 0 160327370 1514102784 43480 1992294400 134512640 134550932 4294956000 18446744073709551615 4109649216 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14325] ppid=14320 vsize=1478616 CPUtime=0.3
/proc/14322/task/14325/stat : 14325 (java) S 14320 14322 14101 0 -1 64 4647 0 0 0 28 2 0 0 16 0 13 0 160327372 1514102784 43480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14326] ppid=14320 vsize=1478616 CPUtime=0.31
/proc/14322/task/14326/stat : 14326 (java) S 14320 14322 14101 0 -1 64 5965 0 0 0 29 2 0 0 17 0 13 0 160327372 1514102784 43480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14327] ppid=14320 vsize=1478616 CPUtime=0
/proc/14322/task/14327/stat : 14327 (java) S 14320 14322 14101 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 160327373 1514102784 43480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14328] ppid=14320 vsize=1478616 CPUtime=0
/proc/14322/task/14328/stat : 14328 (java) S 14320 14322 14101 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160327374 1514102784 43480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14329] ppid=14320 vsize=1478616 CPUtime=0
/proc/14322/task/14329/stat : 14329 (java) S 14320 14322 14101 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160327374 1514102784 43480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14330] ppid=14320 vsize=1478616 CPUtime=0
/proc/14322/task/14330/stat : 14330 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160327378 1514102784 43480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14331] ppid=14320 vsize=1478616 CPUtime=1.09
/proc/14322/task/14331/stat : 14331 (java) S 14320 14322 14101 0 -1 64 2499 0 0 0 108 1 0 0 16 0 13 0 160327378 1514102784 43480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14332] ppid=14320 vsize=1478616 CPUtime=1.13
/proc/14322/task/14332/stat : 14332 (java) S 14320 14322 14101 0 -1 64 2181 0 0 0 113 0 0 0 16 0 13 0 160327378 1514102784 43480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14333] ppid=14320 vsize=1478616 CPUtime=0
/proc/14322/task/14333/stat : 14333 (java) S 14320 14322 14101 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160327378 1514102784 43480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14334] ppid=14320 vsize=1478616 CPUtime=0
/proc/14322/task/14334/stat : 14334 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160327378 1514102784 43480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14335] ppid=14320 vsize=1478616 CPUtime=0
/proc/14322/task/14335/stat : 14335 (java) S 14320 14322 14101 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 160327613 1514102784 43480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.31
Current children cumulated vsize (KiB) 1478616

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14335
/proc/meminfo: memFree=1166880/2055920 swapFree=4191900/4192956
[pid=14322] ppid=14320 vsize=1480664 CPUtime=27.27
/proc/14322/stat : 14322 (java) S 14320 14322 14101 0 -1 0 47901 0 1 0 2702 25 0 0 18 0 13 0 160327369 1516199936 44009 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14322/statm: 370166 44009 1429 9 0 367509 0
[pid=14322/tid=14324] ppid=14320 vsize=1480664 CPUtime=24.08
/proc/14322/task/14324/stat : 14324 (java) R 14320 14322 14101 0 -1 64 30986 0 1 0 2391 17 0 0 25 0 13 0 160327370 1516199936 44009 1992294400 134512640 134550932 4294956000 18446744073709551615 4109636116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14325] ppid=14320 vsize=1480664 CPUtime=0.41
/proc/14322/task/14325/stat : 14325 (java) S 14320 14322 14101 0 -1 64 4768 0 0 0 39 2 0 0 16 0 13 0 160327372 1516199936 44009 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14326] ppid=14320 vsize=1480664 CPUtime=0.41
/proc/14322/task/14326/stat : 14326 (java) S 14320 14322 14101 0 -1 64 6085 0 0 0 39 2 0 0 16 0 13 0 160327372 1516199936 44009 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14327] ppid=14320 vsize=1480664 CPUtime=0
/proc/14322/task/14327/stat : 14327 (java) S 14320 14322 14101 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 160327373 1516199936 44009 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14328] ppid=14320 vsize=1480664 CPUtime=0
/proc/14322/task/14328/stat : 14328 (java) S 14320 14322 14101 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160327374 1516199936 44009 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14329] ppid=14320 vsize=1480664 CPUtime=0

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

[pid=14322/tid=14327] ppid=14320 vsize=1482708 CPUtime=0.39
/proc/14322/task/14327/stat : 14327 (java) S 14320 14322 14101 0 -1 64 32 0 0 0 25 14 0 0 16 0 13 0 160327373 1518292992 111012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14328] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14328/stat : 14328 (java) S 14320 14322 14101 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160327374 1518292992 111012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14329] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14329/stat : 14329 (java) S 14320 14322 14101 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160327374 1518292992 111012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14330] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14330/stat : 14330 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160327378 1518292992 111012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14331] ppid=14320 vsize=1482708 CPUtime=1.77
/proc/14322/task/14331/stat : 14331 (java) S 14320 14322 14101 0 -1 64 5997 0 0 0 175 2 0 0 16 0 13 0 160327378 1518292992 111012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14332] ppid=14320 vsize=1482708 CPUtime=1.33
/proc/14322/task/14332/stat : 14332 (java) S 14320 14322 14101 0 -1 64 2188 0 0 0 133 0 0 0 17 0 13 0 160327378 1518292992 111012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14333] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14333/stat : 14333 (java) S 14320 14322 14101 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160327378 1518292992 111012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14334] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14334/stat : 14334 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160327378 1518292992 111012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14335] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14335/stat : 14335 (java) S 14320 14322 14101 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 160327613 1518292992 111012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1611.35
Current children cumulated vsize (KiB) 1482708

[startup+1662.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 14335
/proc/meminfo: memFree=891616/2055920 swapFree=4191900/4192956
[pid=14322] ppid=14320 vsize=1482708 CPUtime=1671.82
/proc/14322/stat : 14322 (java) S 14320 14322 14101 0 -1 0 139757 0 1 0 166939 243 0 0 18 0 13 0 160327369 1518292992 112593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14322/statm: 370677 112593 1434 9 0 368020 0
[pid=14322/tid=14324] ppid=14320 vsize=1482708 CPUtime=1643.79
/proc/14322/task/14324/stat : 14324 (java) R 14320 14322 14101 0 -1 64 33976 0 1 0 164354 25 0 0 18 0 13 0 160327370 1518292992 112593 1992294400 134512640 134550932 4294956000 18446744073709551615 4109875934 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14325] ppid=14320 vsize=1482708 CPUtime=12.03
/proc/14322/task/14325/stat : 14325 (java) S 14320 14322 14101 0 -1 64 48555 0 0 0 1092 111 0 0 16 0 13 0 160327372 1518292992 112593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14326] ppid=14320 vsize=1482708 CPUtime=12.41
/proc/14322/task/14326/stat : 14326 (java) S 14320 14322 14101 0 -1 64 48265 0 0 0 1156 85 0 0 16 0 13 0 160327372 1518292992 112593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14327] ppid=14320 vsize=1482708 CPUtime=0.4
/proc/14322/task/14327/stat : 14327 (java) S 14320 14322 14101 0 -1 64 32 0 0 0 26 14 0 0 16 0 13 0 160327373 1518292992 112593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14328] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14328/stat : 14328 (java) S 14320 14322 14101 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160327374 1518292992 112593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14329] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14329/stat : 14329 (java) S 14320 14322 14101 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160327374 1518292992 112593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14330] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14330/stat : 14330 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160327378 1518292992 112593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14331] ppid=14320 vsize=1482708 CPUtime=1.77
/proc/14322/task/14331/stat : 14331 (java) S 14320 14322 14101 0 -1 64 5997 0 0 0 175 2 0 0 16 0 13 0 160327378 1518292992 112593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14332] ppid=14320 vsize=1482708 CPUtime=1.33
/proc/14322/task/14332/stat : 14332 (java) S 14320 14322 14101 0 -1 64 2188 0 0 0 133 0 0 0 17 0 13 0 160327378 1518292992 112593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14333] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14333/stat : 14333 (java) S 14320 14322 14101 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160327378 1518292992 112593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14334] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14334/stat : 14334 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160327378 1518292992 112593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14335] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14335/stat : 14335 (java) S 14320 14322 14101 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 160327613 1518292992 112593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1671.82
Current children cumulated vsize (KiB) 1482708

[startup+1722.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/77 14335
/proc/meminfo: memFree=886048/2055920 swapFree=4191900/4192956
[pid=14322] ppid=14320 vsize=1482708 CPUtime=1732.07
/proc/14322/stat : 14322 (java) S 14320 14322 14101 0 -1 0 141212 0 1 0 172959 248 0 0 18 0 13 0 160327369 1518292992 113983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14322/statm: 370677 113983 1434 9 0 368020 0
[pid=14322/tid=14324] ppid=14320 vsize=1482708 CPUtime=1703.27
/proc/14322/task/14324/stat : 14324 (java) R 14320 14322 14101 0 -1 64 34029 0 1 0 170302 25 0 0 25 0 13 0 160327370 1518292992 113983 1992294400 134512640 134550932 4294956000 18446744073709551615 4109636093 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14325] ppid=14320 vsize=1482708 CPUtime=12.39
/proc/14322/task/14325/stat : 14325 (java) S 14320 14322 14101 0 -1 64 49282 0 0 0 1124 115 0 0 16 0 13 0 160327372 1518292992 113983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14326] ppid=14320 vsize=1482708 CPUtime=12.82
/proc/14322/task/14326/stat : 14326 (java) S 14320 14322 14101 0 -1 64 48940 0 0 0 1196 86 0 0 16 0 13 0 160327372 1518292992 113983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14327] ppid=14320 vsize=1482708 CPUtime=0.41
/proc/14322/task/14327/stat : 14327 (java) S 14320 14322 14101 0 -1 64 32 0 0 0 26 15 0 0 16 0 13 0 160327373 1518292992 113983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14328] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14328/stat : 14328 (java) S 14320 14322 14101 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160327374 1518292992 113983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14329] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14329/stat : 14329 (java) S 14320 14322 14101 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160327374 1518292992 113983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14330] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14330/stat : 14330 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160327378 1518292992 113983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14331] ppid=14320 vsize=1482708 CPUtime=1.77
/proc/14322/task/14331/stat : 14331 (java) S 14320 14322 14101 0 -1 64 5997 0 0 0 175 2 0 0 16 0 13 0 160327378 1518292992 113983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14332] ppid=14320 vsize=1482708 CPUtime=1.33
/proc/14322/task/14332/stat : 14332 (java) S 14320 14322 14101 0 -1 64 2188 0 0 0 133 0 0 0 17 0 13 0 160327378 1518292992 113983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14333] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14333/stat : 14333 (java) S 14320 14322 14101 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160327378 1518292992 113983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14334] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14334/stat : 14334 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160327378 1518292992 113983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14335] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14335/stat : 14335 (java) S 14320 14322 14101 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 160327613 1518292992 113983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1732.07
Current children cumulated vsize (KiB) 1482708

[startup+1782.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 14335
/proc/meminfo: memFree=876320/2055920 swapFree=4191900/4192956
[pid=14322] ppid=14320 vsize=1482708 CPUtime=1792.66
/proc/14322/stat : 14322 (java) S 14320 14322 14101 0 -1 0 144488 0 1 0 179009 257 0 0 18 0 13 0 160327369 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14322/statm: 370677 116391 1434 9 0 368020 0
[pid=14322/tid=14324] ppid=14320 vsize=1482708 CPUtime=1762.19
/proc/14322/task/14324/stat : 14324 (java) R 14320 14322 14101 0 -1 64 34143 0 1 0 176193 26 0 0 25 0 13 0 160327370 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4109636093 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14325] ppid=14320 vsize=1482708 CPUtime=13.18
/proc/14322/task/14325/stat : 14325 (java) S 14320 14322 14101 0 -1 64 51204 0 0 0 1196 122 0 0 16 0 13 0 160327372 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14326] ppid=14320 vsize=1482708 CPUtime=13.67
/proc/14322/task/14326/stat : 14326 (java) S 14320 14322 14101 0 -1 64 50180 0 0 0 1280 87 0 0 16 0 13 0 160327372 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14327] ppid=14320 vsize=1482708 CPUtime=0.43
/proc/14322/task/14327/stat : 14327 (java) S 14320 14322 14101 0 -1 64 32 0 0 0 28 15 0 0 16 0 13 0 160327373 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14328] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14328/stat : 14328 (java) S 14320 14322 14101 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160327374 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14329] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14329/stat : 14329 (java) S 14320 14322 14101 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160327374 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14330] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14330/stat : 14330 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160327378 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14331] ppid=14320 vsize=1482708 CPUtime=1.77
/proc/14322/task/14331/stat : 14331 (java) S 14320 14322 14101 0 -1 64 5997 0 0 0 175 2 0 0 16 0 13 0 160327378 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14332] ppid=14320 vsize=1482708 CPUtime=1.33
/proc/14322/task/14332/stat : 14332 (java) S 14320 14322 14101 0 -1 64 2188 0 0 0 133 0 0 0 17 0 13 0 160327378 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14333] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14333/stat : 14333 (java) S 14320 14322 14101 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160327378 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14334] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14334/stat : 14334 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160327378 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14335] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14335/stat : 14335 (java) S 14320 14322 14101 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 160327613 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1792.66
Current children cumulated vsize (KiB) 1482708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.71 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 14335
/proc/meminfo: memFree=876320/2055920 swapFree=4191900/4192956
[pid=14322] ppid=14320 vsize=1482708 CPUtime=1800.06
/proc/14322/stat : 14322 (java) S 14320 14322 14101 0 -1 0 144488 0 1 0 179749 257 0 0 18 0 13 0 160327369 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14322/statm: 370677 116391 1434 9 0 368020 0
[pid=14322/tid=14324] ppid=14320 vsize=1482708 CPUtime=1769.6
/proc/14322/task/14324/stat : 14324 (java) R 14320 14322 14101 0 -1 64 34143 0 1 0 176934 26 0 0 25 0 13 0 160327370 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4109636093 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14325] ppid=14320 vsize=1482708 CPUtime=13.18
/proc/14322/task/14325/stat : 14325 (java) S 14320 14322 14101 0 -1 64 51204 0 0 0 1196 122 0 0 16 0 13 0 160327372 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14326] ppid=14320 vsize=1482708 CPUtime=13.67
/proc/14322/task/14326/stat : 14326 (java) S 14320 14322 14101 0 -1 64 50180 0 0 0 1280 87 0 0 16 0 13 0 160327372 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14327] ppid=14320 vsize=1482708 CPUtime=0.43
/proc/14322/task/14327/stat : 14327 (java) S 14320 14322 14101 0 -1 64 32 0 0 0 28 15 0 0 16 0 13 0 160327373 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14328] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14328/stat : 14328 (java) S 14320 14322 14101 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160327374 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14329] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14329/stat : 14329 (java) S 14320 14322 14101 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160327374 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14330] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14330/stat : 14330 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160327378 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14331] ppid=14320 vsize=1482708 CPUtime=1.77
/proc/14322/task/14331/stat : 14331 (java) S 14320 14322 14101 0 -1 64 5997 0 0 0 175 2 0 0 16 0 13 0 160327378 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14332] ppid=14320 vsize=1482708 CPUtime=1.33
/proc/14322/task/14332/stat : 14332 (java) S 14320 14322 14101 0 -1 64 2188 0 0 0 133 0 0 0 17 0 13 0 160327378 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14322/tid=14333] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14333/stat : 14333 (java) S 14320 14322 14101 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160327378 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14334] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14334/stat : 14334 (java) S 14320 14322 14101 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160327378 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14322/tid=14335] ppid=14320 vsize=1482708 CPUtime=0
/proc/14322/task/14335/stat : 14335 (java) S 14320 14322 14101 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 160327613 1518292992 116391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1482708

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

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

[startup+1789.81 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 14335
/proc/meminfo: memFree=876320/2055920 swapFree=4191900/4192956
[pid=14322] ppid=14320 vsize=0 CPUtime=1800.17
/proc/14322/stat : 14322 (java) Z 14320 14322 14101 0 -1 1036 144511 0 1 0 179753 264 0 0 16 0 2 0 160327369 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14322/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1789.82
CPU time (s): 1800.19
CPU user time (s): 1797.53
CPU system time (s): 2.6516
CPU usage (%): 100.579
Max. virtual memory (cumulated for all children) (KiB): 1483960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.53
system time used= 2.6516
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144511
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= 71298
involuntary context switches= 35289

runsolver used 2.06968 second user time and 5.32419 second system time

The end

Launcher Data

Begin job on node28 at 2009-06-13 23:07:53
IDJOB=1856858
IDBENCH=2991
IDSOLVER=681
FILE ID=node28/1856858-1244927273
PBS_JOBID= 9354642
Free space on /tmp= 66340 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554-max.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-1856858-1244927273/watcher-1856858-1244927273 -o /tmp/evaluation-result-1856858-1244927273/solver-1856858-1244927273 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856858-1244927273.opb

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

MD5SUM BENCH= 70a36045701f7ebe55c56022c0c942d1
RANDOM SEED=325495479

node28.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.231
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.231
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:       1338848 kB
Buffers:         60864 kB
Cached:         578972 kB
SwapCached:        384 kB
Active:          50932 kB
Inactive:       603100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1338848 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2440 kB
Writeback:           0 kB
Mapped:          22624 kB
Slab:            48780 kB
Committed_AS:   128028 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66340 MiB
End job on node28 at 2009-06-13 23:37:45