Trace number 1856328

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.23 1781.93

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-shell.opb
MD5SUM812fb8d8b2de50e0f82554fbb1bd21a5
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 variables45231
Total number of constraints653
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 constraints653
Minimum length of a constraint19
Maximum length of a constraint1560
Number of terms in the objective function 39844
Biggest coefficient in the objective function 2101312749568
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 249967315526150
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 2101312749568
Number of bits of the biggest number in a constraint 41
Biggest sum of numbers in a constraint 249967315526150
Number of bits of the biggest sum of numbers48
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.1.1.v20090612
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1342000320
0.09/0.14	c Max memory 1344274432
0.09/0.14	c Total memory 1344274432
0.09/0.14	c Number of processors 2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1856328-1244908010.opb
0.23/0.21	c reading problem ... 
2.62/1.89	c ... done. Wall clock time 1.685s.
2.62/1.89	c #vars     45231
2.62/1.89	c #constraints  8242
2.62/1.89	c constraints type 
2.62/1.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1187
1800.09/1781.81	c starts		: 3
1800.09/1781.81	c conflicts		: 392
1800.09/1781.81	c decisions		: 72052
1800.09/1781.81	c propagations		: 230575
1800.09/1781.81	c inspects		: 884788
1800.09/1781.81	c learnt literals	: 0
1800.09/1781.81	c learnt binary clauses	: 0
1800.09/1781.81	c learnt ternary clauses	: 0
1800.09/1781.81	c learnt clauses	: 391
1800.09/1781.81	c ignored clauses	: 0
1800.09/1781.81	c root simplifications	: 0
1800.09/1781.81	c removed literals (reason simplification)	: 0
1800.09/1781.81	c reason swapping (by a shorter reason)	: 0
1800.09/1781.81	c Calls to reduceDB	: 0
1800.09/1781.81	c speed (assignments/second)	: 129.5425573214931
1800.09/1781.81	c non guided choices	0
1800.09/1781.81	c learnt constraints type 
1800.09/1781.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 391
1800.09/1781.81	c constraints type 
1800.09/1781.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1187
1800.09/1781.81	s UNKNOWN
1800.09/1781.81	c Total wall clock time (in seconds): 1781.608

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 1/64 10061
/proc/meminfo: memFree=1312296/2055920 swapFree=4191900/4192956
[pid=10061] ppid=10059 vsize=152 CPUtime=0
/proc/10061/stat : 10061 (java) R 10059 10061 10024 0 -1 0 204 0 0 0 0 0 0 0 21 0 1 0 158402031 155648 26 1992294400 134512640 134550932 4294956000 18446744073709551615 10924836 0 0 4096 0 0 0 0 17 0 0 0
/proc/10061/statm: 38 26 19 9 0 4 0

[startup+0.012282 s]
/proc/loadavg: 0.92 0.98 0.99 1/64 10061
/proc/meminfo: memFree=1312296/2055920 swapFree=4191900/4192956
[pid=10061] ppid=10059 vsize=13496 CPUtime=0
/proc/10061/stat : 10061 (java) S 10059 10061 10024 0 -1 0 874 0 0 0 0 0 0 0 20 0 2 0 158402031 13819904 629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/10061/statm: 3374 629 305 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13496

[startup+0.101288 s]
/proc/loadavg: 0.92 0.98 0.99 1/64 10061
/proc/meminfo: memFree=1312296/2055920 swapFree=4191900/4192956
[pid=10061] ppid=10059 vsize=1472584 CPUtime=0.09
/proc/10061/stat : 10061 (java) S 10059 10061 10024 0 -1 0 3666 0 1 0 7 2 0 0 20 0 12 0 158402031 1507926016 3409 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10061/statm: 368146 3409 1069 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.302309 s]
/proc/loadavg: 0.92 0.98 0.99 1/64 10061
/proc/meminfo: memFree=1312296/2055920 swapFree=4191900/4192956
[pid=10061] ppid=10059 vsize=1475356 CPUtime=0.38
/proc/10061/stat : 10061 (java) S 10059 10061 10024 0 -1 0 5352 0 1 0 34 4 0 0 20 0 12 0 158402031 1510764544 5085 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10061/statm: 368839 5085 1359 9 0 366182 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1475356

