Trace number 1856868

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.13 1794.49

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=300-sizeP=151-sizeQ=300-346995195-max.opb
MD5SUM7d90035947bf106909c324d346feadc0
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45751
Total number of constraints135901
Number of constraints which are clauses135900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint45300
Number of terms in the objective function 151
Biggest coefficient in the objective function 1427247692705959881058285969449495136382746624
Number of bits for the biggest coefficient in the objective function 151
Sum of the numbers in the objective function 2854495385411919762116571938898990272765493247
Number of bits of the sum of numbers in the objective function 151
Biggest number in a constraint 1453677448591213781098647615776009068707282721374636120562980398361278576226795846652382101427527131121525043212532355867069203257229312
Number of bits of the biggest number in a constraint 450
Biggest sum of numbers in a constraint 5814709794364855124394590463104036274829130884442601547409146523709370688892119900517445885328649663330068882186640259952495850427021820
Number of bits of the biggest sum of numbers451
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	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.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1856868-1244927528.opb
0.22/0.21	c reading problem ... 
5.51/4.39	c ... done. Wall clock time 4.174s.
5.51/4.39	c #vars     45751
5.51/4.39	c #constraints  147378
5.51/4.39	c constraints type 
5.51/4.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90600
5.51/4.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45300
5.51/4.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/1794.42	c starts		: 1
1800.03/1794.42	c conflicts		: 3
1800.03/1794.42	c decisions		: 308
1800.03/1794.42	c propagations		: 58748
1800.03/1794.42	c inspects		: 288142
1800.03/1794.42	c learnt literals	: 0
1800.03/1794.42	c learnt binary clauses	: 0
1800.03/1794.42	c learnt ternary clauses	: 0
1800.03/1794.42	c learnt clauses	: 2
1800.03/1794.42	c ignored clauses	: 0
1800.03/1794.42	c root simplifications	: 0
1800.03/1794.42	c removed literals (reason simplification)	: 0
1800.03/1794.42	c reason swapping (by a shorter reason)	: 0
1800.03/1794.42	c Calls to reduceDB	: 0
1800.03/1794.42	c speed (assignments/second)	: 32.81963502206113
1800.03/1794.42	c non guided choices	2
1800.03/1794.42	c learnt constraints type 
1800.03/1794.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/1794.42	c constraints type 
1800.03/1794.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90600
1800.03/1794.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45300
1800.03/1794.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/1794.42	s UNKNOWN
1800.03/1794.42	c Total wall clock time (in seconds): 1794.205

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-1856868-1244927528/watcher-1856868-1244927528 -o /tmp/evaluation-result-1856868-1244927528/solver-1856868-1244927528 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856868-1244927528.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/64 14472
/proc/meminfo: memFree=1256184/2055920 swapFree=4192956/4192956
[pid=14472] ppid=14470 vsize=144 CPUtime=0
/proc/14472/stat : 14472 (java) R 14470 14472 14213 0 -1 0 195 0 0 0 0 0 0 0 18 0 1 0 160353705 147456 17 1992294400 134512640 134550932 4294956000 18446744073709551615 10367264 0 0 4096 0 0 0 0 17 1 0 0
/proc/14472/statm: 38 21 14 9 0 4 0

