Trace number 1856094

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.32 1747.19

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-railway_8_1_0.opb
MD5SUM14e0de9f4556c57c4cf25980f23fb0f1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark409600
Best CPU time to get the best result obtained on this benchmark1800.96
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 409600
Optimality of the best value was proved NO
Number of variables19747
Total number of constraints3145
Number of constraints which are clauses426
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2719
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 133
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073847295
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147758078
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1856094-1244902008.opb
0.23/0.21	c reading problem ... 
2.98/1.87	c ... done. Wall clock time 1.655s.
2.98/1.87	c #vars     19747
2.98/1.87	c #constraints  3162
2.98/1.87	c constraints type 
2.98/1.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 426
2.98/1.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2720
1800.06/1747.01	c starts		: 13
1800.06/1747.01	c conflicts		: 33028
1800.06/1747.01	c decisions		: 36836
1800.06/1747.01	c propagations		: 337839
1800.06/1747.01	c inspects		: 572634494
1800.06/1747.01	c learnt literals	: 0
1800.06/1747.01	c learnt binary clauses	: 1
1800.06/1747.01	c learnt ternary clauses	: 0
1800.06/1747.01	c learnt clauses	: 33028
1800.06/1747.01	c ignored clauses	: 0
1800.06/1747.01	c root simplifications	: 0
1800.06/1747.01	c removed literals (reason simplification)	: 0
1800.06/1747.01	c reason swapping (by a shorter reason)	: 0
1800.06/1747.01	c Calls to reduceDB	: 0
1800.06/1747.02	c speed (assignments/second)	: 193.58814721773516
1800.06/1747.02	c non guided choices	571
1800.06/1747.08	c learnt constraints type 
1800.06/1747.08	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5622
1800.06/1747.08	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 1
1800.06/1747.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27405
1800.06/1747.08	c constraints type 
1800.06/1747.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 426
1800.06/1747.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2720
1800.06/1747.08	s UNKNOWN
1800.06/1747.08	c Total wall clock time (in seconds): 1746.862

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 1/64 11430
/proc/meminfo: memFree=1440992/2055920 swapFree=4191900/4192956
[pid=11430] ppid=11428 vsize=1612 CPUtime=0
/proc/11430/stat : 11430 (java6) R 11428 11430 11393 0 -1 0 176 0 0 0 0 0 0 0 20 0 1 0 157800130 1650688 147 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 1100447558656 0 0 17 0 0 0
/proc/11430/statm: 403 147 111 9 0 45 0

[startup+0.0254089 s]
/proc/loadavg: 0.85 0.97 0.99 1/64 11430
/proc/meminfo: memFree=1440992/2055920 swapFree=4191900/4192956
[pid=11430] ppid=11428 vsize=1466792 CPUtime=0.01
/proc/11430/stat : 11430 (java) S 11428 11430 11393 0 -1 0 2339 0 1 0 0 1 0 0 20 0 4 0 157800130 1501995008 2088 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11430/statm: 366698 2090 448 9 0 364450 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1466792

[startup+0.101419 s]
/proc/loadavg: 0.85 0.97 0.99 1/64 11430
/proc/meminfo: memFree=1440992/2055920 swapFree=4191900/4192956
[pid=11430] ppid=11428 vsize=1472584 CPUtime=0.09
/proc/11430/stat : 11430 (java) S 11428 11430 11393 0 -1 0 3637 0 1 0 7 2 0 0 20 0 12 0 157800130 1507926016 3380 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11430/statm: 368146 3380 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301457 s]
/proc/loadavg: 0.85 0.97 0.99 1/64 11430
/proc/meminfo: memFree=1440992/2055920 swapFree=4191900/4192956
[pid=11430] ppid=11428 vsize=1475148 CPUtime=0.35
/proc/11430/stat : 11430 (java) S 11428 11430 11393 0 -1 0 5141 0 1 0 32 3 0 0 20 0 12 0 157800130 1510551552 4879 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11430/statm: 368787 4879 1354 9 0 366130 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475148

[startup+0.702522 s]
/proc/loadavg: 0.85 0.97 0.99 1/64 11430
/proc/meminfo: memFree=1440992/2055920 swapFree=4191900/4192956
[pid=11430] ppid=11428 vsize=1478292 CPUtime=1.02
/proc/11430/stat : 11430 (java) S 11428 11430 11393 0 -1 0 8415 0 1 0 97 5 0 0 20 0 12 0 157800130 1513771008 7378 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11430/statm: 369573 7378 1400 9 0 366916 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1478292

