Trace number 1856670

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.33 1759.38

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUMd2b3af71376059fa940b007abcee01cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark26.337
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1d520c4
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1856670-1244919982.opb
0.22/0.22	c reading problem ... 
0.22/0.25	c ... done. Wall clock time 0.033s.
0.22/0.25	c #vars     31
0.22/0.25	c #constraints  9
0.22/0.25	c constraints type 
0.22/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
1800.07/1759.23	c starts		: 12
1800.07/1759.23	c conflicts		: 25280
1800.07/1759.23	c decisions		: 26222
1800.07/1759.23	c propagations		: 184188
1800.07/1759.23	c inspects		: 636091931
1800.07/1759.23	c learnt literals	: 0
1800.07/1759.23	c learnt binary clauses	: 0
1800.07/1759.23	c learnt ternary clauses	: 0
1800.07/1759.23	c learnt clauses	: 25280
1800.07/1759.23	c ignored clauses	: 0
1800.07/1759.23	c root simplifications	: 0
1800.07/1759.23	c removed literals (reason simplification)	: 0
1800.07/1759.23	c reason swapping (by a shorter reason)	: 0
1800.07/1759.23	c Calls to reduceDB	: 0
1800.07/1759.23	c speed (assignments/second)	: 104.71301817702201
1800.07/1759.23	c non guided choices	13
1800.07/1759.29	c learnt constraints type 
1800.07/1759.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25280
1800.07/1759.29	c constraints type 
1800.07/1759.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
1800.07/1759.29	s UNKNOWN
1800.07/1759.29	c Total wall clock time (in seconds): 1759.07

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-1856670-1244919982/watcher-1856670-1244919982 -o /tmp/evaluation-result-1856670-1244919982/solver-1856670-1244919982 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856670-1244919982.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 3/65 10359
/proc/meminfo: memFree=1314240/2055920 swapFree=4192812/4192956
[pid=10359] ppid=10357 vsize=152 CPUtime=0
/proc/10359/stat : 10359 (java6) R 10357 10359 9959 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 148524648 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 3305771 0 0 4096 0 0 0 0 17 1 0 0
/proc/10359/statm: 38 26 19 9 0 4 0

