Trace number 1856391

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.66 1795.13

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-danoint.opb
MD5SUM72b327feddced7495a083616b5e4ecd7
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 variables13898
Total number of constraints672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint7
Maximum length of a constraint1500
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 13421772800
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 53690300878
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.1.1.v20090612
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1342000320
0.09/0.14	c Max memory 1344274432
0.09/0.14	c Total memory 1344274432
0.09/0.14	c Number of processors 2
0.09/0.19	c Pseudo Boolean Optimization
0.09/0.19	c --- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.19	c Expensive reason simplification
0.09/0.19	c MiniSAT restarts strategy
0.09/0.19	c Memory based learned constraints deletion strategy
0.09/0.19	c timeout=2147483s
0.09/0.19	c DB Simplification allowed=false
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving HOME/instance-1856391-1244909886.opb
0.09/0.19	c reading problem ... 
2.65/1.62	c ... done. Wall clock time 1.422s.
2.65/1.62	c #vars     13898
2.65/1.62	c #constraints  6912
2.65/1.62	c constraints type 
2.65/1.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
2.65/1.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 784
1800.02/1794.71	c starts		: 21
1800.02/1794.71	c conflicts		: 692564
1800.02/1794.71	c decisions		: 803953
1800.02/1794.71	c propagations		: 26524315
1800.02/1794.71	c inspects		: 830182371
1800.02/1794.71	c learnt literals	: 0
1800.02/1794.71	c learnt binary clauses	: 15
1800.02/1794.71	c learnt ternary clauses	: 12
1800.02/1794.71	c learnt clauses	: 692564
1800.02/1794.71	c ignored clauses	: 0
1800.02/1794.71	c root simplifications	: 0
1800.02/1794.71	c removed literals (reason simplification)	: 53378084
1800.02/1794.71	c reason swapping (by a shorter reason)	: 0
1800.02/1794.71	c Calls to reduceDB	: 0
1800.02/1794.71	c speed (assignments/second)	: 14792.480714919893
1800.02/1794.71	c non guided choices	1932
1800.40/1794.92	c learnt constraints type 
1800.40/1794.92	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 692583
1800.40/1794.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1800.40/1794.92	c constraints type 
1800.40/1794.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1800.40/1794.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 784
1800.40/1794.92	s UNKNOWN
1800.40/1794.92	c Total wall clock time (in seconds): 1794.726

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-1856391-1244909886/watcher-1856391-1244909886 -o /tmp/evaluation-result-1856391-1244909886/solver-1856391-1244909886 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856391-1244909886.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.92 0.98 0.99 2/64 20623
/proc/meminfo: memFree=1318256/2055920 swapFree=4192956/4192956
[pid=20623] ppid=20621 vsize=1612 CPUtime=0
/proc/20623/stat : 20623 (java6) R 20621 20623 20586 0 -1 0 173 0 0 0 0 0 0 0 20 0 1 0 43691460 1650688 145 1992294400 134512640 134550932 4294956176 18446744073709551615 7994176 0 0 4096 0 0 0 0 17 1 0 0
/proc/20623/statm: 411 148 111 9 0 53 0

