Trace number 1856299

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 Resolution 2.1.1? (TO) 1801.56 1786.87

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scorpion.opb
MD5SUM5969f09e744b158004f0e27c746edfe9
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 variables10740
Total number of constraints377
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 constraints377
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 8460
Biggest coefficient in the objective function 10788957847552
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 603693086370759
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 33554432000000
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 603693086370759
Number of bits of the biggest sum of numbers50
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.1.1.v20090612
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1856299-1244907411.opb
0.22/0.21	c reading problem ... 
1.85/1.17	c ... done. Wall clock time 0.964s.
1.85/1.17	c #vars     10740
1.85/1.17	c #constraints  2393
1.85/1.17	c constraints type 
1.85/1.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 644
1800.03/1786.01	c starts		: 24
1800.03/1786.01	c conflicts		: 2916961
1800.03/1786.01	c decisions		: 3049032
1800.03/1786.01	c propagations		: 28141260
1800.03/1786.01	c inspects		: 2797374966
1800.03/1786.01	c learnt literals	: 121
1800.03/1786.01	c learnt binary clauses	: 342
1800.03/1786.01	c learnt ternary clauses	: 723
1800.03/1786.01	c learnt clauses	: 2916840
1800.03/1786.01	c ignored clauses	: 0
1800.03/1786.01	c root simplifications	: 0
1800.03/1786.01	c removed literals (reason simplification)	: 99397154
1800.03/1786.01	c reason swapping (by a shorter reason)	: 0
1800.03/1786.01	c Calls to reduceDB	: 0
1800.03/1786.01	c speed (assignments/second)	: 15766.857141576515
1800.03/1786.01	c non guided choices	53355
1801.21/1786.68	c learnt constraints type 
1801.21/1786.68	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 2918752
1801.21/1786.68	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 343
1801.21/1786.68	c constraints type 
1801.21/1786.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 644
1801.21/1786.68	s UNKNOWN
1801.21/1786.68	c Total wall clock time (in seconds): 1786.469

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-1856299-1244907411/watcher-1856299-1244907411 -o /tmp/evaluation-result-1856299-1244907411/solver-1856299-1244907411 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856299-1244907411.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.93 0.98 0.99 3/64 15934
/proc/meminfo: memFree=1311328/2055920 swapFree=4192044/4192956
[pid=15934] ppid=15932 vsize=152 CPUtime=0
/proc/15934/stat : 15934 (java) R 15932 15934 15897 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 158338308 155648 26 1992294400 134512640 134550932 4294956016 18446744073709551615 8605995 0 0 4096 0 0 0 0 17 1 0 0
/proc/15934/statm: 38 26 19 9 0 4 0

