Trace number 1856894

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.2 1794.8

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=340-sizeP=171-sizeQ=340-737522999-max.opb
MD5SUM2b9e4e0dec92e7efe9699841b8c27d99
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 variables58651
Total number of constraints174421
Number of constraints which are clauses174420
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 constraint58140
Number of terms in the objective function 171
Biggest coefficient in the objective function 1496577676626844588240573268701473812127674924007424
Number of bits for the biggest coefficient in the objective function 171
Sum of the numbers in the objective function 2993155353253689176481146537402947624255349848014847
Number of bits of the sum of numbers in the objective function 171
Biggest number in a constraint 1675975991242824637446753124775730765934920727574049172215445180465220503759193372100234287270862928461253982273310756356719235351493321243304206125760512
Number of bits of the biggest number in a constraint 510
Biggest sum of numbers in a constraint 6703903964971298549787012499102923063739682910296196299453164965973479669891880458245518365170754398305594457399703799902412848625969319072778646785434424
Number of bits of the biggest sum of numbers511
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.94 0.99 0.99 3/64 13185
/proc/meminfo: memFree=1426624/2055920 swapFree=4182548/4192956
[pid=13185] ppid=13183 vsize=308 CPUtime=0
/proc/13185/stat : 13185 (java6) R 13183 13185 12965 0 -1 0 55 0 0 0 0 0 0 0 18 0 1 0 160392794 315392 39 1992294400 134512640 134550932 4294956160 18446744073709551615 2859812 0 0 4096 0 0 0 0 17 1 0 0
/proc/13185/statm: 81 41 31 9 0 6 0

[startup+0.0538281 s]
/proc/loadavg: 0.94 0.99 0.99 3/64 13185
/proc/meminfo: memFree=1426624/2055920 swapFree=4182548/4192956
[pid=13185] ppid=13183 vsize=1470088 CPUtime=0.04
/proc/13185/stat : 13185 (java) S 13183 13185 12965 0 -1 0 3252 0 1 0 3 1 0 0 18 0 7 0 160392794 1505370112 2997 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/13185/statm: 367522 2997 1019 9 0 364873 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470088

[startup+0.101833 s]
/proc/loadavg: 0.94 0.99 0.99 3/64 13185
/proc/meminfo: memFree=1426624/2055920 swapFree=4182548/4192956
[pid=13185] ppid=13183 vsize=1472584 CPUtime=0.09
/proc/13185/stat : 13185 (java) S 13183 13185 12965 0 -1 0 3643 0 1 0 7 2 0 0 18 0 12 0 160392794 1507926016 3386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13185/statm: 368146 3386 1069 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.30185 s]
/proc/loadavg: 0.94 0.99 0.99 3/64 13185
/proc/meminfo: memFree=1426624/2055920 swapFree=4182548/4192956
[pid=13185] ppid=13183 vsize=1475184 CPUtime=0.37
/proc/13185/stat : 13185 (java) S 13183 13185 12965 0 -1 0 5355 0 1 0 35 2 0 0 18 0 12 0 160392794 1510588416 5092 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13185/statm: 368796 5092 1354 9 0 366139 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1475184

[startup+0.701895 s]
/proc/loadavg: 0.94 0.99 0.99 3/64 13185
/proc/meminfo: memFree=1426624/2055920 swapFree=4182548/4192956
[pid=13185] ppid=13183 vsize=1476980 CPUtime=1.04
/proc/13185/stat : 13185 (java) S 13183 13185 12965 0 -1 0 7816 0 1 0 100 4 0 0 18 0 12 0 160392794 1512427520 7137 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13185/statm: 369245 7138 1398 9 0 366588 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1476980