[startup+0.0892949 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14472
/proc/meminfo: memFree=1256184/2055920 swapFree=4192956/4192956
[pid=14472] ppid=14470 vsize=1472416 CPUtime=0.07
/proc/14472/stat : 14472 (java) S 14470 14472 14213 0 -1 0 3553 0 1 0 6 1 0 0 18 0 12 0 160353705 1507753984 3296 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14472/statm: 368104 3296 1056 9 0 365455 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1472416

[startup+0.101299 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14472
/proc/meminfo: memFree=1256184/2055920 swapFree=4192956/4192956
[pid=14472] ppid=14470 vsize=1472584 CPUtime=0.08
/proc/14472/stat : 14472 (java) S 14470 14472 14213 0 -1 0 3642 0 1 0 7 1 0 0 18 0 12 0 160353705 1507926016 3385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14472/statm: 368146 3385 1069 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301333 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14472
/proc/meminfo: memFree=1256184/2055920 swapFree=4192956/4192956
[pid=14472] ppid=14470 vsize=1474860 CPUtime=0.36
/proc/14472/stat : 14472 (java) S 14470 14472 14213 0 -1 0 5276 0 1 0 34 2 0 0 18 0 12 0 160353705 1510256640 5013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14472/statm: 368715 5013 1354 9 0 366058 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1474860

[startup+0.701409 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14472
/proc/meminfo: memFree=1256184/2055920 swapFree=4192956/4192956
[pid=14472] ppid=14470 vsize=1476892 CPUtime=1.03
/proc/14472/stat : 14472 (java) S 14470 14472 14213 0 -1 0 7795 0 1 0 99 4 0 0 18 0 12 0 160353705 1512337408 7103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14472/statm: 369223 7103 1398 9 0 366566 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1476892

[startup+1.50255 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14484
/proc/meminfo: memFree=1219608/2055920 swapFree=4192956/4192956
[pid=14472] ppid=14470 vsize=1476488 CPUtime=2
/proc/14472/stat : 14472 (java) S 14470 14472 14213 0 -1 0 23064 0 1 0 187 13 0 0 18 0 12 0 160353705 1511923712 22199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14472/statm: 369122 22200 1402 9 0 366465 0
[pid=14472/tid=14474] ppid=14470 vsize=1476488 CPUtime=1.31
/proc/14472/task/14474/stat : 14474 (java) R 14470 14472 14213 0 -1 64 20580 0 1 0 120 11 0 0 20 0 12 0 160353706 1511923712 22201 1992294400 134512640 134550932 4294956000 18446744073709551615 4109510467 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14475] ppid=14470 vsize=1476488 CPUtime=0
/proc/14472/task/14475/stat : 14475 (java) S 14470 14472 14213 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160353708 1511923712 22202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14476] ppid=14470 vsize=1476488 CPUtime=0
/proc/14472/task/14476/stat : 14476 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 160353708 1511923712 22203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14477] ppid=14470 vsize=1476488 CPUtime=0
/proc/14472/task/14477/stat : 14477 (java) S 14470 14472 14213 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 160353709 1511923712 22204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14478] ppid=14470 vsize=1476488 CPUtime=0
/proc/14472/task/14478/stat : 14478 (java) S 14470 14472 14213 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 160353710 1511923712 22205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14479] ppid=14470 vsize=1476488 CPUtime=0
/proc/14472/task/14479/stat : 14479 (java) S 14470 14472 14213 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160353710 1511923712 22206 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14480] ppid=14470 vsize=1476488 CPUtime=0
/proc/14472/task/14480/stat : 14480 (java) S 14470 14472 14213 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160353714 1511923712 22207 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14481] ppid=14470 vsize=1476488 CPUtime=0.38
/proc/14472/task/14481/stat : 14481 (java) S 14470 14472 14213 0 -1 64 939 0 0 0 38 0 0 0 16 0 12 0 160353714 1511923712 22208 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14482] ppid=14470 vsize=1476488 CPUtime=0.28
/proc/14472/task/14482/stat : 14482 (java) S 14470 14472 14213 0 -1 64 806 0 0 0 28 0 0 0 16 0 12 0 160353714 1511923712 22209 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14483] ppid=14470 vsize=1476488 CPUtime=0
/proc/14472/task/14483/stat : 14483 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160353714 1511923712 22210 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14484] ppid=14470 vsize=1476488 CPUtime=0
/proc/14472/task/14484/stat : 14484 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160353714 1511923712 22211 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1476488

