Trace number 1856152

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
MD5SUMa5c62cef1e86c64304fd5ef232ab5991
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 348966092800
Number of bits for the biggest coefficient in the objective function 39
Sum of the numbers in the objective function 299074813804544
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 348966092800
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 299074813804544
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.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-1856152-1244904335.opb
0.21/0.22	c reading problem ... 
3.56/2.96	c ... done. Wall clock time 2.74s.
3.56/2.96	c #vars     107808
3.56/2.96	c #constraints  43306
3.56/2.96	c constraints type 
3.56/2.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5184
1800.04/1777.91	c starts		: 12
1800.04/1777.91	c conflicts		: 20855
1800.04/1777.91	c decisions		: 1173015
1800.04/1777.91	c propagations		: 2860901
1800.04/1777.91	c inspects		: 356802858
1800.04/1777.91	c learnt literals	: 0
1800.04/1777.91	c learnt binary clauses	: 0
1800.04/1777.91	c learnt ternary clauses	: 0
1800.04/1777.91	c learnt clauses	: 20855
1800.04/1777.91	c ignored clauses	: 0
1800.04/1777.91	c root simplifications	: 0
1800.04/1777.91	c removed literals (reason simplification)	: 0
1800.04/1777.91	c reason swapping (by a shorter reason)	: 0
1800.04/1777.91	c Calls to reduceDB	: 0
1800.04/1777.91	c speed (assignments/second)	: 1611.8184537844102
1800.04/1777.91	c non guided choices	0
1800.04/1777.97	c learnt constraints type 
1800.04/1777.97	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.04/1777.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20853
1800.04/1777.97	c constraints type 
1800.04/1777.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5184
1800.04/1777.97	s UNKNOWN
1800.04/1777.97	c Total wall clock time (in seconds): 1777.754

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-1856152-1244904335/watcher-1856152-1244904335 -o /tmp/evaluation-result-1856152-1244904335/solver-1856152-1244904335 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856152-1244904335.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.05 1.04 1.00 3/64 13583
/proc/meminfo: memFree=1432768/2055920 swapFree=4192812/4192956
[pid=13583] ppid=13581 vsize=152 CPUtime=0
/proc/13583/stat : 13583 (java6) R 13581 13583 13504 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 158034437 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 6927140 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 38 26 19 9 0 4 0

[startup+0.074509 s]
/proc/loadavg: 1.05 1.04 1.00 3/64 13583
/proc/meminfo: memFree=1432768/2055920 swapFree=4192812/4192956
[pid=13583] ppid=13581 vsize=1470220 CPUtime=0.06
/proc/13583/stat : 13583 (java) S 13581 13583 13504 0 -1 0 3381 0 1 0 4 2 0 0 18 0 7 0 158034437 1505505280 3126 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/13583/statm: 367555 3126 1032 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.101512 s]
/proc/loadavg: 1.05 1.04 1.00 3/64 13583
/proc/meminfo: memFree=1432768/2055920 swapFree=4192812/4192956
[pid=13583] ppid=13581 vsize=1472584 CPUtime=0.08
/proc/13583/stat : 13583 (java) S 13581 13583 13504 0 -1 0 3606 0 1 0 6 2 0 0 18 0 12 0 158034437 1507926016 3349 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13583/statm: 368146 3349 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301531 s]
/proc/loadavg: 1.05 1.04 1.00 3/64 13583
/proc/meminfo: memFree=1432768/2055920 swapFree=4192812/4192956
[pid=13583] ppid=13581 vsize=1475348 CPUtime=0.35
/proc/13583/stat : 13583 (java) S 13581 13583 13504 0 -1 0 5644 0 1 0 32 3 0 0 18 0 12 0 158034437 1510756352 5381 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13583/statm: 368837 5381 1355 9 0 366180 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475348

