Trace number 1859627

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.53 1771.76

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__64.opb
MD5SUM8fe120f02e998b2f2f763372a647b0f9
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 variables641998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint64
Maximum length of a constraint2817
Number of terms in the objective function 640000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 22177598784
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 22177598784
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.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.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1859627-1244974205.opb
0.22/0.22	c reading problem ... 
59.92/53.61	c ... done. Wall clock time 53.391s.
59.92/53.61	c #vars     641998
59.92/53.61	c #constraints  14000
59.92/53.61	c constraints type 
59.92/53.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 10002
59.92/53.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
59.92/53.61	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1310.83/1285.11	c cleaning 112455 clauses out of 225044
1734.69/1707.17	c cleaning 88907 clauses out of 178045
1800.03/1771.48	c starts		: 19
1800.03/1771.48	c conflicts		: 298979
1800.03/1771.48	c decisions		: 27827983
1800.03/1771.48	c propagations		: 177928077
1800.03/1771.48	c inspects		: 508012846
1800.03/1771.48	c learnt literals	: 0
1800.03/1771.48	c learnt binary clauses	: 0
1800.03/1771.48	c learnt ternary clauses	: 0
1800.03/1771.48	c learnt clauses	: 298979
1800.03/1771.48	c ignored clauses	: 0
1800.03/1771.48	c root simplifications	: 0
1800.03/1771.48	c removed literals (reason simplification)	: 1471377
1800.03/1771.48	c reason swapping (by a shorter reason)	: 0
1800.03/1771.48	c Calls to reduceDB	: 2
1800.03/1771.48	c speed (assignments/second)	: 103575.65891536043
1800.03/1771.48	c non guided choices	18770242
1800.24/1771.54	c learnt constraints type 
1800.24/1771.55	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 97617
1800.24/1771.55	c constraints type 
1800.24/1771.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 10002
1800.24/1771.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
1800.24/1771.55	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.24/1771.55	s UNKNOWN
1800.24/1771.55	c Total wall clock time (in seconds): 1771.33

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

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


[startup+0 s]
/proc/loadavg: 0.93 0.99 0.99 2/64 23940
/proc/meminfo: memFree=1247736/2055924 swapFree=4191900/4192956
[pid=23940] ppid=23938 vsize=272 CPUtime=0
/proc/23940/stat : 23940 (java6) D 23938 23940 23903 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 165021431 278528 37 1992294400 134512640 134550932 4294956176 18446744073709551615 2188068 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/23940/statm: 68 37 28 9 0 6 0

[startup+0.059367 s]
/proc/loadavg: 0.93 0.99 0.99 2/64 23940
/proc/meminfo: memFree=1247736/2055924 swapFree=4191900/4192956
[pid=23940] ppid=23938 vsize=1470088 CPUtime=0.04
/proc/23940/stat : 23940 (java) S 23938 23940 23903 0 -1 0 3254 0 1 0 3 1 0 0 18 0 7 0 165021431 1505370112 3000 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23940/statm: 367522 3002 1019 9 0 364873 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470088

[startup+0.10137 s]
/proc/loadavg: 0.93 0.99 0.99 2/64 23940
/proc/meminfo: memFree=1247736/2055924 swapFree=4191900/4192956
[pid=23940] ppid=23938 vsize=1472584 CPUtime=0.08
/proc/23940/stat : 23940 (java) S 23938 23940 23903 0 -1 0 3600 0 1 0 6 2 0 0 18 0 12 0 165021431 1507926016 3343 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23940/statm: 368146 3343 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301416 s]
/proc/loadavg: 0.93 0.99 0.99 2/64 23940
/proc/meminfo: memFree=1247736/2055924 swapFree=4191900/4192956
[pid=23940] ppid=23938 vsize=1475116 CPUtime=0.34
/proc/23940/stat : 23940 (java) S 23938 23940 23903 0 -1 0 8574 0 1 0 30 4 0 0 18 0 12 0 165021431 1510518784 8311 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23940/statm: 368779 8311 1351 9 0 366122 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475116