[startup+3.10184 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14484
/proc/meminfo: memFree=1122008/2055920 swapFree=4192956/4192956
[pid=14472] ppid=14470 vsize=1476488 CPUtime=3.66
/proc/14472/stat : 14472 (java) S 14470 14472 14213 0 -1 0 35655 0 1 0 347 19 0 0 18 0 12 0 160353705 1511923712 34785 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14472/statm: 369122 34785 1414 9 0 366465 0
[pid=14472/tid=14474] ppid=14470 vsize=1476488 CPUtime=2.85
/proc/14472/task/14474/stat : 14474 (java) R 14470 14472 14213 0 -1 64 30935 0 1 0 269 16 0 0 25 0 12 0 160353706 1511923712 34785 1992294400 134512640 134550932 4294956000 18446744073709551615 4109624926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14475] ppid=14470 vsize=1476488 CPUtime=0.04
/proc/14472/task/14475/stat : 14475 (java) S 14470 14472 14213 0 -1 64 966 0 0 0 4 0 0 0 17 0 12 0 160353708 1511923712 34785 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14476] ppid=14470 vsize=1476488 CPUtime=0.04
/proc/14472/task/14476/stat : 14476 (java) S 14470 14472 14213 0 -1 64 1256 0 0 0 4 0 0 0 16 0 12 0 160353708 1511923712 34785 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14477] ppid=14470 vsize=1476488 CPUtime=0
/proc/14472/task/14477/stat : 14477 (java) S 14470 14472 14213 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160353709 1511923712 34785 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14478] ppid=14470 vsize=1476488 CPUtime=0
/proc/14472/task/14478/stat : 14478 (java) S 14470 14472 14213 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160353710 1511923712 34785 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14479] ppid=14470 vsize=1476488 CPUtime=0
/proc/14472/task/14479/stat : 14479 (java) S 14470 14472 14213 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160353710 1511923712 34785 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14480] ppid=14470 vsize=1476488 CPUtime=0
/proc/14472/task/14480/stat : 14480 (java) S 14470 14472 14213 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160353714 1511923712 34785 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14481] ppid=14470 vsize=1476488 CPUtime=0.38
/proc/14472/task/14481/stat : 14481 (java) S 14470 14472 14213 0 -1 64 939 0 0 0 38 0 0 0 16 0 12 0 160353714 1511923712 34785 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14482] ppid=14470 vsize=1476488 CPUtime=0.29
/proc/14472/task/14482/stat : 14482 (java) S 14470 14472 14213 0 -1 64 808 0 0 0 29 0 0 0 16 0 12 0 160353714 1511923712 34785 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14483] ppid=14470 vsize=1476488 CPUtime=0
/proc/14472/task/14483/stat : 14483 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160353714 1511923712 34785 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14484] ppid=14470 vsize=1476488 CPUtime=0
/proc/14472/task/14484/stat : 14484 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160353714 1511923712 34785 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1476488