[startup+0.702346 s]
/proc/loadavg: 0.92 0.98 0.99 1/64 10061
/proc/meminfo: memFree=1312296/2055920 swapFree=4191900/4192956
[pid=10061] ppid=10059 vsize=1476148 CPUtime=0.93
/proc/10061/stat : 10061 (java) S 10059 10061 10024 0 -1 0 9363 0 1 0 88 5 0 0 20 0 12 0 158402031 1511575552 8875 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10061/statm: 369037 8875 1395 9 0 366380 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1476148

[startup+1.50241 s]
/proc/loadavg: 0.92 0.98 0.99 4/76 10073
/proc/meminfo: memFree=1269896/2055920 swapFree=4191900/4192956
[pid=10061] ppid=10059 vsize=1486952 CPUtime=2.32
/proc/10061/stat : 10061 (java) S 10059 10061 10024 0 -1 0 24395 0 1 0 219 13 0 0 20 0 12 0 158402031 1522638848 20540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10061/statm: 371738 20540 1401 9 0 369081 0
[pid=10061/tid=10063] ppid=10059 vsize=1486952 CPUtime=1.17
/proc/10061/task/10063/stat : 10063 (java) R 10059 10061 10024 0 -1 64 16395 0 1 0 108 9 0 0 19 0 12 0 158402031 1522638848 20540 1992294400 134512640 134550932 4294956000 18446744073709551615 4109136546 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10064] ppid=10059 vsize=1486952 CPUtime=0
/proc/10061/task/10064/stat : 10064 (java) S 10059 10061 10024 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 158402033 1522638848 20540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10065] ppid=10059 vsize=1486952 CPUtime=0
/proc/10061/task/10065/stat : 10065 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 158402033 1522638848 20540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10066] ppid=10059 vsize=1486952 CPUtime=0
/proc/10061/task/10066/stat : 10066 (java) S 10059 10061 10024 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158402034 1522638848 20540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10067] ppid=10059 vsize=1486952 CPUtime=0
/proc/10061/task/10067/stat : 10067 (java) S 10059 10061 10024 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 158402035 1522638848 20540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10068] ppid=10059 vsize=1486952 CPUtime=0
/proc/10061/task/10068/stat : 10068 (java) S 10059 10061 10024 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 158402035 1522638848 20540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10069] ppid=10059 vsize=1486952 CPUtime=0
/proc/10061/task/10069/stat : 10069 (java) S 10059 10061 10024 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158402039 1522638848 20540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10070] ppid=10059 vsize=1486952 CPUtime=0.79
/proc/10061/task/10070/stat : 10070 (java) S 10059 10061 10024 0 -1 64 4872 0 0 0 77 2 0 0 16 0 12 0 158402039 1522638848 20540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10071] ppid=10059 vsize=1486952 CPUtime=0.33
/proc/10061/task/10071/stat : 10071 (java) S 10059 10061 10024 0 -1 64 2385 0 0 0 33 0 0 0 16 0 12 0 158402039 1522638848 20540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10072] ppid=10059 vsize=1486952 CPUtime=0
/proc/10061/task/10072/stat : 10072 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158402039 1522638848 20540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10073] ppid=10059 vsize=1486952 CPUtime=0
/proc/10061/task/10073/stat : 10073 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158402039 1522638848 20540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1486952