[startup+1.50297 s]
/proc/loadavg: 0.94 0.99 0.99 2/76 13197
/proc/meminfo: memFree=1389280/2055920 swapFree=4182548/4192956
[pid=13185] ppid=13183 vsize=1476572 CPUtime=2.04
/proc/13185/stat : 13185 (java) S 13183 13185 12965 0 -1 0 23225 0 1 0 193 11 0 0 18 0 12 0 160392794 1512009728 22406 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13185/statm: 369143 22407 1402 9 0 366486 0
[pid=13185/tid=13187] ppid=13183 vsize=1476572 CPUtime=1.34
/proc/13185/task/13187/stat : 13187 (java) R 13183 13185 12965 0 -1 64 20724 0 1 0 124 10 0 0 19 0 12 0 160392795 1512009728 22408 1992294400 134512640 134550932 4294956000 18446744073709551615 4109553722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13188] ppid=13183 vsize=1476572 CPUtime=0
/proc/13185/task/13188/stat : 13188 (java) S 13183 13185 12965 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160392797 1512009728 22409 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13189] ppid=13183 vsize=1476572 CPUtime=0
/proc/13185/task/13189/stat : 13189 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 160392797 1512009728 22410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13190] ppid=13183 vsize=1476572 CPUtime=0
/proc/13185/task/13190/stat : 13190 (java) S 13183 13185 12965 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 160392798 1512009728 22411 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13191] ppid=13183 vsize=1476572 CPUtime=0
/proc/13185/task/13191/stat : 13191 (java) S 13183 13185 12965 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 160392799 1512009728 22412 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13192] ppid=13183 vsize=1476572 CPUtime=0
/proc/13185/task/13192/stat : 13192 (java) S 13183 13185 12965 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160392799 1512009728 22413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13193] ppid=13183 vsize=1476572 CPUtime=0
/proc/13185/task/13193/stat : 13193 (java) S 13183 13185 12965 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160392803 1512009728 22414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13194] ppid=13183 vsize=1476572 CPUtime=0.29
/proc/13185/task/13194/stat : 13194 (java) S 13183 13185 12965 0 -1 64 497 0 0 0 29 0 0 0 16 0 12 0 160392803 1512009728 22415 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13195] ppid=13183 vsize=1476572 CPUtime=0.38
/proc/13185/task/13195/stat : 13195 (java) S 13183 13185 12965 0 -1 64 1265 0 0 0 38 0 0 0 17 0 12 0 160392803 1512009728 22416 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13196] ppid=13183 vsize=1476572 CPUtime=0
/proc/13185/task/13196/stat : 13196 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160392803 1512009728 22417 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13197] ppid=13183 vsize=1476572 CPUtime=0
/proc/13185/task/13197/stat : 13197 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160392803 1512009728 22418 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1476572

[startup+3.10113 s]
/proc/loadavg: 0.94 0.99 0.99 2/76 13197
/proc/meminfo: memFree=1292000/2055920 swapFree=4182548/4192956
[pid=13185] ppid=13183 vsize=1476572 CPUtime=3.79
/proc/13185/stat : 13185 (java) S 13183 13185 12965 0 -1 0 40008 0 1 0 359 20 0 0 18 0 12 0 160392794 1512009728 39123 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13185/statm: 369143 39123 1414 9 0 366486 0
[pid=13185/tid=13187] ppid=13183 vsize=1476572 CPUtime=2.79
/proc/13185/task/13187/stat : 13187 (java) R 13183 13185 12965 0 -1 64 30947 0 1 0 264 15 0 0 17 0 12 0 160392795 1512009728 39123 1992294400 134512640 134550932 4294956000 18446744073709551615 4109442112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13188] ppid=13183 vsize=1476572 CPUtime=0.14
/proc/13185/task/13188/stat : 13188 (java) S 13183 13185 12965 0 -1 64 3313 0 0 0 13 1 0 0 16 0 12 0 160392797 1512009728 39123 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13189] ppid=13183 vsize=1476572 CPUtime=0.13
/proc/13185/task/13189/stat : 13189 (java) S 13183 13185 12965 0 -1 64 3228 0 0 0 12 1 0 0 16 0 12 0 160392797 1512009728 39123 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13190] ppid=13183 vsize=1476572 CPUtime=0
/proc/13185/task/13190/stat : 13190 (java) S 13183 13185 12965 0 -1 64 16 0 0 0 0 0 0 0 15 0 12 0 160392798 1512009728 39123 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13191] ppid=13183 vsize=1476572 CPUtime=0
/proc/13185/task/13191/stat : 13191 (java) S 13183 13185 12965 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160392799 1512009728 39123 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13192] ppid=13183 vsize=1476572 CPUtime=0
/proc/13185/task/13192/stat : 13192 (java) S 13183 13185 12965 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160392799 1512009728 39123 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13193] ppid=13183 vsize=1476572 CPUtime=0
/proc/13185/task/13193/stat : 13193 (java) S 13183 13185 12965 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160392803 1512009728 39123 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13194] ppid=13183 vsize=1476572 CPUtime=0.29
/proc/13185/task/13194/stat : 13194 (java) S 13183 13185 12965 0 -1 64 497 0 0 0 29 0 0 0 16 0 12 0 160392803 1512009728 39123 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13195] ppid=13183 vsize=1476572 CPUtime=0.39
/proc/13185/task/13195/stat : 13195 (java) S 13183 13185 12965 0 -1 64 1267 0 0 0 39 0 0 0 16 0 12 0 160392803 1512009728 39123 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13196] ppid=13183 vsize=1476572 CPUtime=0
/proc/13185/task/13196/stat : 13196 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160392803 1512009728 39123 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13197] ppid=13183 vsize=1476572 CPUtime=0
/proc/13185/task/13197/stat : 13197 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160392803 1512009728 39123 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 1476572