[startup+0.09511 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 20623
/proc/meminfo: memFree=1318256/2055920 swapFree=4192956/4192956
[pid=20623] ppid=20621 vsize=1472584 CPUtime=0.08
/proc/20623/stat : 20623 (java) S 20621 20623 20586 0 -1 0 3606 0 1 0 6 2 0 0 18 0 12 0 43691460 1507926016 3349 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20623/statm: 368146 3349 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.101102 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 20623
/proc/meminfo: memFree=1318256/2055920 swapFree=4192956/4192956
[pid=20623] ppid=20621 vsize=1472584 CPUtime=0.09
/proc/20623/stat : 20623 (java) S 20621 20623 20586 0 -1 0 3641 0 1 0 7 2 0 0 18 0 12 0 43691460 1507926016 3384 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20623/statm: 368146 3385 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301138 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 20623
/proc/meminfo: memFree=1318256/2055920 swapFree=4192956/4192956
[pid=20623] ppid=20621 vsize=1475520 CPUtime=0.38
/proc/20623/stat : 20623 (java) S 20621 20623 20586 0 -1 0 5326 0 1 0 35 3 0 0 18 0 12 0 43691460 1510932480 5063 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20623/statm: 368880 5063 1364 9 0 366223 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1475520

[startup+0.701177 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 20623
/proc/meminfo: memFree=1318256/2055920 swapFree=4192956/4192956
[pid=20623] ppid=20621 vsize=1485348 CPUtime=1.15
/proc/20623/stat : 20623 (java) S 20621 20623 20586 0 -1 0 10063 0 1 0 109 6 0 0 18 0 12 0 43691460 1520996352 8620 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20623/statm: 371337 8620 1398 9 0 368680 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1485348

[startup+1.50126 s]
/proc/loadavg: 0.92 0.98 0.99 4/76 20635
/proc/meminfo: memFree=1281424/2055920 swapFree=4192956/4192956
[pid=20623] ppid=20621 vsize=1488480 CPUtime=2.55
/proc/20623/stat : 20623 (java) S 20621 20623 20586 0 -1 0 23957 0 1 0 243 12 0 0 18 0 12 0 43691460 1524203520 19047 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20623/statm: 372120 19047 1400 9 0 369463 0
[pid=20623/tid=20625] ppid=20621 vsize=1488480 CPUtime=1.16
/proc/20623/task/20625/stat : 20625 (java) R 20621 20623 20586 0 -1 64 14430 0 1 0 108 8 0 0 18 0 12 0 43691461 1524203520 19048 1992294400 134512640 134550932 4294956016 18446744073709551615 104170966 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20626] ppid=20621 vsize=1488480 CPUtime=0
/proc/20623/task/20626/stat : 20626 (java) S 20621 20623 20586 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 43691463 1524203520 19048 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20627] ppid=20621 vsize=1488480 CPUtime=0
/proc/20623/task/20627/stat : 20627 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 43691463 1524203520 19048 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20628] ppid=20621 vsize=1488480 CPUtime=0
/proc/20623/task/20628/stat : 20628 (java) S 20621 20623 20586 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 43691464 1524203520 19049 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20629] ppid=20621 vsize=1488480 CPUtime=0
/proc/20623/task/20629/stat : 20629 (java) S 20621 20623 20586 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 43691465 1524203520 19051 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20630] ppid=20621 vsize=1488480 CPUtime=0
/proc/20623/task/20630/stat : 20630 (java) S 20621 20623 20586 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 43691465 1524203520 19053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20631] ppid=20621 vsize=1488480 CPUtime=0
/proc/20623/task/20631/stat : 20631 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 43691469 1524203520 19054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20632] ppid=20621 vsize=1488480 CPUtime=0.65
/proc/20623/task/20632/stat : 20632 (java) S 20621 20623 20586 0 -1 64 3417 0 0 0 64 1 0 0 16 0 12 0 43691469 1524203520 19055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20633] ppid=20621 vsize=1488480 CPUtime=0.7
/proc/20623/task/20633/stat : 20633 (java) S 20621 20623 20586 0 -1 64 5367 0 0 0 68 2 0 0 17 0 12 0 43691469 1524203520 19055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20634] ppid=20621 vsize=1488480 CPUtime=0
/proc/20623/task/20634/stat : 20634 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 43691469 1524203520 19056 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20635] ppid=20621 vsize=1488480 CPUtime=0
/proc/20623/task/20635/stat : 20635 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 43691469 1524203520 19057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1488480

