Trace number 1859635

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.36 1794.65

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__128.opb
MD5SUM532f9d522f176ac928dfe97ba6769de3
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 variables192498
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 constraint128
Maximum length of a constraint2689
Number of terms in the objective function 192000
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 6567727872
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 6567727872
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1859635-1244974422.opb
0.22/0.22	c reading problem ... 
9.37/7.42	c ... done. Wall clock time 7.208s.
9.37/7.42	c #vars     192498
9.37/7.42	c #constraints  2500
9.37/7.42	c constraints type 
9.37/7.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
9.37/7.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
9.37/7.42	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.04/1794.41	c starts		: 17
1800.04/1794.41	c conflicts		: 161885
1800.04/1794.41	c decisions		: 5969044
1800.04/1794.41	c propagations		: 35246376
1800.04/1794.41	c inspects		: 419815942
1800.04/1794.41	c learnt literals	: 0
1800.04/1794.41	c learnt binary clauses	: 0
1800.04/1794.41	c learnt ternary clauses	: 0
1800.04/1794.41	c learnt clauses	: 161884
1800.04/1794.41	c ignored clauses	: 0
1800.04/1794.41	c root simplifications	: 0
1800.04/1794.41	c removed literals (reason simplification)	: 774200
1800.04/1794.41	c reason swapping (by a shorter reason)	: 0
1800.04/1794.41	c Calls to reduceDB	: 0
1800.04/1794.41	c speed (assignments/second)	: 19723.91293277455
1800.04/1794.41	c non guided choices	2326048
1800.04/1794.48	c learnt constraints type 
1800.04/1794.48	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 161886
1800.04/1794.48	c constraints type 
1800.04/1794.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
1800.04/1794.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
1800.04/1794.48	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.04/1794.48	s UNKNOWN
1800.04/1794.48	c Total wall clock time (in seconds): 1794.265

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-1859635-1244974422/watcher-1859635-1244974422 -o /tmp/evaluation-result-1859635-1244974422/solver-1859635-1244974422 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859635-1244974422.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.01 1.00 1/64 19771
/proc/meminfo: memFree=1321576/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=152 CPUtime=0
/proc/19771/stat : 19771 (java6) R 19769 19771 19342 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 165042384 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 7483691 0 0 4096 0 0 0 0 17 1 0 0
/proc/19771/statm: 38 26 19 9 0 4 0

[startup+0.0179439 s]
/proc/loadavg: 1.00 1.01 1.00 1/64 19771
/proc/meminfo: memFree=1321576/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=13528 CPUtime=0
/proc/19771/stat : 19771 (java) S 19769 19771 19342 0 -1 0 904 0 1 0 0 0 0 0 18 0 2 0 165042384 13852672 659 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19771/statm: 3382 659 329 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13528

[startup+0.10296 s]
/proc/loadavg: 1.00 1.01 1.00 1/64 19771
/proc/meminfo: memFree=1321576/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1472584 CPUtime=0.08
/proc/19771/stat : 19771 (java) S 19769 19771 19342 0 -1 0 3612 0 1 0 6 2 0 0 18 0 12 0 165042384 1507926016 3355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19771/statm: 368146 3355 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.302981 s]
/proc/loadavg: 1.00 1.01 1.00 1/64 19771
/proc/meminfo: memFree=1321576/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1475264 CPUtime=0.36
/proc/19771/stat : 19771 (java) S 19769 19771 19342 0 -1 0 6059 0 1 0 32 4 0 0 18 0 12 0 165042384 1510670336 5793 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19771/statm: 368816 5793 1353 9 0 366159 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1475264

[startup+0.703016 s]
/proc/loadavg: 1.00 1.01 1.00 1/64 19771
/proc/meminfo: memFree=1321576/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1476700 CPUtime=0.96
/proc/19771/stat : 19771 (java) S 19769 19771 19342 0 -1 0 9959 0 1 0 90 6 0 0 18 0 12 0 165042384 1512140800 9615 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19771/statm: 369175 9615 1390 9 0 366518 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1476700

