Trace number 1859665

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.41 1790.3

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__512.opb
MD5SUM89e2fccd3e96863f0a3c5df934bf5217
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables768498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint512
Maximum length of a constraint10753
Number of terms in the objective function 768000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 26270911488
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 26270911488
Number of bits of the biggest sum of numbers35
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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1859665-1244975175.opb
0.22/0.21	c reading problem ... 
30.43/25.35	c ... done. Wall clock time 25.142s.
30.43/25.35	c #vars     768498
30.43/25.35	c #constraints  2500
30.43/25.35	c constraints type 
30.43/25.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
30.43/25.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
30.43/25.35	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1468.70/1458.95	c cleaning 17982 clauses out of 36001
1800.05/1790.01	c starts		: 13
1800.05/1790.01	c conflicts		: 42449
1800.05/1790.01	c decisions		: 11726972
1800.05/1790.01	c propagations		: 22842427
1800.05/1790.01	c inspects		: 73099279
1800.05/1790.01	c learnt literals	: 0
1800.05/1790.01	c learnt binary clauses	: 0
1800.05/1790.01	c learnt ternary clauses	: 0
1800.05/1790.01	c learnt clauses	: 42448
1800.05/1790.01	c ignored clauses	: 0
1800.05/1790.01	c root simplifications	: 0
1800.05/1790.01	c removed literals (reason simplification)	: 207434
1800.05/1790.01	c reason swapping (by a shorter reason)	: 0
1800.05/1790.01	c Calls to reduceDB	: 1
1800.05/1790.01	c speed (assignments/second)	: 12944.444538891827
1800.05/1790.01	c non guided choices	6580595
1800.05/1790.07	c learnt constraints type 
1800.05/1790.07	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 24467
1800.05/1790.07	c constraints type 
1800.05/1790.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
1800.05/1790.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
1800.05/1790.07	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.05/1790.07	s UNKNOWN
1800.05/1790.07	c Total wall clock time (in seconds): 1789.863

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-1859665-1244975175/watcher-1859665-1244975175 -o /tmp/evaluation-result-1859665-1244975175/solver-1859665-1244975175 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859665-1244975175.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.05 1.07 3/64 23791
/proc/meminfo: memFree=1242392/2055920 swapFree=4192952/4192956
[pid=23791] ppid=23789 vsize=1612 CPUtime=0
/proc/23791/stat : 23791 (java6) R 23789 23791 23340 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 50250675 1650688 147 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/23791/statm: 403 147 111 9 0 45 0

[startup+0.061447 s]
/proc/loadavg: 1.00 1.05 1.07 3/64 23791
/proc/meminfo: memFree=1242392/2055920 swapFree=4192952/4192956
[pid=23791] ppid=23789 vsize=1470220 CPUtime=0.05
/proc/23791/stat : 23791 (java) S 23789 23791 23340 0 -1 0 3314 0 1 0 4 1 0 0 18 0 7 0 50250675 1505505280 3059 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23791/statm: 367555 3059 1029 9 0 364906 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1470220

[startup+0.101455 s]
/proc/loadavg: 1.00 1.05 1.07 3/64 23791
/proc/meminfo: memFree=1242392/2055920 swapFree=4192952/4192956
[pid=23791] ppid=23789 vsize=1472584 CPUtime=0.09
/proc/23791/stat : 23791 (java) S 23789 23791 23340 0 -1 0 3623 0 1 0 7 2 0 0 18 0 12 0 50250675 1507926016 3366 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23791/statm: 368146 3374 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.3015 s]
/proc/loadavg: 1.00 1.05 1.07 3/64 23791
/proc/meminfo: memFree=1242392/2055920 swapFree=4192952/4192956
[pid=23791] ppid=23789 vsize=1475112 CPUtime=0.35
/proc/23791/stat : 23791 (java) S 23789 23791 23340 0 -1 0 9282 0 1 0 30 5 0 0 18 0 12 0 50250675 1510514688 9019 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23791/statm: 368778 9019 1353 9 0 366121 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475112

[startup+0.701581 s]
/proc/loadavg: 1.00 1.05 1.07 3/64 23791
/proc/meminfo: memFree=1242392/2055920 swapFree=4192952/4192956
[pid=23791] ppid=23789 vsize=1476164 CPUtime=0.96
/proc/23791/stat : 23791 (java) S 23789 23791 23340 0 -1 0 13140 0 1 0 89 7 0 0 18 0 12 0 50250675 1511591936 12591 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23791/statm: 369041 12591 1390 9 0 366384 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1476164