[startup+3.10245 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 20636
/proc/meminfo: memFree=1229960/2055920 swapFree=4192956/4192956
[pid=20623] ppid=20621 vsize=1488804 CPUtime=4.72
/proc/20623/stat : 20623 (java) S 20621 20623 20586 0 -1 0 31699 0 1 0 456 16 0 0 18 0 13 0 43691460 1524535296 26374 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20623/statm: 372201 26374 1416 9 0 369544 0
[pid=20623/tid=20625] ppid=20621 vsize=1488804 CPUtime=2.63
/proc/20623/task/20625/stat : 20625 (java) R 20621 20623 20586 0 -1 64 21690 0 1 0 253 10 0 0 25 0 13 0 43691461 1524535296 26374 1992294400 134512640 134550932 4294956016 18446744073709551615 4109606939 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20626] ppid=20621 vsize=1488804 CPUtime=0
/proc/20623/task/20626/stat : 20626 (java) S 20621 20623 20586 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 43691463 1524535296 26374 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20627] ppid=20621 vsize=1488804 CPUtime=0
/proc/20623/task/20627/stat : 20627 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 43691463 1524535296 26374 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20628] ppid=20621 vsize=1488804 CPUtime=0
/proc/20623/task/20628/stat : 20628 (java) S 20621 20623 20586 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 43691464 1524535296 26374 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20629] ppid=20621 vsize=1488804 CPUtime=0
/proc/20623/task/20629/stat : 20629 (java) S 20621 20623 20586 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 43691465 1524535296 26374 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20630] ppid=20621 vsize=1488804 CPUtime=0
/proc/20623/task/20630/stat : 20630 (java) S 20621 20623 20586 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 43691465 1524535296 26374 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20631] ppid=20621 vsize=1488804 CPUtime=0
/proc/20623/task/20631/stat : 20631 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 43691469 1524535296 26375 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20632] ppid=20621 vsize=1488804 CPUtime=0.96
/proc/20623/task/20632/stat : 20632 (java) S 20621 20623 20586 0 -1 64 3851 0 0 0 94 2 0 0 16 0 13 0 43691469 1524535296 26375 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20633] ppid=20621 vsize=1488804 CPUtime=1.1
/proc/20623/task/20633/stat : 20633 (java) S 20621 20623 20586 0 -1 64 5409 0 0 0 108 2 0 0 15 0 13 0 43691469 1524535296 26375 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20634] ppid=20621 vsize=1488804 CPUtime=0
/proc/20623/task/20634/stat : 20634 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43691469 1524535296 26375 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20635] ppid=20621 vsize=1488804 CPUtime=0
/proc/20623/task/20635/stat : 20635 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 43691469 1524535296 26375 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20636] ppid=20621 vsize=1488804 CPUtime=0
/proc/20623/task/20636/stat : 20636 (java) S 20621 20623 20586 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 43691637 1524535296 26375 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 1488804

[startup+6.30282 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 20636
/proc/meminfo: memFree=1169928/2055920 swapFree=4192956/4192956
[pid=20623] ppid=20621 vsize=1488324 CPUtime=7.96
/proc/20623/stat : 20623 (java) S 20621 20623 20586 0 -1 0 43805 0 1 0 775 21 0 0 18 0 13 0 43691460 1524043776 38238 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20623/statm: 372081 38238 1425 9 0 369424 0
[pid=20623/tid=20625] ppid=20621 vsize=1488324 CPUtime=5.76
/proc/20623/task/20625/stat : 20625 (java) R 20621 20623 20586 0 -1 64 30967 0 1 0 562 14 0 0 25 0 13 0 43691461 1524043776 38238 1992294400 134512640 134550932 4294956016 18446744073709551615 4109460137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20626] ppid=20621 vsize=1488324 CPUtime=0.04
/proc/20623/task/20626/stat : 20626 (java) S 20621 20623 20586 0 -1 64 1471 0 0 0 3 1 0 0 17 0 13 0 43691463 1524043776 38238 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20627] ppid=20621 vsize=1488324 CPUtime=0.04
/proc/20623/task/20627/stat : 20627 (java) S 20621 20623 20586 0 -1 64 1351 0 0 0 4 0 0 0 17 0 13 0 43691463 1524043776 38238 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20628] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20628/stat : 20628 (java) S 20621 20623 20586 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 43691464 1524043776 38238 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20629] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20629/stat : 20629 (java) S 20621 20623 20586 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 43691465 1524043776 38238 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20630] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20630/stat : 20630 (java) S 20621 20623 20586 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 43691465 1524043776 38238 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20631] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20631/stat : 20631 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 43691469 1524043776 38238 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20632] ppid=20621 vsize=1488324 CPUtime=0.97
/proc/20623/task/20632/stat : 20632 (java) S 20621 20623 20586 0 -1 64 3851 0 0 0 95 2 0 0 17 0 13 0 43691469 1524043776 38238 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20633] ppid=20621 vsize=1488324 CPUtime=1.1
/proc/20623/task/20633/stat : 20633 (java) S 20621 20623 20586 0 -1 64 5409 0 0 0 108 2 0 0 15 0 13 0 43691469 1524043776 38238 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20634] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20634/stat : 20634 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43691469 1524043776 38238 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20635] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20635/stat : 20635 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 43691469 1524043776 38238 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20636] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20636/stat : 20636 (java) S 20621 20623 20586 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 43691637 1524043776 38238 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 1488324