[startup+1.50164 s]
/proc/loadavg: 0.85 0.97 0.99 3/76 11442
/proc/meminfo: memFree=1401088/2055920 swapFree=4191900/4192956
[pid=11430] ppid=11428 vsize=1488820 CPUtime=2.61
/proc/11430/stat : 11430 (java) S 11428 11430 11393 0 -1 0 25651 0 1 0 247 14 0 0 20 0 12 0 157800130 1524551680 20636 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11430/statm: 372205 20636 1402 9 0 369548 0
[pid=11430/tid=11432] ppid=11428 vsize=1488820 CPUtime=1.13
/proc/11430/task/11432/stat : 11432 (java) R 11428 11430 11393 0 -1 64 16157 0 1 0 104 9 0 0 18 0 12 0 157800131 1524551680 20637 1992294400 134512640 134550932 4294956000 18446744073709551615 4109517879 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11433] ppid=11428 vsize=1488820 CPUtime=0
/proc/11430/task/11433/stat : 11433 (java) S 11428 11430 11393 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 157800132 1524551680 20638 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11434] ppid=11428 vsize=1488820 CPUtime=0
/proc/11430/task/11434/stat : 11434 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 157800132 1524551680 20639 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11435] ppid=11428 vsize=1488820 CPUtime=0
/proc/11430/task/11435/stat : 11435 (java) S 11428 11430 11393 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 157800134 1524551680 20640 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11436] ppid=11428 vsize=1488820 CPUtime=0
/proc/11430/task/11436/stat : 11436 (java) S 11428 11430 11393 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 157800134 1524551680 20641 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11437] ppid=11428 vsize=1488820 CPUtime=0
/proc/11430/task/11437/stat : 11437 (java) S 11428 11430 11393 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 157800134 1524551680 20642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11438] ppid=11428 vsize=1488820 CPUtime=0
/proc/11430/task/11438/stat : 11438 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157800139 1524551680 20643 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11439] ppid=11428 vsize=1488820 CPUtime=0.97
/proc/11430/task/11439/stat : 11439 (java) R 11428 11430 11393 0 -1 64 5789 0 0 0 95 2 0 0 18 0 12 0 157800139 1524551680 20644 1992294400 134512640 134550932 4294956000 18446744073709551615 104162972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11440] ppid=11428 vsize=1488820 CPUtime=0.47
/proc/11430/task/11440/stat : 11440 (java) S 11428 11430 11393 0 -1 64 2960 0 0 0 47 0 0 0 16 0 12 0 157800139 1524551680 20644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11441] ppid=11428 vsize=1488820 CPUtime=0
/proc/11430/task/11441/stat : 11441 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157800139 1524551680 20644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11442] ppid=11428 vsize=1488820 CPUtime=0
/proc/11430/task/11442/stat : 11442 (java) S 11428 11430 11393 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 157800139 1524551680 20645 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1488820