[startup+0.0244461 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 15934
/proc/meminfo: memFree=1311328/2055920 swapFree=4192044/4192956
[pid=15934] ppid=15932 vsize=1466792 CPUtime=0.01
/proc/15934/stat : 15934 (java) S 15932 15934 15897 0 -1 0 2368 0 1 0 0 1 0 0 18 0 4 0 158338308 1501995008 2117 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 366698 2117 464 9 0 364450 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1466792

[startup+0.102448 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 15934
/proc/meminfo: memFree=1311328/2055920 swapFree=4192044/4192956
[pid=15934] ppid=15932 vsize=1472584 CPUtime=0.08
/proc/15934/stat : 15934 (java) S 15932 15934 15897 0 -1 0 3661 0 1 0 6 2 0 0 18 0 12 0 158338308 1507926016 3404 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 368146 3404 1069 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.302476 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 15934
/proc/meminfo: memFree=1311328/2055920 swapFree=4192044/4192956
[pid=15934] ppid=15932 vsize=1475436 CPUtime=0.37
/proc/15934/stat : 15934 (java) S 15932 15934 15897 0 -1 0 5093 0 1 0 33 4 0 0 18 0 12 0 158338308 1510846464 4830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 368859 4831 1359 9 0 366202 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1475436

[startup+0.701525 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 15934
/proc/meminfo: memFree=1311328/2055920 swapFree=4192044/4192956
[pid=15934] ppid=15932 vsize=1477932 CPUtime=1.04
/proc/15934/stat : 15934 (java) S 15932 15934 15897 0 -1 0 7938 0 1 0 99 5 0 0 18 0 12 0 158338308 1513402368 7446 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 369483 7446 1399 9 0 366826 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1477932

[startup+1.50161 s]
/proc/loadavg: 1.09 1.02 1.01 3/76 15946
/proc/meminfo: memFree=1265408/2055920 swapFree=4192044/4192956
[pid=15934] ppid=15932 vsize=1487276 CPUtime=2.58
/proc/15934/stat : 15934 (java) S 15932 15934 15897 0 -1 0 21072 0 1 0 245 13 0 0 18 0 12 0 158338308 1522970624 17387 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 371819 17387 1421 9 0 369162 0
[pid=15934/tid=15936] ppid=15932 vsize=1487276 CPUtime=1.13
/proc/15934/task/15936/stat : 15936 (java) R 15932 15934 15897 0 -1 64 13124 0 1 0 105 8 0 0 18 0 12 0 158338309 1522970624 17387 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15937] ppid=15932 vsize=1487276 CPUtime=0
/proc/15934/task/15937/stat : 15937 (java) S 15932 15934 15897 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 158338310 1522970624 17387 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15938] ppid=15932 vsize=1487276 CPUtime=0
/proc/15934/task/15938/stat : 15938 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 158338310 1522970624 17387 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15939] ppid=15932 vsize=1487276 CPUtime=0
/proc/15934/task/15939/stat : 15939 (java) S 15932 15934 15897 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158338312 1522970624 17387 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15940] ppid=15932 vsize=1487276 CPUtime=0
/proc/15934/task/15940/stat : 15940 (java) S 15932 15934 15897 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 158338313 1522970624 17387 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15941] ppid=15932 vsize=1487276 CPUtime=0
/proc/15934/task/15941/stat : 15941 (java) S 15932 15934 15897 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 158338313 1522970624 17387 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15942] ppid=15932 vsize=1487276 CPUtime=0
/proc/15934/task/15942/stat : 15942 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 158338317 1522970624 17387 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15943] ppid=15932 vsize=1487276 CPUtime=0.89
/proc/15934/task/15943/stat : 15943 (java) R 15932 15934 15897 0 -1 64 5466 0 0 0 86 3 0 0 16 0 12 0 158338317 1522970624 17387 1992294400 134512640 134550932 4294956016 18446744073709551615 103859730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15944] ppid=15932 vsize=1487276 CPUtime=0.52
/proc/15934/task/15944/stat : 15944 (java) R 15932 15934 15897 0 -1 64 1738 0 0 0 52 0 0 0 17 0 12 0 158338317 1522970624 17387 1992294400 134512640 134550932 4294956016 18446744073709551615 106539606 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15945] ppid=15932 vsize=1487276 CPUtime=0
/proc/15934/task/15945/stat : 15945 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158338317 1522970624 17387 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15946] ppid=15932 vsize=1487276 CPUtime=0
/proc/15934/task/15946/stat : 15946 (java) R 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158338317 1522970624 17387 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1487276