[startup+0.701572 s]
/proc/loadavg: 1.05 1.04 1.00 3/64 13583
/proc/meminfo: memFree=1432768/2055920 swapFree=4192812/4192956
[pid=13583] ppid=13581 vsize=1475976 CPUtime=0.94
/proc/13583/stat : 13583 (java) S 13581 13583 13504 0 -1 0 9625 0 1 0 89 5 0 0 18 0 12 0 158034437 1511399424 9089 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13583/statm: 368994 9089 1395 9 0 366337 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1475976

[startup+1.50265 s]
/proc/loadavg: 1.05 1.04 1.00 2/76 13595
/proc/meminfo: memFree=1387168/2055920 swapFree=4192812/4192956
[pid=13583] ppid=13581 vsize=1476176 CPUtime=2
/proc/13583/stat : 13583 (java) S 13581 13583 13504 0 -1 0 24914 0 1 0 188 12 0 0 18 0 12 0 158034437 1511604224 23947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13583/statm: 369044 23947 1405 9 0 366387 0
[pid=13583/tid=13585] ppid=13581 vsize=1476176 CPUtime=1.27
/proc/13583/task/13585/stat : 13585 (java) R 13581 13583 13504 0 -1 64 22479 0 1 0 117 10 0 0 25 0 12 0 158034439 1511604224 23947 1992294400 134512640 134550932 4294956000 18446744073709551615 4109585249 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13586] ppid=13581 vsize=1476176 CPUtime=0
/proc/13583/task/13586/stat : 13586 (java) S 13581 13583 13504 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 158034440 1511604224 23947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13587] ppid=13581 vsize=1476176 CPUtime=0
/proc/13583/task/13587/stat : 13587 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 158034440 1511604224 23947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13588] ppid=13581 vsize=1476176 CPUtime=0
/proc/13583/task/13588/stat : 13588 (java) S 13581 13583 13504 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158034442 1511604224 23947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13589] ppid=13581 vsize=1476176 CPUtime=0
/proc/13583/task/13589/stat : 13589 (java) S 13581 13583 13504 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 158034442 1511604224 23947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13590] ppid=13581 vsize=1476176 CPUtime=0
/proc/13583/task/13590/stat : 13590 (java) S 13581 13583 13504 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 158034442 1511604224 23947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13591] ppid=13581 vsize=1476176 CPUtime=0
/proc/13583/task/13591/stat : 13591 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158034446 1511604224 23947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13592] ppid=13581 vsize=1476176 CPUtime=0.28
/proc/13583/task/13592/stat : 13592 (java) S 13581 13583 13504 0 -1 64 411 0 0 0 28 0 0 0 17 0 12 0 158034446 1511604224 23947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13593] ppid=13581 vsize=1476176 CPUtime=0.41
/proc/13583/task/13593/stat : 13593 (java) S 13581 13583 13504 0 -1 64 1280 0 0 0 41 0 0 0 16 0 12 0 158034446 1511604224 23947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13594] ppid=13581 vsize=1476176 CPUtime=0
/proc/13583/task/13594/stat : 13594 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158034446 1511604224 23947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13595] ppid=13581 vsize=1476176 CPUtime=0
/proc/13583/task/13595/stat : 13595 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158034447 1511604224 23947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1476176