[startup+3.10289 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 11443
/proc/meminfo: memFree=1331128/2055920 swapFree=4191900/4192956
[pid=11430] ppid=11428 vsize=1490724 CPUtime=5.32
/proc/11430/stat : 11430 (java) S 11428 11430 11393 0 -1 0 50439 0 1 0 507 25 0 0 20 0 13 0 157800130 1526501376 39811 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11430/statm: 372681 39811 1427 9 0 370024 0
[pid=11430/tid=11432] ppid=11428 vsize=1490724 CPUtime=2.15
/proc/11430/task/11432/stat : 11432 (java) R 11428 11430 11393 0 -1 64 30982 0 1 0 198 17 0 0 17 0 13 0 157800131 1526501376 39811 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11433] ppid=11428 vsize=1490724 CPUtime=0.06
/proc/11430/task/11433/stat : 11433 (java) S 11428 11430 11393 0 -1 64 1651 0 0 0 6 0 0 0 16 0 13 0 157800132 1526501376 39811 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11434] ppid=11428 vsize=1490724 CPUtime=0.05
/proc/11430/task/11434/stat : 11434 (java) S 11428 11430 11393 0 -1 64 1993 0 0 0 5 0 0 0 16 0 13 0 157800132 1526501376 39811 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11435] ppid=11428 vsize=1490724 CPUtime=0
/proc/11430/task/11435/stat : 11435 (java) S 11428 11430 11393 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157800134 1526501376 39811 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11436] ppid=11428 vsize=1490724 CPUtime=0
/proc/11430/task/11436/stat : 11436 (java) S 11428 11430 11393 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157800134 1526501376 39811 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11437] ppid=11428 vsize=1490724 CPUtime=0
/proc/11430/task/11437/stat : 11437 (java) S 11428 11430 11393 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157800134 1526501376 39811 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11438] ppid=11428 vsize=1490724 CPUtime=0
/proc/11430/task/11438/stat : 11438 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157800139 1526501376 39811 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11439] ppid=11428 vsize=1490724 CPUtime=1.72
/proc/11430/task/11439/stat : 11439 (java) R 11428 11430 11393 0 -1 64 8580 0 0 0 169 3 0 0 16 0 13 0 157800139 1526501376 39811 1992294400 134512640 134550932 4294956000 18446744073709551615 103097159 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11440] ppid=11428 vsize=1490724 CPUtime=1.29
/proc/11430/task/11440/stat : 11440 (java) R 11428 11430 11393 0 -1 64 6474 0 0 0 127 2 0 0 18 0 13 0 157800139 1526501376 39811 1992294400 134512640 134550932 4294956000 18446744073709551615 103379650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11441] ppid=11428 vsize=1490724 CPUtime=0
/proc/11430/task/11441/stat : 11441 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157800139 1526501376 39811 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11442] ppid=11428 vsize=1490724 CPUtime=0
/proc/11430/task/11442/stat : 11442 (java) S 11428 11430 11393 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157800139 1526501376 39811 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11443] ppid=11428 vsize=1490724 CPUtime=0
/proc/11430/task/11443/stat : 11443 (java) S 11428 11430 11393 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 157800325 1526501376 39811 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.32
Current children cumulated vsize (KiB) 1490724

[startup+6.30238 s]
/proc/loadavg: 0.86 0.97 0.99 2/77 11443
/proc/meminfo: memFree=1268472/2055920 swapFree=4191900/4192956
[pid=11430] ppid=11428 vsize=1488312 CPUtime=9.25
/proc/11430/stat : 11430 (java) S 11428 11430 11393 0 -1 0 57511 0 1 0 896 29 0 0 20 0 13 0 157800130 1524031488 45092 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11430/statm: 372078 45092 1432 9 0 369421 0
[pid=11430/tid=11432] ppid=11428 vsize=1488312 CPUtime=5
/proc/11430/task/11432/stat : 11432 (java) R 11428 11430 11393 0 -1 64 30989 0 1 0 483 17 0 0 17 0 13 0 157800131 1524031488 45092 1992294400 134512640 134550932 4294956000 18446744073709551615 4109780648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11433] ppid=11428 vsize=1488312 CPUtime=0.33
/proc/11430/task/11433/stat : 11433 (java) S 11428 11430 11393 0 -1 64 4168 0 0 0 31 2 0 0 17 0 13 0 157800132 1524031488 45092 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11434] ppid=11428 vsize=1488312 CPUtime=0.32
/proc/11430/task/11434/stat : 11434 (java) S 11428 11430 11393 0 -1 64 5330 0 0 0 30 2 0 0 16 0 13 0 157800132 1524031488 45092 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11435] ppid=11428 vsize=1488312 CPUtime=0
/proc/11430/task/11435/stat : 11435 (java) S 11428 11430 11393 0 -1 64 33 0 0 0 0 0 0 0 15 0 13 0 157800134 1524031488 45092 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11436] ppid=11428 vsize=1488312 CPUtime=0
/proc/11430/task/11436/stat : 11436 (java) S 11428 11430 11393 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157800134 1524031488 45092 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11437] ppid=11428 vsize=1488312 CPUtime=0
/proc/11430/task/11437/stat : 11437 (java) S 11428 11430 11393 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157800134 1524031488 45092 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11438] ppid=11428 vsize=1488312 CPUtime=0
/proc/11430/task/11438/stat : 11438 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157800139 1524031488 45092 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11439] ppid=11428 vsize=1488312 CPUtime=2.01
/proc/11430/task/11439/stat : 11439 (java) S 11428 11430 11393 0 -1 64 9742 0 0 0 197 4 0 0 16 0 13 0 157800139 1524031488 45092 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11440] ppid=11428 vsize=1488312 CPUtime=1.54
/proc/11430/task/11440/stat : 11440 (java) S 11428 11430 11393 0 -1 64 6501 0 0 0 152 2 0 0 15 0 13 0 157800139 1524031488 45092 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11441] ppid=11428 vsize=1488312 CPUtime=0
/proc/11430/task/11441/stat : 11441 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157800139 1524031488 45092 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11442] ppid=11428 vsize=1488312 CPUtime=0
/proc/11430/task/11442/stat : 11442 (java) S 11428 11430 11393 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157800139 1524031488 45092 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11443] ppid=11428 vsize=1488312 CPUtime=0
/proc/11430/task/11443/stat : 11443 (java) S 11428 11430 11393 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 157800325 1524031488 45092 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.25
Current children cumulated vsize (KiB) 1488312