[startup+3.10279 s]
/proc/loadavg: 1.09 1.02 1.01 3/77 15947
/proc/meminfo: memFree=1236728/2055920 swapFree=4192044/4192956
[pid=15934] ppid=15932 vsize=1487600 CPUtime=4.84
/proc/15934/stat : 15934 (java) S 15932 15934 15897 0 -1 0 31360 0 1 0 466 18 0 0 18 0 13 0 158338308 1523302400 27491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 371900 27492 1423 9 0 369243 0
[pid=15934/tid=15936] ppid=15932 vsize=1487600 CPUtime=2.58
/proc/15934/task/15936/stat : 15936 (java) R 15932 15934 15897 0 -1 64 23173 0 1 0 245 13 0 0 20 0 13 0 158338309 1523302400 27493 1992294400 134512640 134550932 4294956016 18446744073709551615 4109581452 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15937] ppid=15932 vsize=1487600 CPUtime=0
/proc/15934/task/15937/stat : 15937 (java) S 15932 15934 15897 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 158338310 1523302400 27494 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15938] ppid=15932 vsize=1487600 CPUtime=0
/proc/15934/task/15938/stat : 15938 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 158338310 1523302400 27495 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15939] ppid=15932 vsize=1487600 CPUtime=0
/proc/15934/task/15939/stat : 15939 (java) S 15932 15934 15897 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158338312 1523302400 27495 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15940] ppid=15932 vsize=1487600 CPUtime=0
/proc/15934/task/15940/stat : 15940 (java) S 15932 15934 15897 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 158338313 1523302400 27497 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15941] ppid=15932 vsize=1487600 CPUtime=0
/proc/15934/task/15941/stat : 15941 (java) S 15932 15934 15897 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 158338313 1523302400 27497 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15942] ppid=15932 vsize=1487600 CPUtime=0
/proc/15934/task/15942/stat : 15942 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158338317 1523302400 27498 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15943] ppid=15932 vsize=1487600 CPUtime=1.4
/proc/15934/task/15943/stat : 15943 (java) R 15932 15934 15897 0 -1 64 5647 0 0 0 137 3 0 0 16 0 13 0 158338317 1523302400 27498 1992294400 134512640 134550932 4294956016 18446744073709551615 103148469 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15944] ppid=15932 vsize=1487600 CPUtime=0.82
/proc/15934/task/15944/stat : 15944 (java) S 15932 15934 15897 0 -1 64 1793 0 0 0 82 0 0 0 15 0 13 0 158338317 1523302400 27499 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15945] ppid=15932 vsize=1487600 CPUtime=0
/proc/15934/task/15945/stat : 15945 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158338317 1523302400 27499 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15946] ppid=15932 vsize=1487600 CPUtime=0
/proc/15934/task/15946/stat : 15946 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158338317 1523302400 27500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15947] ppid=15932 vsize=1487600 CPUtime=0
/proc/15934/task/15947/stat : 15947 (java) S 15932 15934 15897 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158338464 1523302400 27501 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 1487600

[startup+6.30214 s]
/proc/loadavg: 1.09 1.02 1.01 2/77 15947
/proc/meminfo: memFree=1167224/2055920 swapFree=4192044/4192956
[pid=15934] ppid=15932 vsize=1487408 CPUtime=8.25
/proc/15934/stat : 15934 (java) S 15932 15934 15897 0 -1 0 43520 0 1 0 801 24 0 0 18 0 13 0 158338308 1523105792 39531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 371852 39531 1432 9 0 369195 0
[pid=15934/tid=15936] ppid=15932 vsize=1487408 CPUtime=5.69
/proc/15934/task/15936/stat : 15936 (java) R 15932 15934 15897 0 -1 64 30966 0 1 0 552 17 0 0 25 0 13 0 158338309 1523105792 39531 1992294400 134512640 134550932 4294956016 18446744073709551615 4109845999 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15937] ppid=15932 vsize=1487408 CPUtime=0.05
/proc/15934/task/15937/stat : 15937 (java) S 15932 15934 15897 0 -1 64 2091 0 0 0 5 0 0 0 17 0 13 0 158338310 1523105792 39531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15938] ppid=15932 vsize=1487408 CPUtime=0.06
/proc/15934/task/15938/stat : 15938 (java) S 15932 15934 15897 0 -1 64 2254 0 0 0 5 1 0 0 16 0 13 0 158338310 1523105792 39531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15939] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15939/stat : 15939 (java) S 15932 15934 15897 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158338312 1523105792 39531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15940] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15940/stat : 15940 (java) S 15932 15934 15897 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158338313 1523105792 39531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15941] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15941/stat : 15941 (java) S 15932 15934 15897 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158338313 1523105792 39531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15942] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15942/stat : 15942 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158338317 1523105792 39531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15943] ppid=15932 vsize=1487408 CPUtime=1.54
/proc/15934/task/15943/stat : 15943 (java) S 15932 15934 15897 0 -1 64 5656 0 0 0 151 3 0 0 15 0 13 0 158338317 1523105792 39531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15944] ppid=15932 vsize=1487408 CPUtime=0.85
/proc/15934/task/15944/stat : 15944 (java) S 15932 15934 15897 0 -1 64 1795 0 0 0 85 0 0 0 16 0 13 0 158338317 1523105792 39531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15945] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15945/stat : 15945 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158338317 1523105792 39531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15946] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15946/stat : 15946 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158338317 1523105792 39531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15947] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15947/stat : 15947 (java) S 15932 15934 15897 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158338464 1523105792 39531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.25
Current children cumulated vsize (KiB) 1487408