[startup+12.7026 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 20636
/proc/meminfo: memFree=1158184/2055920 swapFree=4192956/4192956
[pid=20623] ppid=20621 vsize=1488324 CPUtime=14.45
/proc/20623/stat : 20623 (java) S 20621 20623 20586 0 -1 0 46806 0 1 0 1422 23 0 0 18 0 13 0 43691460 1524043776 41212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20623/statm: 372081 41212 1425 9 0 369424 0
[pid=20623/tid=20625] ppid=20621 vsize=1488324 CPUtime=12.1
/proc/20623/task/20625/stat : 20625 (java) R 20621 20623 20586 0 -1 64 30972 0 1 0 1196 14 0 0 25 0 13 0 43691461 1524043776 41212 1992294400 134512640 134550932 4294956016 18446744073709551615 4109735486 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20626] ppid=20621 vsize=1488324 CPUtime=0.08
/proc/20623/task/20626/stat : 20626 (java) S 20621 20623 20586 0 -1 64 2777 0 0 0 6 2 0 0 16 0 13 0 43691463 1524043776 41212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20627] ppid=20621 vsize=1488324 CPUtime=0.07
/proc/20623/task/20627/stat : 20627 (java) S 20621 20623 20586 0 -1 64 3033 0 0 0 7 0 0 0 17 0 13 0 43691463 1524043776 41212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20628] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20628/stat : 20628 (java) S 20621 20623 20586 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 43691464 1524043776 41212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20629] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20629/stat : 20629 (java) S 20621 20623 20586 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 43691465 1524043776 41212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20630] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20630/stat : 20630 (java) S 20621 20623 20586 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 43691465 1524043776 41212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20631] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20631/stat : 20631 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 43691469 1524043776 41212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20632] ppid=20621 vsize=1488324 CPUtime=1.03
/proc/20623/task/20632/stat : 20632 (java) S 20621 20623 20586 0 -1 64 3854 0 0 0 101 2 0 0 16 0 13 0 43691469 1524043776 41212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20633] ppid=20621 vsize=1488324 CPUtime=1.11
/proc/20623/task/20633/stat : 20633 (java) S 20621 20623 20586 0 -1 64 5410 0 0 0 109 2 0 0 17 0 13 0 43691469 1524043776 41212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20634] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20634/stat : 20634 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43691469 1524043776 41212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20635] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20635/stat : 20635 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 43691469 1524043776 41212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20636] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20636/stat : 20636 (java) S 20621 20623 20586 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 43691637 1524043776 41212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.45
Current children cumulated vsize (KiB) 1488324

[startup+25.501 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 20636
/proc/meminfo: memFree=1153832/2055920 swapFree=4192956/4192956
[pid=20623] ppid=20621 vsize=1488324 CPUtime=27.36
/proc/20623/stat : 20623 (java) S 20621 20623 20586 0 -1 0 47937 0 1 0 2712 24 0 0 18 0 13 0 43691460 1524043776 42316 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20623/statm: 372081 42316 1425 9 0 369424 0
[pid=20623/tid=20625] ppid=20621 vsize=1488324 CPUtime=24.8
/proc/20623/task/20625/stat : 20625 (java) R 20621 20623 20586 0 -1 64 30976 0 1 0 2466 14 0 0 25 0 13 0 43691461 1524043776 42316 1992294400 134512640 134550932 4294956016 18446744073709551615 4109736367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20626] ppid=20621 vsize=1488324 CPUtime=0.18
/proc/20623/task/20626/stat : 20626 (java) S 20621 20623 20586 0 -1 64 3288 0 0 0 16 2 0 0 16 0 13 0 43691463 1524043776 42316 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20627] ppid=20621 vsize=1488324 CPUtime=0.18
/proc/20623/task/20627/stat : 20627 (java) S 20621 20623 20586 0 -1 64 3637 0 0 0 17 1 0 0 16 0 13 0 43691463 1524043776 42316 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20628] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20628/stat : 20628 (java) S 20621 20623 20586 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 43691464 1524043776 42316 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20629] ppid=20621 vsize=1488324 CPUtime=0

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

