Trace number 1855982

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.25 1783.66

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3704.opb
MD5SUM79102a590238a8abf70853775a775dcb
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8105687836
Best CPU time to get the best result obtained on this benchmark1800.82
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5001200569
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29675972066390
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29675972066390
Number of bits of the biggest sum of numbers45
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@ecd7e
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-1855982-1244897838.opb
0.22/0.22	c reading problem ... 
6.08/5.13	c ... done. Wall clock time 4.907s.
6.08/5.13	c #vars     155000
6.08/5.13	c #constraints  64124
6.08/5.13	c constraints type 
6.08/5.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.08/1783.51	c starts		: 3
1800.08/1783.51	c conflicts		: 302
1800.08/1783.51	c decisions		: 629966
1800.08/1783.51	c propagations		: 11964849
1800.08/1783.51	c inspects		: 62042207
1800.08/1783.51	c learnt literals	: 0
1800.08/1783.51	c learnt binary clauses	: 0
1800.08/1783.51	c learnt ternary clauses	: 0
1800.08/1783.51	c learnt clauses	: 302
1800.08/1783.51	c ignored clauses	: 0
1800.08/1783.51	c root simplifications	: 0
1800.08/1783.51	c removed literals (reason simplification)	: 0
1800.08/1783.51	c reason swapping (by a shorter reason)	: 0
1800.08/1783.51	c Calls to reduceDB	: 0
1800.08/1783.51	c speed (assignments/second)	: 6727.93824502371
1800.08/1783.51	c non guided choices	0
1800.08/1783.51	c learnt constraints type 
1800.08/1783.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 302
1800.08/1783.51	c constraints type 
1800.08/1783.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.08/1783.51	s UNKNOWN
1800.08/1783.51	c Total wall clock time (in seconds): 1783.295

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1308976/2055920 swapFree=4192044/4192956
[pid=15517] ppid=15515 vsize=140 CPUtime=0
/proc/15517/stat : 15517 (java6) R 15515 15517 15250 0 -1 0 19 0 0 0 0 0 0 0 20 0 1 0 157381013 143360 4 1992294400 134512640 134550932 4294956160 18446744073709551615 8538048 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 36 16 11 9 0 2 0

[startup+0.073782 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1308976/2055920 swapFree=4192044/4192956
[pid=15517] ppid=15515 vsize=1470220 CPUtime=0.05
/proc/15517/stat : 15517 (java) S 15515 15517 15250 0 -1 0 3367 0 1 0 4 1 0 0 18 0 7 0 157381013 1505505280 3112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15517/statm: 367555 3112 1031 9 0 364906 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1470220

[startup+0.102784 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1308976/2055920 swapFree=4192044/4192956
[pid=15517] ppid=15515 vsize=1472584 CPUtime=0.08
/proc/15517/stat : 15517 (java) S 15515 15517 15250 0 -1 0 3611 0 1 0 6 2 0 0 18 0 12 0 157381013 1507926016 3354 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15517/statm: 368146 3354 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.302805 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1308976/2055920 swapFree=4192044/4192956
[pid=15517] ppid=15515 vsize=1474764 CPUtime=0.36
/proc/15517/stat : 15517 (java) S 15515 15517 15250 0 -1 0 5868 0 1 0 32 4 0 0 18 0 12 0 157381013 1510158336 5605 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15517/statm: 368691 5605 1359 9 0 366034 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1474764

[startup+0.702851 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1308976/2055920 swapFree=4192044/4192956
[pid=15517] ppid=15515 vsize=1475556 CPUtime=0.95
/proc/15517/stat : 15517 (java) S 15515 15517 15250 0 -1 0 9906 0 1 0 90 5 0 0 18 0 12 0 157381013 1510969344 9413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15517/statm: 368889 9413 1395 9 0 366232 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1475556

[startup+1.50194 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 15529
/proc/meminfo: memFree=1254032/2055920 swapFree=4192044/4192956
[pid=15517] ppid=15515 vsize=1475556 CPUtime=1.8
/proc/15517/stat : 15517 (java) S 15515 15517 15250 0 -1 0 23478 0 1 0 168 12 0 0 18 0 12 0 157381013 1510969344 22924 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15517/statm: 368889 22924 1396 9 0 366232 0
[pid=15517/tid=15519] ppid=15515 vsize=1475556 CPUtime=1.35
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 15250 0 -1 64 21464 0 1 0 124 11 0 0 25 0 12 0 157381014 1510969344 22924 1992294400 134512640 134550932 4294956000 18446744073709551615 4109134887 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15520] ppid=15515 vsize=1475556 CPUtime=0
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 15250 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 157381016 1510969344 22924 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15521] ppid=15515 vsize=1475556 CPUtime=0
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 157381016 1510969344 22924 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=1475556 CPUtime=0
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 15250 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 157381018 1510969344 22924 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15523] ppid=15515 vsize=1475556 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 15250 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 157381018 1510969344 22924 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15524] ppid=15515 vsize=1475556 CPUtime=0
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 15250 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 157381018 1510969344 22924 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15525] ppid=15515 vsize=1475556 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157381022 1510969344 22924 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15526] ppid=15515 vsize=1475556 CPUtime=0.28
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 15250 0 -1 64 661 0 0 0 28 0 0 0 17 0 12 0 157381022 1510969344 22924 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15527] ppid=15515 vsize=1475556 CPUtime=0.15
/proc/15517/task/15527/stat : 15527 (java) R 15515 15517 15250 0 -1 64 610 0 0 0 15 0 0 0 16 0 12 0 157381022 1510969344 22924 1992294400 134512640 134550932 4294956000 18446744073709551615 103148791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15528] ppid=15515 vsize=1475556 CPUtime=0
/proc/15517/task/15528/stat : 15528 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157381022 1510969344 22924 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15529] ppid=15515 vsize=1475556 CPUtime=0
/proc/15517/task/15529/stat : 15529 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157381022 1510969344 22924 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 1475556