[startup+12.7028 s]
/proc/loadavg: 1.08 1.02 1.00 2/77 15947
/proc/meminfo: memFree=1150200/2055920 swapFree=4192044/4192956
[pid=15934] ppid=15932 vsize=1487408 CPUtime=14.72
/proc/15934/stat : 15934 (java) S 15932 15934 15897 0 -1 0 45468 0 1 0 1447 25 0 0 18 0 13 0 158338308 1523105792 41455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 371852 41455 1432 9 0 369195 0
[pid=15934/tid=15936] ppid=15932 vsize=1487408 CPUtime=12.01
/proc/15934/task/15936/stat : 15936 (java) R 15932 15934 15897 0 -1 64 30969 0 1 0 1184 17 0 0 25 0 13 0 158338309 1523105792 41455 1992294400 134512640 134550932 4294956016 18446744073709551615 4109743934 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15937] ppid=15932 vsize=1487408 CPUtime=0.13
/proc/15934/task/15937/stat : 15937 (java) S 15932 15934 15897 0 -1 64 3075 0 0 0 12 1 0 0 17 0 13 0 158338310 1523105792 41455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15938] ppid=15932 vsize=1487408 CPUtime=0.13
/proc/15934/task/15938/stat : 15938 (java) S 15932 15934 15897 0 -1 64 3209 0 0 0 12 1 0 0 16 0 13 0 158338310 1523105792 41455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15939] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15939/stat : 15939 (java) S 15932 15934 15897 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 158338312 1523105792 41455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15940] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15940/stat : 15940 (java) S 15932 15934 15897 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158338313 1523105792 41455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15941] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15941/stat : 15941 (java) S 15932 15934 15897 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158338313 1523105792 41455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15942] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15942/stat : 15942 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158338317 1523105792 41455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15943] ppid=15932 vsize=1487408 CPUtime=1.54
/proc/15934/task/15943/stat : 15943 (java) S 15932 15934 15897 0 -1 64 5656 0 0 0 151 3 0 0 15 0 13 0 158338317 1523105792 41455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15944] ppid=15932 vsize=1487408 CPUtime=0.85
/proc/15934/task/15944/stat : 15944 (java) S 15932 15934 15897 0 -1 64 1795 0 0 0 85 0 0 0 16 0 13 0 158338317 1523105792 41455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15945] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15945/stat : 15945 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158338317 1523105792 41455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15946] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15946/stat : 15946 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158338317 1523105792 41455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15947] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15947/stat : 15947 (java) S 15932 15934 15897 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158338464 1523105792 41455 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.72
Current children cumulated vsize (KiB) 1487408

