Trace number 1856277

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) 1800.42 1797.92

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-standata.opb
MD5SUM0fd8d82b89614ba6aec45b78f4728905
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 variables30004
Total number of constraints455
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 constraints455
Minimum length of a constraint11
Maximum length of a constraint22350
Number of terms in the objective function 210
Biggest coefficient in the objective function 53687091200
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 326417514192
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 77387257610240
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 2427818341201528
Number of bits of the biggest sum of numbers52
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	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.22	c Pseudo Boolean Optimization
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c MiniSAT restarts strategy
0.23/0.22	c Memory based learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-1856277-1244907074.opb
0.23/0.22	c reading problem ... 
2.36/1.58	c ... done. Wall clock time 1.363s.
2.36/1.58	c #vars     30004
2.36/1.58	c #constraints  12882
2.36/1.58	c constraints type 
2.36/1.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 615
1800.07/1797.71	c starts		: 20
1800.07/1797.71	c conflicts		: 467264
1800.07/1797.71	c decisions		: 555903
1800.07/1797.71	c propagations		: 27906512
1800.07/1797.71	c inspects		: 353501689
1800.07/1797.71	c learnt literals	: 45
1800.07/1797.71	c learnt binary clauses	: 55
1800.07/1797.71	c learnt ternary clauses	: 198
1800.07/1797.71	c learnt clauses	: 467219
1800.07/1797.71	c ignored clauses	: 0
1800.07/1797.71	c root simplifications	: 0
1800.07/1797.71	c removed literals (reason simplification)	: 20058333
1800.07/1797.71	c reason swapping (by a shorter reason)	: 0
1800.07/1797.71	c Calls to reduceDB	: 0
1800.07/1797.71	c speed (assignments/second)	: 15537.02541741109
1800.07/1797.71	c non guided choices	33659
1800.27/1797.84	c learnt constraints type 
1800.27/1797.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 467206
1800.27/1797.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 55
1800.27/1797.84	c constraints type 
1800.27/1797.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 615
1800.27/1797.84	s UNKNOWN
1800.27/1797.84	c Total wall clock time (in seconds): 1797.628

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18379
/proc/meminfo: memFree=1315384/2055920 swapFree=4192952/4192956
[pid=18379] ppid=18377 vsize=152 CPUtime=0
/proc/18379/stat : 18379 (java6) D 18377 18379 18250 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 43440384 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 10945316 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/18379/statm: 38 26 19 9 0 4 0