[startup+3.1011 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 15529
/proc/meminfo: memFree=1164368/2055920 swapFree=4192044/4192956
[pid=15517] ppid=15515 vsize=1475556 CPUtime=3.69
/proc/15517/stat : 15517 (java) S 15515 15517 15250 0 -1 0 40013 0 1 0 350 19 0 0 18 0 12 0 157381013 1510969344 39176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15517/statm: 368889 39176 1414 9 0 366232 0
[pid=15517/tid=15519] ppid=15515 vsize=1475556 CPUtime=2.77
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 15250 0 -1 64 30927 0 1 0 262 15 0 0 23 0 12 0 157381014 1510969344 39176 1992294400 134512640 134550932 4294956000 18446744073709551615 4109472171 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15520] ppid=15515 vsize=1475556 CPUtime=0.12
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 15250 0 -1 64 3041 0 0 0 11 1 0 0 16 0 12 0 157381016 1510969344 39176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15521] ppid=15515 vsize=1475556 CPUtime=0.1
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 15250 0 -1 64 3963 0 0 0 9 1 0 0 17 0 12 0 157381016 1510969344 39176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15522] ppid=15515 vsize=1475556 CPUtime=0
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 15250 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 157381018 1510969344 39176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=1475556 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 15250 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 157381018 1510969344 39176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15524] ppid=15515 vsize=1475556 CPUtime=0
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 15250 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 157381018 1510969344 39176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15525] ppid=15515 vsize=1475556 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157381022 1510969344 39176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15526] ppid=15515 vsize=1475556 CPUtime=0.36
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 15250 0 -1 64 667 0 0 0 36 0 0 0 16 0 12 0 157381022 1510969344 39176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15527] ppid=15515 vsize=1475556 CPUtime=0.3
/proc/15517/task/15527/stat : 15527 (java) S 15515 15517 15250 0 -1 64 669 0 0 0 30 0 0 0 17 0 12 0 157381022 1510969344 39176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15528] ppid=15515 vsize=1475556 CPUtime=0
/proc/15517/task/15528/stat : 15528 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157381022 1510969344 39176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15529] ppid=15515 vsize=1475556 CPUtime=0
/proc/15517/task/15529/stat : 15529 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157381022 1510969344 39176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1475556