[startup+25.5023 s]
/proc/loadavg: 1.07 1.01 1.00 2/77 15947
/proc/meminfo: memFree=1117624/2055920 swapFree=4192044/4192956
[pid=15934] ppid=15932 vsize=1487408 CPUtime=27.76
/proc/15934/stat : 15934 (java) S 15932 15934 15897 0 -1 0 54374 0 1 0 2746 30 0 0 18 0 13 0 158338308 1523105792 49624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 371852 49624 1432 9 0 369195 0
[pid=15934/tid=15936] ppid=15932 vsize=1487408 CPUtime=24.57
/proc/15934/task/15936/stat : 15936 (java) R 15932 15934 15897 0 -1 64 30976 0 1 0 2440 17 0 0 25 0 13 0 158338309 1523105792 49624 1992294400 134512640 134550932 4294956016 18446744073709551615 4109890892 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15937] ppid=15932 vsize=1487408 CPUtime=0.36
/proc/15934/task/15937/stat : 15937 (java) S 15932 15934 15897 0 -1 64 7300 0 0 0 33 3 0 0 17 0 13 0 158338310 1523105792 49624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15938] ppid=15932 vsize=1487408 CPUtime=0.36
/proc/15934/task/15938/stat : 15938 (java) S 15932 15934 15897 0 -1 64 7876 0 0 0 32 4 0 0 16 0 13 0 158338310 1523105792 49624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15939] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15939/stat : 15939 (java) S 15932 15934 15897 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 158338312 1523105792 49624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15940] ppid=15932 vsize=1487408 CPUtime=0

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

[pid=15934/tid=15941] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15941/stat : 15941 (java) S 15932 15934 15897 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158338313 1523105792 253200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15942] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15942/stat : 15942 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158338317 1523105792 253200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15943] ppid=15932 vsize=1487408 CPUtime=1.56
/proc/15934/task/15943/stat : 15943 (java) S 15932 15934 15897 0 -1 64 5657 0 0 0 153 3 0 0 16 0 13 0 158338317 1523105792 253200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15944] ppid=15932 vsize=1487408 CPUtime=0.85
/proc/15934/task/15944/stat : 15944 (java) S 15932 15934 15897 0 -1 64 1795 0 0 0 85 0 0 0 16 0 13 0 158338317 1523105792 253200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15945] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15945/stat : 15945 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158338317 1523105792 253200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15946] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15946/stat : 15946 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158338317 1523105792 253200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15947] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15947/stat : 15947 (java) S 15932 15934 15897 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158338464 1523105792 253200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.44
Current children cumulated vsize (KiB) 1487408