[startup+12.7012 s]
/proc/loadavg: 0.87 0.97 0.99 2/77 11443
/proc/meminfo: memFree=1238592/2055920 swapFree=4191900/4192956
[pid=11430] ppid=11428 vsize=1489336 CPUtime=16.44
/proc/11430/stat : 11430 (java) S 11428 11430 11393 0 -1 0 67631 0 1 0 1608 36 0 0 20 0 13 0 157800130 1525080064 51929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11430/statm: 372334 51929 1432 9 0 369677 0
[pid=11430/tid=11432] ppid=11428 vsize=1489336 CPUtime=11.08
/proc/11430/task/11432/stat : 11432 (java) R 11428 11430 11393 0 -1 64 31005 0 1 0 1091 17 0 0 19 0 13 0 157800131 1525080064 51929 1992294400 134512640 134550932 4294956000 18446744073709551615 4109798371 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11433] ppid=11428 vsize=1489336 CPUtime=0.52
/proc/11430/task/11433/stat : 11433 (java) S 11428 11430 11393 0 -1 64 7616 0 0 0 47 5 0 0 15 0 13 0 157800132 1525080064 51929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11434] ppid=11428 vsize=1489336 CPUtime=0.53
/proc/11430/task/11434/stat : 11434 (java) S 11428 11430 11393 0 -1 64 9766 0 0 0 49 4 0 0 16 0 13 0 157800132 1525080064 51929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11435] ppid=11428 vsize=1489336 CPUtime=0
/proc/11430/task/11435/stat : 11435 (java) S 11428 11430 11393 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 157800134 1525080064 51929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11436] ppid=11428 vsize=1489336 CPUtime=0
/proc/11430/task/11436/stat : 11436 (java) S 11428 11430 11393 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157800134 1525080064 51929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11437] ppid=11428 vsize=1489336 CPUtime=0
/proc/11430/task/11437/stat : 11437 (java) S 11428 11430 11393 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157800134 1525080064 51929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11438] ppid=11428 vsize=1489336 CPUtime=0
/proc/11430/task/11438/stat : 11438 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157800139 1525080064 51929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11439] ppid=11428 vsize=1489336 CPUtime=2.4
/proc/11430/task/11439/stat : 11439 (java) S 11428 11430 11393 0 -1 64 9766 0 0 0 236 4 0 0 17 0 13 0 157800139 1525080064 51929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11440] ppid=11428 vsize=1489336 CPUtime=1.85
/proc/11430/task/11440/stat : 11440 (java) S 11428 11430 11393 0 -1 64 8697 0 0 0 182 3 0 0 16 0 13 0 157800139 1525080064 51929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11441] ppid=11428 vsize=1489336 CPUtime=0
/proc/11430/task/11441/stat : 11441 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157800139 1525080064 51929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11442] ppid=11428 vsize=1489336 CPUtime=0
/proc/11430/task/11442/stat : 11442 (java) S 11428 11430 11393 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157800139 1525080064 51929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11443] ppid=11428 vsize=1489336 CPUtime=0
/proc/11430/task/11443/stat : 11443 (java) S 11428 11430 11393 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 157800325 1525080064 51929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.44
Current children cumulated vsize (KiB) 1489336