[startup+6.30244 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 15529
/proc/meminfo: memFree=1093200/2055920 swapFree=4192044/4192956
[pid=15517] ppid=15515 vsize=1476776 CPUtime=7.94
/proc/15517/stat : 15517 (java) S 15515 15517 15250 0 -1 0 62376 0 1 0 761 33 0 0 18 0 13 0 157381013 1512218624 58034 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15517/statm: 369194 58034 1431 9 0 366537 0
[pid=15517/tid=15519] ppid=15515 vsize=1476776 CPUtime=5.39
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 15250 0 -1 64 30971 0 1 0 524 15 0 0 18 0 13 0 157381014 1512218624 58034 1992294400 134512640 134550932 4294956000 18446744073709551615 4109760239 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15520] ppid=15515 vsize=1476776 CPUtime=0.59
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 15250 0 -1 64 14176 0 0 0 53 6 0 0 16 0 13 0 157381016 1512218624 58034 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15521] ppid=15515 vsize=1476776 CPUtime=0.59
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 15250 0 -1 64 13522 0 0 0 52 7 0 0 18 0 13 0 157381016 1512218624 58034 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=1476776 CPUtime=0
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 15250 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157381018 1512218624 58034 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15523] ppid=15515 vsize=1476776 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 15250 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 157381018 1512218624 58034 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15524] ppid=15515 vsize=1476776 CPUtime=0
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 15250 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 157381018 1512218624 58034 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15525] ppid=15515 vsize=1476776 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157381022 1512218624 58034 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15526] ppid=15515 vsize=1476776 CPUtime=0.76
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 15250 0 -1 64 2189 0 0 0 76 0 0 0 16 0 13 0 157381022 1512218624 58034 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15527] ppid=15515 vsize=1476776 CPUtime=0.54
/proc/15517/task/15527/stat : 15527 (java) S 15515 15517 15250 0 -1 64 768 0 0 0 54 0 0 0 16 0 13 0 157381022 1512218624 58034 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15528] ppid=15515 vsize=1476776 CPUtime=0
/proc/15517/task/15528/stat : 15528 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157381022 1512218624 58034 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15529] ppid=15515 vsize=1476776 CPUtime=0
/proc/15517/task/15529/stat : 15529 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157381022 1512218624 58034 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 1476776

[startup+12.7021 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15530
/proc/meminfo: memFree=1051400/2055920 swapFree=4192044/4192956
[pid=15517] ppid=15515 vsize=1480316 CPUtime=15.26
/proc/15517/stat : 15517 (java) S 15515 15517 15250 0 -1 0 71568 0 1 0 1489 37 0 0 18 0 13 0 157381013 1515843584 65532 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15517/statm: 370079 65532 1431 9 0 367422 0
[pid=15517/tid=15519] ppid=15515 vsize=1480316 CPUtime=11.14
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 15250 0 -1 64 30998 0 1 0 1098 16 0 0 19 0 13 0 157381014 1515843584 65532 1992294400 134512640 134550932 4294956000 18446744073709551615 4109817602 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15520] ppid=15515 vsize=1480316 CPUtime=1.01
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 15250 0 -1 64 18015 0 0 0 93 8 0 0 16 0 13 0 157381016 1515843584 65532 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15521] ppid=15515 vsize=1480316 CPUtime=1.01
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 15250 0 -1 64 17267 0 0 0 92 9 0 0 16 0 13 0 157381016 1515843584 65532 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 15250 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157381018 1515843584 65532 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 15250 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 157381018 1515843584 65532 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15524] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 15250 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 157381018 1515843584 65532 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15525] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157381022 1515843584 65532 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15526] ppid=15515 vsize=1480316 CPUtime=1.07
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 15250 0 -1 64 2607 0 0 0 106 1 0 0 16 0 13 0 157381022 1515843584 65532 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15527] ppid=15515 vsize=1480316 CPUtime=0.99
/proc/15517/task/15527/stat : 15527 (java) S 15515 15517 15250 0 -1 64 1931 0 0 0 98 1 0 0 15 0 13 0 157381022 1515843584 65532 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15528] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15528/stat : 15528 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157381022 1515843584 65532 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15529] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15529/stat : 15529 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157381022 1515843584 65532 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15530] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15530/stat : 15530 (java) S 15515 15517 15250 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157381615 1515843584 65532 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.26
Current children cumulated vsize (KiB) 1480316

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15530
/proc/meminfo: memFree=1049544/2055920 swapFree=4192044/4192956
[pid=15517] ppid=15515 vsize=1480316 CPUtime=28.69
/proc/15517/stat : 15517 (java) S 15515 15517 15250 0 -1 0 73675 0 1 0 2830 39 0 0 18 0 13 0 157381013 1515843584 66013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15517/statm: 370079 66013 1435 9 0 367422 0
[pid=15517/tid=15519] ppid=15515 vsize=1480316 CPUtime=23.77
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 15250 0 -1 64 31027 0 1 0 2361 16 0 0 25 0 13 0 157381014 1515843584 66013 1992294400 134512640 134550932 4294956000 18446744073709551615 4109818819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15520] ppid=15515 vsize=1480316 CPUtime=1.11
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 15250 0 -1 64 18215 0 0 0 103 8 0 0 16 0 13 0 157381016 1515843584 66013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15521] ppid=15515 vsize=1480316 CPUtime=1.12
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 15250 0 -1 64 17431 0 0 0 103 9 0 0 16 0 13 0 157381016 1515843584 66013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 15250 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157381018 1515843584 66013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 15250 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 157381018 1515843584 66013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15524] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 15250 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 157381018 1515843584 66013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15525] ppid=15515 vsize=1480316 CPUtime=0

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