[startup+1782.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 15955
/proc/meminfo: memFree=266360/2055920 swapFree=4192044/4192956
[pid=15934] ppid=15932 vsize=1487408 CPUtime=1796.23
/proc/15934/stat : 15934 (java) S 15932 15934 15897 0 -1 0 281572 0 1 0 179479 144 0 0 18 0 13 0 158338308 1523105792 261925 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 371852 261925 1432 9 0 369195 0
[pid=15934/tid=15936] ppid=15932 vsize=1487408 CPUtime=1766.5
/proc/15934/task/15936/stat : 15936 (java) R 15932 15934 15897 0 -1 64 31186 0 1 0 176630 20 0 0 25 0 13 0 158338309 1523105792 261925 1992294400 134512640 134550932 4294956016 18446744073709551615 4109743600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15937] ppid=15932 vsize=1487408 CPUtime=13.44
/proc/15934/task/15937/stat : 15937 (java) S 15932 15934 15897 0 -1 64 126265 0 0 0 1285 59 0 0 17 0 13 0 158338310 1523105792 261925 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15938] ppid=15932 vsize=1487408 CPUtime=13.79
/proc/15934/task/15938/stat : 15938 (java) S 15932 15934 15897 0 -1 64 115899 0 0 0 1321 58 0 0 16 0 13 0 158338310 1523105792 261925 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15939] ppid=15932 vsize=1487408 CPUtime=0.03
/proc/15934/task/15939/stat : 15939 (java) S 15932 15934 15897 0 -1 64 23 0 0 0 2 1 0 0 16 0 13 0 158338312 1523105792 261925 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15940] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15940/stat : 15940 (java) S 15932 15934 15897 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158338313 1523105792 261925 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15941] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15941/stat : 15941 (java) S 15932 15934 15897 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158338313 1523105792 261925 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15942] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15942/stat : 15942 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158338317 1523105792 261925 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15943] ppid=15932 vsize=1487408 CPUtime=1.56
/proc/15934/task/15943/stat : 15943 (java) S 15932 15934 15897 0 -1 64 5657 0 0 0 153 3 0 0 16 0 13 0 158338317 1523105792 261925 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15944] ppid=15932 vsize=1487408 CPUtime=0.85
/proc/15934/task/15944/stat : 15944 (java) S 15932 15934 15897 0 -1 64 1795 0 0 0 85 0 0 0 16 0 13 0 158338317 1523105792 261925 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15945] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15945/stat : 15945 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158338317 1523105792 261925 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15946] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15946/stat : 15946 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158338317 1523105792 261925 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15947] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15947/stat : 15947 (java) S 15932 15934 15897 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158338464 1523105792 261925 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.23
Current children cumulated vsize (KiB) 1487408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 15955
/proc/meminfo: memFree=262584/2055920 swapFree=4192044/4192956
[pid=15934] ppid=15932 vsize=1487408 CPUtime=1800.03
/proc/15934/stat : 15934 (java) S 15932 15934 15897 0 -1 0 282643 0 1 0 179858 145 0 0 18 0 13 0 158338308 1523105792 262852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 371852 262852 1432 9 0 369195 0
[pid=15934/tid=15936] ppid=15932 vsize=1487408 CPUtime=1770.09
/proc/15934/task/15936/stat : 15936 (java) R 15932 15934 15897 0 -1 64 31187 0 1 0 176989 20 0 0 25 0 13 0 158338309 1523105792 262852 1992294400 134512640 134550932 4294956016 18446744073709551615 4109910234 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15937] ppid=15932 vsize=1487408 CPUtime=13.53
/proc/15934/task/15937/stat : 15937 (java) S 15932 15934 15897 0 -1 64 126967 0 0 0 1294 59 0 0 16 0 13 0 158338310 1523105792 262852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15938] ppid=15932 vsize=1487408 CPUtime=13.9
/proc/15934/task/15938/stat : 15938 (java) S 15932 15934 15897 0 -1 64 116267 0 0 0 1332 58 0 0 17 0 13 0 158338310 1523105792 262852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15939] ppid=15932 vsize=1487408 CPUtime=0.03
/proc/15934/task/15939/stat : 15939 (java) S 15932 15934 15897 0 -1 64 23 0 0 0 2 1 0 0 16 0 13 0 158338312 1523105792 262852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15940] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15940/stat : 15940 (java) S 15932 15934 15897 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158338313 1523105792 262852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15941] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15941/stat : 15941 (java) S 15932 15934 15897 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158338313 1523105792 262852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15942] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15942/stat : 15942 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158338317 1523105792 262852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15943] ppid=15932 vsize=1487408 CPUtime=1.56
/proc/15934/task/15943/stat : 15943 (java) S 15932 15934 15897 0 -1 64 5657 0 0 0 153 3 0 0 16 0 13 0 158338317 1523105792 262852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15944] ppid=15932 vsize=1487408 CPUtime=0.85
/proc/15934/task/15944/stat : 15944 (java) S 15932 15934 15897 0 -1 64 1795 0 0 0 85 0 0 0 16 0 13 0 158338317 1523105792 262852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15945] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15945/stat : 15945 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158338317 1523105792 262852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15946] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15946/stat : 15946 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158338317 1523105792 262852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15947] ppid=15932 vsize=1487408 CPUtime=0
/proc/15934/task/15947/stat : 15947 (java) S 15932 15934 15897 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158338464 1523105792 262852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1487408

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

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