[startup+0.0136849 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 10359
/proc/meminfo: memFree=1314240/2055920 swapFree=4192812/4192956
[pid=10359] ppid=10357 vsize=13208 CPUtime=0
/proc/10359/stat : 10359 (java) S 10357 10359 9959 0 -1 0 749 0 0 0 0 0 0 0 18 0 2 0 148524648 13524992 544 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/10359/statm: 3314 545 236 9 0 1186 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13208

[startup+0.102702 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 10359
/proc/meminfo: memFree=1314240/2055920 swapFree=4192812/4192956
[pid=10359] ppid=10357 vsize=1472584 CPUtime=0.08
/proc/10359/stat : 10359 (java) S 10357 10359 9959 0 -1 0 3620 0 1 0 6 2 0 0 18 0 12 0 148524648 1507926016 3363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10359/statm: 368146 3363 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.302718 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 10359
/proc/meminfo: memFree=1314240/2055920 swapFree=4192812/4192956
[pid=10359] ppid=10357 vsize=1475284 CPUtime=0.34
/proc/10359/stat : 10359 (java) S 10357 10359 9959 0 -1 0 5090 0 1 0 31 3 0 0 18 0 13 0 148524648 1510690816 4827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10359/statm: 368821 4828 1355 9 0 366164 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475284

[startup+0.702758 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 10359
/proc/meminfo: memFree=1314240/2055920 swapFree=4192812/4192956
[pid=10359] ppid=10357 vsize=1478400 CPUtime=1.03
/proc/10359/stat : 10359 (java) S 10357 10359 9959 0 -1 0 8135 0 1 0 98 5 0 0 18 0 13 0 148524648 1513881600 7257 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10359/statm: 369600 7257 1396 9 0 366943 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1478400

[startup+1.50184 s]
/proc/loadavg: 1.00 1.00 1.00 4/78 10372
/proc/meminfo: memFree=1277720/2055920 swapFree=4192812/4192956
[pid=10359] ppid=10357 vsize=1494628 CPUtime=2.61
/proc/10359/stat : 10359 (java) S 10357 10359 9959 0 -1 0 23126 0 1 0 248 13 0 0 18 0 13 0 148524648 1530499072 16222 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10359/statm: 373657 16223 1413 9 0 371000 0
[pid=10359/tid=10361] ppid=10357 vsize=1494628 CPUtime=0.79
/proc/10359/task/10361/stat : 10361 (java) R 10357 10359 9959 0 -1 64 10454 0 1 0 73 6 0 0 18 0 13 0 148524649 1530499072 16223 1992294400 134512640 134550932 4294956000 18446744073709551615 4109443677 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10362] ppid=10357 vsize=1494628 CPUtime=0
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9959 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 148524651 1530499072 16224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10363] ppid=10357 vsize=1494628 CPUtime=0
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 148524651 1530499072 16226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=1494628 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9959 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 148524652 1530499072 16227 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10365] ppid=10357 vsize=1494628 CPUtime=0
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9959 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 148524653 1530499072 16227 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10366] ppid=10357 vsize=1494628 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9959 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 148524653 1530499072 16227 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10367] ppid=10357 vsize=1494628 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 148524657 1530499072 16227 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10368] ppid=10357 vsize=1494628 CPUtime=0.74
/proc/10359/task/10368/stat : 10368 (java) R 10357 10359 9959 0 -1 64 4236 0 0 0 72 2 0 0 20 0 13 0 148524657 1530499072 16227 1992294400 134512640 134550932 4294956000 18446744073709551615 106132459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10369] ppid=10357 vsize=1494628 CPUtime=1.04
/proc/10359/task/10369/stat : 10369 (java) R 10357 10359 9959 0 -1 64 7689 0 0 0 101 3 0 0 19 0 13 0 148524657 1530499072 16227 1992294400 134512640 134550932 4294956000 18446744073709551615 103975478 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10370] ppid=10357 vsize=1494628 CPUtime=0
/proc/10359/task/10370/stat : 10370 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 148524657 1530499072 16228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10371] ppid=10357 vsize=1494628 CPUtime=0
/proc/10359/task/10371/stat : 10371 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148524657 1530499072 16228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10372] ppid=10357 vsize=1494628 CPUtime=0
/proc/10359/task/10372/stat : 10372 (java) S 10357 10359 9959 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 148524674 1530499072 16228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1494628

[startup+3.10198 s]
/proc/loadavg: 1.00 1.00 1.00 4/78 10372
/proc/meminfo: memFree=1210776/2055920 swapFree=4192812/4192956
[pid=10359] ppid=10357 vsize=1493224 CPUtime=5.33
/proc/10359/stat : 10359 (java) S 10357 10359 9959 0 -1 0 47837 0 1 0 508 25 0 0 18 0 13 0 148524648 1529061376 37088 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10359/statm: 373306 37088 1429 9 0 370649 0
[pid=10359/tid=10361] ppid=10357 vsize=1493224 CPUtime=1.99
/proc/10359/task/10361/stat : 10361 (java) R 10357 10359 9959 0 -1 64 30973 0 1 0 184 15 0 0 22 0 13 0 148524649 1529061376 37088 1992294400 134512640 134550932 4294956000 18446744073709551615 4109441819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10362] ppid=10357 vsize=1493224 CPUtime=0
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9959 0 -1 64 282 0 0 0 0 0 0 0 17 0 13 0 148524651 1529061376 37088 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10363] ppid=10357 vsize=1493224 CPUtime=0
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 148524651 1529061376 37088 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10364] ppid=10357 vsize=1493224 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9959 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 148524652 1529061376 37088 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10365] ppid=10357 vsize=1493224 CPUtime=0
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9959 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 148524653 1529061376 37088 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10366] ppid=10357 vsize=1493224 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 148524653 1529061376 37088 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10367] ppid=10357 vsize=1493224 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 148524657 1529061376 37088 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10368] ppid=10357 vsize=1493224 CPUtime=1.46
/proc/10359/task/10368/stat : 10368 (java) S 10357 10359 9959 0 -1 64 7643 0 0 0 143 3 0 0 15 0 13 0 148524657 1529061376 37088 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10369] ppid=10357 vsize=1493224 CPUtime=1.83
/proc/10359/task/10369/stat : 10369 (java) S 10357 10359 9959 0 -1 64 8184 0 0 0 179 4 0 0 16 0 13 0 148524657 1529061376 37088 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10370] ppid=10357 vsize=1493224 CPUtime=0
/proc/10359/task/10370/stat : 10370 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 148524657 1529061376 37088 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10371] ppid=10357 vsize=1493224 CPUtime=0
/proc/10359/task/10371/stat : 10371 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148524657 1529061376 37088 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10372] ppid=10357 vsize=1493224 CPUtime=0
/proc/10359/task/10372/stat : 10372 (java) S 10357 10359 9959 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 148524674 1529061376 37088 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 1493224