[startup+0.70149 s]
/proc/loadavg: 0.93 0.99 0.99 2/64 23940
/proc/meminfo: memFree=1247736/2055924 swapFree=4191900/4192956
[pid=23940] ppid=23938 vsize=1476168 CPUtime=0.95
/proc/23940/stat : 23940 (java) S 23938 23940 23903 0 -1 0 12480 0 1 0 90 5 0 0 18 0 12 0 165021431 1511596032 11929 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23940/statm: 369042 11930 1390 9 0 366385 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1476168

[startup+1.50164 s]
/proc/loadavg: 0.93 0.99 0.99 2/76 23952
/proc/meminfo: memFree=1181720/2055924 swapFree=4191900/4192956
[pid=23940] ppid=23938 vsize=1476168 CPUtime=1.75
/proc/23940/stat : 23940 (java) S 23938 23940 23903 0 -1 0 28063 0 1 0 163 12 0 0 18 0 12 0 165021431 1511596032 27512 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23940/statm: 369042 27513 1390 9 0 366385 0
[pid=23940/tid=23942] ppid=23938 vsize=1476168 CPUtime=1.41
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 23903 0 -1 64 26071 0 1 0 130 11 0 0 25 0 12 0 165021432 1511596032 27513 1992294400 134512640 134550932 4294956016 18446744073709551615 4109523086 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=1476168 CPUtime=0
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 23903 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 165021433 1511596032 27514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23944] ppid=23938 vsize=1476168 CPUtime=0
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 165021433 1511596032 27515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23945] ppid=23938 vsize=1476168 CPUtime=0
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 23903 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165021435 1511596032 27516 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23946] ppid=23938 vsize=1476168 CPUtime=0
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 23903 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 165021436 1511596032 27517 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23947] ppid=23938 vsize=1476168 CPUtime=0
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 23903 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 165021436 1511596032 27517 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23948] ppid=23938 vsize=1476168 CPUtime=0
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 23903 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165021440 1511596032 27518 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=1476168 CPUtime=0.18
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 23903 0 -1 64 603 0 0 0 18 0 0 0 16 0 12 0 165021440 1511596032 27519 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=1476168 CPUtime=0.14
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 23903 0 -1 64 648 0 0 0 14 0 0 0 16 0 12 0 165021440 1511596032 27520 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23951] ppid=23938 vsize=1476168 CPUtime=0
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 165021440 1511596032 27521 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=1476168 CPUtime=0
/proc/23940/task/23952/stat : 23952 (java) R 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165021440 1511596032 27522 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) 1476168

[startup+3.10296 s]
/proc/loadavg: 0.93 0.99 0.99 2/76 23952
/proc/meminfo: memFree=1092632/2055924 swapFree=4191900/4192956
[pid=23940] ppid=23938 vsize=1476168 CPUtime=3.46
/proc/23940/stat : 23940 (java) S 23938 23940 23903 0 -1 0 41879 0 1 0 327 19 0 0 18 0 12 0 165021431 1511596032 40001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23940/statm: 369042 40001 1401 9 0 366385 0
[pid=23940/tid=23942] ppid=23938 vsize=1476168 CPUtime=2.9
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 23903 0 -1 64 30922 0 1 0 277 13 0 0 25 0 12 0 165021432 1511596032 40001 1992294400 134512640 134550932 4294956016 18446744073709551615 4109436618 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=1476168 CPUtime=0.09
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 23903 0 -1 64 5720 0 0 0 7 2 0 0 17 0 12 0 165021433 1511596032 40001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23944] ppid=23938 vsize=1476168 CPUtime=0.1
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 23903 0 -1 64 3236 0 0 0 8 2 0 0 16 0 12 0 165021433 1511596032 40001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23945] ppid=23938 vsize=1476168 CPUtime=0
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 23903 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165021435 1511596032 40001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23946] ppid=23938 vsize=1476168 CPUtime=0
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 23903 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165021436 1511596032 40001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23947] ppid=23938 vsize=1476168 CPUtime=0
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 23903 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165021436 1511596032 40001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23948] ppid=23938 vsize=1476168 CPUtime=0
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 23903 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165021440 1511596032 40001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=1476168 CPUtime=0.18
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 23903 0 -1 64 603 0 0 0 18 0 0 0 16 0 12 0 165021440 1511596032 40001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=1476168 CPUtime=0.14
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 23903 0 -1 64 648 0 0 0 14 0 0 0 16 0 12 0 165021440 1511596032 40001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23951] ppid=23938 vsize=1476168 CPUtime=0
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 165021440 1511596032 40001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=1476168 CPUtime=0
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165021440 1511596032 40001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 1476168