[startup+3.10153 s]
/proc/loadavg: 0.92 0.98 0.99 4/76 10073
/proc/meminfo: memFree=1195528/2055920 swapFree=4191900/4192956
[pid=10061] ppid=10059 vsize=1487276 CPUtime=4.76
/proc/10061/stat : 10061 (java) S 10059 10061 10024 0 -1 0 45235 0 1 0 456 20 0 0 20 0 13 0 158402031 1522970624 40752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10061/statm: 371819 40752 1433 9 0 369162 0
[pid=10061/tid=10063] ppid=10059 vsize=1487276 CPUtime=2.5
/proc/10061/task/10063/stat : 10063 (java) R 10059 10061 10024 0 -1 64 30959 0 1 0 236 14 0 0 21 0 13 0 158402031 1522970624 40752 1992294400 134512640 134550932 4294956000 18446744073709551615 4109534533 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10064] ppid=10059 vsize=1487276 CPUtime=0.09
/proc/10061/task/10064/stat : 10064 (java) S 10059 10061 10024 0 -1 64 2914 0 0 0 8 1 0 0 17 0 13 0 158402033 1522970624 40752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10065] ppid=10059 vsize=1487276 CPUtime=0.09
/proc/10061/task/10065/stat : 10065 (java) S 10059 10061 10024 0 -1 64 2761 0 0 0 8 1 0 0 17 0 13 0 158402033 1522970624 40752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10066] ppid=10059 vsize=1487276 CPUtime=0
/proc/10061/task/10066/stat : 10066 (java) S 10059 10061 10024 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 158402034 1522970624 40752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10067] ppid=10059 vsize=1487276 CPUtime=0
/proc/10061/task/10067/stat : 10067 (java) S 10059 10061 10024 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158402035 1522970624 40752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10068] ppid=10059 vsize=1487276 CPUtime=0
/proc/10061/task/10068/stat : 10068 (java) S 10059 10061 10024 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158402035 1522970624 40752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10069] ppid=10059 vsize=1487276 CPUtime=0
/proc/10061/task/10069/stat : 10069 (java) S 10059 10061 10024 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158402039 1522970624 40752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10070] ppid=10059 vsize=1487276 CPUtime=1.17
/proc/10061/task/10070/stat : 10070 (java) S 10059 10061 10024 0 -1 64 4901 0 0 0 115 2 0 0 16 0 13 0 158402039 1522970624 40752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10071] ppid=10059 vsize=1487276 CPUtime=0.87
/proc/10061/task/10071/stat : 10071 (java) S 10059 10061 10024 0 -1 64 2944 0 0 0 87 0 0 0 16 0 13 0 158402039 1522970624 40752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10072] ppid=10059 vsize=1487276 CPUtime=0
/proc/10061/task/10072/stat : 10072 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158402039 1522970624 40752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10073] ppid=10059 vsize=1487276 CPUtime=0
/proc/10061/task/10073/stat : 10073 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158402039 1522970624 40752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 1487276