[startup+6.30228 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10372
/proc/meminfo: memFree=1165144/2055920 swapFree=4192812/4192956
[pid=10359] ppid=10357 vsize=1492236 CPUtime=8.6
/proc/10359/stat : 10359 (java) S 10357 10359 9959 0 -1 0 56622 0 1 0 831 29 0 0 18 0 13 0 148524648 1528049664 45522 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10359/statm: 373059 45522 1429 9 0 370402 0
[pid=10359/tid=10361] ppid=10357 vsize=1492236 CPUtime=5.12
/proc/10359/task/10361/stat : 10361 (java) R 10357 10359 9959 0 -1 64 37258 0 1 0 494 18 0 0 25 0 13 0 148524649 1528049664 45522 1992294400 134512640 134550932 4294956000 18446744073709551615 4109443807 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10362] ppid=10357 vsize=1492236 CPUtime=0.04
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9959 0 -1 64 1464 0 0 0 4 0 0 0 16 0 13 0 148524651 1528049664 45522 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=1492236 CPUtime=0.04
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9959 0 -1 64 1299 0 0 0 4 0 0 0 16 0 13 0 148524651 1528049664 45522 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10364] ppid=10357 vsize=1492236 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9959 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 148524652 1528049664 45522 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10365] ppid=10357 vsize=1492236 CPUtime=0
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9959 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 148524653 1528049664 45522 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10366] ppid=10357 vsize=1492236 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 148524653 1528049664 45522 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10367] ppid=10357 vsize=1492236 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 148524657 1528049664 45522 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10368] ppid=10357 vsize=1492236 CPUtime=1.47
/proc/10359/task/10368/stat : 10368 (java) S 10357 10359 9959 0 -1 64 7643 0 0 0 144 3 0 0 15 0 13 0 148524657 1528049664 45522 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10369] ppid=10357 vsize=1492236 CPUtime=1.88
/proc/10359/task/10369/stat : 10369 (java) S 10357 10359 9959 0 -1 64 8184 0 0 0 184 4 0 0 17 0 13 0 148524657 1528049664 45522 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10370] ppid=10357 vsize=1492236 CPUtime=0
/proc/10359/task/10370/stat : 10370 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 148524657 1528049664 45522 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10371] ppid=10357 vsize=1492236 CPUtime=0
/proc/10359/task/10371/stat : 10371 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148524657 1528049664 45522 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10372] ppid=10357 vsize=1492236 CPUtime=0
/proc/10359/task/10372/stat : 10372 (java) S 10357 10359 9959 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 148524674 1528049664 45522 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 1492236

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10372
/proc/meminfo: memFree=1133280/2055920 swapFree=4192812/4192956
[pid=10359] ppid=10357 vsize=1492236 CPUtime=15.06
/proc/10359/stat : 10359 (java) S 10357 10359 9959 0 -1 0 57753 0 1 0 1476 30 0 0 18 0 13 0 148524648 1528049664 46465 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10359/statm: 373059 46465 1429 9 0 370402 0
[pid=10359/tid=10361] ppid=10357 vsize=1492236 CPUtime=11.48
/proc/10359/task/10361/stat : 10361 (java) R 10357 10359 9959 0 -1 64 37267 0 1 0 1130 18 0 0 25 0 13 0 148524649 1528049664 46465 1992294400 134512640 134550932 4294956000 18446744073709551615 4109441797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10362] ppid=10357 vsize=1492236 CPUtime=0.07
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9959 0 -1 64 2013 0 0 0 7 0 0 0 15 0 13 0 148524651 1528049664 46465 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=1492236 CPUtime=0.07
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9959 0 -1 64 1872 0 0 0 7 0 0 0 16 0 13 0 148524651 1528049664 46465 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10364] ppid=10357 vsize=1492236 CPUtime=0
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9959 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 148524652 1528049664 46465 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10365] ppid=10357 vsize=1492236 CPUtime=0
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9959 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 148524653 1528049664 46465 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10366] ppid=10357 vsize=1492236 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 148524653 1528049664 46465 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10367] ppid=10357 vsize=1492236 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 148524657 1528049664 46465 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10368] ppid=10357 vsize=1492236 CPUtime=1.49
/proc/10359/task/10368/stat : 10368 (java) S 10357 10359 9959 0 -1 64 7643 0 0 0 146 3 0 0 17 0 13 0 148524657 1528049664 46465 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10369] ppid=10357 vsize=1492236 CPUtime=1.88
/proc/10359/task/10369/stat : 10369 (java) S 10357 10359 9959 0 -1 64 8184 0 0 0 184 4 0 0 17 0 13 0 148524657 1528049664 46465 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10370] ppid=10357 vsize=1492236 CPUtime=0
/proc/10359/task/10370/stat : 10370 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 148524657 1528049664 46465 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10371] ppid=10357 vsize=1492236 CPUtime=0
/proc/10359/task/10371/stat : 10371 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148524657 1528049664 46465 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10372] ppid=10357 vsize=1492236 CPUtime=0
/proc/10359/task/10372/stat : 10372 (java) S 10357 10359 9959 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 148524674 1528049664 46465 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.06
Current children cumulated vsize (KiB) 1492236