[startup+3.10279 s]
/proc/loadavg: 1.13 1.06 1.01 2/76 13595
/proc/meminfo: memFree=1280800/2055920 swapFree=4192812/4192956
[pid=13583] ppid=13581 vsize=1477444 CPUtime=3.86
/proc/13583/stat : 13583 (java) S 13581 13583 13504 0 -1 0 40884 0 1 0 367 19 0 0 18 0 12 0 158034437 1512902656 39493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13583/statm: 369361 39493 1432 9 0 366704 0
[pid=13583/tid=13585] ppid=13581 vsize=1477444 CPUtime=2.69
/proc/13583/task/13585/stat : 13585 (java) R 13581 13583 13504 0 -1 64 30957 0 1 0 256 13 0 0 25 0 12 0 158034439 1512902656 39493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13586] ppid=13581 vsize=1477444 CPUtime=0.12
/proc/13583/task/13586/stat : 13586 (java) S 13581 13583 13504 0 -1 64 3485 0 0 0 11 1 0 0 17 0 12 0 158034440 1512902656 39493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13587] ppid=13581 vsize=1477444 CPUtime=0.12
/proc/13583/task/13587/stat : 13587 (java) S 13581 13583 13504 0 -1 64 3559 0 0 0 11 1 0 0 16 0 12 0 158034440 1512902656 39493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13588] ppid=13581 vsize=1477444 CPUtime=0
/proc/13583/task/13588/stat : 13588 (java) S 13581 13583 13504 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158034442 1512902656 39493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13589] ppid=13581 vsize=1477444 CPUtime=0
/proc/13583/task/13589/stat : 13589 (java) S 13581 13583 13504 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 158034442 1512902656 39493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13590] ppid=13581 vsize=1477444 CPUtime=0
/proc/13583/task/13590/stat : 13590 (java) S 13581 13583 13504 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158034442 1512902656 39493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13591] ppid=13581 vsize=1477444 CPUtime=0
/proc/13583/task/13591/stat : 13591 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158034446 1512902656 39493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13592] ppid=13581 vsize=1477444 CPUtime=0.35
/proc/13583/task/13592/stat : 13592 (java) R 13581 13583 13504 0 -1 64 679 0 0 0 35 0 0 0 17 0 12 0 158034446 1512902656 39493 1992294400 134512640 134550932 4294956000 18446744073709551615 104164032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13593] ppid=13581 vsize=1477444 CPUtime=0.52
/proc/13583/task/13593/stat : 13593 (java) R 13581 13583 13504 0 -1 64 1452 0 0 0 52 0 0 0 17 0 12 0 158034446 1512902656 39493 1992294400 134512640 134550932 4294956000 18446744073709551615 104139874 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13594] ppid=13581 vsize=1477444 CPUtime=0
/proc/13583/task/13594/stat : 13594 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158034446 1512902656 39493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13595] ppid=13581 vsize=1477444 CPUtime=0
/proc/13583/task/13595/stat : 13595 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158034447 1512902656 39493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 1477444

[startup+6.30108 s]
/proc/loadavg: 1.13 1.06 1.01 2/77 13596
/proc/meminfo: memFree=1233880/2055920 swapFree=4192812/4192956
[pid=13583] ppid=13581 vsize=1477356 CPUtime=7.91
/proc/13583/stat : 13583 (java) S 13581 13583 13504 0 -1 0 54469 0 1 0 765 26 0 0 18 0 13 0 158034437 1512812544 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13583/statm: 369339 50832 1433 9 0 366682 0
[pid=13583/tid=13585] ppid=13581 vsize=1477356 CPUtime=5.54
/proc/13583/task/13585/stat : 13585 (java) R 13581 13583 13504 0 -1 64 30978 0 1 0 540 14 0 0 25 0 13 0 158034439 1512812544 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4109727080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13586] ppid=13581 vsize=1477356 CPUtime=0.4
/proc/13583/task/13586/stat : 13586 (java) S 13581 13583 13504 0 -1 64 8007 0 0 0 36 4 0 0 17 0 13 0 158034440 1512812544 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13587] ppid=13581 vsize=1477356 CPUtime=0.38
/proc/13583/task/13587/stat : 13587 (java) S 13581 13583 13504 0 -1 64 11048 0 0 0 34 4 0 0 16 0 13 0 158034440 1512812544 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13588] ppid=13581 vsize=1477356 CPUtime=0
/proc/13583/task/13588/stat : 13588 (java) S 13581 13583 13504 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 158034442 1512812544 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13589] ppid=13581 vsize=1477356 CPUtime=0
/proc/13583/task/13589/stat : 13589 (java) S 13581 13583 13504 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158034442 1512812544 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13590] ppid=13581 vsize=1477356 CPUtime=0
/proc/13583/task/13590/stat : 13590 (java) S 13581 13583 13504 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158034442 1512812544 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13591] ppid=13581 vsize=1477356 CPUtime=0
/proc/13583/task/13591/stat : 13591 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158034446 1512812544 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13592] ppid=13581 vsize=1477356 CPUtime=0.6
/proc/13583/task/13592/stat : 13592 (java) S 13581 13583 13504 0 -1 64 1247 0 0 0 60 0 0 0 15 0 13 0 158034446 1512812544 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13593] ppid=13581 vsize=1477356 CPUtime=0.95
/proc/13583/task/13593/stat : 13593 (java) S 13581 13583 13504 0 -1 64 2432 0 0 0 94 1 0 0 16 0 13 0 158034446 1512812544 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13594] ppid=13581 vsize=1477356 CPUtime=0
/proc/13583/task/13594/stat : 13594 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158034446 1512812544 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13595] ppid=13581 vsize=1477356 CPUtime=0
/proc/13583/task/13595/stat : 13595 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158034447 1512812544 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13596] ppid=13581 vsize=1477356 CPUtime=0
/proc/13583/task/13596/stat : 13596 (java) S 13581 13583 13504 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158034809 1512812544 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 1477356