[startup+1.50274 s]
/proc/loadavg: 1.00 1.05 1.07 3/76 23803
/proc/meminfo: memFree=1174712/2055920 swapFree=4192952/4192956
[pid=23791] ppid=23789 vsize=1476164 CPUtime=1.75
/proc/23791/stat : 23791 (java) S 23789 23791 23340 0 -1 0 27744 0 1 0 161 14 0 0 18 0 12 0 50250675 1511591936 27195 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23791/statm: 369041 27195 1390 9 0 366384 0
[pid=23791/tid=23793] ppid=23789 vsize=1476164 CPUtime=1.39
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23340 0 -1 64 25766 0 1 0 127 12 0 0 25 0 12 0 50250676 1511591936 27195 1992294400 134512640 134550932 4294956016 18446744073709551615 4109436699 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1476164 CPUtime=0
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23340 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 50250677 1511591936 27195 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1476164 CPUtime=0
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 50250678 1511591936 27195 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1476164 CPUtime=0
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23340 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 50250679 1511591936 27195 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1476164 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23340 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 50250680 1511591936 27195 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1476164 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23340 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 50250680 1511591936 27195 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1476164 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 50250684 1511591936 27195 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1476164 CPUtime=0.19
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23340 0 -1 64 560 0 0 0 19 0 0 0 16 0 12 0 50250684 1511591936 27195 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1476164 CPUtime=0.14
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23340 0 -1 64 674 0 0 0 14 0 0 0 17 0 12 0 50250684 1511591936 27195 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1476164 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 50250684 1511591936 27195 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1476164 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) R 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 50250684 1511591936 27195 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 1476164

[startup+3.10105 s]
/proc/loadavg: 1.00 1.05 1.07 2/76 23803
/proc/meminfo: memFree=1084472/2055920 swapFree=4192952/4192956
[pid=23791] ppid=23789 vsize=1476164 CPUtime=3.45
/proc/23791/stat : 23791 (java) S 23789 23791 23340 0 -1 0 41536 0 1 0 325 20 0 0 18 0 12 0 50250675 1511591936 40593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23791/statm: 369041 40593 1401 9 0 366384 0
[pid=23791/tid=23793] ppid=23789 vsize=1476164 CPUtime=2.88
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23340 0 -1 64 30918 0 1 0 273 15 0 0 25 0 12 0 50250676 1511591936 40593 1992294400 134512640 134550932 4294956016 18446744073709551615 4109476322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1476164 CPUtime=0.1
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23340 0 -1 64 5706 0 0 0 8 2 0 0 16 0 12 0 50250677 1511591936 40593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1476164 CPUtime=0.1
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23340 0 -1 64 2927 0 0 0 9 1 0 0 17 0 12 0 50250678 1511591936 40593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1476164 CPUtime=0
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23340 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 50250679 1511591936 40593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1476164 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23340 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 50250680 1511591936 40593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1476164 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23340 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 50250680 1511591936 40593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1476164 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 50250684 1511591936 40593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1476164 CPUtime=0.19
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23340 0 -1 64 560 0 0 0 19 0 0 0 16 0 12 0 50250684 1511591936 40593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1476164 CPUtime=0.14
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23340 0 -1 64 674 0 0 0 14 0 0 0 17 0 12 0 50250684 1511591936 40593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1476164 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 50250684 1511591936 40593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1476164 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 50250684 1511591936 40593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 1476164

[startup+6.30269 s]
/proc/loadavg: 1.00 1.05 1.07 2/76 23803
/proc/meminfo: memFree=1030152/2055920 swapFree=4192952/4192956
[pid=23791] ppid=23789 vsize=1476764 CPUtime=7.36
/proc/23791/stat : 23791 (java) S 23789 23791 23340 0 -1 0 65578 0 1 0 702 34 0 0 18 0 12 0 50250675 1512206336 62298 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23791/statm: 369191 62298 1417 9 0 366534 0
[pid=23791/tid=23793] ppid=23789 vsize=1476764 CPUtime=5.52
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23340 0 -1 64 30944 0 1 0 537 15 0 0 20 0 12 0 50250676 1512206336 62298 1992294400 134512640 134550932 4294956016 18446744073709551615 4109572856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1476764 CPUtime=0.58
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23340 0 -1 64 15732 0 0 0 50 8 0 0 17 0 12 0 50250677 1512206336 62298 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1476764 CPUtime=0.58
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23340 0 -1 64 16688 0 0 0 50 8 0 0 18 0 12 0 50250678 1512206336 62298 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1476764 CPUtime=0
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23340 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 50250679 1512206336 62298 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1476764 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23340 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 50250680 1512206336 62298 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1476764 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23340 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 50250680 1512206336 62298 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1476764 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 50250684 1512206336 62298 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1476764 CPUtime=0.38
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23340 0 -1 64 700 0 0 0 38 0 0 0 16 0 12 0 50250684 1512206336 62298 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1476764 CPUtime=0.26
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23340 0 -1 64 763 0 0 0 26 0 0 0 16 0 12 0 50250684 1512206336 62298 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1476764 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 50250684 1512206336 62298 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1476764 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 50250684 1512206336 62298 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 1476764