[startup+6.30159 s]
/proc/loadavg: 1.02 1.00 1.00 2/76 23952
/proc/meminfo: memFree=1019992/2055924 swapFree=4191900/4192956
[pid=23940] ppid=23938 vsize=1486376 CPUtime=7.83
/proc/23940/stat : 23940 (java) S 23938 23940 23903 0 -1 0 75308 0 1 0 747 36 0 0 18 0 12 0 165021431 1522049024 66371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23940/statm: 371594 66371 1411 9 0 368937 0
[pid=23940/tid=23942] ppid=23938 vsize=1486376 CPUtime=5.34
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 23903 0 -1 64 30941 0 1 0 519 15 0 0 20 0 12 0 165021432 1522049024 66371 1992294400 134512640 134550932 4294956016 18446744073709551615 4109606189 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=1486376 CPUtime=0.58
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 23903 0 -1 64 21890 0 0 0 49 9 0 0 16 0 12 0 165021433 1522049024 66371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23944] ppid=23938 vsize=1486376 CPUtime=0.61
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 23903 0 -1 64 14074 0 0 0 55 6 0 0 19 0 12 0 165021433 1522049024 66371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23945] ppid=23938 vsize=1486376 CPUtime=0
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 23903 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 165021435 1522049024 66371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23946] ppid=23938 vsize=1486376 CPUtime=0
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 23903 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165021436 1522049024 66371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23947] ppid=23938 vsize=1486376 CPUtime=0
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 23903 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165021436 1522049024 66371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23948] ppid=23938 vsize=1486376 CPUtime=0
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 23903 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165021440 1522049024 66371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=1486376 CPUtime=0.88
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 23903 0 -1 64 6160 0 0 0 86 2 0 0 15 0 12 0 165021440 1522049024 66371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=1486376 CPUtime=0.36
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 23903 0 -1 64 1493 0 0 0 36 0 0 0 16 0 12 0 165021440 1522049024 66371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23951] ppid=23938 vsize=1486376 CPUtime=0
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 165021440 1522049024 66371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=1486376 CPUtime=0
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165021440 1522049024 66371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 1486376