/proc/20623/task/20632/stat : 20632 (java) S 20621 20623 20586 0 -1 64 3855 0 0 0 110 2 0 0 16 0 13 0 43691469 1524043776 250732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20633] ppid=20621 vsize=1488324 CPUtime=1.27
/proc/20623/task/20633/stat : 20633 (java) S 20621 20623 20586 0 -1 64 5422 0 0 0 125 2 0 0 16 0 13 0 43691469 1524043776 250732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20634] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20634/stat : 20634 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43691469 1524043776 250732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20635] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20635/stat : 20635 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 43691469 1524043776 250732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20636] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20636/stat : 20636 (java) S 20621 20623 20586 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 43691637 1524043776 250732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1607.1
Current children cumulated vsize (KiB) 1488324

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 20636
/proc/meminfo: memFree=287528/2055920 swapFree=4192956/4192956
[pid=20623] ppid=20621 vsize=1488324 CPUtime=1667.27
/proc/20623/stat : 20623 (java) S 20621 20623 20586 0 -1 0 317778 0 1 0 166565 162 0 0 18 0 13 0 43691460 1524043776 258433 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20623/statm: 372081 258433 1429 9 0 369424 0
[pid=20623/tid=20625] ppid=20621 vsize=1488324 CPUtime=1657.07
/proc/20623/task/20625/stat : 20625 (java) R 20621 20623 20586 0 -1 64 31143 0 1 0 165689 18 0 0 25 0 13 0 43691461 1524043776 258433 1992294400 134512640 134550932 4294956016 18446744073709551615 4109736432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20626] ppid=20621 vsize=1488324 CPUtime=3.88
/proc/20623/task/20626/stat : 20626 (java) S 20621 20623 20586 0 -1 64 138397 0 0 0 321 67 0 0 17 0 13 0 43691463 1524043776 258433 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20627] ppid=20621 vsize=1488324 CPUtime=3.85
/proc/20623/task/20627/stat : 20627 (java) S 20621 20623 20586 0 -1 64 138186 0 0 0 316 69 0 0 16 0 13 0 43691463 1524043776 258433 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20628] ppid=20621 vsize=1488324 CPUtime=0.04
/proc/20623/task/20628/stat : 20628 (java) S 20621 20623 20586 0 -1 64 28 0 0 0 3 1 0 0 16 0 13 0 43691464 1524043776 258433 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20629] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20629/stat : 20629 (java) S 20621 20623 20586 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 43691465 1524043776 258433 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20630] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20630/stat : 20630 (java) S 20621 20623 20586 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 43691465 1524043776 258433 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20631] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20631/stat : 20631 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 43691469 1524043776 258433 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20632] ppid=20621 vsize=1488324 CPUtime=1.12
/proc/20623/task/20632/stat : 20632 (java) S 20621 20623 20586 0 -1 64 3855 0 0 0 110 2 0 0 16 0 13 0 43691469 1524043776 258433 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20633] ppid=20621 vsize=1488324 CPUtime=1.27
/proc/20623/task/20633/stat : 20633 (java) S 20621 20623 20586 0 -1 64 5422 0 0 0 125 2 0 0 16 0 13 0 43691469 1524043776 258433 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20634] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20634/stat : 20634 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43691469 1524043776 258433 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20635] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20635/stat : 20635 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 43691469 1524043776 258433 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20636] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20636/stat : 20636 (java) S 20621 20623 20586 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 43691637 1524043776 258433 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1667.27
Current children cumulated vsize (KiB) 1488324

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 20636
/proc/meminfo: memFree=276008/2055920 swapFree=4192956/4192956
[pid=20623] ppid=20621 vsize=1488324 CPUtime=1727.43
/proc/20623/stat : 20623 (java) S 20621 20623 20586 0 -1 0 321626 0 1 0 172580 163 0 0 18 0 13 0 43691460 1524043776 261877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20623/statm: 372081 261877 1429 9 0 369424 0
[pid=20623/tid=20625] ppid=20621 vsize=1488324 CPUtime=1716.81
/proc/20623/task/20625/stat : 20625 (java) S 20621 20623 20586 0 -1 64 31153 0 1 0 171663 18 0 0 25 0 13 0 43691461 1524043776 261877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20626] ppid=20621 vsize=1488324 CPUtime=4.08
/proc/20623/task/20626/stat : 20626 (java) R 20621 20623 20586 0 -1 64 139936 0 0 0 341 67 0 0 16 0 13 0 43691463 1524043776 261877 1992294400 134512640 134550932 4294956016 18446744073709551615 106206832 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20627] ppid=20621 vsize=1488324 CPUtime=4.07
/proc/20623/task/20627/stat : 20627 (java) R 20621 20623 20586 0 -1 64 140485 0 0 0 336 71 0 0 17 0 13 0 43691463 1524043776 261877 1992294400 134512640 134550932 4294956016 18446744073709551615 103112807 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20628] ppid=20621 vsize=1488324 CPUtime=0.04
/proc/20623/task/20628/stat : 20628 (java) S 20621 20623 20586 0 -1 64 28 0 0 0 3 1 0 0 15 0 13 0 43691464 1524043776 261877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20629] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20629/stat : 20629 (java) S 20621 20623 20586 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 43691465 1524043776 261877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20630] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20630/stat : 20630 (java) S 20621 20623 20586 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 43691465 1524043776 261877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20631] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20631/stat : 20631 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 43691469 1524043776 261877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20632] ppid=20621 vsize=1488324 CPUtime=1.12
/proc/20623/task/20632/stat : 20632 (java) S 20621 20623 20586 0 -1 64 3855 0 0 0 110 2 0 0 16 0 13 0 43691469 1524043776 261877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20633] ppid=20621 vsize=1488324 CPUtime=1.27
/proc/20623/task/20633/stat : 20633 (java) S 20621 20623 20586 0 -1 64 5422 0 0 0 125 2 0 0 16 0 13 0 43691469 1524043776 261877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20634] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20634/stat : 20634 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43691469 1524043776 261877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20635] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20635/stat : 20635 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 43691469 1524043776 261877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20636] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20636/stat : 20636 (java) S 20621 20623 20586 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 43691637 1524043776 261877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1727.43
Current children cumulated vsize (KiB) 1488324

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 20636
/proc/meminfo: memFree=252584/2055920 swapFree=4192956/4192956
[pid=20623] ppid=20621 vsize=1488324 CPUtime=1787.59
/proc/20623/stat : 20623 (java) S 20621 20623 20586 0 -1 0 327980 0 1 0 178592 167 0 0 18 0 13 0 43691460 1524043776 267114 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20623/statm: 372081 267114 1429 9 0 369424 0
[pid=20623/tid=20625] ppid=20621 vsize=1488324 CPUtime=1776.57
/proc/20623/task/20625/stat : 20625 (java) R 20621 20623 20586 0 -1 64 31161 0 1 0 177639 18 0 0 25 0 13 0 43691461 1524043776 267114 1992294400 134512640 134550932 4294956016 18446744073709551615 4109735424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20626] ppid=20621 vsize=1488324 CPUtime=4.27
/proc/20623/task/20626/stat : 20626 (java) S 20621 20623 20586 0 -1 64 143180 0 0 0 358 69 0 0 17 0 13 0 43691463 1524043776 267114 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20627] ppid=20621 vsize=1488324 CPUtime=4.27
/proc/20623/task/20627/stat : 20627 (java) S 20621 20623 20586 0 -1 64 143587 0 0 0 355 72 0 0 16 0 13 0 43691463 1524043776 267114 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20628] ppid=20621 vsize=1488324 CPUtime=0.04
/proc/20623/task/20628/stat : 20628 (java) S 20621 20623 20586 0 -1 64 28 0 0 0 3 1 0 0 16 0 13 0 43691464 1524043776 267114 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20629] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20629/stat : 20629 (java) S 20621 20623 20586 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 43691465 1524043776 267114 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20630] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20630/stat : 20630 (java) S 20621 20623 20586 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 43691465 1524043776 267114 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20631] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20631/stat : 20631 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 43691469 1524043776 267114 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20632] ppid=20621 vsize=1488324 CPUtime=1.12
/proc/20623/task/20632/stat : 20632 (java) S 20621 20623 20586 0 -1 64 3855 0 0 0 110 2 0 0 16 0 13 0 43691469 1524043776 267114 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20633] ppid=20621 vsize=1488324 CPUtime=1.27
/proc/20623/task/20633/stat : 20633 (java) S 20621 20623 20586 0 -1 64 5422 0 0 0 125 2 0 0 16 0 13 0 43691469 1524043776 267114 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20634] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20634/stat : 20634 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43691469 1524043776 267114 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20635] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20635/stat : 20635 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 43691469 1524043776 267114 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20636] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20636/stat : 20636 (java) S 20621 20623 20586 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 43691637 1524043776 267114 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1787.59
Current children cumulated vsize (KiB) 1488324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 20636
/proc/meminfo: memFree=248104/2055920 swapFree=4192956/4192956
[pid=20623] ppid=20621 vsize=1488324 CPUtime=1800.02
/proc/20623/stat : 20623 (java) S 20621 20623 20586 0 -1 0 329334 0 1 0 179835 167 0 0 18 0 13 0 43691460 1524043776 268243 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20623/statm: 372081 268243 1429 9 0 369424 0
[pid=20623/tid=20625] ppid=20621 vsize=1488324 CPUtime=1788.92
/proc/20623/task/20625/stat : 20625 (java) R 20621 20623 20586 0 -1 64 31163 0 1 0 178874 18 0 0 25 0 13 0 43691461 1524043776 268243 1992294400 134512640 134550932 4294956016 18446744073709551615 4109460521 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20626] ppid=20621 vsize=1488324 CPUtime=4.31
/proc/20623/task/20626/stat : 20626 (java) S 20621 20623 20586 0 -1 64 144083 0 0 0 362 69 0 0 17 0 13 0 43691463 1524043776 268243 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20627] ppid=20621 vsize=1488324 CPUtime=4.31
/proc/20623/task/20627/stat : 20627 (java) S 20621 20623 20586 0 -1 64 144036 0 0 0 359 72 0 0 16 0 13 0 43691463 1524043776 268243 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20628] ppid=20621 vsize=1488324 CPUtime=0.04
/proc/20623/task/20628/stat : 20628 (java) S 20621 20623 20586 0 -1 64 28 0 0 0 3 1 0 0 16 0 13 0 43691464 1524043776 268243 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20629] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20629/stat : 20629 (java) S 20621 20623 20586 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 43691465 1524043776 268243 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20630] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20630/stat : 20630 (java) S 20621 20623 20586 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 43691465 1524043776 268243 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20631] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20631/stat : 20631 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 43691469 1524043776 268243 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20632] ppid=20621 vsize=1488324 CPUtime=1.12
/proc/20623/task/20632/stat : 20632 (java) S 20621 20623 20586 0 -1 64 3855 0 0 0 110 2 0 0 16 0 13 0 43691469 1524043776 268243 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20633] ppid=20621 vsize=1488324 CPUtime=1.27
/proc/20623/task/20633/stat : 20633 (java) S 20621 20623 20586 0 -1 64 5422 0 0 0 125 2 0 0 16 0 13 0 43691469 1524043776 268243 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20634] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20634/stat : 20634 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 43691469 1524043776 268243 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20623/tid=20635] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20635/stat : 20635 (java) S 20621 20623 20586 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 43691469 1524043776 268243 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20623/tid=20636] ppid=20621 vsize=1488324 CPUtime=0
/proc/20623/task/20636/stat : 20636 (java) S 20621 20623 20586 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 43691637 1524043776 268243 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1488324

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

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