[startup+12.702 s]
/proc/loadavg: 1.08 1.06 1.08 2/76 23803
/proc/meminfo: memFree=834376/2055920 swapFree=4192952/4192956
[pid=23791] ppid=23789 vsize=1478688 CPUtime=16.2
/proc/23791/stat : 23791 (java) S 23789 23791 23340 0 -1 0 119532 0 1 0 1560 60 0 0 18 0 12 0 50250675 1514176512 108717 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23791/statm: 369672 108717 1417 9 0 367015 0
[pid=23791/tid=23793] ppid=23789 vsize=1478688 CPUtime=9.44
/proc/23791/task/23793/stat : 23793 (java) S 23789 23791 23340 0 -1 64 30954 0 1 0 928 16 0 0 18 0 12 0 50250676 1514176512 108717 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1478688 CPUtime=3.04
/proc/23791/task/23794/stat : 23794 (java) R 23789 23791 23340 0 -1 64 42020 0 0 0 284 20 0 0 16 0 12 0 50250677 1514176512 108717 1992294400 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1478688 CPUtime=3.02
/proc/23791/task/23795/stat : 23795 (java) R 23789 23791 23340 0 -1 64 44344 0 0 0 281 21 0 0 17 0 12 0 50250678 1514176512 108717 1992294400 134512640 134550932 4294956016 18446744073709551615 106194210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1478688 CPUtime=0
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23340 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 50250679 1514176512 108717 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1478688 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23340 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 50250680 1514176512 108717 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1478688 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23340 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 50250680 1514176512 108717 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1478688 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 50250684 1514176512 108717 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1478688 CPUtime=0.38
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23340 0 -1 64 700 0 0 0 38 0 0 0 16 0 12 0 50250684 1514176512 108717 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1478688 CPUtime=0.26
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23340 0 -1 64 763 0 0 0 26 0 0 0 16 0 12 0 50250684 1514176512 108717 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1478688 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 50250684 1514176512 108717 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1478688 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) R 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 50250684 1514176512 108717 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.2
Current children cumulated vsize (KiB) 1478688

[startup+25.5025 s]
/proc/loadavg: 1.06 1.06 1.08 2/76 23803
/proc/meminfo: memFree=723720/2055920 swapFree=4192952/4192956
[pid=23791] ppid=23789 vsize=1478688 CPUtime=30.68
/proc/23791/stat : 23791 (java) S 23789 23791 23340 0 -1 0 144712 0 1 0 2989 79 0 0 18 0 12 0 50250675 1514176512 130931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23791/statm: 369672 130931 1421 9 0 367015 0
[pid=23791/tid=23793] ppid=23789 vsize=1478688 CPUtime=19.94
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23340 0 -1 64 31064 0 1 0 1975 19 0 0 21 0 12 0 50250676 1514176512 130931 1992294400 134512640 134550932 4294956016 18446744073709551615 4109100101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1478688 CPUtime=5.02
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23340 0 -1 64 54262 0 0 0 473 29 0 0 16 0 12 0 50250677 1514176512 130931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1478688 CPUtime=4.92
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23340 0 -1 64 57164 0 0 0 463 29 0 0 16 0 12 0 50250678 1514176512 130931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1478688 CPUtime=0
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23340 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 50250679 1514176512 130931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1478688 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23340 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 50250680 1514176512 130931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1478688 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23340 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 50250680 1514176512 130931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1478688 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 50250684 1514176512 130931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1478688 CPUtime=0.49

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

[pid=23791/tid=23796] ppid=23789 vsize=1480340 CPUtime=1.79
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23340 0 -1 64 3954 0 0 0 177 2 0 0 16 0 13 0 50250679 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23340 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 50250680 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23340 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 50250680 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1480340 CPUtime=1.59
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23340 0 -1 64 2161 0 0 0 158 1 0 0 16 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1480340 CPUtime=0.75
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23340 0 -1 64 974 0 0 0 75 0 0 0 16 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23804] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23804/stat : 23804 (java) S 23789 23791 23340 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 50253380 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1612.23
Current children cumulated vsize (KiB) 1480340