[startup+6.30145 s]
/proc/loadavg: 0.94 0.99 0.99 2/76 13197
/proc/meminfo: memFree=1266272/2055920 swapFree=4182548/4192956
[pid=13185] ppid=13183 vsize=1485968 CPUtime=7.89
/proc/13185/stat : 13185 (java) S 13183 13185 12965 0 -1 0 46053 0 1 0 766 23 0 0 18 0 13 0 160392794 1521631232 41334 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13185/statm: 371492 41334 1428 9 0 368835 0
[pid=13185/tid=13187] ppid=13183 vsize=1485968 CPUtime=5.75
/proc/13185/task/13187/stat : 13187 (java) R 13183 13185 12965 0 -1 64 30992 0 1 0 559 16 0 0 25 0 13 0 160392795 1521631232 41334 1992294400 134512640 134550932 4294956000 18446744073709551615 4109644797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13188] ppid=13183 vsize=1485968 CPUtime=0.14
/proc/13185/task/13188/stat : 13188 (java) S 13183 13185 12965 0 -1 64 3313 0 0 0 13 1 0 0 16 0 13 0 160392797 1521631232 41334 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13189] ppid=13183 vsize=1485968 CPUtime=0.13
/proc/13185/task/13189/stat : 13189 (java) S 13183 13185 12965 0 -1 64 3228 0 0 0 12 1 0 0 16 0 13 0 160392797 1521631232 41334 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13190] ppid=13183 vsize=1485968 CPUtime=0
/proc/13185/task/13190/stat : 13190 (java) S 13183 13185 12965 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 160392798 1521631232 41334 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13191] ppid=13183 vsize=1485968 CPUtime=0
/proc/13185/task/13191/stat : 13191 (java) S 13183 13185 12965 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160392799 1521631232 41334 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13192] ppid=13183 vsize=1485968 CPUtime=0
/proc/13185/task/13192/stat : 13192 (java) S 13183 13185 12965 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160392799 1521631232 41334 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13193] ppid=13183 vsize=1485968 CPUtime=0
/proc/13185/task/13193/stat : 13193 (java) S 13183 13185 12965 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160392803 1521631232 41334 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13194] ppid=13183 vsize=1485968 CPUtime=0.55
/proc/13185/task/13194/stat : 13194 (java) S 13183 13185 12965 0 -1 64 882 0 0 0 55 0 0 0 16 0 13 0 160392803 1521631232 41334 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13195] ppid=13183 vsize=1485968 CPUtime=1.26
/proc/13185/task/13195/stat : 13195 (java) S 13183 13185 12965 0 -1 64 6876 0 0 0 124 2 0 0 16 0 13 0 160392803 1521631232 41334 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13196] ppid=13183 vsize=1485968 CPUtime=0
/proc/13185/task/13196/stat : 13196 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160392803 1521631232 41334 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13197] ppid=13183 vsize=1485968 CPUtime=0
/proc/13185/task/13197/stat : 13197 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160392803 1521631232 41334 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 1485968