[startup+1786.2 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 15955
/proc/meminfo: memFree=262584/2055920 swapFree=4192044/4192956
[pid=15934] ppid=15932 vsize=1488056 CPUtime=1800.41
/proc/15934/stat : 15934 (java) S 15932 15934 15897 0 -1 0 282663 0 1 0 179896 145 0 0 16 0 15 0 158338308 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 372014 262872 1434 9 0 369357 0
[pid=15934/tid=15936] ppid=15932 vsize=1488056 CPUtime=1770.28
/proc/15934/task/15936/stat : 15936 (java) R 15932 15934 15897 0 -1 64 31187 0 1 0 177008 20 0 0 25 0 15 0 158338309 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4109874330 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15937] ppid=15932 vsize=1488056 CPUtime=13.53
/proc/15934/task/15937/stat : 15937 (java) S 15932 15934 15897 0 -1 64 126967 0 0 0 1294 59 0 0 16 0 15 0 158338310 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15938] ppid=15932 vsize=1488056 CPUtime=13.9
/proc/15934/task/15938/stat : 15938 (java) S 15932 15934 15897 0 -1 64 116267 0 0 0 1332 58 0 0 17 0 15 0 158338310 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15939] ppid=15932 vsize=1488056 CPUtime=0.03
/proc/15934/task/15939/stat : 15939 (java) S 15932 15934 15897 0 -1 64 23 0 0 0 2 1 0 0 16 0 15 0 158338312 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15940] ppid=15932 vsize=1488056 CPUtime=0
/proc/15934/task/15940/stat : 15940 (java) S 15932 15934 15897 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 158338313 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15941] ppid=15932 vsize=1488056 CPUtime=0
/proc/15934/task/15941/stat : 15941 (java) S 15932 15934 15897 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 158338313 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15942] ppid=15932 vsize=1488056 CPUtime=0
/proc/15934/task/15942/stat : 15942 (java) S 15932 15934 15897 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 158338317 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15943] ppid=15932 vsize=1488056 CPUtime=1.59
/proc/15934/task/15943/stat : 15943 (java) S 15932 15934 15897 0 -1 64 5659 0 0 0 156 3 0 0 17 0 15 0 158338317 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15944] ppid=15932 vsize=1488056 CPUtime=0.85
/proc/15934/task/15944/stat : 15944 (java) S 15932 15934 15897 0 -1 64 1795 0 0 0 85 0 0 0 16 0 15 0 158338317 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15945] ppid=15932 vsize=1488056 CPUtime=0
/proc/15934/task/15945/stat : 15945 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 24 0 15 0 158338317 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15946] ppid=15932 vsize=1488056 CPUtime=0
/proc/15934/task/15946/stat : 15946 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 158338317 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15947] ppid=15932 vsize=1488056 CPUtime=0
/proc/15934/task/15947/stat : 15947 (java) S 15932 15934 15897 0 -1 64 5 0 0 0 0 0 0 0 19 0 15 0 158338464 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 1488056