[startup+1662.3 s]
/proc/loadavg: 1.51 1.48 1.23 2/77 23806
/proc/meminfo: memFree=27648/2055920 swapFree=4192952/4192956
[pid=23791] ppid=23789 vsize=1480340 CPUtime=1672.35
/proc/23791/stat : 23791 (java) S 23789 23791 23340 0 -1 0 341345 0 1 0 167040 195 0 0 18 0 13 0 50250675 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23791/statm: 370085 319340 1438 9 0 367428 0
[pid=23791/tid=23793] ppid=23789 vsize=1480340 CPUtime=1648.48
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23340 0 -1 64 31181 0 1 0 164828 20 0 0 25 0 13 0 50250676 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4109969424 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1480340 CPUtime=10.08
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23340 0 -1 64 134259 0 0 0 932 76 0 0 16 0 13 0 50250677 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1480340 CPUtime=9.59
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23340 0 -1 64 168069 0 0 0 867 92 0 0 16 0 13 0 50250678 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1480340 CPUtime=1.79
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23340 0 -1 64 3954 0 0 0 177 2 0 0 16 0 13 0 50250679 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23340 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 50250680 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23340 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 50250680 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1480340 CPUtime=1.59
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23340 0 -1 64 2161 0 0 0 158 1 0 0 16 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1480340 CPUtime=0.75
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23340 0 -1 64 974 0 0 0 75 0 0 0 16 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23804] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23804/stat : 23804 (java) S 23789 23791 23340 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 50253380 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1672.35
Current children cumulated vsize (KiB) 1480340

[startup+1722.3 s]
/proc/loadavg: 1.25 1.40 1.22 2/77 23806
/proc/meminfo: memFree=27648/2055920 swapFree=4192952/4192956
[pid=23791] ppid=23789 vsize=1480340 CPUtime=1732.34
/proc/23791/stat : 23791 (java) S 23789 23791 23340 0 -1 0 341346 0 1 0 173039 195 0 0 18 0 13 0 50250675 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23791/statm: 370085 319340 1438 9 0 367428 0
[pid=23791/tid=23793] ppid=23789 vsize=1480340 CPUtime=1708.41
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23340 0 -1 64 31182 0 1 0 170821 20 0 0 25 0 13 0 50250676 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4109848317 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1480340 CPUtime=10.12
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23340 0 -1 64 134259 0 0 0 936 76 0 0 16 0 13 0 50250677 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1480340 CPUtime=9.62
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23340 0 -1 64 168069 0 0 0 870 92 0 0 17 0 13 0 50250678 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1480340 CPUtime=1.79
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23340 0 -1 64 3954 0 0 0 177 2 0 0 16 0 13 0 50250679 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23340 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 50250680 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23340 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 50250680 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1480340 CPUtime=1.59
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23340 0 -1 64 2161 0 0 0 158 1 0 0 16 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1480340 CPUtime=0.75
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23340 0 -1 64 974 0 0 0 75 0 0 0 16 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23804] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23804/stat : 23804 (java) S 23789 23791 23340 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 50253380 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1732.34
Current children cumulated vsize (KiB) 1480340

