Trace number 1856120

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 CP 2.1.1? (TO) 1800.28 1777.3

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-A2C1S1.opb
MD5SUMa644593dc228e712d5b0d277ee939168
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables103872
Total number of constraints3312
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3312
Minimum length of a constraint31
Maximum length of a constraint725
Number of terms in the objective function 37632
Biggest coefficient in the objective function 31125091123200
Number of bits for the biggest coefficient in the objective function 45
Sum of the numbers in the objective function 14624065344515792
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 31125091123200
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 14624065344515792
Number of bits of the biggest sum of numbers54
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.16	c See www.sat4j.org for details.
0.07/0.17	c version 2.1.1.v20090612
0.07/0.17	c sun.arch.data.model	32
0.07/0.17	c java.version	1.6.0_12
0.07/0.17	c os.name	Linux
0.07/0.17	c os.version	2.6.9-22.EL.rootsmp
0.07/0.17	c os.arch	i386
0.07/0.17	c Free memory 1342000320
0.07/0.17	c Max memory 1344274432
0.07/0.17	c Total memory 1344274432
0.07/0.17	c Number of processors 2
0.18/0.24	c Pseudo Boolean Optimization
0.18/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.18/0.24	c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.18/0.24	c No reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-1856120-1244902970.opb
0.18/0.24	c reading problem ... 
3.46/2.95	c ... done. Wall clock time 2.706s.
3.46/2.95	c #vars     103872
3.46/2.95	c #constraints  42194
3.46/2.95	c constraints type 
3.46/2.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
1800.02/1777.11	c starts		: 12
1800.02/1777.11	c conflicts		: 24945
1800.02/1777.11	c decisions		: 1082349
1800.02/1777.11	c propagations		: 1969561
1800.02/1777.11	c inspects		: 281919188
1800.02/1777.11	c learnt literals	: 0
1800.02/1777.11	c learnt binary clauses	: 0
1800.02/1777.11	c learnt ternary clauses	: 0
1800.02/1777.11	c learnt clauses	: 24945
1800.02/1777.11	c ignored clauses	: 0
1800.02/1777.11	c root simplifications	: 0
1800.02/1777.11	c removed literals (reason simplification)	: 0
1800.02/1777.11	c reason swapping (by a shorter reason)	: 0
1800.02/1777.11	c Calls to reduceDB	: 0
1800.02/1777.11	c speed (assignments/second)	: 1110.1359402354462
1800.02/1777.11	c non guided choices	217
1800.02/1777.17	c learnt constraints type 
1800.02/1777.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24945
1800.02/1777.17	c constraints type 
1800.02/1777.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
1800.02/1777.17	s UNKNOWN
1800.02/1777.17	c Total wall clock time (in seconds): 1776.93

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 8667
/proc/meminfo: memFree=1317152/2055920 swapFree=4191896/4192956
[pid=8667] ppid=8665 vsize=1612 CPUtime=0
/proc/8667/stat : 8667 (java6) R 8665 8667 8630 0 -1 0 151 0 0 0 0 0 0 0 20 0 1 0 157898103 1650688 123 1992294400 134512640 134550932 4294956160 18446744073709551615 4160589855 0 0 4096 0 0 0 0 17 1 0 0
/proc/8667/statm: 403 125 89 9 0 45 0