[startup+1786.6 s]
/proc/loadavg: 1.01 1.02 1.00 3/80 15958
/proc/meminfo: memFree=262560/2055920 swapFree=4192044/4192956
[pid=15934] ppid=15932 vsize=1488056 CPUtime=1801.21
/proc/15934/stat : 15934 (java) S 15932 15934 15897 0 -1 0 282663 0 1 0 179976 145 0 0 16 0 15 0 158338308 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 372014 262872 1434 9 0 369357 0
[pid=15934/tid=15936] ppid=15932 vsize=1488056 CPUtime=1770.68
/proc/15934/task/15936/stat : 15936 (java) R 15932 15934 15897 0 -1 64 31187 0 1 0 177048 20 0 0 25 0 15 0 158338309 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4109890941 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15937] ppid=15932 vsize=1488056 CPUtime=13.53
/proc/15934/task/15937/stat : 15937 (java) S 15932 15934 15897 0 -1 64 126967 0 0 0 1294 59 0 0 16 0 15 0 158338310 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15938] ppid=15932 vsize=1488056 CPUtime=13.9
/proc/15934/task/15938/stat : 15938 (java) S 15932 15934 15897 0 -1 64 116267 0 0 0 1332 58 0 0 17 0 15 0 158338310 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15939] ppid=15932 vsize=1488056 CPUtime=0.03
/proc/15934/task/15939/stat : 15939 (java) S 15932 15934 15897 0 -1 64 23 0 0 0 2 1 0 0 16 0 15 0 158338312 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15940] ppid=15932 vsize=1488056 CPUtime=0
/proc/15934/task/15940/stat : 15940 (java) S 15932 15934 15897 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 158338313 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15941] ppid=15932 vsize=1488056 CPUtime=0
/proc/15934/task/15941/stat : 15941 (java) S 15932 15934 15897 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 158338313 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15942] ppid=15932 vsize=1488056 CPUtime=0
/proc/15934/task/15942/stat : 15942 (java) S 15932 15934 15897 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 158338317 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15943] ppid=15932 vsize=1488056 CPUtime=1.59
/proc/15934/task/15943/stat : 15943 (java) S 15932 15934 15897 0 -1 64 5659 0 0 0 156 3 0 0 17 0 15 0 158338317 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15944] ppid=15932 vsize=1488056 CPUtime=0.85
/proc/15934/task/15944/stat : 15944 (java) S 15932 15934 15897 0 -1 64 1795 0 0 0 85 0 0 0 16 0 15 0 158338317 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15945] ppid=15932 vsize=1488056 CPUtime=0
/proc/15934/task/15945/stat : 15945 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 24 0 15 0 158338317 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15946] ppid=15932 vsize=1488056 CPUtime=0
/proc/15934/task/15946/stat : 15946 (java) S 15932 15934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 158338317 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15947] ppid=15932 vsize=1488056 CPUtime=0
/proc/15934/task/15947/stat : 15947 (java) S 15932 15934 15897 0 -1 64 5 0 0 0 0 0 0 0 19 0 15 0 158338464 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15934/tid=15957] ppid=15932 vsize=1488056 CPUtime=0
/proc/15934/task/15957/stat : 15957 (java) S 15932 15934 15897 0 -1 64 7 0 0 0 0 0 0 0 19 0 15 0 158516910 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15958] ppid=15932 vsize=1488056 CPUtime=0.54
/proc/15934/task/15958/stat : 15958 (java) R 15932 15934 15897 0 -1 64 7 0 0 0 54 0 0 0 24 0 15 0 158516910 1523769344 262872 1992294400 134512640 134550932 4294956016 18446744073709551615 4109855472 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.21
Current children cumulated vsize (KiB) 1488056

[startup+1786.8 s]
/proc/loadavg: 1.01 1.02 1.00 3/80 15958
/proc/meminfo: memFree=262560/2055920 swapFree=4192044/4192956
[pid=15934] ppid=15932 vsize=0 CPUtime=1801.49
/proc/15934/stat : 15934 (java) Z 15932 15934 15897 0 -1 1036 282666 0 1 0 179994 155 0 0 15 0 2 0 158338308 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.49
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.87
CPU time (s): 1801.56
CPU user time (s): 1799.94
CPU system time (s): 1.62175
CPU usage (%): 100.822
Max. virtual memory (cumulated for all children) (KiB): 1489388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 1.62175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282666
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= 39868
involuntary context switches= 8531

runsolver used 2.03569 second user time and 4.79027 second system time

The end

Launcher Data

Begin job on node38 at 2009-06-13 17:36:51
IDJOB=1856299
IDBENCH=2446
IDSOLVER=682
FILE ID=node38/1856299-1244907411
PBS_JOBID= 9354590
Free space on /tmp= 66280 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scorpion.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856299-1244907411/watcher-1856299-1244907411 -o /tmp/evaluation-result-1856299-1244907411/solver-1856299-1244907411 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856299-1244907411.opb

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

MD5SUM BENCH= 5969f09e744b158004f0e27c746edfe9
RANDOM SEED=769043556

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1311744 kB
Buffers:         78864 kB
Cached:         564308 kB
SwapCached:        448 kB
Active:          52824 kB
Inactive:       603732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1311744 kB
SwapTotal:     4192956 kB
SwapFree:      4192044 kB
Dirty:            1240 kB
Writeback:           0 kB
Mapped:          22368 kB
Slab:            73568 kB
Committed_AS:   117092 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66280 MiB
End job on node38 at 2009-06-13 18:06:39