[startup+6.30244 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 14485
/proc/meminfo: memFree=1090960/2055920 swapFree=4192956/4192956
[pid=14472] ppid=14470 vsize=1486176 CPUtime=8
/proc/14472/stat : 14472 (java) S 14470 14472 14213 0 -1 0 47781 0 1 0 776 24 0 0 18 0 13 0 160353705 1521844224 42405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14472/statm: 371544 42405 1428 9 0 368887 0
[pid=14472/tid=14474] ppid=14470 vsize=1486176 CPUtime=5.7
/proc/14472/task/14474/stat : 14474 (java) R 14470 14472 14213 0 -1 64 30996 0 1 0 553 17 0 0 25 0 13 0 160353706 1521844224 42405 1992294400 134512640 134550932 4294956000 18446744073709551615 4109137796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14475] ppid=14470 vsize=1486176 CPUtime=0.14
/proc/14472/task/14475/stat : 14475 (java) S 14470 14472 14213 0 -1 64 3715 0 0 0 13 1 0 0 17 0 13 0 160353708 1521844224 42405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14476] ppid=14470 vsize=1486176 CPUtime=0.14
/proc/14472/task/14476/stat : 14476 (java) S 14470 14472 14213 0 -1 64 3683 0 0 0 13 1 0 0 17 0 13 0 160353708 1521844224 42405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14477] ppid=14470 vsize=1486176 CPUtime=0
/proc/14472/task/14477/stat : 14477 (java) S 14470 14472 14213 0 -1 64 16 0 0 0 0 0 0 0 17 0 13 0 160353709 1521844224 42405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14478] ppid=14470 vsize=1486176 CPUtime=0
/proc/14472/task/14478/stat : 14478 (java) S 14470 14472 14213 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160353710 1521844224 42405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14479] ppid=14470 vsize=1486176 CPUtime=0
/proc/14472/task/14479/stat : 14479 (java) S 14470 14472 14213 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160353710 1521844224 42405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14480] ppid=14470 vsize=1486176 CPUtime=0
/proc/14472/task/14480/stat : 14480 (java) S 14470 14472 14213 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160353714 1521844224 42405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14481] ppid=14470 vsize=1486176 CPUtime=1.2
/proc/14472/task/14481/stat : 14481 (java) R 14470 14472 14213 0 -1 64 6799 0 0 0 118 2 0 0 17 0 13 0 160353714 1521844224 42405 1992294400 134512640 134550932 4294956000 18446744073709551615 104140913 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14482] ppid=14470 vsize=1486176 CPUtime=0.76
/proc/14472/task/14482/stat : 14482 (java) S 14470 14472 14213 0 -1 64 1826 0 0 0 76 0 0 0 17 0 13 0 160353714 1521844224 42405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14483] ppid=14470 vsize=1486176 CPUtime=0
/proc/14472/task/14483/stat : 14483 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160353714 1521844224 42405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14484] ppid=14470 vsize=1486176 CPUtime=0
/proc/14472/task/14484/stat : 14484 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160353714 1521844224 42405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14485] ppid=14470 vsize=1486176 CPUtime=0
/proc/14472/task/14485/stat : 14485 (java) S 14470 14472 14213 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 160354167 1521844224 42405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8
Current children cumulated vsize (KiB) 1486176

[startup+12.7026 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 14485
/proc/meminfo: memFree=1095632/2055920 swapFree=4192956/4192956
[pid=14472] ppid=14470 vsize=1481408 CPUtime=14.76
/proc/14472/stat : 14472 (java) S 14470 14472 14213 0 -1 0 47812 0 1 0 1452 24 0 0 18 0 13 0 160353705 1516961792 41255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14472/statm: 370352 41255 1428 9 0 367695 0
[pid=14472/tid=14474] ppid=14470 vsize=1481408 CPUtime=12.05
/proc/14472/task/14474/stat : 14474 (java) R 14470 14472 14213 0 -1 64 30999 0 1 0 1188 17 0 0 25 0 13 0 160353706 1516961792 41255 1992294400 134512640 134550932 4294956000 18446744073709551615 4109747243 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14475] ppid=14470 vsize=1481408 CPUtime=0.14
/proc/14472/task/14475/stat : 14475 (java) S 14470 14472 14213 0 -1 64 3715 0 0 0 13 1 0 0 17 0 13 0 160353708 1516961792 41255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14476] ppid=14470 vsize=1481408 CPUtime=0.14
/proc/14472/task/14476/stat : 14476 (java) S 14470 14472 14213 0 -1 64 3683 0 0 0 13 1 0 0 17 0 13 0 160353708 1516961792 41255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14477] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14477/stat : 14477 (java) S 14470 14472 14213 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 160353709 1516961792 41255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14478] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14478/stat : 14478 (java) S 14470 14472 14213 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160353710 1516961792 41255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14479] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14479/stat : 14479 (java) S 14470 14472 14213 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160353710 1516961792 41255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14480] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14480/stat : 14480 (java) S 14470 14472 14213 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160353714 1516961792 41255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14481] ppid=14470 vsize=1481408 CPUtime=1.39
/proc/14472/task/14481/stat : 14481 (java) S 14470 14472 14213 0 -1 64 6810 0 0 0 137 2 0 0 15 0 13 0 160353714 1516961792 41255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14482] ppid=14470 vsize=1481408 CPUtime=0.99
/proc/14472/task/14482/stat : 14482 (java) S 14470 14472 14213 0 -1 64 1843 0 0 0 98 1 0 0 15 0 13 0 160353714 1516961792 41255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14483] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14483/stat : 14483 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160353714 1516961792 41255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14484] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14484/stat : 14484 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160353714 1516961792 41255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14485] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14485/stat : 14485 (java) S 14470 14472 14213 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 160354167 1516961792 41255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 1481408