[startup+12.7017 s]
/proc/loadavg: 1.11 1.05 1.01 2/77 13596
/proc/meminfo: memFree=1207960/2055920 swapFree=4192812/4192956
[pid=13583] ppid=13581 vsize=1482780 CPUtime=15.5
/proc/13583/stat : 13583 (java) S 13581 13583 13504 0 -1 0 64481 0 1 0 1519 31 0 0 18 0 13 0 158034437 1518366720 57493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13583/statm: 370695 57493 1434 9 0 368038 0
[pid=13583/tid=13585] ppid=13581 vsize=1482780 CPUtime=11.29
/proc/13583/task/13585/stat : 13585 (java) R 13581 13583 13504 0 -1 64 30986 0 1 0 1115 14 0 0 17 0 13 0 158034439 1518366720 57493 1992294400 134512640 134550932 4294956000 18446744073709551615 4109589633 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13586] ppid=13581 vsize=1482780 CPUtime=0.74
/proc/13583/task/13586/stat : 13586 (java) S 13581 13583 13504 0 -1 64 12103 0 0 0 68 6 0 0 16 0 13 0 158034440 1518366720 57493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13587] ppid=13581 vsize=1482780 CPUtime=0.72
/proc/13583/task/13587/stat : 13587 (java) S 13581 13583 13504 0 -1 64 13405 0 0 0 67 5 0 0 16 0 13 0 158034440 1518366720 57493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13588] ppid=13581 vsize=1482780 CPUtime=0
/proc/13583/task/13588/stat : 13588 (java) S 13581 13583 13504 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158034442 1518366720 57493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13589] ppid=13581 vsize=1482780 CPUtime=0
/proc/13583/task/13589/stat : 13589 (java) S 13581 13583 13504 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158034442 1518366720 57493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13590] ppid=13581 vsize=1482780 CPUtime=0
/proc/13583/task/13590/stat : 13590 (java) S 13581 13583 13504 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158034442 1518366720 57493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13591] ppid=13581 vsize=1482780 CPUtime=0
/proc/13583/task/13591/stat : 13591 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158034446 1518366720 57493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13592] ppid=13581 vsize=1482780 CPUtime=1.1
/proc/13583/task/13592/stat : 13592 (java) S 13581 13583 13504 0 -1 64 2797 0 0 0 109 1 0 0 16 0 13 0 158034446 1518366720 57493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13593] ppid=13581 vsize=1482780 CPUtime=1.59
/proc/13583/task/13593/stat : 13593 (java) S 13581 13583 13504 0 -1 64 4433 0 0 0 157 2 0 0 16 0 13 0 158034446 1518366720 57493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13594] ppid=13581 vsize=1482780 CPUtime=0
/proc/13583/task/13594/stat : 13594 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158034446 1518366720 57493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13595] ppid=13581 vsize=1482780 CPUtime=0
/proc/13583/task/13595/stat : 13595 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158034447 1518366720 57493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13596] ppid=13581 vsize=1482780 CPUtime=0
/proc/13583/task/13596/stat : 13596 (java) S 13581 13583 13504 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158034809 1518366720 57493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.5
Current children cumulated vsize (KiB) 1482780