[startup+25.5021 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10372
/proc/meminfo: memFree=1128608/2055920 swapFree=4192812/4192956
[pid=10359] ppid=10357 vsize=1492236 CPUtime=27.91
/proc/10359/stat : 10359 (java) S 10357 10359 9959 0 -1 0 58957 0 1 0 2761 30 0 0 18 0 13 0 148524648 1528049664 47571 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10359/statm: 373059 47571 1429 9 0 370402 0
[pid=10359/tid=10361] ppid=10357 vsize=1492236 CPUtime=24.21
/proc/10359/task/10361/stat : 10361 (java) R 10357 10359 9959 0 -1 64 37296 0 1 0 2403 18 0 0 21 0 13 0 148524649 1528049664 47571 1992294400 134512640 134550932 4294956000 18446744073709551615 4109585087 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10362] ppid=10357 vsize=1492236 CPUtime=0.14
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9959 0 -1 64 2577 0 0 0 13 1 0 0 16 0 13 0 148524651 1528049664 47571 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=1492236 CPUtime=0.13
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9959 0 -1 64 2483 0 0 0 12 1 0 0 16 0 13 0 148524651 1528049664 47571 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10364] ppid=10357 vsize=1492236 CPUtime=0

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

[pid=10359] ppid=10357 vsize=1494284 CPUtime=1638.04
/proc/10359/stat : 10359 (java) S 10357 10359 9959 0 -1 0 81076 0 1 0 163718 86 0 0 18 0 13 0 148524648 1530146816 66226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10359/statm: 373571 66226 1433 9 0 370914 0
[pid=10359/tid=10361] ppid=10357 vsize=1494284 CPUtime=1565.97
/proc/10359/task/10361/stat : 10361 (java) R 10357 10359 9959 0 -1 64 39081 0 1 0 156572 25 0 0 25 0 13 0 148524649 1530146816 66226 1992294400 134512640 134550932 4294956000 18446744073709551615 4109489854 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10362] ppid=10357 vsize=1494284 CPUtime=34.04
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9959 0 -1 64 11618 0 0 0 3387 17 0 0 16 0 13 0 148524651 1530146816 66226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=1494284 CPUtime=34.02
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9959 0 -1 64 12235 0 0 0 3384 18 0 0 17 0 13 0 148524651 1530146816 66226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10364] ppid=10357 vsize=1494284 CPUtime=0.42
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9959 0 -1 64 36 0 0 0 27 15 0 0 16 0 13 0 148524652 1530146816 66226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10365] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9959 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 148524653 1530146816 66226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10366] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 148524653 1530146816 66226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10367] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 148524657 1530146816 66226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10368] ppid=10357 vsize=1494284 CPUtime=1.66
/proc/10359/task/10368/stat : 10368 (java) S 10357 10359 9959 0 -1 64 9176 0 0 0 162 4 0 0 17 0 13 0 148524657 1530146816 66226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10369] ppid=10357 vsize=1494284 CPUtime=1.88
/proc/10359/task/10369/stat : 10369 (java) S 10357 10359 9959 0 -1 64 8184 0 0 0 184 4 0 0 17 0 13 0 148524657 1530146816 66226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10370] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10370/stat : 10370 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 148524657 1530146816 66226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10371] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10371/stat : 10371 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148524657 1530146816 66226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10372] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10372/stat : 10372 (java) S 10357 10359 9959 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 148524674 1530146816 66226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1638.04
Current children cumulated vsize (KiB) 1494284

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 10372
/proc/meminfo: memFree=1051552/2055920 swapFree=4192812/4192956
[pid=10359] ppid=10357 vsize=1494284 CPUtime=1699.97
/proc/10359/stat : 10359 (java) S 10357 10359 9959 0 -1 0 81687 0 1 0 169908 89 0 0 18 0 13 0 148524648 1530146816 66760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10359/statm: 373571 66760 1433 9 0 370914 0
[pid=10359/tid=10361] ppid=10357 vsize=1494284 CPUtime=1623.95
/proc/10359/task/10361/stat : 10361 (java) R 10357 10359 9959 0 -1 64 39151 0 1 0 162370 25 0 0 18 0 13 0 148524649 1530146816 66760 1992294400 134512640 134550932 4294956000 18446744073709551615 4109443628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10362] ppid=10357 vsize=1494284 CPUtime=36
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9959 0 -1 64 11880 0 0 0 3582 18 0 0 16 0 13 0 148524651 1530146816 66760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10363] ppid=10357 vsize=1494284 CPUtime=35.99
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9959 0 -1 64 12514 0 0 0 3580 19 0 0 16 0 13 0 148524651 1530146816 66760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=1494284 CPUtime=0.43
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9959 0 -1 64 36 0 0 0 28 15 0 0 16 0 13 0 148524652 1530146816 66760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10365] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9959 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 148524653 1530146816 66760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10366] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 148524653 1530146816 66760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10367] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 148524657 1530146816 66760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10368] ppid=10357 vsize=1494284 CPUtime=1.66
/proc/10359/task/10368/stat : 10368 (java) S 10357 10359 9959 0 -1 64 9176 0 0 0 162 4 0 0 17 0 13 0 148524657 1530146816 66760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10369] ppid=10357 vsize=1494284 CPUtime=1.88
/proc/10359/task/10369/stat : 10369 (java) S 10357 10359 9959 0 -1 64 8184 0 0 0 184 4 0 0 17 0 13 0 148524657 1530146816 66760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10370] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10370/stat : 10370 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 148524657 1530146816 66760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10371] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10371/stat : 10371 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148524657 1530146816 66760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10372] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10372/stat : 10372 (java) S 10357 10359 9959 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 148524674 1530146816 66760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1699.97
Current children cumulated vsize (KiB) 1494284

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 10372
/proc/meminfo: memFree=1049248/2055920 swapFree=4192812/4192956
[pid=10359] ppid=10357 vsize=1494284 CPUtime=1761.95
/proc/10359/stat : 10359 (java) S 10357 10359 9959 0 -1 0 82283 0 1 0 176103 92 0 0 18 0 13 0 148524648 1530146816 67285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10359/statm: 373571 67285 1433 9 0 370914 0
[pid=10359/tid=10361] ppid=10357 vsize=1494284 CPUtime=1681.9
/proc/10359/task/10361/stat : 10361 (java) R 10357 10359 9959 0 -1 64 39221 0 1 0 168164 26 0 0 25 0 13 0 148524649 1530146816 67285 1992294400 134512640 134550932 4294956000 18446744073709551615 4109552373 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10362] ppid=10357 vsize=1494284 CPUtime=38.01
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9959 0 -1 64 12149 0 0 0 3782 19 0 0 16 0 13 0 148524651 1530146816 67285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10363] ppid=10357 vsize=1494284 CPUtime=38
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9959 0 -1 64 12770 0 0 0 3780 20 0 0 17 0 13 0 148524651 1530146816 67285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10364] ppid=10357 vsize=1494284 CPUtime=0.45
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9959 0 -1 64 37 0 0 0 29 16 0 0 16 0 13 0 148524652 1530146816 67285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10365] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9959 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 148524653 1530146816 67285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10366] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 148524653 1530146816 67285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10367] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 148524657 1530146816 67285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10368] ppid=10357 vsize=1494284 CPUtime=1.66
/proc/10359/task/10368/stat : 10368 (java) S 10357 10359 9959 0 -1 64 9176 0 0 0 162 4 0 0 17 0 13 0 148524657 1530146816 67285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10369] ppid=10357 vsize=1494284 CPUtime=1.88
/proc/10359/task/10369/stat : 10369 (java) S 10357 10359 9959 0 -1 64 8184 0 0 0 184 4 0 0 17 0 13 0 148524657 1530146816 67285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10370] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10370/stat : 10370 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 148524657 1530146816 67285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10371] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10371/stat : 10371 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148524657 1530146816 67285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10372] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10372/stat : 10372 (java) S 10357 10359 9959 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 148524674 1530146816 67285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1761.95
Current children cumulated vsize (KiB) 1494284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1759.2 s]
/proc/loadavg: 1.07 1.02 1.00 3/78 10372
/proc/meminfo: memFree=1047648/2055920 swapFree=4192812/4192956
[pid=10359] ppid=10357 vsize=1494284 CPUtime=1800.07
/proc/10359/stat : 10359 (java) S 10357 10359 9959 0 -1 0 82721 0 1 0 179913 94 0 0 18 0 13 0 148524648 1530146816 67680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10359/statm: 373571 67680 1433 9 0 370914 0
[pid=10359/tid=10361] ppid=10357 vsize=1494284 CPUtime=1717.52
/proc/10359/task/10361/stat : 10361 (java) S 10357 10359 9959 0 -1 64 39263 0 1 0 171726 26 0 0 24 0 13 0 148524649 1530146816 67680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10362] ppid=10357 vsize=1494284 CPUtime=39.24
/proc/10359/task/10362/stat : 10362 (java) R 10357 10359 9959 0 -1 64 12302 0 0 0 3905 19 0 0 16 0 13 0 148524651 1530146816 67680 1992294400 134512640 134550932 4294956000 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10363] ppid=10357 vsize=1494284 CPUtime=39.23
/proc/10359/task/10363/stat : 10363 (java) R 10357 10359 9959 0 -1 64 13013 0 0 0 3902 21 0 0 16 0 13 0 148524651 1530146816 67680 1992294400 134512640 134550932 4294956000 18446744073709551615 103112552 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=1494284 CPUtime=0.47
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9959 0 -1 64 37 0 0 0 30 17 0 0 16 0 13 0 148524652 1530146816 67680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10365] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9959 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 148524653 1530146816 67680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10366] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 148524653 1530146816 67680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10367] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 148524657 1530146816 67680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10368] ppid=10357 vsize=1494284 CPUtime=1.66
/proc/10359/task/10368/stat : 10368 (java) S 10357 10359 9959 0 -1 64 9176 0 0 0 162 4 0 0 17 0 13 0 148524657 1530146816 67680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10369] ppid=10357 vsize=1494284 CPUtime=1.88
/proc/10359/task/10369/stat : 10369 (java) S 10357 10359 9959 0 -1 64 8184 0 0 0 184 4 0 0 17 0 13 0 148524657 1530146816 67680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10370] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10370/stat : 10370 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 148524657 1530146816 67680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10371] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10371/stat : 10371 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148524657 1530146816 67680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10372] ppid=10357 vsize=1494284 CPUtime=0
/proc/10359/task/10372/stat : 10372 (java) S 10357 10359 9959 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 148524674 1530146816 67680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1494284

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

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