[startup+25.503 s]
/proc/loadavg: 1.20 1.05 1.01 2/77 14485
/proc/meminfo: memFree=1062672/2055920 swapFree=4192956/4192956
[pid=14472] ppid=14470 vsize=1481408 CPUtime=28.16
/proc/14472/stat : 14472 (java) S 14470 14472 14213 0 -1 0 56926 0 1 0 2786 30 0 0 18 0 13 0 160353705 1516961792 49569 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14472/statm: 370352 49569 1428 9 0 367695 0
[pid=14472/tid=14474] ppid=14470 vsize=1481408 CPUtime=24.27
/proc/14472/task/14474/stat : 14474 (java) R 14470 14472 14213 0 -1 64 31027 0 1 0 2410 17 0 0 25 0 13 0 160353706 1516961792 49569 1992294400 134512640 134550932 4294956000 18446744073709551615 4110000288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14475] ppid=14470 vsize=1481408 CPUtime=0.66
/proc/14472/task/14475/stat : 14475 (java) S 14470 14472 14213 0 -1 64 8628 0 0 0 62 4 0 0 15 0 13 0 160353708 1516961792 49569 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14476] ppid=14470 vsize=1481408 CPUtime=0.66
/proc/14472/task/14476/stat : 14476 (java) S 14470 14472 14213 0 -1 64 7848 0 0 0 63 3 0 0 15 0 13 0 160353708 1516961792 49569 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14477] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14477/stat : 14477 (java) S 14470 14472 14213 0 -1 64 16 0 0 0 0 0 0 0 15 0 13 0 160353709 1516961792 49569 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14478] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14478/stat : 14478 (java) S 14470 14472 14213 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160353710 1516961792 49569 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14479] ppid=14470 vsize=1481408 CPUtime=0

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