[startup+12.7029 s]
/proc/loadavg: 1.09 1.02 1.01 2/76 23952
/proc/meminfo: memFree=808552/2055924 swapFree=4191900/4192956
[pid=23940] ppid=23938 vsize=1486080 CPUtime=16.6
/proc/23940/stat : 23940 (java) S 23938 23940 23903 0 -1 0 130949 0 1 0 1598 62 0 0 18 0 12 0 165021431 1521745920 115167 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23940/statm: 371520 115167 1411 9 0 368863 0
[pid=23940/tid=23942] ppid=23938 vsize=1486080 CPUtime=9.31
/proc/23940/task/23942/stat : 23942 (java) S 23938 23940 23903 0 -1 64 30954 0 1 0 915 16 0 0 18 0 12 0 165021432 1521745920 115167 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=1486080 CPUtime=2.96
/proc/23940/task/23943/stat : 23943 (java) R 23938 23940 23903 0 -1 64 52469 0 0 0 273 23 0 0 17 0 12 0 165021433 1521745920 115167 1992294400 134512640 134550932 4294956016 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23944] ppid=23938 vsize=1486080 CPUtime=3.03
/proc/23940/task/23944/stat : 23944 (java) R 23938 23940 23903 0 -1 64 39123 0 0 0 286 17 0 0 16 0 12 0 165021433 1521745920 115167 1992294400 134512640 134550932 4294956016 18446744073709551615 104188317 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23945] ppid=23938 vsize=1486080 CPUtime=0
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 23903 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165021435 1521745920 115167 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23946] ppid=23938 vsize=1486080 CPUtime=0
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 23903 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165021436 1521745920 115167 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23947] ppid=23938 vsize=1486080 CPUtime=0
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 23903 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165021436 1521745920 115167 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23948] ppid=23938 vsize=1486080 CPUtime=0
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 23903 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165021440 1521745920 115167 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=1486080 CPUtime=0.88
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 23903 0 -1 64 6160 0 0 0 86 2 0 0 16 0 12 0 165021440 1521745920 115167 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23950] ppid=23938 vsize=1486080 CPUtime=0.36
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 23903 0 -1 64 1493 0 0 0 36 0 0 0 16 0 12 0 165021440 1521745920 115167 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23951] ppid=23938 vsize=1486080 CPUtime=0
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 165021440 1521745920 115167 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=1486080 CPUtime=0
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165021440 1521745920 115167 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.6
Current children cumulated vsize (KiB) 1486080

[startup+25.5014 s]
/proc/loadavg: 1.07 1.02 1.00 2/76 23952
/proc/meminfo: memFree=777392/2055924 swapFree=4191900/4192956
[pid=23940] ppid=23938 vsize=1486048 CPUtime=30.24
/proc/23940/stat : 23940 (java) S 23938 23940 23903 0 -1 0 135174 0 1 0 2950 74 0 0 18 0 12 0 165021431 1521713152 118813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23940/statm: 371512 118813 1411 9 0 368855 0
[pid=23940/tid=23942] ppid=23938 vsize=1486048 CPUtime=19.96
/proc/23940/task/23942/stat : 23942 (java) S 23938 23940 23903 0 -1 64 31077 0 1 0 1979 17 0 0 21 0 12 0 165021432 1521713152 118813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=1486048 CPUtime=4.4
/proc/23940/task/23943/stat : 23943 (java) R 23938 23940 23903 0 -1 64 54496 0 0 0 412 28 0 0 15 0 12 0 165021433 1521713152 118813 1992294400 134512640 134550932 4294956016 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23944] ppid=23938 vsize=1486048 CPUtime=4.53
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 23903 0 -1 64 41190 0 0 0 430 23 0 0 16 0 12 0 165021433 1521713152 118813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23945] ppid=23938 vsize=1486048 CPUtime=0
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 23903 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165021435 1521713152 118813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23946] ppid=23938 vsize=1486048 CPUtime=0
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 23903 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165021436 1521713152 118813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23947] ppid=23938 vsize=1486048 CPUtime=0
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 23903 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165021436 1521713152 118813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23948] ppid=23938 vsize=1486048 CPUtime=0
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 23903 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165021440 1521713152 118813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=1486048 CPUtime=0.91

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