[startup+1.50212 s]
/proc/loadavg: 1.00 1.01 1.00 2/76 19783
/proc/meminfo: memFree=1266376/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1476700 CPUtime=1.75
/proc/19771/stat : 19771 (java) S 19769 19771 19342 0 -1 0 24512 0 1 0 164 11 0 0 18 0 12 0 165042384 1512140800 24168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19771/statm: 369175 24169 1390 9 0 366518 0
[pid=19771/tid=19773] ppid=19769 vsize=1476700 CPUtime=1.4
/proc/19771/task/19773/stat : 19773 (java) R 19769 19771 19342 0 -1 64 22615 0 1 0 130 10 0 0 25 0 12 0 165042385 1512140800 24169 1992294400 134512640 134550932 4294956016 18446744073709551615 4109510933 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1476700 CPUtime=0
/proc/19771/task/19774/stat : 19774 (java) S 19769 19771 19342 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 165042386 1512140800 24170 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1476700 CPUtime=0
/proc/19771/task/19775/stat : 19775 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 165042386 1512140800 24171 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1476700 CPUtime=0
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 19342 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 165042388 1512140800 24172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1476700 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 19342 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 165042389 1512140800 24172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1476700 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 19342 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 165042389 1512140800 24173 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1476700 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 19342 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165042393 1512140800 24174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1476700 CPUtime=0.14
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 19342 0 -1 64 531 0 0 0 14 0 0 0 17 0 12 0 165042393 1512140800 24175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1476700 CPUtime=0.19
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 19342 0 -1 64 628 0 0 0 19 0 0 0 16 0 12 0 165042393 1512140800 24175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1476700 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165042393 1512140800 24176 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1476700 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165042393 1512140800 24177 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) 1476700

[startup+3.10127 s]
/proc/loadavg: 1.00 1.01 1.00 3/76 19783
/proc/meminfo: memFree=1188936/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1488584 CPUtime=4.09
/proc/19771/stat : 19771 (java) S 19769 19771 19342 0 -1 0 44734 0 1 0 388 21 0 0 18 0 12 0 165042384 1524310016 41732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19771/statm: 372146 41732 1411 9 0 369489 0
[pid=19771/tid=19773] ppid=19769 vsize=1488584 CPUtime=2.65
/proc/19771/task/19773/stat : 19773 (java) R 19769 19771 19342 0 -1 64 30921 0 1 0 251 14 0 0 25 0 12 0 165042385 1524310016 41732 1992294400 134512640 134550932 4294956016 18446744073709551615 4109479121 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1488584 CPUtime=0.09
/proc/19771/task/19774/stat : 19774 (java) S 19769 19771 19342 0 -1 64 3307 0 0 0 8 1 0 0 17 0 12 0 165042386 1524310016 41732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1488584 CPUtime=0.09
/proc/19771/task/19775/stat : 19775 (java) S 19769 19771 19342 0 -1 64 2979 0 0 0 8 1 0 0 17 0 12 0 165042386 1524310016 41732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1488584 CPUtime=0
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 19342 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165042388 1524310016 41732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1488584 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 19342 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 165042389 1524310016 41732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1488584 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 19342 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 165042389 1524310016 41732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1488584 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 19342 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165042393 1524310016 41732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1488584 CPUtime=0.37
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 19342 0 -1 64 1617 0 0 0 37 0 0 0 16 0 12 0 165042393 1524310016 41732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1488584 CPUtime=0.84
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 19342 0 -1 64 5162 0 0 0 82 2 0 0 17 0 12 0 165042393 1524310016 41732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1488584 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165042393 1524310016 41732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1488584 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165042393 1524310016 41732 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 1488584