[startup+6.30279 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 10074
/proc/meminfo: memFree=1115904/2055920 swapFree=4191900/4192956
[pid=10061] ppid=10059 vsize=1486604 CPUtime=8.66
/proc/10061/stat : 10061 (java) S 10059 10061 10024 0 -1 0 56686 0 1 0 840 26 0 0 20 0 13 0 158402031 1522282496 50425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10061/statm: 371651 50425 1433 9 0 368994 0
[pid=10061/tid=10063] ppid=10059 vsize=1486604 CPUtime=5.23
/proc/10061/task/10063/stat : 10063 (java) R 10059 10061 10024 0 -1 64 30990 0 1 0 509 14 0 0 25 0 13 0 158402031 1522282496 50425 1992294400 134512640 134550932 4294956000 18446744073709551615 4109876771 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10064] ppid=10059 vsize=1486604 CPUtime=0.48
/proc/10061/task/10064/stat : 10064 (java) S 10059 10061 10024 0 -1 64 8898 0 0 0 45 3 0 0 16 0 13 0 158402033 1522282496 50425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10065] ppid=10059 vsize=1486604 CPUtime=0.49
/proc/10061/task/10065/stat : 10065 (java) S 10059 10061 10024 0 -1 64 7572 0 0 0 46 3 0 0 16 0 13 0 158402033 1522282496 50425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10066] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10066/stat : 10066 (java) S 10059 10061 10024 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158402034 1522282496 50425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10067] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10067/stat : 10067 (java) S 10059 10061 10024 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158402035 1522282496 50425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10068] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10068/stat : 10068 (java) S 10059 10061 10024 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158402035 1522282496 50425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10069] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10069/stat : 10069 (java) S 10059 10061 10024 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158402039 1522282496 50425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10070] ppid=10059 vsize=1486604 CPUtime=1.37
/proc/10061/task/10070/stat : 10070 (java) S 10059 10061 10024 0 -1 64 5481 0 0 0 135 2 0 0 15 0 13 0 158402039 1522282496 50425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10071] ppid=10059 vsize=1486604 CPUtime=1.01
/proc/10061/task/10071/stat : 10071 (java) S 10059 10061 10024 0 -1 64 2989 0 0 0 101 0 0 0 16 0 13 0 158402039 1522282496 50425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10072] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10072/stat : 10072 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158402039 1522282496 50425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10073] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10073/stat : 10073 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158402039 1522282496 50425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10074] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10074/stat : 10074 (java) S 10059 10061 10024 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158402283 1522282496 50425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 1486604

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 10074
/proc/meminfo: memFree=1112768/2055920 swapFree=4191900/4192956
[pid=10061] ppid=10059 vsize=1486604 CPUtime=15.28
/proc/10061/stat : 10061 (java) S 10059 10061 10024 0 -1 0 57337 0 1 0 1502 26 0 0 20 0 13 0 158402031 1522282496 51018 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10061/statm: 371651 51018 1433 9 0 368994 0
[pid=10061/tid=10063] ppid=10059 vsize=1486604 CPUtime=11.52
/proc/10061/task/10063/stat : 10063 (java) R 10059 10061 10024 0 -1 64 31015 0 1 0 1138 14 0 0 25 0 13 0 158402031 1522282496 51018 1992294400 134512640 134550932 4294956000 18446744073709551615 4109863544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10064] ppid=10059 vsize=1486604 CPUtime=0.53
/proc/10061/task/10064/stat : 10064 (java) S 10059 10061 10024 0 -1 64 9167 0 0 0 49 4 0 0 16 0 13 0 158402033 1522282496 51018 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10065] ppid=10059 vsize=1486604 CPUtime=0.53
/proc/10061/task/10065/stat : 10065 (java) S 10059 10061 10024 0 -1 64 7900 0 0 0 50 3 0 0 17 0 13 0 158402033 1522282496 51018 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10066] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10066/stat : 10066 (java) S 10059 10061 10024 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 158402034 1522282496 51018 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10067] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10067/stat : 10067 (java) S 10059 10061 10024 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158402035 1522282496 51018 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10068] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10068/stat : 10068 (java) S 10059 10061 10024 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158402035 1522282496 51018 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10069] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10069/stat : 10069 (java) S 10059 10061 10024 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158402039 1522282496 51018 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10070] ppid=10059 vsize=1486604 CPUtime=1.57
/proc/10061/task/10070/stat : 10070 (java) S 10059 10061 10024 0 -1 64 5506 0 0 0 155 2 0 0 18 0 13 0 158402039 1522282496 51018 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10071] ppid=10059 vsize=1486604 CPUtime=1.07
/proc/10061/task/10071/stat : 10071 (java) S 10059 10061 10024 0 -1 64 2993 0 0 0 107 0 0 0 16 0 13 0 158402039 1522282496 51018 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10072] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10072/stat : 10072 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158402039 1522282496 51018 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10073] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10073/stat : 10073 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158402039 1522282496 51018 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10074] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10074/stat : 10074 (java) S 10059 10061 10024 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158402283 1522282496 51018 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.28
Current children cumulated vsize (KiB) 1486604