[startup+1759.31 s]
/proc/loadavg: 1.07 1.02 1.00 3/78 10372
/proc/meminfo: memFree=1047648/2055920 swapFree=4192812/4192956
[pid=10359] ppid=10357 vsize=1494932 CPUtime=1800.25
/proc/10359/stat : 10359 (java) S 10357 10359 9959 0 -1 0 82751 0 1 0 179931 94 0 0 16 0 14 0 148524648 1530810368 67709 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10359/statm: 373733 67709 1436 9 0 371076 0
[pid=10359/tid=10361] ppid=10357 vsize=1494932 CPUtime=1717.61
/proc/10359/task/10361/stat : 10361 (java) R 10357 10359 9959 0 -1 64 39263 0 1 0 171735 26 0 0 22 0 14 0 148524649 1530810368 67709 1992294400 134512640 134550932 4294956000 18446744073709551615 4109585087 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10362] ppid=10357 vsize=1494932 CPUtime=39.27
/proc/10359/task/10362/stat : 10362 (java) S 10357 10359 9959 0 -1 64 12304 0 0 0 3908 19 0 0 16 0 14 0 148524651 1530810368 67709 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10363] ppid=10357 vsize=1494932 CPUtime=39.26
/proc/10359/task/10363/stat : 10363 (java) S 10357 10359 9959 0 -1 64 13013 0 0 0 3905 21 0 0 17 0 14 0 148524651 1530810368 67709 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10364] ppid=10357 vsize=1494932 CPUtime=0.47
/proc/10359/task/10364/stat : 10364 (java) S 10357 10359 9959 0 -1 64 37 0 0 0 30 17 0 0 16 0 14 0 148524652 1530810368 67709 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10365] ppid=10357 vsize=1494932 CPUtime=0
/proc/10359/task/10365/stat : 10365 (java) S 10357 10359 9959 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 148524653 1530810368 67709 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10366] ppid=10357 vsize=1494932 CPUtime=0
/proc/10359/task/10366/stat : 10366 (java) S 10357 10359 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 148524653 1530810368 67709 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10367] ppid=10357 vsize=1494932 CPUtime=0
/proc/10359/task/10367/stat : 10367 (java) S 10357 10359 9959 0 -1 64 6 0 0 0 0 0 0 0 17 0 14 0 148524657 1530810368 67709 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10368] ppid=10357 vsize=1494932 CPUtime=1.69
/proc/10359/task/10368/stat : 10368 (java) S 10357 10359 9959 0 -1 64 9181 0 0 0 165 4 0 0 17 0 14 0 148524657 1530810368 67709 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10369] ppid=10357 vsize=1494932 CPUtime=1.88
/proc/10359/task/10369/stat : 10369 (java) S 10357 10359 9959 0 -1 64 8184 0 0 0 184 4 0 0 17 0 14 0 148524657 1530810368 67709 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10370] ppid=10357 vsize=1494932 CPUtime=0
/proc/10359/task/10370/stat : 10370 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 23 0 14 0 148524657 1530810368 67709 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10359/tid=10371] ppid=10357 vsize=1494932 CPUtime=0
/proc/10359/task/10371/stat : 10371 (java) S 10357 10359 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 148524657 1530810368 67709 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10359/tid=10372] ppid=10357 vsize=1494932 CPUtime=0
/proc/10359/task/10372/stat : 10372 (java) S 10357 10359 9959 0 -1 64 4 0 0 0 0 0 0 0 18 0 14 0 148524674 1530810368 67709 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 1494932