[startup+0.046895 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18379
/proc/meminfo: memFree=1315384/2055920 swapFree=4192952/4192956
[pid=18379] ppid=18377 vsize=1469440 CPUtime=0.03
/proc/18379/stat : 18379 (java) S 18377 18379 18250 0 -1 0 3112 0 1 0 2 1 0 0 18 0 5 0 43440384 1504706560 2859 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18379/statm: 367360 2859 978 9 0 364711 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1469440

[startup+0.102907 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18379
/proc/meminfo: memFree=1315384/2055920 swapFree=4192952/4192956
[pid=18379] ppid=18377 vsize=1472584 CPUtime=0.09
/proc/18379/stat : 18379 (java) S 18377 18379 18250 0 -1 0 3608 0 1 0 7 2 0 0 18 0 12 0 43440384 1507926016 3351 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18379/statm: 368146 3351 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301945 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18379
/proc/meminfo: memFree=1315384/2055920 swapFree=4192952/4192956
[pid=18379] ppid=18377 vsize=1475004 CPUtime=0.34
/proc/18379/stat : 18379 (java) S 18377 18379 18250 0 -1 0 5165 0 1 0 31 3 0 0 18 0 12 0 43440384 1510404096 4902 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18379/statm: 368751 4902 1353 9 0 366094 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475004

[startup+0.703028 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18379
/proc/meminfo: memFree=1315384/2055920 swapFree=4192952/4192956
[pid=18379] ppid=18377 vsize=1484008 CPUtime=1.09
/proc/18379/stat : 18379 (java) S 18377 18379 18250 0 -1 0 8917 0 1 0 105 4 0 0 18 0 12 0 43440384 1519624192 7959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18379/statm: 371002 7959 1400 9 0 368345 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1484008

[startup+1.50119 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 18391
/proc/meminfo: memFree=1272088/2055920 swapFree=4192952/4192956
[pid=18379] ppid=18377 vsize=1487108 CPUtime=2.36
/proc/18379/stat : 18379 (java) S 18377 18379 18250 0 -1 0 24873 0 1 0 224 12 0 0 18 0 12 0 43440384 1522798592 21269 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18379/statm: 371777 21269 1404 9 0 369120 0
[pid=18379/tid=18381] ppid=18377 vsize=1487108 CPUtime=1.13
/proc/18379/task/18381/stat : 18381 (java) R 18377 18379 18250 0 -1 64 16991 0 1 0 105 8 0 0 20 0 12 0 43440385 1522798592 21269 1992294400 134512640 134550932 4294956016 18446744073709551615 4109459847 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18382] ppid=18377 vsize=1487108 CPUtime=0
/proc/18379/task/18382/stat : 18382 (java) S 18377 18379 18250 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 43440386 1522798592 21269 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18383] ppid=18377 vsize=1487108 CPUtime=0
/proc/18379/task/18383/stat : 18383 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 43440386 1522798592 21269 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18384] ppid=18377 vsize=1487108 CPUtime=0
/proc/18379/task/18384/stat : 18384 (java) S 18377 18379 18250 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 43440388 1522798592 21269 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18385] ppid=18377 vsize=1487108 CPUtime=0
/proc/18379/task/18385/stat : 18385 (java) S 18377 18379 18250 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 43440389 1522798592 21269 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18386] ppid=18377 vsize=1487108 CPUtime=0
/proc/18379/task/18386/stat : 18386 (java) S 18377 18379 18250 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 43440389 1522798592 21269 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18387] ppid=18377 vsize=1487108 CPUtime=0
/proc/18379/task/18387/stat : 18387 (java) S 18377 18379 18250 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 43440393 1522798592 21269 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18388] ppid=18377 vsize=1487108 CPUtime=0.4
/proc/18379/task/18388/stat : 18388 (java) S 18377 18379 18250 0 -1 64 1573 0 0 0 40 0 0 0 16 0 12 0 43440393 1522798592 21269 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18389] ppid=18377 vsize=1487108 CPUtime=0.79
/proc/18379/task/18389/stat : 18389 (java) S 18377 18379 18250 0 -1 64 5570 0 0 0 77 2 0 0 17 0 12 0 43440393 1522798592 21269 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18390] ppid=18377 vsize=1487108 CPUtime=0
/proc/18379/task/18390/stat : 18390 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 43440393 1522798592 21269 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18391] ppid=18377 vsize=1487108 CPUtime=0
/proc/18379/task/18391/stat : 18391 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 43440393 1522798592 21269 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 1487108

[startup+3.10251 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18392
/proc/meminfo: memFree=1222928/2055920 swapFree=4192952/4192956
[pid=18379] ppid=18377 vsize=1487432 CPUtime=4.3
/proc/18379/stat : 18379 (java) S 18377 18379 18250 0 -1 0 29298 0 1 0 416 14 0 0 18 0 13 0 43440384 1523130368 25346 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18379/statm: 371858 25346 1416 9 0 369201 0
[pid=18379/tid=18381] ppid=18377 vsize=1487432 CPUtime=2.68
/proc/18379/task/18381/stat : 18381 (java) R 18377 18379 18250 0 -1 64 21018 0 1 0 258 10 0 0 25 0 13 0 43440385 1523130368 25346 1992294400 134512640 134550932 4294956016 18446744073709551615 4109700385 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18382] ppid=18377 vsize=1487432 CPUtime=0
/proc/18379/task/18382/stat : 18382 (java) S 18377 18379 18250 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 43440386 1523130368 25346 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18383] ppid=18377 vsize=1487432 CPUtime=0
/proc/18379/task/18383/stat : 18383 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 43440386 1523130368 25346 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18384] ppid=18377 vsize=1487432 CPUtime=0
/proc/18379/task/18384/stat : 18384 (java) S 18377 18379 18250 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 43440388 1523130368 25346 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18385] ppid=18377 vsize=1487432 CPUtime=0
/proc/18379/task/18385/stat : 18385 (java) S 18377 18379 18250 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 43440389 1523130368 25346 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18386] ppid=18377 vsize=1487432 CPUtime=0
/proc/18379/task/18386/stat : 18386 (java) S 18377 18379 18250 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 43440389 1523130368 25346 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18387] ppid=18377 vsize=1487432 CPUtime=0
/proc/18379/task/18387/stat : 18387 (java) S 18377 18379 18250 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43440393 1523130368 25346 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18388] ppid=18377 vsize=1487432 CPUtime=0.56
/proc/18379/task/18388/stat : 18388 (java) S 18377 18379 18250 0 -1 64 1589 0 0 0 56 0 0 0 16 0 13 0 43440393 1523130368 25346 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18389] ppid=18377 vsize=1487432 CPUtime=1.03
/proc/18379/task/18389/stat : 18389 (java) S 18377 18379 18250 0 -1 64 5946 0 0 0 101 2 0 0 16 0 13 0 43440393 1523130368 25346 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18390] ppid=18377 vsize=1487432 CPUtime=0
/proc/18379/task/18390/stat : 18390 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 43440393 1523130368 25346 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18391] ppid=18377 vsize=1487432 CPUtime=0
/proc/18379/task/18391/stat : 18391 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 43440393 1523130368 25346 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18392] ppid=18377 vsize=1487432 CPUtime=0
/proc/18379/task/18392/stat : 18392 (java) S 18377 18379 18250 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 43440564 1523130368 25346 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 1487432