[startup+6.30263 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 19783
/proc/meminfo: memFree=1071944/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1487400 CPUtime=8.21
/proc/19771/stat : 19771 (java) S 19769 19771 19342 0 -1 0 73141 0 1 0 786 35 0 0 18 0 12 0 165042384 1523097600 66545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19771/statm: 371850 66545 1411 9 0 369193 0
[pid=19771/tid=19773] ppid=19769 vsize=1487400 CPUtime=4.92
/proc/19771/task/19773/stat : 19773 (java) R 19769 19771 19342 0 -1 64 30945 0 1 0 477 15 0 0 17 0 12 0 165042385 1523097600 66545 1992294400 134512640 134550932 4294956016 18446744073709551615 106834677 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1487400 CPUtime=1.02
/proc/19771/task/19774/stat : 19774 (java) S 19769 19771 19342 0 -1 64 14987 0 0 0 95 7 0 0 16 0 12 0 165042386 1523097600 66545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1487400 CPUtime=0.96
/proc/19771/task/19775/stat : 19775 (java) S 19769 19771 19342 0 -1 64 19674 0 0 0 87 9 0 0 16 0 12 0 165042386 1523097600 66545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1487400 CPUtime=0
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 19342 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165042388 1523097600 66545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1487400 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 19342 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 165042389 1523097600 66545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1487400 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 19342 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 165042389 1523097600 66545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1487400 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 19342 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165042393 1523097600 66545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1487400 CPUtime=0.37
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 19342 0 -1 64 1617 0 0 0 37 0 0 0 16 0 12 0 165042393 1523097600 66545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1487400 CPUtime=0.89
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 19342 0 -1 64 5170 0 0 0 87 2 0 0 16 0 12 0 165042393 1523097600 66545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1487400 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165042393 1523097600 66545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1487400 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165042393 1523097600 66545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 1487400

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19784
/proc/meminfo: memFree=1053568/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1486796 CPUtime=15.53
/proc/19771/stat : 19771 (java) S 19769 19771 19342 0 -1 0 74986 0 1 0 1516 37 0 0 18 0 13 0 165042384 1522479104 68144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19771/statm: 371699 68144 1432 9 0 369042 0
[pid=19771/tid=19773] ppid=19769 vsize=1486796 CPUtime=10.91
/proc/19771/task/19773/stat : 19773 (java) R 19769 19771 19342 0 -1 64 31007 0 1 0 1076 15 0 0 25 0 13 0 165042385 1522479104 68144 1992294400 134512640 134550932 4294956016 18446744073709551615 4109917327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1486796 CPUtime=1.14
/proc/19771/task/19774/stat : 19774 (java) S 19769 19771 19342 0 -1 64 15089 0 0 0 107 7 0 0 16 0 13 0 165042386 1522479104 68144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1486796 CPUtime=1.09
/proc/19771/task/19775/stat : 19775 (java) S 19769 19771 19342 0 -1 64 21261 0 0 0 99 10 0 0 16 0 13 0 165042386 1522479104 68144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 19342 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165042388 1522479104 68144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 19342 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 165042389 1522479104 68144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 19342 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165042389 1522479104 68144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 19342 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165042393 1522479104 68144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1486796 CPUtime=0.95
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 19342 0 -1 64 1677 0 0 0 95 0 0 0 16 0 13 0 165042393 1522479104 68144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1486796 CPUtime=1.38
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 19342 0 -1 64 5198 0 0 0 136 2 0 0 17 0 13 0 165042393 1522479104 68144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165042393 1522479104 68144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) R 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165042393 1522479104 68144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19784] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19784/stat : 19784 (java) S 19769 19771 19342 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 165043193 1522479104 68144 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.53
Current children cumulated vsize (KiB) 1486796

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19784
/proc/meminfo: memFree=1035712/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1486796 CPUtime=28.54
/proc/19771/stat : 19771 (java) S 19769 19771 19342 0 -1 0 79530 0 1 0 2814 40 0 0 18 0 13 0 165042384 1522479104 72607 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19771/statm: 371699 72607 1432 9 0 369042 0
[pid=19771/tid=19773] ppid=19769 vsize=1486796 CPUtime=23.56
/proc/19771/task/19773/stat : 19773 (java) R 19769 19771 19342 0 -1 64 31013 0 1 0 2341 15 0 0 25 0 13 0 165042385 1522479104 72607 1992294400 134512640 134550932 4294956016 18446744073709551615 4109837477 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1486796 CPUtime=1.27
/proc/19771/task/19774/stat : 19774 (java) S 19769 19771 19342 0 -1 64 17045 0 0 0 119 8 0 0 16 0 13 0 165042386 1522479104 72607 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1486796 CPUtime=1.23
/proc/19771/task/19775/stat : 19775 (java) S 19769 19771 19342 0 -1 64 23835 0 0 0 111 12 0 0 17 0 13 0 165042386 1522479104 72607 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 19342 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165042388 1522479104 72607 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 19342 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 165042389 1522479104 72607 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 19342 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165042389 1522479104 72607 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1486796 CPUtime=0

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