[startup+25.5023 s]
/proc/loadavg: 0.90 0.97 0.99 2/77 11443
/proc/meminfo: memFree=1233920/2055920 swapFree=4191900/4192956
[pid=11430] ppid=11428 vsize=1488936 CPUtime=29.38
/proc/11430/stat : 11430 (java) S 11428 11430 11393 0 -1 0 68868 0 1 0 2901 37 0 0 20 0 13 0 157800130 1524670464 52929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11430/statm: 372234 52929 1432 9 0 369577 0
[pid=11430/tid=11432] ppid=11428 vsize=1488936 CPUtime=23.79
/proc/11430/task/11432/stat : 11432 (java) R 11428 11430 11393 0 -1 64 31023 0 1 0 2362 17 0 0 25 0 13 0 157800131 1524670464 52929 1992294400 134512640 134550932 4294956000 18446744073709551615 4109781435 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11433] ppid=11428 vsize=1488936 CPUtime=0.59
/proc/11430/task/11433/stat : 11433 (java) S 11428 11430 11393 0 -1 64 8098 0 0 0 54 5 0 0 16 0 13 0 157800132 1524670464 52929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11434] ppid=11428 vsize=1488936 CPUtime=0.61
/proc/11430/task/11434/stat : 11434 (java) S 11428 11430 11393 0 -1 64 10503 0 0 0 57 4 0 0 16 0 13 0 157800132 1524670464 52929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11435] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11435/stat : 11435 (java) S 11428 11430 11393 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 157800134 1524670464 52929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11436] ppid=11428 vsize=1488936 CPUtime=0

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

[pid=11430] ppid=11428 vsize=1488936 CPUtime=1649.13
/proc/11430/stat : 11430 (java) S 11428 11430 11393 0 -1 0 105224 0 1 0 164769 144 0 0 20 0 13 0 157800130 1524670464 86360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11430/statm: 372234 86360 1436 9 0 369577 0
[pid=11430/tid=11432] ppid=11428 vsize=1488936 CPUtime=1555.48
/proc/11430/task/11432/stat : 11432 (java) R 11428 11430 11393 0 -1 64 32771 0 1 0 155521 27 0 0 18 0 13 0 157800131 1524670464 86360 1992294400 134512640 134550932 4294956000 18446744073709551615 4109985258 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11433] ppid=11428 vsize=1488936 CPUtime=44.33
/proc/11430/task/11433/stat : 11433 (java) S 11428 11430 11393 0 -1 64 26376 0 0 0 4377 56 0 0 17 0 13 0 157800132 1524670464 86360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11434] ppid=11428 vsize=1488936 CPUtime=44.38
/proc/11430/task/11434/stat : 11434 (java) S 11428 11430 11393 0 -1 64 26822 0 0 0 4402 36 0 0 16 0 13 0 157800132 1524670464 86360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11435] ppid=11428 vsize=1488936 CPUtime=0.39
/proc/11430/task/11435/stat : 11435 (java) S 11428 11430 11393 0 -1 64 40 0 0 0 26 13 0 0 16 0 13 0 157800134 1524670464 86360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11436] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11436/stat : 11436 (java) S 11428 11430 11393 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157800134 1524670464 86360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11437] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11437/stat : 11437 (java) S 11428 11430 11393 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157800134 1524670464 86360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11438] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11438/stat : 11438 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157800139 1524670464 86360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11439] ppid=11428 vsize=1488936 CPUtime=2.41
/proc/11430/task/11439/stat : 11439 (java) S 11428 11430 11393 0 -1 64 9766 0 0 0 237 4 0 0 16 0 13 0 157800139 1524670464 86360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11440] ppid=11428 vsize=1488936 CPUtime=2.07
/proc/11430/task/11440/stat : 11440 (java) S 11428 11430 11393 0 -1 64 8701 0 0 0 204 3 0 0 17 0 13 0 157800139 1524670464 86360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11441] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11441/stat : 11441 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157800139 1524670464 86360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11442] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11442/stat : 11442 (java) S 11428 11430 11393 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157800139 1524670464 86360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11443] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11443/stat : 11443 (java) S 11428 11430 11393 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 157800325 1524670464 86360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.13
Current children cumulated vsize (KiB) 1488936