[startup+6.30114 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18392
/proc/meminfo: memFree=1214544/2055920 swapFree=4192952/4192956
[pid=18379] ppid=18377 vsize=1487400 CPUtime=7.54
/proc/18379/stat : 18379 (java) S 18377 18379 18250 0 -1 0 30953 0 1 0 739 15 0 0 18 0 13 0 43440384 1523097600 26854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18379/statm: 371850 26854 1416 9 0 369193 0
[pid=18379/tid=18381] ppid=18377 vsize=1487400 CPUtime=5.86
/proc/18379/task/18381/stat : 18381 (java) R 18377 18379 18250 0 -1 64 22669 0 1 0 575 11 0 0 25 0 13 0 43440385 1523097600 26854 1992294400 134512640 134550932 4294956016 18446744073709551615 4109700349 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18382] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18382/stat : 18382 (java) S 18377 18379 18250 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 43440386 1523097600 26854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18383] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18383/stat : 18383 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 43440386 1523097600 26854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18384] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18384/stat : 18384 (java) S 18377 18379 18250 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 43440388 1523097600 26854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18385] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18385/stat : 18385 (java) S 18377 18379 18250 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 43440389 1523097600 26854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18386] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18386/stat : 18386 (java) S 18377 18379 18250 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 43440389 1523097600 26854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18387] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18387/stat : 18387 (java) S 18377 18379 18250 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43440393 1523097600 26854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18388] ppid=18377 vsize=1487400 CPUtime=0.62
/proc/18379/task/18388/stat : 18388 (java) S 18377 18379 18250 0 -1 64 1593 0 0 0 62 0 0 0 16 0 13 0 43440393 1523097600 26854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18389] ppid=18377 vsize=1487400 CPUtime=1.03
/proc/18379/task/18389/stat : 18389 (java) S 18377 18379 18250 0 -1 64 5946 0 0 0 101 2 0 0 16 0 13 0 43440393 1523097600 26854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18390] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18390/stat : 18390 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 43440393 1523097600 26854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18391] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18391/stat : 18391 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 43440393 1523097600 26854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18392] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18392/stat : 18392 (java) S 18377 18379 18250 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 43440564 1523097600 26854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 1487400

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18392
/proc/meminfo: memFree=1200720/2055920 swapFree=4192952/4192956
[pid=18379] ppid=18377 vsize=1487400 CPUtime=13.93
/proc/18379/stat : 18379 (java) S 18377 18379 18250 0 -1 0 34329 0 1 0 1376 17 0 0 18 0 13 0 43440384 1523097600 30229 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18379/statm: 371850 30229 1416 9 0 369193 0
[pid=18379/tid=18381] ppid=18377 vsize=1487400 CPUtime=12.25
/proc/18379/task/18381/stat : 18381 (java) R 18377 18379 18250 0 -1 64 26045 0 1 0 1212 13 0 0 25 0 13 0 43440385 1523097600 30229 1992294400 134512640 134550932 4294956016 18446744073709551615 4109700385 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18382] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18382/stat : 18382 (java) S 18377 18379 18250 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 43440386 1523097600 30229 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18383] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18383/stat : 18383 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 43440386 1523097600 30229 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18384] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18384/stat : 18384 (java) S 18377 18379 18250 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 43440388 1523097600 30229 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18385] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18385/stat : 18385 (java) S 18377 18379 18250 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 43440389 1523097600 30229 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18386] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18386/stat : 18386 (java) S 18377 18379 18250 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 43440389 1523097600 30229 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18387] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18387/stat : 18387 (java) S 18377 18379 18250 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43440393 1523097600 30229 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18388] ppid=18377 vsize=1487400 CPUtime=0.62
/proc/18379/task/18388/stat : 18388 (java) S 18377 18379 18250 0 -1 64 1593 0 0 0 62 0 0 0 17 0 13 0 43440393 1523097600 30229 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18389] ppid=18377 vsize=1487400 CPUtime=1.03
/proc/18379/task/18389/stat : 18389 (java) S 18377 18379 18250 0 -1 64 5946 0 0 0 101 2 0 0 16 0 13 0 43440393 1523097600 30230 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18390] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18390/stat : 18390 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 43440393 1523097600 30230 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18391] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18391/stat : 18391 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 43440393 1523097600 30230 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18392] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18392/stat : 18392 (java) S 18377 18379 18250 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 43440564 1523097600 30230 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.93
Current children cumulated vsize (KiB) 1487400