[startup+12.7011 s]
/proc/loadavg: 0.95 0.99 0.99 2/77 13198
/proc/meminfo: memFree=1250904/2055920 swapFree=4182548/4192956
[pid=13185] ppid=13183 vsize=1479920 CPUtime=14.77
/proc/13185/stat : 13185 (java) S 13183 13185 12965 0 -1 0 51526 0 1 0 1452 25 0 0 18 0 13 0 160392794 1515438080 45083 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13185/statm: 369980 45083 1428 9 0 367323 0
[pid=13185/tid=13187] ppid=13183 vsize=1479920 CPUtime=11.89
/proc/13185/task/13187/stat : 13187 (java) R 13183 13185 12965 0 -1 64 31004 0 1 0 1173 16 0 0 25 0 13 0 160392795 1515438080 45083 1992294400 134512640 134550932 4294956000 18446744073709551615 4109831724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13188] ppid=13183 vsize=1479920 CPUtime=0.27
/proc/13185/task/13188/stat : 13188 (java) S 13183 13185 12965 0 -1 64 6204 0 0 0 26 1 0 0 17 0 13 0 160392797 1515438080 45083 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13189] ppid=13183 vsize=1479920 CPUtime=0.27
/proc/13185/task/13189/stat : 13189 (java) S 13183 13185 12965 0 -1 64 5761 0 0 0 24 3 0 0 16 0 13 0 160392797 1515438080 45083 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13190] ppid=13183 vsize=1479920 CPUtime=0
/proc/13185/task/13190/stat : 13190 (java) S 13183 13185 12965 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 160392798 1515438080 45083 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13191] ppid=13183 vsize=1479920 CPUtime=0
/proc/13185/task/13191/stat : 13191 (java) S 13183 13185 12965 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160392799 1515438080 45083 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13192] ppid=13183 vsize=1479920 CPUtime=0
/proc/13185/task/13192/stat : 13192 (java) S 13183 13185 12965 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160392799 1515438080 45083 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13193] ppid=13183 vsize=1479920 CPUtime=0
/proc/13185/task/13193/stat : 13193 (java) S 13183 13185 12965 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160392803 1515438080 45083 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13194] ppid=13183 vsize=1479920 CPUtime=0.84
/proc/13185/task/13194/stat : 13194 (java) S 13183 13185 12965 0 -1 64 905 0 0 0 84 0 0 0 16 0 13 0 160392803 1515438080 45083 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13195] ppid=13183 vsize=1479920 CPUtime=1.45
/proc/13185/task/13195/stat : 13195 (java) S 13183 13185 12965 0 -1 64 6887 0 0 0 143 2 0 0 16 0 13 0 160392803 1515438080 45083 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13196] ppid=13183 vsize=1479920 CPUtime=0
/proc/13185/task/13196/stat : 13196 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160392803 1515438080 45083 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13197] ppid=13183 vsize=1479920 CPUtime=0
/proc/13185/task/13197/stat : 13197 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160392803 1515438080 45083 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13198] ppid=13183 vsize=1479920 CPUtime=0
/proc/13185/task/13198/stat : 13198 (java) S 13183 13185 12965 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 160393362 1515438080 45083 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.77
Current children cumulated vsize (KiB) 1479920

[startup+25.5024 s]
/proc/loadavg: 0.96 0.99 0.99 2/77 13198
/proc/meminfo: memFree=1228376/2055920 swapFree=4182548/4192956
[pid=13185] ppid=13183 vsize=1479920 CPUtime=28.12
/proc/13185/stat : 13185 (java) S 13183 13185 12965 0 -1 0 57884 0 1 0 2782 30 0 0 18 0 13 0 160392794 1515438080 50754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13185/statm: 369980 50754 1428 9 0 367323 0
[pid=13185/tid=13187] ppid=13183 vsize=1479920 CPUtime=24.05
/proc/13185/task/13187/stat : 13187 (java) R 13183 13185 12965 0 -1 64 31041 0 1 0 2389 16 0 0 25 0 13 0 160392795 1515438080 50754 1992294400 134512640 134550932 4294956000 18446744073709551615 4110036652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13188] ppid=13183 vsize=1479920 CPUtime=0.77
/proc/13185/task/13188/stat : 13188 (java) S 13183 13185 12965 0 -1 64 9338 0 0 0 73 4 0 0 16 0 13 0 160392797 1515438080 50754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13189] ppid=13183 vsize=1479920 CPUtime=0.78
/proc/13185/task/13189/stat : 13189 (java) S 13183 13185 12965 0 -1 64 8942 0 0 0 74 4 0 0 15 0 13 0 160392797 1515438080 50754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13190] ppid=13183 vsize=1479920 CPUtime=0
/proc/13185/task/13190/stat : 13190 (java) S 13183 13185 12965 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 160392798 1515438080 50754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13191] ppid=13183 vsize=1479920 CPUtime=0
/proc/13185/task/13191/stat : 13191 (java) S 13183 13185 12965 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160392799 1515438080 50754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13192] ppid=13183 vsize=1479920 CPUtime=0
/proc/13185/task/13192/stat : 13192 (java) S 13183 13185 12965 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160392799 1515438080 50754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13193] ppid=13183 vsize=1479920 CPUtime=0

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