[pid=14472] ppid=14470 vsize=1481408 CPUtime=1607.63
/proc/14472/stat : 14472 (java) S 14470 14472 14213 0 -1 0 62191 0 1 0 160528 235 0 0 18 0 13 0 160353705 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14472/statm: 370352 50780 1428 9 0 367695 0
[pid=14472/tid=14474] ppid=14470 vsize=1481408 CPUtime=1590.46
/proc/14472/task/14474/stat : 14474 (java) R 14470 14472 14213 0 -1 64 34371 0 1 0 159018 28 0 0 25 0 13 0 160353706 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4109639744 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14475] ppid=14470 vsize=1481408 CPUtime=6.85
/proc/14472/task/14475/stat : 14475 (java) S 14470 14472 14213 0 -1 64 9502 0 0 0 594 91 0 0 15 0 13 0 160353708 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14476] ppid=14470 vsize=1481408 CPUtime=6.91
/proc/14472/task/14476/stat : 14476 (java) S 14470 14472 14213 0 -1 64 8629 0 0 0 601 90 0 0 16 0 13 0 160353708 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14477] ppid=14470 vsize=1481408 CPUtime=0.52
/proc/14472/task/14477/stat : 14477 (java) S 14470 14472 14213 0 -1 64 16 0 0 0 32 20 0 0 16 0 13 0 160353709 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14478] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14478/stat : 14478 (java) S 14470 14472 14213 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160353710 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14479] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14479/stat : 14479 (java) S 14470 14472 14213 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160353710 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14480] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14480/stat : 14480 (java) S 14470 14472 14213 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160353714 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14481] ppid=14470 vsize=1481408 CPUtime=1.76
/proc/14472/task/14481/stat : 14481 (java) S 14470 14472 14213 0 -1 64 7078 0 0 0 174 2 0 0 17 0 13 0 160353714 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14482] ppid=14470 vsize=1481408 CPUtime=1.09
/proc/14472/task/14482/stat : 14482 (java) S 14470 14472 14213 0 -1 64 1849 0 0 0 108 1 0 0 16 0 13 0 160353714 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14483] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14483/stat : 14483 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160353714 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14484] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14484/stat : 14484 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160353714 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14485] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14485/stat : 14485 (java) S 14470 14472 14213 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 160354167 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1607.63
Current children cumulated vsize (KiB) 1481408

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14485
/proc/meminfo: memFree=1057232/2055920 swapFree=4192956/4192956
[pid=14472] ppid=14470 vsize=1481408 CPUtime=1667.72
/proc/14472/stat : 14472 (java) S 14470 14472 14213 0 -1 0 62323 0 1 0 166528 244 0 0 18 0 13 0 160353705 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14472/statm: 370352 50780 1428 9 0 367695 0
[pid=14472/tid=14474] ppid=14470 vsize=1481408 CPUtime=1649.96
/proc/14472/task/14474/stat : 14474 (java) R 14470 14472 14213 0 -1 64 34503 0 1 0 164968 28 0 0 25 0 13 0 160353706 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4109640060 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14475] ppid=14470 vsize=1481408 CPUtime=7.12
/proc/14472/task/14475/stat : 14475 (java) S 14470 14472 14213 0 -1 64 9502 0 0 0 618 94 0 0 16 0 13 0 160353708 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14476] ppid=14470 vsize=1481408 CPUtime=7.19
/proc/14472/task/14476/stat : 14476 (java) S 14470 14472 14213 0 -1 64 8629 0 0 0 626 93 0 0 16 0 13 0 160353708 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14477] ppid=14470 vsize=1481408 CPUtime=0.55
/proc/14472/task/14477/stat : 14477 (java) S 14470 14472 14213 0 -1 64 16 0 0 0 33 22 0 0 16 0 13 0 160353709 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14478] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14478/stat : 14478 (java) S 14470 14472 14213 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160353710 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14479] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14479/stat : 14479 (java) S 14470 14472 14213 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160353710 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14480] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14480/stat : 14480 (java) S 14470 14472 14213 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160353714 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14481] ppid=14470 vsize=1481408 CPUtime=1.76
/proc/14472/task/14481/stat : 14481 (java) S 14470 14472 14213 0 -1 64 7078 0 0 0 174 2 0 0 17 0 13 0 160353714 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14482] ppid=14470 vsize=1481408 CPUtime=1.09
/proc/14472/task/14482/stat : 14482 (java) S 14470 14472 14213 0 -1 64 1849 0 0 0 108 1 0 0 16 0 13 0 160353714 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14483] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14483/stat : 14483 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160353714 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14484] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14484/stat : 14484 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160353714 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14485] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14485/stat : 14485 (java) S 14470 14472 14213 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 160354167 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1667.72
Current children cumulated vsize (KiB) 1481408

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14485
/proc/meminfo: memFree=1057168/2055920 swapFree=4192956/4192956
[pid=14472] ppid=14470 vsize=1481408 CPUtime=1727.79
/proc/14472/stat : 14472 (java) S 14470 14472 14213 0 -1 0 62453 0 1 0 172527 252 0 0 18 0 13 0 160353705 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14472/statm: 370352 50780 1428 9 0 367695 0
[pid=14472/tid=14474] ppid=14470 vsize=1481408 CPUtime=1709.45
/proc/14472/task/14474/stat : 14474 (java) R 14470 14472 14213 0 -1 64 34633 0 1 0 170916 29 0 0 25 0 13 0 160353706 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4110034924 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14475] ppid=14470 vsize=1481408 CPUtime=7.41
/proc/14472/task/14475/stat : 14475 (java) S 14470 14472 14213 0 -1 64 9502 0 0 0 643 98 0 0 16 0 13 0 160353708 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14476] ppid=14470 vsize=1481408 CPUtime=7.47
/proc/14472/task/14476/stat : 14476 (java) S 14470 14472 14213 0 -1 64 8629 0 0 0 650 97 0 0 15 0 13 0 160353708 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14477] ppid=14470 vsize=1481408 CPUtime=0.57
/proc/14472/task/14477/stat : 14477 (java) S 14470 14472 14213 0 -1 64 16 0 0 0 35 22 0 0 16 0 13 0 160353709 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14478] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14478/stat : 14478 (java) S 14470 14472 14213 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160353710 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14479] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14479/stat : 14479 (java) S 14470 14472 14213 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160353710 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14480] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14480/stat : 14480 (java) S 14470 14472 14213 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160353714 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14481] ppid=14470 vsize=1481408 CPUtime=1.76
/proc/14472/task/14481/stat : 14481 (java) S 14470 14472 14213 0 -1 64 7078 0 0 0 174 2 0 0 17 0 13 0 160353714 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14482] ppid=14470 vsize=1481408 CPUtime=1.09
/proc/14472/task/14482/stat : 14482 (java) S 14470 14472 14213 0 -1 64 1849 0 0 0 108 1 0 0 16 0 13 0 160353714 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14483] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14483/stat : 14483 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160353714 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14484] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14484/stat : 14484 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160353714 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14485] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14485/stat : 14485 (java) S 14470 14472 14213 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 160354167 1516961792 50780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1727.79
Current children cumulated vsize (KiB) 1481408

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14485
/proc/meminfo: memFree=1056912/2055920 swapFree=4192956/4192956
[pid=14472] ppid=14470 vsize=1481408 CPUtime=1787.9
/proc/14472/stat : 14472 (java) S 14470 14472 14213 0 -1 0 62608 0 1 0 178531 259 0 0 18 0 13 0 160353705 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14472/statm: 370352 50832 1428 9 0 367695 0
[pid=14472/tid=14474] ppid=14470 vsize=1481408 CPUtime=1769.08
/proc/14472/task/14474/stat : 14474 (java) R 14470 14472 14213 0 -1 64 34736 0 1 0 176879 29 0 0 17 0 13 0 160353706 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4110038729 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14475] ppid=14470 vsize=1481408 CPUtime=7.64
/proc/14472/task/14475/stat : 14475 (java) S 14470 14472 14213 0 -1 64 9550 0 0 0 663 101 0 0 15 0 13 0 160353708 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14476] ppid=14470 vsize=1481408 CPUtime=7.68
/proc/14472/task/14476/stat : 14476 (java) S 14470 14472 14213 0 -1 64 8631 0 0 0 668 100 0 0 16 0 13 0 160353708 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14477] ppid=14470 vsize=1481408 CPUtime=0.57
/proc/14472/task/14477/stat : 14477 (java) S 14470 14472 14213 0 -1 64 16 0 0 0 35 22 0 0 16 0 13 0 160353709 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14478] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14478/stat : 14478 (java) S 14470 14472 14213 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160353710 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14479] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14479/stat : 14479 (java) S 14470 14472 14213 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160353710 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14480] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14480/stat : 14480 (java) S 14470 14472 14213 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160353714 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14481] ppid=14470 vsize=1481408 CPUtime=1.77
/proc/14472/task/14481/stat : 14481 (java) S 14470 14472 14213 0 -1 64 7080 0 0 0 175 2 0 0 17 0 13 0 160353714 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14482] ppid=14470 vsize=1481408 CPUtime=1.09
/proc/14472/task/14482/stat : 14482 (java) S 14470 14472 14213 0 -1 64 1849 0 0 0 108 1 0 0 16 0 13 0 160353714 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14483] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14483/stat : 14483 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160353714 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14484] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14484/stat : 14484 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160353714 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14485] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14485/stat : 14485 (java) S 14470 14472 14213 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 160354167 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.9
Current children cumulated vsize (KiB) 1481408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14485
/proc/meminfo: memFree=1056912/2055920 swapFree=4192956/4192956
[pid=14472] ppid=14470 vsize=1481408 CPUtime=1800.03
/proc/14472/stat : 14472 (java) S 14470 14472 14213 0 -1 0 62637 0 1 0 179743 260 0 0 18 0 13 0 160353705 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14472/statm: 370352 50832 1428 9 0 367695 0
[pid=14472/tid=14474] ppid=14470 vsize=1481408 CPUtime=1781.07
/proc/14472/task/14474/stat : 14474 (java) R 14470 14472 14213 0 -1 64 34765 0 1 0 178078 29 0 0 25 0 13 0 160353706 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4110034924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14475] ppid=14470 vsize=1481408 CPUtime=7.7
/proc/14472/task/14475/stat : 14475 (java) S 14470 14472 14213 0 -1 64 9550 0 0 0 669 101 0 0 16 0 13 0 160353708 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14476] ppid=14470 vsize=1481408 CPUtime=7.75
/proc/14472/task/14476/stat : 14476 (java) S 14470 14472 14213 0 -1 64 8631 0 0 0 674 101 0 0 16 0 13 0 160353708 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14477] ppid=14470 vsize=1481408 CPUtime=0.59
/proc/14472/task/14477/stat : 14477 (java) S 14470 14472 14213 0 -1 64 16 0 0 0 36 23 0 0 15 0 13 0 160353709 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14478] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14478/stat : 14478 (java) S 14470 14472 14213 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160353710 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14479] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14479/stat : 14479 (java) S 14470 14472 14213 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160353710 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14480] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14480/stat : 14480 (java) S 14470 14472 14213 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160353714 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14481] ppid=14470 vsize=1481408 CPUtime=1.77
/proc/14472/task/14481/stat : 14481 (java) S 14470 14472 14213 0 -1 64 7080 0 0 0 175 2 0 0 17 0 13 0 160353714 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14482] ppid=14470 vsize=1481408 CPUtime=1.09
/proc/14472/task/14482/stat : 14482 (java) S 14470 14472 14213 0 -1 64 1849 0 0 0 108 1 0 0 16 0 13 0 160353714 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14483] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14483/stat : 14483 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160353714 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14472/tid=14484] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14484/stat : 14484 (java) S 14470 14472 14213 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160353714 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14472/tid=14485] ppid=14470 vsize=1481408 CPUtime=0
/proc/14472/task/14485/stat : 14485 (java) S 14470 14472 14213 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 160354167 1516961792 50832 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1481408

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

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