[startup+1662.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/77 11443
/proc/meminfo: memFree=1095616/2055920 swapFree=4191900/4192956
[pid=11430] ppid=11428 vsize=1488936 CPUtime=1711.71
/proc/11430/stat : 11430 (java) S 11428 11430 11393 0 -1 0 106316 0 1 0 171021 150 0 0 20 0 13 0 157800130 1524670464 87385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11430/statm: 372234 87385 1436 9 0 369577 0
[pid=11430/tid=11432] ppid=11428 vsize=1488936 CPUtime=1612.83
/proc/11430/task/11432/stat : 11432 (java) R 11428 11430 11393 0 -1 64 32838 0 1 0 161256 27 0 0 21 0 13 0 157800131 1524670464 87385 1992294400 134512640 134550932 4294956000 18446744073709551615 4109517053 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11433] ppid=11428 vsize=1488936 CPUtime=46.95
/proc/11430/task/11433/stat : 11433 (java) S 11428 11430 11393 0 -1 64 26601 0 0 0 4638 57 0 0 17 0 13 0 157800132 1524670464 87385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11434] ppid=11428 vsize=1488936 CPUtime=46.98
/proc/11430/task/11434/stat : 11434 (java) S 11428 11430 11393 0 -1 64 27622 0 0 0 4657 41 0 0 16 0 13 0 157800132 1524670464 87385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11435] ppid=11428 vsize=1488936 CPUtime=0.41
/proc/11430/task/11435/stat : 11435 (java) S 11428 11430 11393 0 -1 64 40 0 0 0 27 14 0 0 16 0 13 0 157800134 1524670464 87385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11436] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11436/stat : 11436 (java) S 11428 11430 11393 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157800134 1524670464 87385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11437] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11437/stat : 11437 (java) S 11428 11430 11393 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157800134 1524670464 87385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11438] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11438/stat : 11438 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157800139 1524670464 87385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11439] ppid=11428 vsize=1488936 CPUtime=2.41
/proc/11430/task/11439/stat : 11439 (java) S 11428 11430 11393 0 -1 64 9766 0 0 0 237 4 0 0 16 0 13 0 157800139 1524670464 87385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11440] ppid=11428 vsize=1488936 CPUtime=2.07
/proc/11430/task/11440/stat : 11440 (java) S 11428 11430 11393 0 -1 64 8701 0 0 0 204 3 0 0 17 0 13 0 157800139 1524670464 87385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11441] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11441/stat : 11441 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157800139 1524670464 87385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11442] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11442/stat : 11442 (java) S 11428 11430 11393 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157800139 1524670464 87385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11443] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11443/stat : 11443 (java) S 11428 11430 11393 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 157800325 1524670464 87385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.71
Current children cumulated vsize (KiB) 1488936