[pid=13185] ppid=13183 vsize=1484016 CPUtime=1667.13
/proc/13185/stat : 13185 (java) S 13183 13185 12965 0 -1 0 70637 0 1 0 166450 263 0 0 18 0 13 0 160392794 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13185/statm: 371004 56069 1429 9 0 368347 0
[pid=13185/tid=13187] ppid=13183 vsize=1484016 CPUtime=1644.22
/proc/13185/task/13187/stat : 13187 (java) R 13183 13185 12965 0 -1 64 34749 0 1 0 164393 29 0 0 25 0 13 0 160392795 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4110044100 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13188] ppid=13183 vsize=1484016 CPUtime=9.32
/proc/13185/task/13188/stat : 13188 (java) S 13183 13185 12965 0 -1 64 11630 0 0 0 805 127 0 0 16 0 13 0 160392797 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13189] ppid=13183 vsize=1484016 CPUtime=9.79
/proc/13185/task/13189/stat : 13189 (java) S 13183 13185 12965 0 -1 64 11981 0 0 0 897 82 0 0 16 0 13 0 160392797 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13190] ppid=13183 vsize=1484016 CPUtime=0.5
/proc/13185/task/13190/stat : 13190 (java) S 13183 13185 12965 0 -1 64 19 0 0 0 32 18 0 0 16 0 13 0 160392798 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13191] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13191/stat : 13191 (java) S 13183 13185 12965 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160392799 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13192] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13192/stat : 13192 (java) S 13183 13185 12965 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160392799 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13193] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13193/stat : 13193 (java) S 13183 13185 12965 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13194] ppid=13183 vsize=1484016 CPUtime=1.47
/proc/13185/task/13194/stat : 13194 (java) S 13183 13185 12965 0 -1 64 4586 0 0 0 146 1 0 0 16 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13195] ppid=13183 vsize=1484016 CPUtime=1.77
/proc/13185/task/13195/stat : 13195 (java) S 13183 13185 12965 0 -1 64 6926 0 0 0 175 2 0 0 17 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13196] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13196/stat : 13196 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13197] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13197/stat : 13197 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13198] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13198/stat : 13198 (java) S 13183 13185 12965 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 160393362 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1667.13
Current children cumulated vsize (KiB) 1484016

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13198
/proc/meminfo: memFree=1206616/2055920 swapFree=4182548/4192956
[pid=13185] ppid=13183 vsize=1484016 CPUtime=1727.41
/proc/13185/stat : 13185 (java) S 13183 13185 12965 0 -1 0 70774 0 1 0 172470 271 0 0 18 0 13 0 160392794 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13185/statm: 371004 56069 1429 9 0 368347 0
[pid=13185/tid=13187] ppid=13183 vsize=1484016 CPUtime=1703.76
/proc/13185/task/13187/stat : 13187 (java) R 13183 13185 12965 0 -1 64 34886 0 1 0 170346 30 0 0 25 0 13 0 160392795 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4109997921 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13188] ppid=13183 vsize=1484016 CPUtime=9.67
/proc/13185/task/13188/stat : 13188 (java) S 13183 13185 12965 0 -1 64 11630 0 0 0 837 130 0 0 16 0 13 0 160392797 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13189] ppid=13183 vsize=1484016 CPUtime=10.15
/proc/13185/task/13189/stat : 13189 (java) S 13183 13185 12965 0 -1 64 11981 0 0 0 930 85 0 0 16 0 13 0 160392797 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13190] ppid=13183 vsize=1484016 CPUtime=0.52
/proc/13185/task/13190/stat : 13190 (java) S 13183 13185 12965 0 -1 64 19 0 0 0 33 19 0 0 16 0 13 0 160392798 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13191] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13191/stat : 13191 (java) S 13183 13185 12965 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160392799 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13192] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13192/stat : 13192 (java) S 13183 13185 12965 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160392799 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13193] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13193/stat : 13193 (java) S 13183 13185 12965 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13194] ppid=13183 vsize=1484016 CPUtime=1.47
/proc/13185/task/13194/stat : 13194 (java) S 13183 13185 12965 0 -1 64 4586 0 0 0 146 1 0 0 16 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13195] ppid=13183 vsize=1484016 CPUtime=1.77
/proc/13185/task/13195/stat : 13195 (java) S 13183 13185 12965 0 -1 64 6926 0 0 0 175 2 0 0 17 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13196] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13196/stat : 13196 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13197] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13197/stat : 13197 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13198] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13198/stat : 13198 (java) S 13183 13185 12965 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 160393362 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1727.41
Current children cumulated vsize (KiB) 1484016

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13198
/proc/meminfo: memFree=1206552/2055920 swapFree=4182548/4192956
[pid=13185] ppid=13183 vsize=1484016 CPUtime=1787.65
/proc/13185/stat : 13185 (java) S 13183 13185 12965 0 -1 0 70906 0 1 0 178486 279 0 0 18 0 13 0 160392794 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13185/statm: 371004 56069 1429 9 0 368347 0
[pid=13185/tid=13187] ppid=13183 vsize=1484016 CPUtime=1763.29
/proc/13185/task/13187/stat : 13187 (java) R 13183 13185 12965 0 -1 64 35018 0 1 0 176299 30 0 0 22 0 13 0 160392795 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4110044094 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13188] ppid=13183 vsize=1484016 CPUtime=10.02
/proc/13185/task/13188/stat : 13188 (java) S 13183 13185 12965 0 -1 64 11630 0 0 0 868 134 0 0 15 0 13 0 160392797 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13189] ppid=13183 vsize=1484016 CPUtime=10.5
/proc/13185/task/13189/stat : 13189 (java) S 13183 13185 12965 0 -1 64 11981 0 0 0 962 88 0 0 16 0 13 0 160392797 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13190] ppid=13183 vsize=1484016 CPUtime=0.54
/proc/13185/task/13190/stat : 13190 (java) S 13183 13185 12965 0 -1 64 19 0 0 0 34 20 0 0 16 0 13 0 160392798 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13191] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13191/stat : 13191 (java) S 13183 13185 12965 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160392799 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13192] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13192/stat : 13192 (java) S 13183 13185 12965 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160392799 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13193] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13193/stat : 13193 (java) S 13183 13185 12965 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13194] ppid=13183 vsize=1484016 CPUtime=1.47
/proc/13185/task/13194/stat : 13194 (java) S 13183 13185 12965 0 -1 64 4586 0 0 0 146 1 0 0 16 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13195] ppid=13183 vsize=1484016 CPUtime=1.77
/proc/13185/task/13195/stat : 13195 (java) S 13183 13185 12965 0 -1 64 6926 0 0 0 175 2 0 0 17 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13196] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13196/stat : 13196 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13197] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13197/stat : 13197 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13198] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13198/stat : 13198 (java) S 13183 13185 12965 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 160393362 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.65
Current children cumulated vsize (KiB) 1484016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13198
/proc/meminfo: memFree=1206552/2055920 swapFree=4182548/4192956
[pid=13185] ppid=13183 vsize=1484016 CPUtime=1800.09
/proc/13185/stat : 13185 (java) S 13183 13185 12965 0 -1 0 70933 0 1 0 179729 280 0 0 18 0 13 0 160392794 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13185/statm: 371004 56069 1429 9 0 368347 0
[pid=13185/tid=13187] ppid=13183 vsize=1484016 CPUtime=1775.59
/proc/13185/task/13187/stat : 13187 (java) R 13183 13185 12965 0 -1 64 35045 0 1 0 177529 30 0 0 25 0 13 0 160392795 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4109997735 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13188] ppid=13183 vsize=1484016 CPUtime=10.09
/proc/13185/task/13188/stat : 13188 (java) S 13183 13185 12965 0 -1 64 11630 0 0 0 874 135 0 0 16 0 13 0 160392797 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13189] ppid=13183 vsize=1484016 CPUtime=10.57
/proc/13185/task/13189/stat : 13189 (java) S 13183 13185 12965 0 -1 64 11981 0 0 0 969 88 0 0 16 0 13 0 160392797 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13190] ppid=13183 vsize=1484016 CPUtime=0.54
/proc/13185/task/13190/stat : 13190 (java) S 13183 13185 12965 0 -1 64 19 0 0 0 34 20 0 0 16 0 13 0 160392798 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13191] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13191/stat : 13191 (java) S 13183 13185 12965 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160392799 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13192] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13192/stat : 13192 (java) S 13183 13185 12965 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160392799 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13193] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13193/stat : 13193 (java) S 13183 13185 12965 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13194] ppid=13183 vsize=1484016 CPUtime=1.47
/proc/13185/task/13194/stat : 13194 (java) S 13183 13185 12965 0 -1 64 4586 0 0 0 146 1 0 0 16 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13195] ppid=13183 vsize=1484016 CPUtime=1.77
/proc/13185/task/13195/stat : 13195 (java) S 13183 13185 12965 0 -1 64 6926 0 0 0 175 2 0 0 17 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13196] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13196/stat : 13196 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13197] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13197/stat : 13197 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13198] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13198/stat : 13198 (java) S 13183 13185 12965 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 160393362 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1484016

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

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