Child status: 143
Real time (s): 1794.49
CPU time (s): 1800.13
CPU user time (s): 1797.49
CPU system time (s): 2.6406
CPU usage (%): 100.314
Max. virtual memory (cumulated for all children) (KiB): 1494028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.49
system time used= 2.6406
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62661
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= 80446
involuntary context switches= 47415

runsolver used 2.13867 second user time and 5.42018 second system time

The end

Launcher Data

Begin job on node7 at 2009-06-13 23:12:09
IDJOB=1856868
IDBENCH=2996
IDSOLVER=681
FILE ID=node7/1856868-1244927528
PBS_JOBID= 9354659
Free space on /tmp= 66336 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=300-sizeP=151-sizeQ=300-346995195-max.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-1856868-1244927528/watcher-1856868-1244927528 -o /tmp/evaluation-result-1856868-1244927528/solver-1856868-1244927528 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856868-1244927528.opb

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

MD5SUM BENCH= 7d90035947bf106909c324d346feadc0
RANDOM SEED=787958743

node7.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.274
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.274
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:       1256600 kB
Buffers:         67420 kB
Cached:         644132 kB
SwapCached:          0 kB
Active:          60348 kB
Inactive:       665172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1256600 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7396 kB
Writeback:           0 kB
Mapped:          23764 kB
Slab:            59736 kB
Committed_AS:   129328 kB
PageTables:       1452 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= 66336 MiB
End job on node7 at 2009-06-13 23:42:05