[startup+1795 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 20636
/proc/meminfo: memFree=248104/2055920 swapFree=4192956/4192956
[pid=20623] ppid=20621 vsize=0 CPUtime=1800.53
/proc/20623/stat : 20623 (java) Z 20621 20623 20586 0 -1 1036 329362 0 1 0 179882 171 0 0 15 0 2 0 43691460 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20623/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (KiB) 0

[startup+1795.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20639
/proc/meminfo: memFree=1160992/2055920 swapFree=4192956/4192956
[pid=20623] ppid=20621 vsize=0 CPUtime=1800.62
/proc/20623/stat : 20623 (java) Z 20621 20623 20586 0 -1 1036 329362 0 1 0 179882 180 0 0 15 0 2 0 43691460 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20623/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.13
CPU time (s): 1800.66
CPU user time (s): 1798.83
CPU system time (s): 1.83472
CPU usage (%): 100.308
Max. virtual memory (cumulated for all children) (KiB): 1491420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.83472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 329362
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= 39500
involuntary context switches= 40417

runsolver used 2.20466 second user time and 4.34734 second system time

The end

Launcher Data

Begin job on node20 at 2009-06-13 18:18:06
IDJOB=1856391
IDBENCH=2498
IDSOLVER=682
FILE ID=node20/1856391-1244909886
PBS_JOBID= 9354606
Free space on /tmp= 66356 MiB

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

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

MD5SUM BENCH= 72b327feddced7495a083616b5e4ecd7
RANDOM SEED=1816697357

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1318736 kB
Buffers:         72816 kB
Cached:         599296 kB
SwapCached:          0 kB
Active:          82448 kB
Inactive:       602976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1318736 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:          23088 kB
Slab:            37752 kB
Committed_AS:   104572 kB
PageTables:       1400 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= 66356 MiB
End job on node20 at 2009-06-13 18:48:03