[startup+25.503 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 18392
/proc/meminfo: memFree=1164304/2055920 swapFree=4192952/4192956
[pid=18379] ppid=18377 vsize=1487400 CPUtime=27.11
/proc/18379/stat : 18379 (java) S 18377 18379 18250 0 -1 0 43088 0 1 0 2689 22 0 0 18 0 13 0 43440384 1523097600 38961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18379/statm: 371850 38961 1429 9 0 369193 0
[pid=18379/tid=18381] ppid=18377 vsize=1487400 CPUtime=24.9
/proc/18379/task/18381/stat : 18381 (java) R 18377 18379 18250 0 -1 64 30972 0 1 0 2474 16 0 0 25 0 13 0 43440385 1523097600 38961 1992294400 134512640 134550932 4294956016 18446744073709551615 4109701049 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18382] ppid=18377 vsize=1487400 CPUtime=0.06
/proc/18379/task/18382/stat : 18382 (java) S 18377 18379 18250 0 -1 64 1625 0 0 0 5 1 0 0 16 0 13 0 43440386 1523097600 38961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18383] ppid=18377 vsize=1487400 CPUtime=0.05
/proc/18379/task/18383/stat : 18383 (java) S 18377 18379 18250 0 -1 64 2172 0 0 0 5 0 0 0 17 0 13 0 43440386 1523097600 38961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18384] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18384/stat : 18384 (java) S 18377 18379 18250 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 43440388 1523097600 38961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18385] ppid=18377 vsize=1487400 CPUtime=0

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