[pid=19771/tid=19776] ppid=19769 vsize=1486796 CPUtime=0.01
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 19342 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 165042388 1522479104 224853 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 19342 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 165042389 1522479104 224853 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 19342 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165042389 1522479104 224853 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 19342 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165042393 1522479104 224853 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1486796 CPUtime=1
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 19342 0 -1 64 1679 0 0 0 100 0 0 0 17 0 13 0 165042393 1522479104 224853 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1486796 CPUtime=1.54
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 19342 0 -1 64 5207 0 0 0 152 2 0 0 17 0 13 0 165042393 1522479104 224853 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165042393 1522479104 224853 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165042393 1522479104 224853 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19784] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19784/stat : 19784 (java) S 19769 19771 19342 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 165043193 1522479104 224853 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1607.84
Current children cumulated vsize (KiB) 1486796

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19784
/proc/meminfo: memFree=411776/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1486796 CPUtime=1667.86
/proc/19771/stat : 19771 (java) S 19769 19771 19342 0 -1 0 262134 0 1 0 166652 134 0 0 18 0 13 0 165042384 1522479104 228193 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19771/statm: 371699 228193 1432 9 0 369042 0
[pid=19771/tid=19773] ppid=19769 vsize=1486796 CPUtime=1656.23
/proc/19771/task/19773/stat : 19773 (java) R 19769 19771 19342 0 -1 64 31114 0 1 0 165604 19 0 0 25 0 13 0 165042385 1522479104 228193 1992294400 134512640 134550932 4294956016 18446744073709551615 4109894860 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1486796 CPUtime=4.52
/proc/19771/task/19774/stat : 19774 (java) S 19769 19771 19342 0 -1 64 102662 0 0 0 403 49 0 0 16 0 13 0 165042386 1522479104 228193 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1486796 CPUtime=4.5
/proc/19771/task/19775/stat : 19775 (java) S 19769 19771 19342 0 -1 64 120718 0 0 0 390 60 0 0 16 0 13 0 165042386 1522479104 228193 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1486796 CPUtime=0.01
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 19342 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 165042388 1522479104 228193 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 19342 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 165042389 1522479104 228193 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 19342 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165042389 1522479104 228193 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 19342 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165042393 1522479104 228193 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1486796 CPUtime=1
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 19342 0 -1 64 1679 0 0 0 100 0 0 0 17 0 13 0 165042393 1522479104 228193 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1486796 CPUtime=1.54
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 19342 0 -1 64 5207 0 0 0 152 2 0 0 17 0 13 0 165042393 1522479104 228193 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165042393 1522479104 228193 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165042393 1522479104 228193 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19784] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19784/stat : 19784 (java) S 19769 19771 19342 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 165043193 1522479104 228193 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1667.86
Current children cumulated vsize (KiB) 1486796

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19784
/proc/meminfo: memFree=386560/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1486796 CPUtime=1727.92
/proc/19771/stat : 19771 (java) S 19769 19771 19342 0 -1 0 268999 0 1 0 172654 138 0 0 18 0 13 0 165042384 1522479104 234476 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19771/statm: 371699 234476 1432 9 0 369042 0
[pid=19771/tid=19773] ppid=19769 vsize=1486796 CPUtime=1716.12
/proc/19771/task/19773/stat : 19773 (java) R 19769 19771 19342 0 -1 64 31116 0 1 0 171593 19 0 0 25 0 13 0 165042385 1522479104 234476 1992294400 134512640 134550932 4294956016 18446744073709551615 4109894346 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1486796 CPUtime=4.6
/proc/19771/task/19774/stat : 19774 (java) S 19769 19771 19342 0 -1 64 106597 0 0 0 409 51 0 0 17 0 13 0 165042386 1522479104 234476 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1486796 CPUtime=4.58
/proc/19771/task/19775/stat : 19775 (java) S 19769 19771 19342 0 -1 64 123646 0 0 0 396 62 0 0 16 0 13 0 165042386 1522479104 234476 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1486796 CPUtime=0.01
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 19342 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 165042388 1522479104 234476 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 19342 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 165042389 1522479104 234476 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 19342 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165042389 1522479104 234476 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 19342 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165042393 1522479104 234476 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1486796 CPUtime=1
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 19342 0 -1 64 1679 0 0 0 100 0 0 0 17 0 13 0 165042393 1522479104 234476 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1486796 CPUtime=1.54
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 19342 0 -1 64 5207 0 0 0 152 2 0 0 17 0 13 0 165042393 1522479104 234476 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165042393 1522479104 234476 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165042393 1522479104 234476 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19784] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19784/stat : 19784 (java) S 19769 19771 19342 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 165043193 1522479104 234476 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1727.92
Current children cumulated vsize (KiB) 1486796