[startup+1782.3 s]
/proc/loadavg: 1.15 1.34 1.21 2/77 23806
/proc/meminfo: memFree=27648/2055920 swapFree=4192952/4192956
[pid=23791] ppid=23789 vsize=1480340 CPUtime=1792.35
/proc/23791/stat : 23791 (java) S 23789 23791 23340 0 -1 0 341347 0 1 0 179040 195 0 0 18 0 13 0 50250675 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23791/statm: 370085 319340 1438 9 0 367428 0
[pid=23791/tid=23793] ppid=23789 vsize=1480340 CPUtime=1768.34
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23340 0 -1 64 31183 0 1 0 176814 20 0 0 25 0 13 0 50250676 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4109969424 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1480340 CPUtime=10.16
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23340 0 -1 64 134259 0 0 0 940 76 0 0 17 0 13 0 50250677 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1480340 CPUtime=9.67
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23340 0 -1 64 168069 0 0 0 874 93 0 0 16 0 13 0 50250678 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1480340 CPUtime=1.79
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23340 0 -1 64 3954 0 0 0 177 2 0 0 16 0 13 0 50250679 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23340 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 50250680 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23340 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 50250680 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1480340 CPUtime=1.59
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23340 0 -1 64 2161 0 0 0 158 1 0 0 16 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1480340 CPUtime=0.75
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23340 0 -1 64 974 0 0 0 75 0 0 0 16 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23804] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23804/stat : 23804 (java) S 23789 23791 23340 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 50253380 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1792.35
Current children cumulated vsize (KiB) 1480340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790 s]
/proc/loadavg: 1.13 1.33 1.20 2/77 23806
/proc/meminfo: memFree=27648/2055920 swapFree=4192952/4192956
[pid=23791] ppid=23789 vsize=1480340 CPUtime=1800.05
/proc/23791/stat : 23791 (java) S 23789 23791 23340 0 -1 0 341347 0 1 0 179810 195 0 0 18 0 13 0 50250675 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23791/statm: 370085 319340 1438 9 0 367428 0
[pid=23791/tid=23793] ppid=23789 vsize=1480340 CPUtime=1776.04
/proc/23791/task/23793/stat : 23793 (java) R 23789 23791 23340 0 -1 64 31183 0 1 0 177584 20 0 0 25 0 13 0 50250676 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4109863468 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23794] ppid=23789 vsize=1480340 CPUtime=10.16
/proc/23791/task/23794/stat : 23794 (java) S 23789 23791 23340 0 -1 64 134259 0 0 0 940 76 0 0 17 0 13 0 50250677 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23795] ppid=23789 vsize=1480340 CPUtime=9.67
/proc/23791/task/23795/stat : 23795 (java) S 23789 23791 23340 0 -1 64 168069 0 0 0 874 93 0 0 16 0 13 0 50250678 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23796] ppid=23789 vsize=1480340 CPUtime=1.79
/proc/23791/task/23796/stat : 23796 (java) S 23789 23791 23340 0 -1 64 3954 0 0 0 177 2 0 0 16 0 13 0 50250679 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23797] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23797/stat : 23797 (java) S 23789 23791 23340 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 50250680 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23798] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23798/stat : 23798 (java) S 23789 23791 23340 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 50250680 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23799] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23799/stat : 23799 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23800] ppid=23789 vsize=1480340 CPUtime=1.59
/proc/23791/task/23800/stat : 23800 (java) S 23789 23791 23340 0 -1 64 2161 0 0 0 158 1 0 0 16 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23801] ppid=23789 vsize=1480340 CPUtime=0.75
/proc/23791/task/23801/stat : 23801 (java) S 23789 23791 23340 0 -1 64 974 0 0 0 75 0 0 0 16 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23802] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23802/stat : 23802 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23791/tid=23803] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23803/stat : 23803 (java) S 23789 23791 23340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 50250684 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23791/tid=23804] ppid=23789 vsize=1480340 CPUtime=0
/proc/23791/task/23804/stat : 23804 (java) S 23789 23791 23340 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 50253380 1515868160 319340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1480340

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

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

[startup+1790.2 s]
/proc/loadavg: 1.13 1.33 1.20 2/77 23806
/proc/meminfo: memFree=27648/2055920 swapFree=4192952/4192956
[pid=23791] ppid=23789 vsize=0 CPUtime=1800.31
/proc/23791/stat : 23791 (java) Z 23789 23791 23340 0 -1 1036 341377 0 1 0 179825 206 0 0 15 0 2 0 50250675 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23791/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1790.3
CPU time (s): 1800.41
CPU user time (s): 1798.26
CPU system time (s): 2.15667
CPU usage (%): 100.565
Max. virtual memory (cumulated for all children) (KiB): 1488344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.26
system time used= 2.15667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 341377
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= 39323
involuntary context switches= 6823

runsolver used 1.82472 second user time and 4.90925 second system time

The end

Launcher Data

Begin job on node33 at 2009-06-14 12:26:17
IDJOB=1859665
IDBENCH=71881
IDSOLVER=682
FILE ID=node33/1859665-1244975175
PBS_JOBID= 9355014
Free space on /tmp= 66004 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_500_3__212_366__512.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1859665-1244975175/watcher-1859665-1244975175 -o /tmp/evaluation-result-1859665-1244975175/solver-1859665-1244975175 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859665-1244975175.opb

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

MD5SUM BENCH= 89e2fccd3e96863f0a3c5df934bf5217
RANDOM SEED=1786988034

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:       1242808 kB
Buffers:         70464 kB
Cached:         657336 kB
SwapCached:          4 kB
Active:         145168 kB
Inactive:       596584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1242808 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           35796 kB
Writeback:           0 kB
Mapped:          23748 kB
Slab:            57352 kB
Committed_AS:    89768 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= 66004 MiB
End job on node33 at 2009-06-14 12:56:09