[startup+1794.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13198
/proc/meminfo: memFree=1206552/2055920 swapFree=4182548/4192956
[pid=13185] ppid=13183 vsize=1484016 CPUtime=1800.09
/proc/13185/stat : 13185 (java) S 13183 13185 12965 0 -1 0 70933 0 1 0 179729 280 0 0 18 0 13 0 160392794 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13185/statm: 371004 56069 1429 9 0 368347 0
[pid=13185/tid=13187] ppid=13183 vsize=1484016 CPUtime=1775.59
/proc/13185/task/13187/stat : 13187 (java) R 13183 13185 12965 0 -1 64 35045 0 1 0 177529 30 0 0 25 0 13 0 160392795 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4109997735 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13188] ppid=13183 vsize=1484016 CPUtime=10.09
/proc/13185/task/13188/stat : 13188 (java) S 13183 13185 12965 0 -1 64 11630 0 0 0 874 135 0 0 16 0 13 0 160392797 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13189] ppid=13183 vsize=1484016 CPUtime=10.57
/proc/13185/task/13189/stat : 13189 (java) S 13183 13185 12965 0 -1 64 11981 0 0 0 969 88 0 0 16 0 13 0 160392797 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13190] ppid=13183 vsize=1484016 CPUtime=0.54
/proc/13185/task/13190/stat : 13190 (java) S 13183 13185 12965 0 -1 64 19 0 0 0 34 20 0 0 16 0 13 0 160392798 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13191] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13191/stat : 13191 (java) S 13183 13185 12965 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160392799 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13192] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13192/stat : 13192 (java) S 13183 13185 12965 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160392799 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13193] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13193/stat : 13193 (java) S 13183 13185 12965 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13194] ppid=13183 vsize=1484016 CPUtime=1.47
/proc/13185/task/13194/stat : 13194 (java) S 13183 13185 12965 0 -1 64 4586 0 0 0 146 1 0 0 16 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13185/tid=13195] ppid=13183 vsize=1484016 CPUtime=1.77
/proc/13185/task/13195/stat : 13195 (java) S 13183 13185 12965 0 -1 64 6926 0 0 0 175 2 0 0 17 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13196] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13196/stat : 13196 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13197] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13197/stat : 13197 (java) S 13183 13185 12965 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160392803 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13185/tid=13198] ppid=13183 vsize=1484016 CPUtime=0
/proc/13185/task/13198/stat : 13198 (java) S 13183 13185 12965 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 160393362 1519632384 56069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1484016