[pid=15517/tid=15522] ppid=15515 vsize=1480316 CPUtime=0.23
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 15250 0 -1 64 10 0 0 0 14 9 0 0 16 0 13 0 157381018 1515843584 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15523] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 15250 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 157381018 1515843584 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15524] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 15250 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 157381018 1515843584 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15525] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157381022 1515843584 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15526] ppid=15515 vsize=1480316 CPUtime=1.29
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 15250 0 -1 64 2635 0 0 0 128 1 0 0 16 0 13 0 157381022 1515843584 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15527] ppid=15515 vsize=1480316 CPUtime=1.45
/proc/15517/task/15527/stat : 15527 (java) S 15515 15517 15250 0 -1 64 3622 0 0 0 144 1 0 0 16 0 13 0 157381022 1515843584 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15528] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15528/stat : 15528 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157381022 1515843584 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15529] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15529/stat : 15529 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157381022 1515843584 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15530] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15530/stat : 15530 (java) S 15515 15517 15250 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157381615 1515843584 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1618.22
Current children cumulated vsize (KiB) 1480316

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15536
/proc/meminfo: memFree=719944/2055920 swapFree=4192044/4192956
[pid=15517] ppid=15515 vsize=1480316 CPUtime=1678.38
/proc/15517/stat : 15517 (java) S 15515 15517 15250 0 -1 0 161559 0 1 0 167695 143 0 0 18 0 13 0 157381013 1515843584 148134 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15517/statm: 370079 148134 1435 9 0 367422 0
[pid=15517/tid=15519] ppid=15515 vsize=1480316 CPUtime=1644.21
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 15250 0 -1 64 32354 0 1 0 164400 21 0 0 25 0 13 0 157381014 1515843584 148134 1992294400 134512640 134550932 4294956000 18446744073709551615 4109570830 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15520] ppid=15515 vsize=1480316 CPUtime=15.63
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 15250 0 -1 64 59376 0 0 0 1512 51 0 0 17 0 13 0 157381016 1515843584 148134 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15521] ppid=15515 vsize=1480316 CPUtime=15.5
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 15250 0 -1 64 62821 0 0 0 1493 57 0 0 16 0 13 0 157381016 1515843584 148134 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15522] ppid=15515 vsize=1480316 CPUtime=0.24
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 15250 0 -1 64 10 0 0 0 15 9 0 0 16 0 13 0 157381018 1515843584 148134 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15523] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 15250 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 157381018 1515843584 148134 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15524] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 15250 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 157381018 1515843584 148134 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15525] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157381022 1515843584 148134 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15526] ppid=15515 vsize=1480316 CPUtime=1.29
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 15250 0 -1 64 2635 0 0 0 128 1 0 0 16 0 13 0 157381022 1515843584 148134 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15527] ppid=15515 vsize=1480316 CPUtime=1.45
/proc/15517/task/15527/stat : 15527 (java) S 15515 15517 15250 0 -1 64 3622 0 0 0 144 1 0 0 16 0 13 0 157381022 1515843584 148134 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15528] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15528/stat : 15528 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157381022 1515843584 148134 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15529] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15529/stat : 15529 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157381022 1515843584 148134 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15530] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15530/stat : 15530 (java) S 15515 15517 15250 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157381615 1515843584 148134 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1678.38
Current children cumulated vsize (KiB) 1480316

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15536
/proc/meminfo: memFree=715912/2055920 swapFree=4192044/4192956
[pid=15517] ppid=15515 vsize=1480316 CPUtime=1738.7
/proc/15517/stat : 15517 (java) S 15515 15517 15250 0 -1 0 162605 0 1 0 173724 146 0 0 18 0 13 0 157381013 1515843584 149148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15517/statm: 370079 149148 1435 9 0 367422 0
[pid=15517/tid=15519] ppid=15515 vsize=1480316 CPUtime=1703.82
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 15250 0 -1 64 32374 0 1 0 170361 21 0 0 25 0 13 0 157381014 1515843584 149148 1992294400 134512640 134550932 4294956000 18446744073709551615 4109422781 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15520] ppid=15515 vsize=1480316 CPUtime=15.98
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 15250 0 -1 64 60117 0 0 0 1546 52 0 0 16 0 13 0 157381016 1515843584 149148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15521] ppid=15515 vsize=1480316 CPUtime=15.84
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 15250 0 -1 64 63103 0 0 0 1525 59 0 0 16 0 13 0 157381016 1515843584 149148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15522] ppid=15515 vsize=1480316 CPUtime=0.24
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 15250 0 -1 64 10 0 0 0 15 9 0 0 16 0 13 0 157381018 1515843584 149148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 15250 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 157381018 1515843584 149148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15524] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 15250 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 157381018 1515843584 149148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15525] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157381022 1515843584 149148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15526] ppid=15515 vsize=1480316 CPUtime=1.29
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 15250 0 -1 64 2635 0 0 0 128 1 0 0 16 0 13 0 157381022 1515843584 149148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15527] ppid=15515 vsize=1480316 CPUtime=1.48
/proc/15517/task/15527/stat : 15527 (java) S 15515 15517 15250 0 -1 64 3625 0 0 0 147 1 0 0 17 0 13 0 157381022 1515843584 149148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15528] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15528/stat : 15528 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157381022 1515843584 149148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15529] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15529/stat : 15529 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157381022 1515843584 149148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15530] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15530/stat : 15530 (java) S 15515 15517 15250 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157381615 1515843584 149148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1738.7
Current children cumulated vsize (KiB) 1480316

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15536
/proc/meminfo: memFree=711624/2055920 swapFree=4192044/4192956
[pid=15517] ppid=15515 vsize=1480316 CPUtime=1798.88
/proc/15517/stat : 15517 (java) S 15515 15517 15250 0 -1 0 163671 0 1 0 179740 148 0 0 18 0 13 0 157381013 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15517/statm: 370079 150203 1435 9 0 367422 0
[pid=15517/tid=15519] ppid=15515 vsize=1480316 CPUtime=1763.56
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 15250 0 -1 64 32383 0 1 0 176335 21 0 0 25 0 13 0 157381014 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4109724105 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15520] ppid=15515 vsize=1480316 CPUtime=16.19
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 15250 0 -1 64 61053 0 0 0 1567 52 0 0 17 0 13 0 157381016 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15521] ppid=15515 vsize=1480316 CPUtime=16.04
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 15250 0 -1 64 63224 0 0 0 1545 59 0 0 16 0 13 0 157381016 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=1480316 CPUtime=0.24
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 15250 0 -1 64 10 0 0 0 15 9 0 0 16 0 13 0 157381018 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 15250 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 157381018 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15524] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 15250 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 157381018 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15525] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157381022 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15526] ppid=15515 vsize=1480316 CPUtime=1.29
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 15250 0 -1 64 2635 0 0 0 128 1 0 0 16 0 13 0 157381022 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15527] ppid=15515 vsize=1480316 CPUtime=1.48
/proc/15517/task/15527/stat : 15527 (java) S 15515 15517 15250 0 -1 64 3625 0 0 0 147 1 0 0 17 0 13 0 157381022 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15528] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15528/stat : 15528 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157381022 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15529] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15529/stat : 15529 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157381022 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15530] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15530/stat : 15530 (java) S 15515 15517 15250 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157381615 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.88
Current children cumulated vsize (KiB) 1480316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15536
/proc/meminfo: memFree=711624/2055920 swapFree=4192044/4192956
[pid=15517] ppid=15515 vsize=1480316 CPUtime=1800.08
/proc/15517/stat : 15517 (java) S 15515 15517 15250 0 -1 0 163671 0 1 0 179860 148 0 0 18 0 13 0 157381013 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15517/statm: 370079 150203 1435 9 0 367422 0
[pid=15517/tid=15519] ppid=15515 vsize=1480316 CPUtime=1764.77
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 15250 0 -1 64 32383 0 1 0 176456 21 0 0 25 0 13 0 157381014 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4109724581 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15520] ppid=15515 vsize=1480316 CPUtime=16.19
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 15250 0 -1 64 61053 0 0 0 1567 52 0 0 17 0 13 0 157381016 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15521] ppid=15515 vsize=1480316 CPUtime=16.04
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 15250 0 -1 64 63224 0 0 0 1545 59 0 0 16 0 13 0 157381016 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=1480316 CPUtime=0.24
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 15250 0 -1 64 10 0 0 0 15 9 0 0 16 0 13 0 157381018 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 15250 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 157381018 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15524] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 15250 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 157381018 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15525] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157381022 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15526] ppid=15515 vsize=1480316 CPUtime=1.29
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 15250 0 -1 64 2635 0 0 0 128 1 0 0 16 0 13 0 157381022 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15527] ppid=15515 vsize=1480316 CPUtime=1.48
/proc/15517/task/15527/stat : 15527 (java) S 15515 15517 15250 0 -1 64 3625 0 0 0 147 1 0 0 17 0 13 0 157381022 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15528] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15528/stat : 15528 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157381022 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15529] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15529/stat : 15529 (java) S 15515 15517 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157381022 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15530] ppid=15515 vsize=1480316 CPUtime=0
/proc/15517/task/15530/stat : 15530 (java) S 15515 15517 15250 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157381615 1515843584 150203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1480316

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

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