/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 23903 0 -1 64 6226 0 0 0 151 2 0 0 16 0 13 0 165021440 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=1486372 CPUtime=1.19
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 23903 0 -1 64 2744 0 0 0 118 1 0 0 16 0 13 0 165021440 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165021440 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165021440 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 23903 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 165026937 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1568.25
Current children cumulated vsize (KiB) 1486372

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23953
/proc/meminfo: memFree=27432/2055924 swapFree=4191900/4192956
[pid=23940] ppid=23938 vsize=1486372 CPUtime=1628.89
/proc/23940/stat : 23940 (java) S 23938 23940 23903 0 -1 0 361213 0 1 0 162626 263 0 0 18 0 13 0 165021431 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23940/statm: 371593 315491 1438 9 0 368936 0
[pid=23940/tid=23942] ppid=23938 vsize=1486372 CPUtime=1565.2
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 23903 0 -1 64 31785 0 1 0 156498 22 0 0 18 0 13 0 165021432 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4109890932 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=1486372 CPUtime=29.55
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 23903 0 -1 64 169198 0 0 0 2846 109 0 0 16 0 13 0 165021433 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23944] ppid=23938 vsize=1486372 CPUtime=29.23
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 23903 0 -1 64 147481 0 0 0 2803 120 0 0 16 0 13 0 165021433 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23945] ppid=23938 vsize=1486372 CPUtime=2.12
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 23903 0 -1 64 3033 0 0 0 207 5 0 0 15 0 13 0 165021435 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23946] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 23903 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165021436 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23947] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 23903 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165021436 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23948] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 23903 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165021440 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=1486372 CPUtime=1.53
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 23903 0 -1 64 6226 0 0 0 151 2 0 0 16 0 13 0 165021440 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=1486372 CPUtime=1.19
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 23903 0 -1 64 2744 0 0 0 118 1 0 0 16 0 13 0 165021440 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165021440 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165021440 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 23903 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 165026937 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1628.89
Current children cumulated vsize (KiB) 1486372

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23953
/proc/meminfo: memFree=27432/2055924 swapFree=4191900/4192956
[pid=23940] ppid=23938 vsize=1486372 CPUtime=1689.58
/proc/23940/stat : 23940 (java) S 23938 23940 23903 0 -1 0 361230 0 1 0 168694 264 0 0 18 0 13 0 165021431 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23940/statm: 371593 315491 1438 9 0 368936 0
[pid=23940/tid=23942] ppid=23938 vsize=1486372 CPUtime=1624.37
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 23903 0 -1 64 31802 0 1 0 162415 22 0 0 25 0 13 0 165021432 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4110038335 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=1486372 CPUtime=30.29
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 23903 0 -1 64 169198 0 0 0 2920 109 0 0 16 0 13 0 165021433 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23944] ppid=23938 vsize=1486372 CPUtime=30.01
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 23903 0 -1 64 147481 0 0 0 2880 121 0 0 17 0 13 0 165021433 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23945] ppid=23938 vsize=1486372 CPUtime=2.12
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 23903 0 -1 64 3033 0 0 0 207 5 0 0 16 0 13 0 165021435 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23946] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 23903 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165021436 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23947] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 23903 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165021436 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23948] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 23903 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165021440 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=1486372 CPUtime=1.53
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 23903 0 -1 64 6226 0 0 0 151 2 0 0 16 0 13 0 165021440 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=1486372 CPUtime=1.19
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 23903 0 -1 64 2744 0 0 0 118 1 0 0 16 0 13 0 165021440 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165021440 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165021440 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 23903 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 165026937 1522044928 315491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1689.58
Current children cumulated vsize (KiB) 1486372

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23953
/proc/meminfo: memFree=27368/2055924 swapFree=4191900/4192956
[pid=23940] ppid=23938 vsize=1486372 CPUtime=1749.9
/proc/23940/stat : 23940 (java) S 23938 23940 23903 0 -1 0 364243 0 1 0 174724 266 0 0 18 0 13 0 165021431 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23940/statm: 371593 315492 1438 9 0 368936 0
[pid=23940/tid=23942] ppid=23938 vsize=1486372 CPUtime=1681.95
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 23903 0 -1 64 31812 0 1 0 168172 23 0 0 25 0 13 0 165021432 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4109938444 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=1486372 CPUtime=30.67
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 23903 0 -1 64 169198 0 0 0 2957 110 0 0 16 0 13 0 165021433 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23944] ppid=23938 vsize=1486372 CPUtime=30.39
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 23903 0 -1 64 147481 0 0 0 2918 121 0 0 16 0 13 0 165021433 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23945] ppid=23938 vsize=1486372 CPUtime=4.09
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 23903 0 -1 64 6035 0 0 0 403 6 0 0 16 0 13 0 165021435 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23946] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 23903 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165021436 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23947] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 23903 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165021436 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23948] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 23903 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165021440 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=1486372 CPUtime=1.53
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 23903 0 -1 64 6226 0 0 0 151 2 0 0 16 0 13 0 165021440 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=1486372 CPUtime=1.21
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 23903 0 -1 64 2745 0 0 0 120 1 0 0 16 0 13 0 165021440 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165021440 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165021440 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 23903 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 165026937 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1749.9
Current children cumulated vsize (KiB) 1486372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23953
/proc/meminfo: memFree=27368/2055924 swapFree=4191900/4192956
[pid=23940] ppid=23938 vsize=1486372 CPUtime=1800.03
/proc/23940/stat : 23940 (java) S 23938 23940 23903 0 -1 0 364263 0 1 0 179735 268 0 0 18 0 13 0 165021431 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23940/statm: 371593 315492 1438 9 0 368936 0
[pid=23940/tid=23942] ppid=23938 vsize=1486372 CPUtime=1729.87
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 23903 0 -1 64 31832 0 1 0 172964 23 0 0 25 0 13 0 165021432 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4109536381 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=1486372 CPUtime=31.75
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 23903 0 -1 64 169198 0 0 0 3064 111 0 0 16 0 13 0 165021433 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23944] ppid=23938 vsize=1486372 CPUtime=31.51
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 23903 0 -1 64 147481 0 0 0 3030 121 0 0 17 0 13 0 165021433 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23945] ppid=23938 vsize=1486372 CPUtime=4.09
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 23903 0 -1 64 6035 0 0 0 403 6 0 0 16 0 13 0 165021435 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23946] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 23903 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165021436 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23947] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 23903 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165021436 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23940/tid=23948] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 23903 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165021440 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=1486372 CPUtime=1.53
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 23903 0 -1 64 6226 0 0 0 151 2 0 0 16 0 13 0 165021440 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=1486372 CPUtime=1.21
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 23903 0 -1 64 2745 0 0 0 120 1 0 0 16 0 13 0 165021440 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165021440 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 23903 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165021440 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=1486372 CPUtime=0
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 23903 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 165026937 1522044928 315492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1486372

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

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