[pid=18379/tid=18384] ppid=18377 vsize=1487400 CPUtime=0.01
/proc/18379/task/18384/stat : 18384 (java) S 18377 18379 18250 0 -1 64 11 0 0 0 1 0 0 0 16 0 13 0 43440388 1523097600 82655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18385] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18385/stat : 18385 (java) S 18377 18379 18250 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 43440389 1523097600 82655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18386] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18386/stat : 18386 (java) S 18377 18379 18250 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 43440389 1523097600 82655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18387] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18387/stat : 18387 (java) S 18377 18379 18250 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43440393 1523097600 82655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18388] ppid=18377 vsize=1487400 CPUtime=0.89
/proc/18379/task/18388/stat : 18388 (java) S 18377 18379 18250 0 -1 64 1614 0 0 0 89 0 0 0 16 0 13 0 43440393 1523097600 82655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18389] ppid=18377 vsize=1487400 CPUtime=1.27
/proc/18379/task/18389/stat : 18389 (java) S 18377 18379 18250 0 -1 64 5961 0 0 0 125 2 0 0 16 0 13 0 43440393 1523097600 82655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18390] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18390/stat : 18390 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 43440393 1523097600 82655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18391] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18391/stat : 18391 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 43440393 1523097600 82655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18392] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18392/stat : 18392 (java) S 18377 18379 18250 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 43440564 1523097600 82655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.6
Current children cumulated vsize (KiB) 1487400

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18394
/proc/meminfo: memFree=983824/2055920 swapFree=4192952/4192956
[pid=18379] ppid=18377 vsize=1487400 CPUtime=1724.63
/proc/18379/stat : 18379 (java) S 18377 18379 18250 0 -1 0 93472 0 1 0 172410 53 0 0 18 0 13 0 43440384 1523097600 83823 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18379/statm: 371850 83823 1429 9 0 369193 0
[pid=18379/tid=18381] ppid=18377 vsize=1487400 CPUtime=1719.71
/proc/18379/task/18381/stat : 18381 (java) R 18377 18379 18250 0 -1 64 31062 0 1 0 171952 19 0 0 25 0 13 0 43440385 1523097600 83823 1992294400 134512640 134550932 4294956016 18446744073709551615 4109735760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18382] ppid=18377 vsize=1487400 CPUtime=1.34
/proc/18379/task/18382/stat : 18382 (java) S 18377 18379 18250 0 -1 64 25645 0 0 0 119 15 0 0 17 0 13 0 43440386 1523097600 83823 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18383] ppid=18377 vsize=1487400 CPUtime=1.34
/proc/18379/task/18383/stat : 18383 (java) S 18377 18379 18250 0 -1 64 28436 0 0 0 122 12 0 0 16 0 13 0 43440386 1523097600 83823 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18384] ppid=18377 vsize=1487400 CPUtime=0.01
/proc/18379/task/18384/stat : 18384 (java) S 18377 18379 18250 0 -1 64 11 0 0 0 1 0 0 0 16 0 13 0 43440388 1523097600 83823 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18385] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18385/stat : 18385 (java) S 18377 18379 18250 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 43440389 1523097600 83823 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18386] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18386/stat : 18386 (java) S 18377 18379 18250 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 43440389 1523097600 83823 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18387] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18387/stat : 18387 (java) S 18377 18379 18250 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43440393 1523097600 83823 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18388] ppid=18377 vsize=1487400 CPUtime=0.89
/proc/18379/task/18388/stat : 18388 (java) S 18377 18379 18250 0 -1 64 1614 0 0 0 89 0 0 0 16 0 13 0 43440393 1523097600 83823 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18389] ppid=18377 vsize=1487400 CPUtime=1.27
/proc/18379/task/18389/stat : 18389 (java) S 18377 18379 18250 0 -1 64 5961 0 0 0 125 2 0 0 16 0 13 0 43440393 1523097600 83823 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18390] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18390/stat : 18390 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 43440393 1523097600 83823 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18391] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18391/stat : 18391 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 43440393 1523097600 83823 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18392] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18392/stat : 18392 (java) S 18377 18379 18250 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 43440564 1523097600 83823 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.63
Current children cumulated vsize (KiB) 1487400

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18394
/proc/meminfo: memFree=977680/2055920 swapFree=4192952/4192956
[pid=18379] ppid=18377 vsize=1487400 CPUtime=1784.66
/proc/18379/stat : 18379 (java) S 18377 18379 18250 0 -1 0 95104 0 1 0 178412 54 0 0 18 0 13 0 43440384 1523097600 85326 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18379/statm: 371850 85326 1429 9 0 369193 0
[pid=18379/tid=18381] ppid=18377 vsize=1487400 CPUtime=1779.62
/proc/18379/task/18381/stat : 18381 (java) R 18377 18379 18250 0 -1 64 31065 0 1 0 177943 19 0 0 25 0 13 0 43440385 1523097600 85326 1992294400 134512640 134550932 4294956016 18446744073709551615 4109871500 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18382] ppid=18377 vsize=1487400 CPUtime=1.39
/proc/18379/task/18382/stat : 18382 (java) S 18377 18379 18250 0 -1 64 26218 0 0 0 124 15 0 0 16 0 13 0 43440386 1523097600 85326 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18383] ppid=18377 vsize=1487400 CPUtime=1.4
/proc/18379/task/18383/stat : 18383 (java) S 18377 18379 18250 0 -1 64 29492 0 0 0 127 13 0 0 17 0 13 0 43440386 1523097600 85326 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18384] ppid=18377 vsize=1487400 CPUtime=0.02
/proc/18379/task/18384/stat : 18384 (java) S 18377 18379 18250 0 -1 64 11 0 0 0 1 1 0 0 16 0 13 0 43440388 1523097600 85326 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18385] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18385/stat : 18385 (java) S 18377 18379 18250 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 43440389 1523097600 85326 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18386] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18386/stat : 18386 (java) S 18377 18379 18250 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 43440389 1523097600 85326 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18387] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18387/stat : 18387 (java) S 18377 18379 18250 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43440393 1523097600 85326 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18388] ppid=18377 vsize=1487400 CPUtime=0.89
/proc/18379/task/18388/stat : 18388 (java) S 18377 18379 18250 0 -1 64 1614 0 0 0 89 0 0 0 16 0 13 0 43440393 1523097600 85326 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18389] ppid=18377 vsize=1487400 CPUtime=1.27
/proc/18379/task/18389/stat : 18389 (java) S 18377 18379 18250 0 -1 64 5961 0 0 0 125 2 0 0 16 0 13 0 43440393 1523097600 85326 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18390] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18390/stat : 18390 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 43440393 1523097600 85326 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18391] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18391/stat : 18391 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 43440393 1523097600 85326 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18392] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18392/stat : 18392 (java) S 18377 18379 18250 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 43440564 1523097600 85326 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.66
Current children cumulated vsize (KiB) 1487400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18400
/proc/meminfo: memFree=974224/2055920 swapFree=4192952/4192956
[pid=18379] ppid=18377 vsize=1487400 CPUtime=1800.07
/proc/18379/stat : 18379 (java) S 18377 18379 18250 0 -1 0 95914 0 1 0 179952 55 0 0 18 0 13 0 43440384 1523097600 86116 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18379/statm: 371850 86116 1429 9 0 369193 0
[pid=18379/tid=18381] ppid=18377 vsize=1487400 CPUtime=1794.99
/proc/18379/task/18381/stat : 18381 (java) R 18377 18379 18250 0 -1 64 31066 0 1 0 179479 20 0 0 25 0 13 0 43440385 1523097600 86116 1992294400 134512640 134550932 4294956016 18446744073709551615 4109701051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18382] ppid=18377 vsize=1487400 CPUtime=1.41
/proc/18379/task/18382/stat : 18382 (java) S 18377 18379 18250 0 -1 64 26553 0 0 0 126 15 0 0 16 0 13 0 43440386 1523097600 86116 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18383] ppid=18377 vsize=1487400 CPUtime=1.42
/proc/18379/task/18383/stat : 18383 (java) S 18377 18379 18250 0 -1 64 29966 0 0 0 129 13 0 0 16 0 13 0 43440386 1523097600 86116 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18384] ppid=18377 vsize=1487400 CPUtime=0.02
/proc/18379/task/18384/stat : 18384 (java) S 18377 18379 18250 0 -1 64 11 0 0 0 1 1 0 0 16 0 13 0 43440388 1523097600 86116 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18385] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18385/stat : 18385 (java) S 18377 18379 18250 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 43440389 1523097600 86116 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18386] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18386/stat : 18386 (java) S 18377 18379 18250 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 43440389 1523097600 86116 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18387] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18387/stat : 18387 (java) S 18377 18379 18250 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43440393 1523097600 86116 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18388] ppid=18377 vsize=1487400 CPUtime=0.89
/proc/18379/task/18388/stat : 18388 (java) S 18377 18379 18250 0 -1 64 1614 0 0 0 89 0 0 0 16 0 13 0 43440393 1523097600 86116 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18389] ppid=18377 vsize=1487400 CPUtime=1.27
/proc/18379/task/18389/stat : 18389 (java) S 18377 18379 18250 0 -1 64 5961 0 0 0 125 2 0 0 16 0 13 0 43440393 1523097600 86116 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18390] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18390/stat : 18390 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 43440393 1523097600 86116 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18391] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18391/stat : 18391 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 43440393 1523097600 86116 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18392] ppid=18377 vsize=1487400 CPUtime=0
/proc/18379/task/18392/stat : 18392 (java) S 18377 18379 18250 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 43440564 1523097600 86116 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1487400

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

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