[startup+25.5039 s]
/proc/loadavg: 1.09 1.05 1.01 2/77 13596
/proc/meminfo: memFree=1198040/2055920 swapFree=4192812/4192956
[pid=13583] ppid=13581 vsize=1482516 CPUtime=28.83
/proc/13583/stat : 13583 (java) S 13581 13583 13504 0 -1 0 68126 0 1 0 2850 33 0 0 18 0 13 0 158034437 1518096384 59898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13583/statm: 370629 59898 1438 9 0 367972 0
[pid=13583/tid=13585] ppid=13581 vsize=1482516 CPUtime=23.7
/proc/13583/task/13585/stat : 13585 (java) R 13581 13583 13504 0 -1 64 31017 0 1 0 2356 14 0 0 25 0 13 0 158034439 1518096384 59898 1992294400 134512640 134550932 4294956000 18446744073709551615 4109554415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13586] ppid=13581 vsize=1482516 CPUtime=1.05
/proc/13583/task/13586/stat : 13586 (java) S 13581 13583 13504 0 -1 64 13396 0 0 0 98 7 0 0 16 0 13 0 158034440 1518096384 59898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13587] ppid=13581 vsize=1482516 CPUtime=1.04
/proc/13583/task/13587/stat : 13587 (java) S 13581 13583 13504 0 -1 64 14617 0 0 0 98 6 0 0 16 0 13 0 158034440 1518096384 59898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13588] ppid=13581 vsize=1482516 CPUtime=0.01
/proc/13583/task/13588/stat : 13588 (java) S 13581 13583 13504 0 -1 64 11 0 0 0 1 0 0 0 16 0 13 0 158034442 1518096384 59898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13589] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13589/stat : 13589 (java) S 13581 13583 13504 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158034442 1518096384 59898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13590] ppid=13581 vsize=1482516 CPUtime=0

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