Child status: 143
Real time (s): 1759.38
CPU time (s): 1800.33
CPU user time (s): 1799.35
CPU system time (s): 0.98585
CPU usage (%): 102.327
Max. virtual memory (cumulated for all children) (KiB): 1497120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 0.98585
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82752
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= 56983
involuntary context switches= 49722

runsolver used 1.9557 second user time and 4.65729 second system time

The end

Launcher Data

Begin job on node8 at 2009-06-13 21:06:22
IDJOB=1856670
IDBENCH=2897
IDSOLVER=681
FILE ID=node8/1856670-1244919982
PBS_JOBID= 9354589
Free space on /tmp= 66372 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_3.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-1856670-1244919982/watcher-1856670-1244919982 -o /tmp/evaluation-result-1856670-1244919982/solver-1856670-1244919982 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856670-1244919982.opb

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

MD5SUM BENCH= d2b3af71376059fa940b007abcee01cc
RANDOM SEED=518695289

node8.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1314656 kB
Buffers:         68760 kB
Cached:         583220 kB
SwapCached:        140 kB
Active:          59956 kB
Inactive:       607052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1314656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             328 kB
Writeback:           0 kB
Mapped:          24652 kB
Slab:            60028 kB
Committed_AS:   132672 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66372 MiB
End job on node8 at 2009-06-13 21:35:43