[startup+1722.3 s]
/proc/loadavg: 1.08 1.04 1.01 2/77 11443
/proc/meminfo: memFree=1091712/2055920 swapFree=4191900/4192956
[pid=11430] ppid=11428 vsize=1488936 CPUtime=1774.3
/proc/11430/stat : 11430 (java) S 11428 11430 11393 0 -1 0 107351 0 1 0 177272 158 0 0 20 0 13 0 157800130 1524670464 88345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11430/statm: 372234 88345 1436 9 0 369577 0
[pid=11430/tid=11432] ppid=11428 vsize=1488936 CPUtime=1670.18
/proc/11430/task/11432/stat : 11432 (java) R 11428 11430 11393 0 -1 64 32904 0 1 0 166990 28 0 0 22 0 13 0 157800131 1524670464 88345 1992294400 134512640 134550932 4294956000 18446744073709551615 4109518275 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11433] ppid=11428 vsize=1488936 CPUtime=49.56
/proc/11430/task/11433/stat : 11433 (java) S 11428 11430 11393 0 -1 64 26883 0 0 0 4899 57 0 0 16 0 13 0 157800132 1524670464 88345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11434] ppid=11428 vsize=1488936 CPUtime=49.6
/proc/11430/task/11434/stat : 11434 (java) S 11428 11430 11393 0 -1 64 28308 0 0 0 4912 48 0 0 16 0 13 0 157800132 1524670464 88345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11435] ppid=11428 vsize=1488936 CPUtime=0.42
/proc/11430/task/11435/stat : 11435 (java) S 11428 11430 11393 0 -1 64 41 0 0 0 28 14 0 0 16 0 13 0 157800134 1524670464 88345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11436] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11436/stat : 11436 (java) S 11428 11430 11393 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157800134 1524670464 88345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11437] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11437/stat : 11437 (java) S 11428 11430 11393 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157800134 1524670464 88345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11438] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11438/stat : 11438 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157800139 1524670464 88345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11439] ppid=11428 vsize=1488936 CPUtime=2.41
/proc/11430/task/11439/stat : 11439 (java) S 11428 11430 11393 0 -1 64 9766 0 0 0 237 4 0 0 16 0 13 0 157800139 1524670464 88345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11440] ppid=11428 vsize=1488936 CPUtime=2.07
/proc/11430/task/11440/stat : 11440 (java) S 11428 11430 11393 0 -1 64 8701 0 0 0 204 3 0 0 17 0 13 0 157800139 1524670464 88345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11441] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11441/stat : 11441 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157800139 1524670464 88345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11442] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11442/stat : 11442 (java) S 11428 11430 11393 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157800139 1524670464 88345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11443] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11443/stat : 11443 (java) S 11428 11430 11393 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 157800325 1524670464 88345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.3
Current children cumulated vsize (KiB) 1488936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1747 s]
/proc/loadavg: 1.05 1.04 1.00 2/77 11443
/proc/meminfo: memFree=1090048/2055920 swapFree=4191900/4192956
[pid=11430] ppid=11428 vsize=1488936 CPUtime=1800.06
/proc/11430/stat : 11430 (java) S 11428 11430 11393 0 -1 0 107790 0 1 0 179846 160 0 0 20 0 13 0 157800130 1524670464 88754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11430/statm: 372234 88754 1436 9 0 369577 0
[pid=11430/tid=11432] ppid=11428 vsize=1488936 CPUtime=1693.78
/proc/11430/task/11432/stat : 11432 (java) R 11428 11430 11393 0 -1 64 32931 0 1 0 169350 28 0 0 17 0 13 0 157800131 1524670464 88754 1992294400 134512640 134550932 4294956000 18446744073709551615 4109496927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11433] ppid=11428 vsize=1488936 CPUtime=50.64
/proc/11430/task/11433/stat : 11433 (java) S 11428 11430 11393 0 -1 64 27050 0 0 0 5007 57 0 0 17 0 13 0 157800132 1524670464 88754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11434] ppid=11428 vsize=1488936 CPUtime=50.67
/proc/11430/task/11434/stat : 11434 (java) S 11428 11430 11393 0 -1 64 28553 0 0 0 5018 49 0 0 16 0 13 0 157800132 1524670464 88754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11435] ppid=11428 vsize=1488936 CPUtime=0.43
/proc/11430/task/11435/stat : 11435 (java) S 11428 11430 11393 0 -1 64 41 0 0 0 28 15 0 0 16 0 13 0 157800134 1524670464 88754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11436] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11436/stat : 11436 (java) S 11428 11430 11393 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157800134 1524670464 88754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11437] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11437/stat : 11437 (java) S 11428 11430 11393 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157800134 1524670464 88754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11438] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11438/stat : 11438 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157800139 1524670464 88754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11439] ppid=11428 vsize=1488936 CPUtime=2.41
/proc/11430/task/11439/stat : 11439 (java) S 11428 11430 11393 0 -1 64 9766 0 0 0 237 4 0 0 16 0 13 0 157800139 1524670464 88754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11440] ppid=11428 vsize=1488936 CPUtime=2.07
/proc/11430/task/11440/stat : 11440 (java) S 11428 11430 11393 0 -1 64 8701 0 0 0 204 3 0 0 17 0 13 0 157800139 1524670464 88754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11441] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11441/stat : 11441 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157800139 1524670464 88754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11442] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11442/stat : 11442 (java) S 11428 11430 11393 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157800139 1524670464 88754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11443] ppid=11428 vsize=1488936 CPUtime=0
/proc/11430/task/11443/stat : 11443 (java) S 11428 11430 11393 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 157800325 1524670464 88754 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) 1488936

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

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