[pid=13583/tid=13588] ppid=13581 vsize=1482516 CPUtime=0.16
/proc/13583/task/13588/stat : 13588 (java) S 13581 13583 13504 0 -1 64 15 0 0 0 10 6 0 0 15 0 13 0 158034442 1518096384 135226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13589] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13589/stat : 13589 (java) S 13581 13583 13504 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158034442 1518096384 135226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13590] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13590/stat : 13590 (java) S 13581 13583 13504 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158034442 1518096384 135226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13591] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13591/stat : 13591 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158034446 1518096384 135226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13592] ppid=13581 vsize=1482516 CPUtime=1.26
/proc/13583/task/13592/stat : 13592 (java) S 13581 13583 13504 0 -1 64 2804 0 0 0 125 1 0 0 17 0 13 0 158034446 1518096384 135226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13593] ppid=13581 vsize=1482516 CPUtime=1.87
/proc/13583/task/13593/stat : 13593 (java) S 13581 13583 13504 0 -1 64 5542 0 0 0 185 2 0 0 15 0 13 0 158034446 1518096384 135226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13594] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13594/stat : 13594 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158034446 1518096384 135226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13595] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13595/stat : 13595 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158034447 1518096384 135226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13596] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13596/stat : 13596 (java) S 13581 13583 13504 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158034809 1518096384 135226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1561.14
Current children cumulated vsize (KiB) 1482516

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 13604
/proc/meminfo: memFree=889432/2055920 swapFree=4192812/4192956
[pid=13583] ppid=13581 vsize=1482516 CPUtime=1621.97
/proc/13583/stat : 13583 (java) S 13581 13583 13504 0 -1 0 149104 0 1 0 162097 100 0 0 18 0 13 0 158034437 1518096384 136914 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13583/statm: 370629 136914 1438 9 0 367972 0
[pid=13583/tid=13585] ppid=13581 vsize=1482516 CPUtime=1582.92
/proc/13583/task/13585/stat : 13585 (java) R 13581 13583 13504 0 -1 64 31721 0 1 0 158275 17 0 0 25 0 13 0 158034439 1518096384 136914 1992294400 134512640 134550932 4294956000 18446744073709551615 4109727080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13586] ppid=13581 vsize=1482516 CPUtime=17.87
/proc/13583/task/13586/stat : 13586 (java) S 13581 13583 13504 0 -1 64 55956 0 0 0 1748 39 0 0 17 0 13 0 158034440 1518096384 136914 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13587] ppid=13581 vsize=1482516 CPUtime=17.81
/proc/13583/task/13587/stat : 13587 (java) S 13581 13583 13504 0 -1 64 52320 0 0 0 1750 31 0 0 16 0 13 0 158034440 1518096384 136914 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13588] ppid=13581 vsize=1482516 CPUtime=0.17
/proc/13583/task/13588/stat : 13588 (java) S 13581 13583 13504 0 -1 64 15 0 0 0 11 6 0 0 16 0 13 0 158034442 1518096384 136914 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13589] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13589/stat : 13589 (java) S 13581 13583 13504 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158034442 1518096384 136914 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13590] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13590/stat : 13590 (java) S 13581 13583 13504 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158034442 1518096384 136914 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13591] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13591/stat : 13591 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158034446 1518096384 136914 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13592] ppid=13581 vsize=1482516 CPUtime=1.26
/proc/13583/task/13592/stat : 13592 (java) S 13581 13583 13504 0 -1 64 2804 0 0 0 125 1 0 0 17 0 13 0 158034446 1518096384 136914 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13593] ppid=13581 vsize=1482516 CPUtime=1.87
/proc/13583/task/13593/stat : 13593 (java) S 13581 13583 13504 0 -1 64 5542 0 0 0 185 2 0 0 15 0 13 0 158034446 1518096384 136914 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13594] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13594/stat : 13594 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158034446 1518096384 136914 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13595] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13595/stat : 13595 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158034447 1518096384 136914 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13596] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13596/stat : 13596 (java) S 13581 13583 13504 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158034809 1518096384 136914 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1621.97
Current children cumulated vsize (KiB) 1482516

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13604
/proc/meminfo: memFree=879640/2055920 swapFree=4192812/4192956
[pid=13583] ppid=13581 vsize=1482516 CPUtime=1682.79
/proc/13583/stat : 13583 (java) S 13581 13583 13504 0 -1 0 151323 0 1 0 168176 103 0 0 18 0 13 0 158034437 1518096384 139093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13583/statm: 370629 139093 1438 9 0 367972 0
[pid=13583/tid=13585] ppid=13581 vsize=1482516 CPUtime=1642.02
/proc/13583/task/13585/stat : 13585 (java) R 13581 13583 13504 0 -1 64 31744 0 1 0 164185 17 0 0 23 0 13 0 158034439 1518096384 139093 1992294400 134512640 134550932 4294956000 18446744073709551615 4109727059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13586] ppid=13581 vsize=1482516 CPUtime=18.71
/proc/13583/task/13586/stat : 13586 (java) S 13581 13583 13504 0 -1 64 57763 0 0 0 1831 40 0 0 16 0 13 0 158034440 1518096384 139093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13587] ppid=13581 vsize=1482516 CPUtime=18.68
/proc/13583/task/13587/stat : 13587 (java) S 13581 13583 13504 0 -1 64 52709 0 0 0 1836 32 0 0 17 0 13 0 158034440 1518096384 139093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13588] ppid=13581 vsize=1482516 CPUtime=0.17
/proc/13583/task/13588/stat : 13588 (java) S 13581 13583 13504 0 -1 64 15 0 0 0 11 6 0 0 15 0 13 0 158034442 1518096384 139093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13589] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13589/stat : 13589 (java) S 13581 13583 13504 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158034442 1518096384 139093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13590] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13590/stat : 13590 (java) S 13581 13583 13504 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158034442 1518096384 139093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13591] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13591/stat : 13591 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158034446 1518096384 139093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13592] ppid=13581 vsize=1482516 CPUtime=1.26
/proc/13583/task/13592/stat : 13592 (java) S 13581 13583 13504 0 -1 64 2804 0 0 0 125 1 0 0 17 0 13 0 158034446 1518096384 139093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13593] ppid=13581 vsize=1482516 CPUtime=1.87
/proc/13583/task/13593/stat : 13593 (java) S 13581 13583 13504 0 -1 64 5542 0 0 0 185 2 0 0 15 0 13 0 158034446 1518096384 139093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13594] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13594/stat : 13594 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158034446 1518096384 139093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13595] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13595/stat : 13595 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158034447 1518096384 139093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13596] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13596/stat : 13596 (java) S 13581 13583 13504 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158034809 1518096384 139093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1682.79
Current children cumulated vsize (KiB) 1482516

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13604
/proc/meminfo: memFree=872280/2055920 swapFree=4192812/4192956
[pid=13583] ppid=13581 vsize=1482516 CPUtime=1743.64
/proc/13583/stat : 13583 (java) S 13581 13583 13504 0 -1 0 153280 0 1 0 174259 105 0 0 18 0 13 0 158034437 1518096384 141019 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13583/statm: 370629 141019 1438 9 0 367972 0
[pid=13583/tid=13585] ppid=13581 vsize=1482516 CPUtime=1701.12
/proc/13583/task/13585/stat : 13585 (java) R 13581 13583 13504 0 -1 64 31767 0 1 0 170095 17 0 0 25 0 13 0 158034439 1518096384 141019 1992294400 134512640 134550932 4294956000 18446744073709551615 4109590366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13586] ppid=13581 vsize=1482516 CPUtime=19.59
/proc/13583/task/13586/stat : 13586 (java) S 13581 13583 13504 0 -1 64 59288 0 0 0 1916 43 0 0 16 0 13 0 158034440 1518096384 141019 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13587] ppid=13581 vsize=1482516 CPUtime=19.55
/proc/13583/task/13587/stat : 13587 (java) S 13581 13583 13504 0 -1 64 53118 0 0 0 1923 32 0 0 17 0 13 0 158034440 1518096384 141019 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13588] ppid=13581 vsize=1482516 CPUtime=0.18
/proc/13583/task/13588/stat : 13588 (java) S 13581 13583 13504 0 -1 64 15 0 0 0 11 7 0 0 16 0 13 0 158034442 1518096384 141019 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13589] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13589/stat : 13589 (java) S 13581 13583 13504 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158034442 1518096384 141019 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13590] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13590/stat : 13590 (java) S 13581 13583 13504 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158034442 1518096384 141019 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13591] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13591/stat : 13591 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158034446 1518096384 141019 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13592] ppid=13581 vsize=1482516 CPUtime=1.26
/proc/13583/task/13592/stat : 13592 (java) S 13581 13583 13504 0 -1 64 2804 0 0 0 125 1 0 0 17 0 13 0 158034446 1518096384 141019 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13593] ppid=13581 vsize=1482516 CPUtime=1.87
/proc/13583/task/13593/stat : 13593 (java) S 13581 13583 13504 0 -1 64 5542 0 0 0 185 2 0 0 15 0 13 0 158034446 1518096384 141019 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13594] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13594/stat : 13594 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158034446 1518096384 141019 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13595] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13595/stat : 13595 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158034447 1518096384 141019 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13596] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13596/stat : 13596 (java) S 13581 13583 13504 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158034809 1518096384 141019 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1743.64
Current children cumulated vsize (KiB) 1482516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.9 s]
/proc/loadavg: 1.05 1.01 1.00 2/77 13604
/proc/meminfo: memFree=863960/2055920 swapFree=4192812/4192956
[pid=13583] ppid=13581 vsize=1482516 CPUtime=1800.04
/proc/13583/stat : 13583 (java) S 13581 13583 13504 0 -1 0 155302 0 1 0 179897 107 0 0 18 0 13 0 158034437 1518096384 142999 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13583/statm: 370629 142999 1438 9 0 367972 0
[pid=13583/tid=13585] ppid=13581 vsize=1482516 CPUtime=1755.89
/proc/13583/task/13585/stat : 13585 (java) R 13581 13583 13504 0 -1 64 31788 0 1 0 175572 17 0 0 18 0 13 0 158034439 1518096384 142999 1992294400 134512640 134550932 4294956000 18446744073709551615 4109727080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13586] ppid=13581 vsize=1482516 CPUtime=20.4
/proc/13583/task/13586/stat : 13586 (java) S 13581 13583 13504 0 -1 64 60987 0 0 0 1996 44 0 0 16 0 13 0 158034440 1518096384 142999 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13587] ppid=13581 vsize=1482516 CPUtime=20.36
/proc/13583/task/13587/stat : 13587 (java) S 13581 13583 13504 0 -1 64 53420 0 0 0 2004 32 0 0 17 0 13 0 158034440 1518096384 142999 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13588] ppid=13581 vsize=1482516 CPUtime=0.18
/proc/13583/task/13588/stat : 13588 (java) S 13581 13583 13504 0 -1 64 15 0 0 0 11 7 0 0 15 0 13 0 158034442 1518096384 142999 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13589] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13589/stat : 13589 (java) S 13581 13583 13504 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158034442 1518096384 142999 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13590] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13590/stat : 13590 (java) S 13581 13583 13504 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158034442 1518096384 142999 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13591] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13591/stat : 13591 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158034446 1518096384 142999 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13592] ppid=13581 vsize=1482516 CPUtime=1.26
/proc/13583/task/13592/stat : 13592 (java) S 13581 13583 13504 0 -1 64 2804 0 0 0 125 1 0 0 17 0 13 0 158034446 1518096384 142999 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13593] ppid=13581 vsize=1482516 CPUtime=1.87
/proc/13583/task/13593/stat : 13593 (java) S 13581 13583 13504 0 -1 64 5542 0 0 0 185 2 0 0 15 0 13 0 158034446 1518096384 142999 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13594] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13594/stat : 13594 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158034446 1518096384 142999 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13583/tid=13595] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13595/stat : 13595 (java) S 13581 13583 13504 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158034447 1518096384 142999 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13583/tid=13596] ppid=13581 vsize=1482516 CPUtime=0
/proc/13583/task/13596/stat : 13596 (java) S 13581 13583 13504 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158034809 1518096384 142999 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1482516

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

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