[startup+25.5024 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 10074
/proc/meminfo: memFree=1109632/2055920 swapFree=4191900/4192956
[pid=10061] ppid=10059 vsize=1486604 CPUtime=28.19
/proc/10061/stat : 10061 (java) S 10059 10061 10024 0 -1 0 58386 0 1 0 2792 27 0 0 20 0 13 0 158402031 1522282496 51978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10061/statm: 371651 51978 1433 9 0 368994 0
[pid=10061/tid=10063] ppid=10059 vsize=1486604 CPUtime=24.23
/proc/10061/task/10063/stat : 10063 (java) R 10059 10061 10024 0 -1 64 31054 0 1 0 2409 14 0 0 25 0 13 0 158402031 1522282496 51978 1992294400 134512640 134550932 4294956000 18446744073709551615 4109534578 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10064] ppid=10059 vsize=1486604 CPUtime=0.58
/proc/10061/task/10064/stat : 10064 (java) S 10059 10061 10024 0 -1 64 9647 0 0 0 54 4 0 0 15 0 13 0 158402033 1522282496 51978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10065] ppid=10059 vsize=1486604 CPUtime=0.6
/proc/10061/task/10065/stat : 10065 (java) S 10059 10061 10024 0 -1 64 8430 0 0 0 56 4 0 0 16 0 13 0 158402033 1522282496 51978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10066] ppid=10059 vsize=1486604 CPUtime=0.01
/proc/10061/task/10066/stat : 10066 (java) S 10059 10061 10024 0 -1 64 10 0 0 0 1 0 0 0 16 0 13 0 158402034 1522282496 51978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10067] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10067/stat : 10067 (java) S 10059 10061 10024 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158402035 1522282496 51978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10068] ppid=10059 vsize=1486604 CPUtime=0

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

[pid=10061/tid=10066] ppid=10059 vsize=1486604 CPUtime=0.7
/proc/10061/task/10066/stat : 10066 (java) S 10059 10061 10024 0 -1 64 12 0 0 0 43 27 0 0 16 0 13 0 158402034 1522282496 84699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10067] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10067/stat : 10067 (java) S 10059 10061 10024 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158402035 1522282496 84699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10068] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10068/stat : 10068 (java) S 10059 10061 10024 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158402035 1522282496 84699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10069] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10069/stat : 10069 (java) S 10059 10061 10024 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158402039 1522282496 84699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10070] ppid=10059 vsize=1486604 CPUtime=1.71
/proc/10061/task/10070/stat : 10070 (java) S 10059 10061 10024 0 -1 64 5506 0 0 0 169 2 0 0 16 0 13 0 158402039 1522282496 84699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10071] ppid=10059 vsize=1486604 CPUtime=1.31
/proc/10061/task/10071/stat : 10071 (java) S 10059 10061 10024 0 -1 64 3008 0 0 0 131 0 0 0 17 0 13 0 158402039 1522282496 84699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10072] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10072/stat : 10072 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158402039 1522282496 84699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10073] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10073/stat : 10073 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158402039 1522282496 84699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10074] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10074/stat : 10074 (java) S 10059 10061 10024 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158402283 1522282496 84699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1557.08
Current children cumulated vsize (KiB) 1486604