Child status: 143
Real time (s): 1794.8
CPU time (s): 1800.2
CPU user time (s): 1797.35
CPU system time (s): 2.84557
CPU usage (%): 100.301
Max. virtual memory (cumulated for all children) (KiB): 1491496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.35
system time used= 2.84557
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70956
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= 86990
involuntary context switches= 41349

runsolver used 2.10268 second user time and 5.36218 second system time

The end

Launcher Data

Begin job on node17 at 2009-06-13 23:18:45
IDJOB=1856894
IDBENCH=3009
IDSOLVER=681
FILE ID=node17/1856894-1244927924
PBS_JOBID= 9354662
Free space on /tmp= 66460 MiB

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

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

MD5SUM BENCH= 2b9e4e0dec92e7efe9699841b8c27d99
RANDOM SEED=358392075

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1427104 kB
Buffers:         71000 kB
Cached:         477736 kB
SwapCached:       4988 kB
Active:          46892 kB
Inactive:       510628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1427104 kB
SwapTotal:     4192956 kB
SwapFree:      4182548 kB
Dirty:            9964 kB
Writeback:           0 kB
Mapped:          13704 kB
Slab:            57176 kB
Committed_AS:   136972 kB
PageTables:       1460 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= 66460 MiB
End job on node17 at 2009-06-13 23:48:42