[startup+1778.01 s]
/proc/loadavg: 1.05 1.01 1.00 2/77 13604
/proc/meminfo: memFree=863960/2055920 swapFree=4192812/4192956
[pid=13583] ppid=13581 vsize=0 CPUtime=1800.2
/proc/13583/stat : 13583 (java) Z 13581 13583 13504 0 -1 1036 155328 0 1 0 179910 110 0 0 15 0 2 0 158034437 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13583/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1778.07
CPU time (s): 1800.28
CPU user time (s): 1799.11
CPU system time (s): 1.16582
CPU usage (%): 101.249
Max. virtual memory (cumulated for all children) (KiB): 1484004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.16582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155328
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= 43375
involuntary context switches= 39344

runsolver used 2.03869 second user time and 4.48232 second system time

The end

Launcher Data

Begin job on node14 at 2009-06-13 16:45:35
IDJOB=1856152
IDBENCH=2372
IDSOLVER=681
FILE ID=node14/1856152-1244904335
PBS_JOBID= 9354505
Free space on /tmp= 66404 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-B2C1S1.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-1856152-1244904335/watcher-1856152-1244904335 -o /tmp/evaluation-result-1856152-1244904335/solver-1856152-1244904335 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856152-1244904335.opb

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

MD5SUM BENCH= a5c62cef1e86c64304fd5ef232ab5991
RANDOM SEED=1326941288

node14.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.234
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.234
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:       1433184 kB
Buffers:         61316 kB
Cached:         477108 kB
SwapCached:          0 kB
Active:          94900 kB
Inactive:       457432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1433184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4940 kB
Writeback:           0 kB
Mapped:          23740 kB
Slab:            56372 kB
Committed_AS:   138300 kB
PageTables:       1452 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= 66404 MiB
End job on node14 at 2009-06-13 17:15:15