[startup+1747.11 s]
/proc/loadavg: 1.05 1.04 1.00 2/77 11443
/proc/meminfo: memFree=1090048/2055920 swapFree=4191900/4192956
[pid=11430] ppid=11428 vsize=1489584 CPUtime=1800.24
/proc/11430/stat : 11430 (java) S 11428 11430 11393 0 -1 0 107815 0 1 0 179863 161 0 0 16 0 14 0 157800130 1525334016 88779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11430/statm: 372396 88779 1439 9 0 369739 0
[pid=11430/tid=11432] ppid=11428 vsize=1489584 CPUtime=1693.89
/proc/11430/task/11432/stat : 11432 (java) R 11428 11430 11393 0 -1 64 32931 0 1 0 169361 28 0 0 18 0 14 0 157800131 1525334016 88779 1992294400 134512640 134550932 4294956000 18446744073709551615 4109781462 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11433] ppid=11428 vsize=1489584 CPUtime=50.64
/proc/11430/task/11433/stat : 11433 (java) S 11428 11430 11393 0 -1 64 27050 0 0 0 5007 57 0 0 17 0 14 0 157800132 1525334016 88779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11434] ppid=11428 vsize=1489584 CPUtime=50.67
/proc/11430/task/11434/stat : 11434 (java) S 11428 11430 11393 0 -1 64 28553 0 0 0 5018 49 0 0 16 0 14 0 157800132 1525334016 88779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11435] ppid=11428 vsize=1489584 CPUtime=0.43
/proc/11430/task/11435/stat : 11435 (java) S 11428 11430 11393 0 -1 64 41 0 0 0 28 15 0 0 16 0 14 0 157800134 1525334016 88779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11436] ppid=11428 vsize=1489584 CPUtime=0
/proc/11430/task/11436/stat : 11436 (java) S 11428 11430 11393 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 157800134 1525334016 88779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11437] ppid=11428 vsize=1489584 CPUtime=0
/proc/11430/task/11437/stat : 11437 (java) S 11428 11430 11393 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 157800134 1525334016 88779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11438] ppid=11428 vsize=1489584 CPUtime=0
/proc/11430/task/11438/stat : 11438 (java) S 11428 11430 11393 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 157800139 1525334016 88779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11439] ppid=11428 vsize=1489584 CPUtime=2.41
/proc/11430/task/11439/stat : 11439 (java) S 11428 11430 11393 0 -1 64 9766 0 0 0 237 4 0 0 16 0 14 0 157800139 1525334016 88779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11440] ppid=11428 vsize=1489584 CPUtime=2.1
/proc/11430/task/11440/stat : 11440 (java) S 11428 11430 11393 0 -1 64 8703 0 0 0 207 3 0 0 17 0 14 0 157800139 1525334016 88779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11441] ppid=11428 vsize=1489584 CPUtime=0
/proc/11430/task/11441/stat : 11441 (java) S 11428 11430 11393 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 157800139 1525334016 88779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11430/tid=11442] ppid=11428 vsize=1489584 CPUtime=0
/proc/11430/task/11442/stat : 11442 (java) S 11428 11430 11393 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 157800139 1525334016 88779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11430/tid=11443] ppid=11428 vsize=1489584 CPUtime=0
/proc/11430/task/11443/stat : 11443 (java) S 11428 11430 11393 0 -1 64 5 0 0 0 0 0 0 0 22 0 14 0 157800325 1525334016 88779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1489584

Child status: 143
Real time (s): 1747.19
CPU time (s): 1800.32
CPU user time (s): 1798.66
CPU system time (s): 1.66675
CPU usage (%): 103.041
Max. virtual memory (cumulated for all children) (KiB): 1493756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.66675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107815
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= 50404
involuntary context switches= 25601

runsolver used 1.89771 second user time and 4.66729 second system time

The end

Launcher Data

Begin job on node34 at 2009-06-13 16:06:49
IDJOB=1856094
IDBENCH=2343
IDSOLVER=681
FILE ID=node34/1856094-1244902008
PBS_JOBID= 9354496
Free space on /tmp= 66324 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-railway_8_1_0.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-1856094-1244902008/watcher-1856094-1244902008 -o /tmp/evaluation-result-1856094-1244902008/solver-1856094-1244902008 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856094-1244902008.opb

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

MD5SUM BENCH= 14e0de9f4556c57c4cf25980f23fb0f1
RANDOM SEED=1138303853

node34.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1441536 kB
Buffers:         63416 kB
Cached:         477208 kB
SwapCached:        384 kB
Active:          47088 kB
Inactive:       506888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1441536 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2368 kB
Writeback:           0 kB
Mapped:          21672 kB
Slab:            46512 kB
Committed_AS:   130140 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66324 MiB
End job on node34 at 2009-06-13 16:35:58