[startup+1602.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 10082
/proc/meminfo: memFree=971648/2055920 swapFree=4191900/4192956
[pid=10061] ppid=10059 vsize=1486604 CPUtime=1617.84
/proc/10061/stat : 10061 (java) S 10059 10061 10024 0 -1 0 99247 0 1 0 161618 166 0 0 20 0 13 0 158402031 1522282496 86135 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10061/statm: 371651 86135 1433 9 0 368994 0
[pid=10061/tid=10063] ppid=10059 vsize=1486604 CPUtime=1585.41
/proc/10061/task/10063/stat : 10063 (java) R 10059 10061 10024 0 -1 64 34973 0 1 0 158516 25 0 0 20 0 13 0 158402031 1522282496 86135 1992294400 134512640 134550932 4294956000 18446744073709551615 4109534725 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10064] ppid=10059 vsize=1486604 CPUtime=14.3
/proc/10061/task/10064/stat : 10064 (java) S 10059 10061 10024 0 -1 64 26809 0 0 0 1367 63 0 0 16 0 13 0 158402033 1522282496 86135 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10065] ppid=10059 vsize=1486604 CPUtime=14.32
/proc/10061/task/10065/stat : 10065 (java) S 10059 10061 10024 0 -1 64 28193 0 0 0 1388 44 0 0 16 0 13 0 158402033 1522282496 86135 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10066] ppid=10059 vsize=1486604 CPUtime=0.73
/proc/10061/task/10066/stat : 10066 (java) S 10059 10061 10024 0 -1 64 12 0 0 0 45 28 0 0 15 0 13 0 158402034 1522282496 86135 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10067] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10067/stat : 10067 (java) S 10059 10061 10024 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158402035 1522282496 86135 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10068] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10068/stat : 10068 (java) S 10059 10061 10024 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158402035 1522282496 86135 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10069] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10069/stat : 10069 (java) S 10059 10061 10024 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158402039 1522282496 86135 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10070] ppid=10059 vsize=1486604 CPUtime=1.71
/proc/10061/task/10070/stat : 10070 (java) S 10059 10061 10024 0 -1 64 5506 0 0 0 169 2 0 0 16 0 13 0 158402039 1522282496 86135 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10071] ppid=10059 vsize=1486604 CPUtime=1.31
/proc/10061/task/10071/stat : 10071 (java) S 10059 10061 10024 0 -1 64 3008 0 0 0 131 0 0 0 17 0 13 0 158402039 1522282496 86135 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10072] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10072/stat : 10072 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158402039 1522282496 86135 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10073] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10073/stat : 10073 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158402039 1522282496 86135 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10074] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10074/stat : 10074 (java) S 10059 10061 10024 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158402283 1522282496 86135 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1617.84
Current children cumulated vsize (KiB) 1486604

[startup+1662.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/77 10082
/proc/meminfo: memFree=967040/2055920 swapFree=4191900/4192956
[pid=10061] ppid=10059 vsize=1486604 CPUtime=1678.62
/proc/10061/stat : 10061 (java) S 10059 10061 10024 0 -1 0 100558 0 1 0 167691 171 0 0 20 0 13 0 158402031 1522282496 87280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10061/statm: 371651 87280 1433 9 0 368994 0
[pid=10061/tid=10063] ppid=10059 vsize=1486604 CPUtime=1644.46
/proc/10061/task/10063/stat : 10063 (java) R 10059 10061 10024 0 -1 64 35120 0 1 0 164421 25 0 0 17 0 13 0 158402031 1522282496 87280 1992294400 134512640 134550932 4294956000 18446744073709551615 4109534745 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10064] ppid=10059 vsize=1486604 CPUtime=15.16
/proc/10061/task/10064/stat : 10064 (java) S 10059 10061 10024 0 -1 64 27421 0 0 0 1450 66 0 0 16 0 13 0 158402033 1522282496 87280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10065] ppid=10059 vsize=1486604 CPUtime=15.17
/proc/10061/task/10065/stat : 10065 (java) S 10059 10061 10024 0 -1 64 28745 0 0 0 1472 45 0 0 15 0 13 0 158402033 1522282496 87280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10066] ppid=10059 vsize=1486604 CPUtime=0.75
/proc/10061/task/10066/stat : 10066 (java) S 10059 10061 10024 0 -1 64 12 0 0 0 46 29 0 0 16 0 13 0 158402034 1522282496 87280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10067] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10067/stat : 10067 (java) S 10059 10061 10024 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158402035 1522282496 87280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10068] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10068/stat : 10068 (java) S 10059 10061 10024 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158402035 1522282496 87280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10069] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10069/stat : 10069 (java) S 10059 10061 10024 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158402039 1522282496 87280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10070] ppid=10059 vsize=1486604 CPUtime=1.71
/proc/10061/task/10070/stat : 10070 (java) S 10059 10061 10024 0 -1 64 5506 0 0 0 169 2 0 0 16 0 13 0 158402039 1522282496 87280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10071] ppid=10059 vsize=1486604 CPUtime=1.31
/proc/10061/task/10071/stat : 10071 (java) S 10059 10061 10024 0 -1 64 3008 0 0 0 131 0 0 0 17 0 13 0 158402039 1522282496 87280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10072] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10072/stat : 10072 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158402039 1522282496 87280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10073] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10073/stat : 10073 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158402039 1522282496 87280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10074] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10074/stat : 10074 (java) S 10059 10061 10024 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158402283 1522282496 87280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1678.62
Current children cumulated vsize (KiB) 1486604