[startup+1771.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23953
/proc/meminfo: memFree=27368/2055924 swapFree=4191900/4192956
[pid=23940] ppid=23938 vsize=0 CPUtime=1800.37
/proc/23940/stat : 23940 (java) Z 23938 23940 23903 0 -1 1036 364294 0 1 0 179764 273 0 0 15 0 2 0 165021431 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23940/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 0

[startup+1771.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23953
/proc/meminfo: memFree=27368/2055924 swapFree=4191900/4192956
[pid=23940] ppid=23938 vsize=0 CPUtime=1800.47
/proc/23940/stat : 23940 (java) Z 23938 23940 23903 0 -1 1036 364294 0 1 0 179764 283 0 0 15 0 2 0 165021431 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23940/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1771.76
CPU time (s): 1800.53
CPU user time (s): 1797.64
CPU system time (s): 2.88556
CPU usage (%): 101.624
Max. virtual memory (cumulated for all children) (KiB): 1494376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.64
system time used= 2.88556
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364294
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= 48171
involuntary context switches= 45283

runsolver used 2.07868 second user time and 4.97224 second system time

The end

Launcher Data

Begin job on node6 at 2009-06-14 12:10:06
IDJOB=1859627
IDBENCH=71862
IDSOLVER=682
FILE ID=node6/1859627-1244974205
PBS_JOBID= 9355051
Free space on /tmp= 66324 MiB

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

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

MD5SUM BENCH= 8fe120f02e998b2f2f763372a647b0f9
RANDOM SEED=1312852793

node6.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.265
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.265
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:      2055924 kB
MemFree:       1248216 kB
Buffers:         80388 kB
Cached:         638120 kB
SwapCached:        524 kB
Active:         134400 kB
Inactive:       597528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1248216 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           30196 kB
Writeback:           0 kB
Mapped:          21664 kB
Slab:            61812 kB
Committed_AS:   130300 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= 66324 MiB
End job on node6 at 2009-06-14 12:39:40