[startup+1797.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18400
/proc/meminfo: memFree=974224/2055920 swapFree=4192952/4192956
[pid=18379] ppid=18377 vsize=1488048 CPUtime=1800.27
/proc/18379/stat : 18379 (java) S 18377 18379 18250 0 -1 0 95934 0 1 0 179972 55 0 0 16 0 15 0 43440384 1523761152 86136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18379/statm: 372012 86136 1431 9 0 369355 0
[pid=18379/tid=18381] ppid=18377 vsize=1488048 CPUtime=1795.1
/proc/18379/task/18381/stat : 18381 (java) R 18377 18379 18250 0 -1 64 31066 0 1 0 179490 20 0 0 25 0 15 0 43440385 1523761152 86136 1992294400 134512640 134550932 4294956016 18446744073709551615 4109735541 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18382] ppid=18377 vsize=1488048 CPUtime=1.41
/proc/18379/task/18382/stat : 18382 (java) S 18377 18379 18250 0 -1 64 26553 0 0 0 126 15 0 0 16 0 15 0 43440386 1523761152 86136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18383] ppid=18377 vsize=1488048 CPUtime=1.42
/proc/18379/task/18383/stat : 18383 (java) S 18377 18379 18250 0 -1 64 29966 0 0 0 129 13 0 0 16 0 15 0 43440386 1523761152 86136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18384] ppid=18377 vsize=1488048 CPUtime=0.02
/proc/18379/task/18384/stat : 18384 (java) S 18377 18379 18250 0 -1 64 11 0 0 0 1 1 0 0 16 0 15 0 43440388 1523761152 86136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18385] ppid=18377 vsize=1488048 CPUtime=0
/proc/18379/task/18385/stat : 18385 (java) S 18377 18379 18250 0 -1 64 9 0 0 0 0 0 0 0 16 0 15 0 43440389 1523761152 86136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18386] ppid=18377 vsize=1488048 CPUtime=0
/proc/18379/task/18386/stat : 18386 (java) S 18377 18379 18250 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 43440389 1523761152 86136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18387] ppid=18377 vsize=1488048 CPUtime=0
/proc/18379/task/18387/stat : 18387 (java) S 18377 18379 18250 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 43440393 1523761152 86136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18388] ppid=18377 vsize=1488048 CPUtime=0.89
/proc/18379/task/18388/stat : 18388 (java) S 18377 18379 18250 0 -1 64 1614 0 0 0 89 0 0 0 16 0 15 0 43440393 1523761152 86136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18389] ppid=18377 vsize=1488048 CPUtime=1.3
/proc/18379/task/18389/stat : 18389 (java) S 18377 18379 18250 0 -1 64 5963 0 0 0 128 2 0 0 17 0 15 0 43440393 1523761152 86136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18390] ppid=18377 vsize=1488048 CPUtime=0
/proc/18379/task/18390/stat : 18390 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 43440393 1523761152 86136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18379/tid=18391] ppid=18377 vsize=1488048 CPUtime=0
/proc/18379/task/18391/stat : 18391 (java) S 18377 18379 18250 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 43440393 1523761152 86136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18379/tid=18392] ppid=18377 vsize=1488048 CPUtime=0
/proc/18379/task/18392/stat : 18392 (java) S 18377 18379 18250 0 -1 64 5 0 0 0 0 0 0 0 25 0 15 0 43440564 1523761152 86136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 1488048