[startup+1722.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/77 10082
/proc/meminfo: memFree=953152/2055920 swapFree=4191900/4192956
[pid=10061] ppid=10059 vsize=1486604 CPUtime=1739.59
/proc/10061/stat : 10061 (java) S 10059 10061 10024 0 -1 0 104358 0 1 0 173781 178 0 0 20 0 13 0 158402031 1522282496 90727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10061/statm: 371651 90727 1433 9 0 368994 0
[pid=10061/tid=10063] ppid=10059 vsize=1486604 CPUtime=1703.36
/proc/10061/task/10063/stat : 10063 (java) R 10059 10061 10024 0 -1 64 35275 0 1 0 170311 25 0 0 20 0 13 0 158402031 1522282496 90727 1992294400 134512640 134550932 4294956000 18446744073709551615 4109545197 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10064] ppid=10059 vsize=1486604 CPUtime=16.16
/proc/10061/task/10064/stat : 10064 (java) S 10059 10061 10024 0 -1 64 29041 0 0 0 1549 67 0 0 16 0 13 0 158402033 1522282496 90727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10065] ppid=10059 vsize=1486604 CPUtime=16.19
/proc/10061/task/10065/stat : 10065 (java) S 10059 10061 10024 0 -1 64 30770 0 0 0 1571 48 0 0 16 0 13 0 158402033 1522282496 90727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10066] ppid=10059 vsize=1486604 CPUtime=0.79
/proc/10061/task/10066/stat : 10066 (java) S 10059 10061 10024 0 -1 64 12 0 0 0 48 31 0 0 15 0 13 0 158402034 1522282496 90727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10067] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10067/stat : 10067 (java) S 10059 10061 10024 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158402035 1522282496 90727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10068] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10068/stat : 10068 (java) S 10059 10061 10024 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158402035 1522282496 90727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10069] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10069/stat : 10069 (java) S 10059 10061 10024 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158402039 1522282496 90727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10070] ppid=10059 vsize=1486604 CPUtime=1.71
/proc/10061/task/10070/stat : 10070 (java) S 10059 10061 10024 0 -1 64 5506 0 0 0 169 2 0 0 16 0 13 0 158402039 1522282496 90727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10071] ppid=10059 vsize=1486604 CPUtime=1.31
/proc/10061/task/10071/stat : 10071 (java) S 10059 10061 10024 0 -1 64 3008 0 0 0 131 0 0 0 17 0 13 0 158402039 1522282496 90727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10072] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10072/stat : 10072 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158402039 1522282496 90727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10073] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10073/stat : 10073 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158402039 1522282496 90727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10074] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10074/stat : 10074 (java) S 10059 10061 10024 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158402283 1522282496 90727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1739.59
Current children cumulated vsize (KiB) 1486604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.8 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 10082
/proc/meminfo: memFree=938560/2055920 swapFree=4191900/4192956
[pid=10061] ppid=10059 vsize=1486604 CPUtime=1800.09
/proc/10061/stat : 10061 (java) S 10059 10061 10024 0 -1 0 108476 0 1 0 179824 185 0 0 20 0 13 0 158402031 1522282496 94345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10061/statm: 371651 94345 1433 9 0 368994 0
[pid=10061/tid=10063] ppid=10059 vsize=1486604 CPUtime=1761.74
/proc/10061/task/10063/stat : 10063 (java) R 10059 10061 10024 0 -1 64 35427 0 1 0 176148 26 0 0 24 0 13 0 158402031 1522282496 94345 1992294400 134512640 134550932 4294956000 18446744073709551615 4109534737 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10064] ppid=10059 vsize=1486604 CPUtime=17.21
/proc/10061/task/10064/stat : 10064 (java) S 10059 10061 10024 0 -1 64 30989 0 0 0 1651 70 0 0 16 0 13 0 158402033 1522282496 94345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10065] ppid=10059 vsize=1486604 CPUtime=17.22
/proc/10061/task/10065/stat : 10065 (java) S 10059 10061 10024 0 -1 64 32788 0 0 0 1672 50 0 0 15 0 13 0 158402033 1522282496 94345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10066] ppid=10059 vsize=1486604 CPUtime=0.82
/proc/10061/task/10066/stat : 10066 (java) S 10059 10061 10024 0 -1 64 12 0 0 0 50 32 0 0 16 0 13 0 158402034 1522282496 94345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10067] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10067/stat : 10067 (java) S 10059 10061 10024 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158402035 1522282496 94345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10068] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10068/stat : 10068 (java) S 10059 10061 10024 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158402035 1522282496 94345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10069] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10069/stat : 10069 (java) S 10059 10061 10024 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158402039 1522282496 94345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10070] ppid=10059 vsize=1486604 CPUtime=1.71
/proc/10061/task/10070/stat : 10070 (java) S 10059 10061 10024 0 -1 64 5506 0 0 0 169 2 0 0 16 0 13 0 158402039 1522282496 94345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10071] ppid=10059 vsize=1486604 CPUtime=1.31
/proc/10061/task/10071/stat : 10071 (java) S 10059 10061 10024 0 -1 64 3008 0 0 0 131 0 0 0 17 0 13 0 158402039 1522282496 94345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10072] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10072/stat : 10072 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158402039 1522282496 94345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10061/tid=10073] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10073/stat : 10073 (java) S 10059 10061 10024 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158402039 1522282496 94345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10061/tid=10074] ppid=10059 vsize=1486604 CPUtime=0
/proc/10061/task/10074/stat : 10074 (java) S 10059 10061 10024 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158402283 1522282496 94345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1486604

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

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