[startup+1782.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 19784
/proc/meminfo: memFree=373568/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1486796 CPUtime=1787.94
/proc/19771/stat : 19771 (java) S 19769 19771 19342 0 -1 0 272620 0 1 0 178654 140 0 0 18 0 13 0 165042384 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19771/statm: 371699 237715 1432 9 0 369042 0
[pid=19771/tid=19773] ppid=19769 vsize=1486796 CPUtime=1776.07
/proc/19771/task/19773/stat : 19773 (java) R 19769 19771 19342 0 -1 64 31117 0 1 0 177587 20 0 0 25 0 13 0 165042385 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4109865828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1486796 CPUtime=4.65
/proc/19771/task/19774/stat : 19774 (java) S 19769 19771 19342 0 -1 64 108686 0 0 0 413 52 0 0 16 0 13 0 165042386 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1486796 CPUtime=4.61
/proc/19771/task/19775/stat : 19775 (java) S 19769 19771 19342 0 -1 64 125177 0 0 0 399 62 0 0 16 0 13 0 165042386 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1486796 CPUtime=0.01
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 19342 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 165042388 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 19342 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 165042389 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 19342 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165042389 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 19342 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165042393 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1486796 CPUtime=1
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 19342 0 -1 64 1679 0 0 0 100 0 0 0 17 0 13 0 165042393 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1486796 CPUtime=1.54
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 19342 0 -1 64 5207 0 0 0 152 2 0 0 17 0 13 0 165042393 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165042393 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165042393 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19784] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19784/stat : 19784 (java) S 19769 19771 19342 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 165043193 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.94
Current children cumulated vsize (KiB) 1486796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 19784
/proc/meminfo: memFree=373568/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1486796 CPUtime=1800.04
/proc/19771/stat : 19771 (java) S 19769 19771 19342 0 -1 0 272620 0 1 0 179864 140 0 0 18 0 13 0 165042384 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19771/statm: 371699 237715 1432 9 0 369042 0
[pid=19771/tid=19773] ppid=19769 vsize=1486796 CPUtime=1788.17
/proc/19771/task/19773/stat : 19773 (java) R 19769 19771 19342 0 -1 64 31117 0 1 0 178797 20 0 0 25 0 13 0 165042385 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4109894414 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1486796 CPUtime=4.65
/proc/19771/task/19774/stat : 19774 (java) S 19769 19771 19342 0 -1 64 108686 0 0 0 413 52 0 0 16 0 13 0 165042386 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1486796 CPUtime=4.61
/proc/19771/task/19775/stat : 19775 (java) S 19769 19771 19342 0 -1 64 125177 0 0 0 399 62 0 0 16 0 13 0 165042386 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1486796 CPUtime=0.01
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 19342 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 165042388 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 19342 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 165042389 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 19342 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165042389 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 19342 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165042393 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1486796 CPUtime=1
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 19342 0 -1 64 1679 0 0 0 100 0 0 0 17 0 13 0 165042393 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1486796 CPUtime=1.54
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 19342 0 -1 64 5207 0 0 0 152 2 0 0 17 0 13 0 165042393 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165042393 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) S 19769 19771 19342 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165042393 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19784] ppid=19769 vsize=1486796 CPUtime=0
/proc/19771/task/19784/stat : 19784 (java) S 19769 19771 19342 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 165043193 1522479104 237715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1486796

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

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

[startup+1794.6 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 19784
/proc/meminfo: memFree=373568/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=0 CPUtime=1800.3
/proc/19771/stat : 19771 (java) Z 19769 19771 19342 0 -1 1036 272645 0 1 0 179881 149 0 0 15 0 2 0 165042384 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19771/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.65
CPU time (s): 1800.36
CPU user time (s): 1798.82
CPU system time (s): 1.54477
CPU usage (%): 100.318
Max. virtual memory (cumulated for all children) (KiB): 1491368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.54476
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272645
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= 38748
involuntary context switches= 39918

runsolver used 1.88771 second user time and 4.66229 second system time

The end

Launcher Data

Begin job on node19 at 2009-06-14 12:13:43
IDJOB=1859635
IDBENCH=71866
IDSOLVER=682
FILE ID=node19/1859635-1244974422
PBS_JOBID= 9355039
Free space on /tmp= 66276 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__128.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1859635-1244974422/watcher-1859635-1244974422 -o /tmp/evaluation-result-1859635-1244974422/solver-1859635-1244974422 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859635-1244974422.opb

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

MD5SUM BENCH= 532f9d522f176ac928dfe97ba6769de3
RANDOM SEED=1201371634

node19.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:       1322056 kB
Buffers:         72968 kB
Cached:         570448 kB
SwapCached:          0 kB
Active:         124488 kB
Inactive:       532828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1322056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8844 kB
Writeback:           0 kB
Mapped:          23752 kB
Slab:            62556 kB
Committed_AS:   154688 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66276 MiB
End job on node19 at 2009-06-14 12:43:39