[startup+1797.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18400
/proc/meminfo: memFree=974224/2055920 swapFree=4192952/4192956
[pid=18379] ppid=18377 vsize=0 CPUtime=1800.4
/proc/18379/stat : 18379 (java) Z 18377 18379 18250 0 -1 1036 95938 0 1 0 179981 59 0 0 15 0 2 0 43440384 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18379/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.92
CPU time (s): 1800.42
CPU user time (s): 1799.81
CPU system time (s): 0.608907
CPU usage (%): 100.139
Max. virtual memory (cumulated for all children) (KiB): 1488852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.608907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95938
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= 37903
involuntary context switches= 39293

runsolver used 2.04569 second user time and 4.51231 second system time

The end

Launcher Data

Begin job on node33 at 2009-06-13 17:31:14
IDJOB=1856277
IDBENCH=2435
IDSOLVER=682
FILE ID=node33/1856277-1244907074
PBS_JOBID= 9354528
Free space on /tmp= 66040 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-standata.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856277-1244907074/watcher-1856277-1244907074 -o /tmp/evaluation-result-1856277-1244907074/solver-1856277-1244907074 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856277-1244907074.opb

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

MD5SUM BENCH= 0fd8d82b89614ba6aec45b78f4728905
RANDOM SEED=1205849554

node33.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.261
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.261
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:       1315800 kB
Buffers:         59192 kB
Cached:         601220 kB
SwapCached:          4 kB
Active:          48216 kB
Inactive:       626148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1315800 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          23748 kB
Slab:            51736 kB
Committed_AS:    87424 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66040 MiB
End job on node33 at 2009-06-13 18:01:14