[startup+1781.91 s]
/proc/loadavg: 1.02 1.02 1.00 2/67 10085
/proc/meminfo: memFree=1191728/2055920 swapFree=4191900/4192956
[pid=10061] ppid=10059 vsize=0 CPUtime=1800.2
/proc/10061/stat : 10061 (java) Z 10059 10061 10024 0 -1 1036 108499 0 1 0 179831 189 0 0 15 0 2 0 158402031 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10061/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1781.93
CPU time (s): 1800.23
CPU user time (s): 1798.32
CPU system time (s): 1.91471
CPU usage (%): 101.027
Max. virtual memory (cumulated for all children) (KiB): 1489172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.32
system time used= 1.91471
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108499
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= 81929
involuntary context switches= 45617

runsolver used 2.06768 second user time and 5.50416 second system time

The end

Launcher Data

Begin job on node3 at 2009-06-13 17:46:50
IDJOB=1856328
IDBENCH=2461
IDSOLVER=681
FILE ID=node3/1856328-1244908010
PBS_JOBID= 9354605
Free space on /tmp= 66396 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-shell.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-1856328-1244908010/watcher-1856328-1244908010 -o /tmp/evaluation-result-1856328-1244908010/solver-1856328-1244908010 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856328-1244908010.opb

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

MD5SUM BENCH= 812fb8d8b2de50e0f82554fbb1bd21a5
RANDOM SEED=1129315343

node3.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.236
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.236
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:       1312712 kB
Buffers:         66060 kB
Cached:         595872 kB
SwapCached:        524 kB
Active:          48756 kB
Inactive:       626608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1312712 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2492 kB
Writeback:           0 kB
Mapped:          21660 kB
Slab:            53900 kB
Committed_AS:   118196 kB
PageTables:       1376 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= 66392 MiB
End job on node3 at 2009-06-13 18:16:34