[startup+0.010853 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 8667
/proc/meminfo: memFree=1317152/2055920 swapFree=4191896/4192956
[pid=8667] ppid=8665 vsize=12928 CPUtime=0
/proc/8667/stat : 8667 (java) R 8665 8667 8630 0 -1 0 515 0 0 0 0 0 0 0 18 0 1 0 157898103 13238272 322 1992294400 134512640 134550932 4294956000 18446744073709551615 10507050 0 0 4096 0 0 0 0 17 1 0 0
/proc/8667/statm: 3232 329 138 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.10187 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 8667
/proc/meminfo: memFree=1317152/2055920 swapFree=4191896/4192956
[pid=8667] ppid=8665 vsize=1470788 CPUtime=0.07
/proc/8667/stat : 8667 (java) S 8665 8667 8630 0 -1 0 3448 0 1 0 5 2 0 0 18 0 7 0 157898103 1506086912 3193 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/8667/statm: 367697 3193 1039 9 0 365048 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470788

[startup+0.301891 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 8667
/proc/meminfo: memFree=1317152/2055920 swapFree=4191896/4192956
[pid=8667] ppid=8665 vsize=1474128 CPUtime=0.31
/proc/8667/stat : 8667 (java) S 8665 8667 8630 0 -1 0 5487 0 1 0 28 3 0 0 18 0 12 0 157898103 1509507072 5224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8667/statm: 368532 5224 1352 9 0 365875 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1474128

[startup+0.701932 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 8667
/proc/meminfo: memFree=1317152/2055920 swapFree=4191896/4192956
[pid=8667] ppid=8665 vsize=1475980 CPUtime=0.92
/proc/8667/stat : 8667 (java) S 8665 8667 8630 0 -1 0 9178 0 1 0 86 6 0 0 18 0 12 0 157898103 1511403520 8693 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8667/statm: 368995 8693 1395 9 0 366338 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1475980

[startup+1.50301 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 8679
/proc/meminfo: memFree=1273920/2055920 swapFree=4191896/4192956
[pid=8667] ppid=8665 vsize=1475980 CPUtime=1.94
/proc/8667/stat : 8667 (java) S 8665 8667 8630 0 -1 0 23849 0 1 0 182 12 0 0 18 0 12 0 157898103 1511403520 23315 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8667/statm: 368995 23316 1405 9 0 366338 0
[pid=8667/tid=8669] ppid=8665 vsize=1475980 CPUtime=1.27
/proc/8667/task/8669/stat : 8669 (java) R 8665 8667 8630 0 -1 64 21816 0 1 0 117 10 0 0 25 0 12 0 157898104 1511403520 23316 1992294400 134512640 134550932 4294956000 18446744073709551615 4109491853 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1475980 CPUtime=0
/proc/8667/task/8670/stat : 8670 (java) S 8665 8667 8630 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 157898105 1511403520 23317 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1475980 CPUtime=0
/proc/8667/task/8671/stat : 8671 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 157898106 1511403520 23317 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1475980 CPUtime=0
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8630 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 157898107 1511403520 23318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1475980 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8630 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 157898108 1511403520 23319 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1475980 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8630 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 157898108 1511403520 23320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1475980 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8630 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 157898114 1511403520 23321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1475980 CPUtime=0.34
/proc/8667/task/8676/stat : 8676 (java) S 8665 8667 8630 0 -1 64 630 0 0 0 34 0 0 0 15 0 12 0 157898114 1511403520 23321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1475980 CPUtime=0.29
/proc/8667/task/8677/stat : 8677 (java) S 8665 8667 8630 0 -1 64 665 0 0 0 29 0 0 0 16 0 12 0 157898114 1511403520 23322 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1475980 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 157898114 1511403520 23323 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1475980 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157898114 1511403520 23324 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 1475980

[startup+3.10219 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 8679
/proc/meminfo: memFree=1165568/2055920 swapFree=4191896/4192956
[pid=8667] ppid=8665 vsize=1476592 CPUtime=3.78
/proc/8667/stat : 8667 (java) S 8665 8667 8630 0 -1 0 40132 0 1 0 358 20 0 0 18 0 12 0 157898103 1512030208 39254 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8667/statm: 369148 39254 1432 9 0 366491 0
[pid=8667/tid=8669] ppid=8665 vsize=1476592 CPUtime=2.71
/proc/8667/task/8669/stat : 8669 (java) R 8665 8667 8630 0 -1 64 30938 0 1 0 256 15 0 0 25 0 12 0 157898104 1512030208 39254 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1476592 CPUtime=0.12
/proc/8667/task/8670/stat : 8670 (java) S 8665 8667 8630 0 -1 64 3466 0 0 0 11 1 0 0 17 0 12 0 157898105 1512030208 39254 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1476592 CPUtime=0.11
/proc/8667/task/8671/stat : 8671 (java) S 8665 8667 8630 0 -1 64 3433 0 0 0 10 1 0 0 16 0 12 0 157898106 1512030208 39254 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1476592 CPUtime=0
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8630 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157898107 1512030208 39254 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1476592 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8630 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 157898108 1512030208 39254 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1476592 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157898108 1512030208 39254 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1476592 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8630 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 157898114 1512030208 39254 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1476592 CPUtime=0.44
/proc/8667/task/8676/stat : 8676 (java) R 8665 8667 8630 0 -1 64 839 0 0 0 44 0 0 0 16 0 12 0 157898114 1512030208 39254 1992294400 134512640 134550932 4294956000 18446744073709551615 106916452 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1476592 CPUtime=0.35
/proc/8667/task/8677/stat : 8677 (java) R 8665 8667 8630 0 -1 64 707 0 0 0 35 0 0 0 17 0 12 0 157898114 1512030208 39254 1992294400 134512640 134550932 4294956000 18446744073709551615 103201364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1476592 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 157898114 1512030208 39254 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1476592 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157898114 1512030208 39254 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 1476592

[startup+6.30151 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8680
/proc/meminfo: memFree=1122816/2055920 swapFree=4191896/4192956
[pid=8667] ppid=8665 vsize=1478044 CPUtime=8.04
/proc/8667/stat : 8667 (java) S 8665 8667 8630 0 -1 0 53746 0 1 0 777 27 0 0 18 0 13 0 157898103 1513517056 50635 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8667/statm: 369511 50635 1434 9 0 366854 0
[pid=8667/tid=8669] ppid=8665 vsize=1478044 CPUtime=5.42
/proc/8667/task/8669/stat : 8669 (java) R 8665 8667 8630 0 -1 64 30960 0 1 0 527 15 0 0 20 0 13 0 157898104 1513517056 50635 1992294400 134512640 134550932 4294956000 18446744073709551615 4109728296 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1478044 CPUtime=0.36
/proc/8667/task/8670/stat : 8670 (java) S 8665 8667 8630 0 -1 64 8283 0 0 0 33 3 0 0 17 0 13 0 157898105 1513517056 50635 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1478044 CPUtime=0.36
/proc/8667/task/8671/stat : 8671 (java) S 8665 8667 8630 0 -1 64 10239 0 0 0 32 4 0 0 17 0 13 0 157898106 1513517056 50635 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1478044 CPUtime=0
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8630 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157898107 1513517056 50635 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1478044 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8630 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157898108 1513517056 50635 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1478044 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157898108 1513517056 50635 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1478044 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8630 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 157898114 1513517056 50635 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1478044 CPUtime=0.87
/proc/8667/task/8676/stat : 8676 (java) R 8665 8667 8630 0 -1 64 1121 0 0 0 87 0 0 0 16 0 13 0 157898114 1513517056 50635 1992294400 134512640 134550932 4294956000 18446744073709551615 105856396 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1478044 CPUtime=0.96
/proc/8667/task/8677/stat : 8677 (java) R 8665 8667 8630 0 -1 64 2389 0 0 0 95 1 0 0 16 0 13 0 157898114 1513517056 50635 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1478044 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 157898114 1513517056 50635 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1478044 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157898114 1513517056 50635 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8680] ppid=8665 vsize=1478044 CPUtime=0
/proc/8667/task/8680/stat : 8680 (java) S 8665 8667 8630 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 157898472 1513517056 50635 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 1478044

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8680
/proc/meminfo: memFree=1091264/2055920 swapFree=4191896/4192956
[pid=8667] ppid=8665 vsize=1482300 CPUtime=15.4
/proc/8667/stat : 8667 (java) S 8665 8667 8630 0 -1 0 63103 0 1 0 1508 32 0 0 18 0 13 0 157898103 1517875200 57651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8667/statm: 370575 57651 1434 9 0 367918 0
[pid=8667/tid=8669] ppid=8665 vsize=1482300 CPUtime=11.35
/proc/8667/task/8669/stat : 8669 (java) R 8665 8667 8630 0 -1 64 30977 0 1 0 1120 15 0 0 23 0 13 0 157898104 1517875200 57651 1992294400 134512640 134550932 4294956000 18446744073709551615 4109818722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1482300 CPUtime=0.76
/proc/8667/task/8670/stat : 8670 (java) S 8665 8667 8630 0 -1 64 11029 0 0 0 71 5 0 0 16 0 13 0 157898105 1517875200 57651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1482300 CPUtime=0.77
/proc/8667/task/8671/stat : 8671 (java) S 8665 8667 8630 0 -1 64 14566 0 0 0 70 7 0 0 15 0 13 0 157898106 1517875200 57651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1482300 CPUtime=0
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8630 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157898107 1517875200 57651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1482300 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8630 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157898108 1517875200 57651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1482300 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157898108 1517875200 57651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1482300 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8630 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 157898114 1517875200 57651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1482300 CPUtime=1.36
/proc/8667/task/8676/stat : 8676 (java) S 8665 8667 8630 0 -1 64 3201 0 0 0 135 1 0 0 15 0 13 0 157898114 1517875200 57651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1482300 CPUtime=1.11
/proc/8667/task/8677/stat : 8677 (java) S 8665 8667 8630 0 -1 64 2576 0 0 0 110 1 0 0 16 0 13 0 157898114 1517875200 57651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1482300 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 157898114 1517875200 57651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1482300 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157898114 1517875200 57651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8680] ppid=8665 vsize=1482300 CPUtime=0
/proc/8667/task/8680/stat : 8680 (java) S 8665 8667 8630 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 157898472 1517875200 57651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.4
Current children cumulated vsize (KiB) 1482300

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8680
/proc/meminfo: memFree=1083264/2055920 swapFree=4191896/4192956
[pid=8667] ppid=8665 vsize=1482300 CPUtime=28.35
/proc/8667/stat : 8667 (java) S 8665 8667 8630 0 -1 0 65239 0 1 0 2801 34 0 0 18 0 13 0 157898103 1517875200 59667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8667/statm: 370575 59667 1434 9 0 367918 0
[pid=8667/tid=8669] ppid=8665 vsize=1482300 CPUtime=23.95
/proc/8667/task/8669/stat : 8669 (java) R 8665 8667 8630 0 -1 64 31019 0 1 0 2380 15 0 0 25 0 13 0 157898104 1517875200 59667 1992294400 134512640 134550932 4294956000 18446744073709551615 4109542609 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1482300 CPUtime=0.94
/proc/8667/task/8670/stat : 8670 (java) S 8665 8667 8630 0 -1 64 12348 0 0 0 88 6 0 0 15 0 13 0 157898105 1517875200 59667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1482300 CPUtime=0.93
/proc/8667/task/8671/stat : 8671 (java) S 8665 8667 8630 0 -1 64 15341 0 0 0 86 7 0 0 16 0 13 0 157898106 1517875200 59667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1482300 CPUtime=0
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8630 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157898107 1517875200 59667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1482300 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8630 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157898108 1517875200 59667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1482300 CPUtime=0

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

[pid=8667/tid=8672] ppid=8665 vsize=1481840 CPUtime=0.13
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8630 0 -1 64 11 0 0 0 9 4 0 0 16 0 13 0 157898107 1517404160 148727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8630 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157898108 1517404160 148727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157898108 1517404160 148727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8630 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 157898114 1517404160 148727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1481840 CPUtime=1.69
/proc/8667/task/8676/stat : 8676 (java) S 8665 8667 8630 0 -1 64 3442 0 0 0 168 1 0 0 15 0 13 0 157898114 1517404160 148727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1481840 CPUtime=1.21
/proc/8667/task/8677/stat : 8677 (java) S 8665 8667 8630 0 -1 64 2846 0 0 0 120 1 0 0 17 0 13 0 157898114 1517404160 148727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 157898114 1517404160 148727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157898114 1517404160 148727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8680] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8680/stat : 8680 (java) S 8665 8667 8630 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 157898472 1517404160 148727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1561.88
Current children cumulated vsize (KiB) 1481840

[startup+1602.3 s]
/proc/loadavg: 1.00 1.08 1.04 2/77 8680
/proc/meminfo: memFree=720704/2055920 swapFree=4191896/4192956
[pid=8667] ppid=8665 vsize=1481840 CPUtime=1622.71
/proc/8667/stat : 8667 (java) S 8665 8667 8630 0 -1 0 163744 0 1 0 162167 104 0 0 18 0 13 0 157898103 1517404160 149998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8667/statm: 370460 149998 1438 9 0 367803 0
[pid=8667/tid=8669] ppid=8665 vsize=1481840 CPUtime=1581.85
/proc/8667/task/8669/stat : 8669 (java) R 8665 8667 8630 0 -1 64 31647 0 1 0 158164 21 0 0 25 0 13 0 157898104 1517404160 149998 1992294400 134512640 134550932 4294956000 18446744073709551615 4109728243 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1481840 CPUtime=18.89
/proc/8667/task/8670/stat : 8670 (java) S 8665 8667 8630 0 -1 64 60083 0 0 0 1853 36 0 0 17 0 13 0 157898105 1517404160 149998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1481840 CPUtime=18.88
/proc/8667/task/8671/stat : 8671 (java) S 8665 8667 8630 0 -1 64 64972 0 0 0 1851 37 0 0 16 0 13 0 157898106 1517404160 149998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1481840 CPUtime=0.13
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8630 0 -1 64 11 0 0 0 9 4 0 0 16 0 13 0 157898107 1517404160 149998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8630 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157898108 1517404160 149998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157898108 1517404160 149998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8630 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 157898114 1517404160 149998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1481840 CPUtime=1.69
/proc/8667/task/8676/stat : 8676 (java) S 8665 8667 8630 0 -1 64 3442 0 0 0 168 1 0 0 15 0 13 0 157898114 1517404160 149998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1481840 CPUtime=1.21
/proc/8667/task/8677/stat : 8677 (java) S 8665 8667 8630 0 -1 64 2846 0 0 0 120 1 0 0 17 0 13 0 157898114 1517404160 149998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 157898114 1517404160 149998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157898114 1517404160 149998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8680] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8680/stat : 8680 (java) S 8665 8667 8630 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 157898472 1517404160 149998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1622.71
Current children cumulated vsize (KiB) 1481840

[startup+1662.3 s]
/proc/loadavg: 1.00 1.06 1.03 2/77 8680
/proc/meminfo: memFree=714368/2055920 swapFree=4191896/4192956
[pid=8667] ppid=8665 vsize=1481840 CPUtime=1683.6
/proc/8667/stat : 8667 (java) S 8665 8667 8630 0 -1 0 165383 0 1 0 168253 107 0 0 18 0 13 0 157898103 1517404160 151597 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8667/statm: 370460 151597 1438 9 0 367803 0
[pid=8667/tid=8669] ppid=8665 vsize=1481840 CPUtime=1640.9
/proc/8667/task/8669/stat : 8669 (java) R 8665 8667 8630 0 -1 64 31665 0 1 0 164069 21 0 0 17 0 13 0 157898104 1517404160 151597 1992294400 134512640 134550932 4294956000 18446744073709551615 4109728268 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1481840 CPUtime=19.8
/proc/8667/task/8670/stat : 8670 (java) S 8665 8667 8630 0 -1 64 60293 0 0 0 1944 36 0 0 17 0 13 0 157898105 1517404160 151597 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1481840 CPUtime=19.79
/proc/8667/task/8671/stat : 8671 (java) S 8665 8667 8630 0 -1 64 66383 0 0 0 1940 39 0 0 16 0 13 0 157898106 1517404160 151597 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1481840 CPUtime=0.14
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8630 0 -1 64 11 0 0 0 9 5 0 0 15 0 13 0 157898107 1517404160 151597 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8630 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157898108 1517404160 151597 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157898108 1517404160 151597 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8630 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 157898114 1517404160 151597 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1481840 CPUtime=1.69
/proc/8667/task/8676/stat : 8676 (java) S 8665 8667 8630 0 -1 64 3442 0 0 0 168 1 0 0 15 0 13 0 157898114 1517404160 151597 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1481840 CPUtime=1.21
/proc/8667/task/8677/stat : 8677 (java) S 8665 8667 8630 0 -1 64 2846 0 0 0 120 1 0 0 17 0 13 0 157898114 1517404160 151597 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 157898114 1517404160 151597 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157898114 1517404160 151597 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8680] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8680/stat : 8680 (java) S 8665 8667 8630 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 157898472 1517404160 151597 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1683.6
Current children cumulated vsize (KiB) 1481840

[startup+1722.3 s]
/proc/loadavg: 1.00 1.05 1.03 2/77 8682
/proc/meminfo: memFree=709120/2055920 swapFree=4191896/4192956
[pid=8667] ppid=8665 vsize=1481840 CPUtime=1744.4
/proc/8667/stat : 8667 (java) S 8665 8667 8630 0 -1 0 166696 0 1 0 174331 109 0 0 18 0 13 0 157898103 1517404160 152891 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8667/statm: 370460 152891 1438 9 0 367803 0
[pid=8667/tid=8669] ppid=8665 vsize=1481840 CPUtime=1700.07
/proc/8667/task/8669/stat : 8669 (java) R 8665 8667 8630 0 -1 64 31681 0 1 0 169985 22 0 0 25 0 13 0 157898104 1517404160 152891 1992294400 134512640 134550932 4294956000 18446744073709551615 4109591105 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1481840 CPUtime=20.61
/proc/8667/task/8670/stat : 8670 (java) S 8665 8667 8630 0 -1 64 60606 0 0 0 2025 36 0 0 17 0 13 0 157898105 1517404160 152891 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1481840 CPUtime=20.6
/proc/8667/task/8671/stat : 8671 (java) S 8665 8667 8630 0 -1 64 67367 0 0 0 2020 40 0 0 16 0 13 0 157898106 1517404160 152891 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1481840 CPUtime=0.15
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8630 0 -1 64 11 0 0 0 10 5 0 0 16 0 13 0 157898107 1517404160 152891 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8630 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157898108 1517404160 152891 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157898108 1517404160 152891 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8630 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 157898114 1517404160 152891 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1481840 CPUtime=1.69
/proc/8667/task/8676/stat : 8676 (java) S 8665 8667 8630 0 -1 64 3442 0 0 0 168 1 0 0 15 0 13 0 157898114 1517404160 152891 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1481840 CPUtime=1.21
/proc/8667/task/8677/stat : 8677 (java) S 8665 8667 8630 0 -1 64 2846 0 0 0 120 1 0 0 17 0 13 0 157898114 1517404160 152891 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 157898114 1517404160 152891 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157898114 1517404160 152891 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8680] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8680/stat : 8680 (java) S 8665 8667 8630 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 157898472 1517404160 152891 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1744.4
Current children cumulated vsize (KiB) 1481840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.1 s]
/proc/loadavg: 1.00 1.04 1.02 2/77 8682
/proc/meminfo: memFree=703488/2055920 swapFree=4191896/4192956
[pid=8667] ppid=8665 vsize=1481840 CPUtime=1800.02
/proc/8667/stat : 8667 (java) S 8665 8667 8630 0 -1 0 168148 0 1 0 179891 111 0 0 18 0 13 0 157898103 1517404160 154293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8667/statm: 370460 154293 1438 9 0 367803 0
[pid=8667/tid=8669] ppid=8665 vsize=1481840 CPUtime=1754.01
/proc/8667/task/8669/stat : 8669 (java) R 8665 8667 8630 0 -1 64 31697 0 1 0 175379 22 0 0 25 0 13 0 157898104 1517404160 154293 1992294400 134512640 134550932 4294956000 18446744073709551615 4109728268 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8670] ppid=8665 vsize=1481840 CPUtime=21.46
/proc/8667/task/8670/stat : 8670 (java) S 8665 8667 8630 0 -1 64 60764 0 0 0 2109 37 0 0 17 0 13 0 157898105 1517404160 154293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8671] ppid=8665 vsize=1481840 CPUtime=21.45
/proc/8667/task/8671/stat : 8671 (java) S 8665 8667 8630 0 -1 64 68645 0 0 0 2103 42 0 0 17 0 13 0 157898106 1517404160 154293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8672] ppid=8665 vsize=1481840 CPUtime=0.15
/proc/8667/task/8672/stat : 8672 (java) S 8665 8667 8630 0 -1 64 11 0 0 0 10 5 0 0 16 0 13 0 157898107 1517404160 154293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8673] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8673/stat : 8673 (java) S 8665 8667 8630 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157898108 1517404160 154293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8674] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8674/stat : 8674 (java) S 8665 8667 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157898108 1517404160 154293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8675] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8675/stat : 8675 (java) S 8665 8667 8630 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 157898114 1517404160 154293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8676] ppid=8665 vsize=1481840 CPUtime=1.69
/proc/8667/task/8676/stat : 8676 (java) S 8665 8667 8630 0 -1 64 3442 0 0 0 168 1 0 0 15 0 13 0 157898114 1517404160 154293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8677] ppid=8665 vsize=1481840 CPUtime=1.21
/proc/8667/task/8677/stat : 8677 (java) S 8665 8667 8630 0 -1 64 2846 0 0 0 120 1 0 0 17 0 13 0 157898114 1517404160 154293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8667/tid=8678] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8678/stat : 8678 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 157898114 1517404160 154293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8679] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8679/stat : 8679 (java) S 8665 8667 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157898114 1517404160 154293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8667/tid=8680] ppid=8665 vsize=1481840 CPUtime=0
/proc/8667/task/8680/stat : 8680 (java) S 8665 8667 8630 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 157898472 1517404160 154293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1481840

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

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