[startup+1783.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15536
/proc/meminfo: memFree=711624/2055920 swapFree=4192044/4192956
[pid=15517] ppid=15515 vsize=0 CPUtime=1800.19
/proc/15517/stat : 15517 (java) Z 15515 15517 15250 0 -1 1036 163696 0 1 0 179866 153 0 0 16 0 2 0 157381013 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15517/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1783.66
CPU time (s): 1800.25
CPU user time (s): 1798.67
CPU system time (s): 1.57576
CPU usage (%): 100.93
Max. virtual memory (cumulated for all children) (KiB): 1481232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.57576
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163696
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= 50877
involuntary context switches= 31729

runsolver used 1.9517 second user time and 5.01624 second system time

The end

Launcher Data

Begin job on node38 at 2009-06-13 14:57:18
IDJOB=1855982
IDBENCH=2286
IDSOLVER=681
FILE ID=node38/1855982-1244897838
PBS_JOBID= 9354478
Free space on /tmp= 66272 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3704.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-1855982-1244897838/watcher-1855982-1244897838 -o /tmp/evaluation-result-1855982-1244897838/solver-1855982-1244897838 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855982-1244897838.opb

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

MD5SUM BENCH= 79102a590238a8abf70853775a775dcb
RANDOM SEED=436726642

node38.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.232
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.232
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:       1309456 kB
Buffers:         77456 kB
Cached:         568164 kB
SwapCached:        448 kB
Active:          57860 kB
Inactive:       601228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1309456 kB
SwapTotal:     4192956 kB
SwapFree:      4192044 kB
Dirty:            8884 kB
Writeback:           0 kB
Mapped:          22512 kB
Slab:            73352 kB
Committed_AS:   116668 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66272 MiB
End job on node38 at 2009-06-13 15:27:04