[startup+1777.21 s]
/proc/loadavg: 1.00 1.04 1.02 2/77 8682
/proc/meminfo: memFree=703488/2055920 swapFree=4191896/4192956
[pid=8667] ppid=8665 vsize=0 CPUtime=1800.19
/proc/8667/stat : 8667 (java) Z 8665 8667 8630 0 -1 1036 168228 0 1 0 179907 112 0 0 15 0 2 0 157898103 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8667/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1777.3
CPU time (s): 1800.28
CPU user time (s): 1799.08
CPU system time (s): 1.20782
CPU usage (%): 101.293
Max. virtual memory (cumulated for all children) (KiB): 1483252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.20782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168228
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= 43689
involuntary context switches= 10773

runsolver used 2.21866 second user time and 4.34834 second system time

The end

Launcher Data

Begin job on node2 at 2009-06-13 16:22:51
IDJOB=1856120
IDBENCH=2356
IDSOLVER=681
FILE ID=node2/1856120-1244902970
PBS_JOBID= 9354520
Free space on /tmp= 66452 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-A2C1S1.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856120-1244902970/watcher-1856120-1244902970 -o /tmp/evaluation-result-1856120-1244902970/solver-1856120-1244902970 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856120-1244902970.opb

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

MD5SUM BENCH= a644593dc228e712d5b0d277ee939168
RANDOM SEED=636140978

node2.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.214
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.214
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:       1317632 kB
Buffers:         66484 kB
Cached:         585652 kB
SwapCached:        528 kB
Active:         115960 kB
Inactive:       549576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1317632 kB
SwapTotal:     4192956 kB
SwapFree:      4191896 kB
Dirty:            4748 kB
Writeback:           0 kB
Mapped:          21640 kB
Slab:            58724 kB
Committed_AS:   119924 kB
PageTables:       1468 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= 66452 MiB
End job on node2 at 2009-06-13 16:52:30