Trace number 1856859

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 Resolution 2.1.1? (TO) 1800.25 1798.49

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554-max.opb
MD5SUM70a36045701f7ebe55c56022c0c942d1
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables16651
Total number of constraints49141
Number of constraints which are clauses49140
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 constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036119569691105961065265835810055117519795943319408340779
Number of bits of the biggest sum of numbers271
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
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.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
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 Expensive 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.22	c solving HOME/instance-1856859-1244927358.opb
0.22/0.22	c reading problem ... 
2.53/1.96	c ... done. Wall clock time 1.745s.
2.53/1.96	c #vars     16651
2.53/1.96	c #constraints  53237
2.53/1.96	c constraints type 
2.53/1.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32760
2.53/1.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.53/1.96	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 16380
1800.00/1798.31	c starts		: 12
1800.00/1798.31	c conflicts		: 20969
1800.00/1798.31	c decisions		: 25451
1800.00/1798.31	c propagations		: 5424930
1800.00/1798.31	c inspects		: 30785070
1800.00/1798.31	c learnt literals	: 0
1800.00/1798.31	c learnt binary clauses	: 0
1800.00/1798.31	c learnt ternary clauses	: 0
1800.00/1798.31	c learnt clauses	: 20969
1800.00/1798.31	c ignored clauses	: 0
1800.00/1798.31	c root simplifications	: 0
1800.00/1798.31	c removed literals (reason simplification)	: 129323982
1800.00/1798.31	c reason swapping (by a shorter reason)	: 0
1800.00/1798.31	c Calls to reduceDB	: 0
1800.00/1798.31	c speed (assignments/second)	: 3019.9754836468574
1800.00/1798.31	c non guided choices	78
1800.00/1798.37	c learnt constraints type 
1800.00/1798.37	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 20969
1800.00/1798.37	c constraints type 
1800.00/1798.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32760
1800.00/1798.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.00/1798.37	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 16380
1800.00/1798.37	s UNKNOWN
1800.00/1798.37	c Total wall clock time (in seconds): 1798.156

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 17487
/proc/meminfo: memFree=1400840/2055920 swapFree=4192952/4192956
[pid=17487] ppid=17485 vsize=152 CPUtime=0
/proc/17487/stat : 17487 (java6) R 17485 17487 17306 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 160332600 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 12407083 0 0 4096 0 0 0 0 17 1 0 0
/proc/17487/statm: 38 26 19 9 0 4 0

[startup+0.0194809 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 17487
/proc/meminfo: memFree=1400840/2055920 swapFree=4192952/4192956
[pid=17487] ppid=17485 vsize=13792 CPUtime=0
/proc/17487/stat : 17487 (java) S 17485 17487 17306 0 -1 0 930 0 1 0 0 0 0 0 18 0 2 0 160332600 14123008 685 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/17487/statm: 3448 685 349 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13792

[startup+0.103681 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 17487
/proc/meminfo: memFree=1400840/2055920 swapFree=4192952/4192956
[pid=17487] ppid=17485 vsize=1472584 CPUtime=0.08
/proc/17487/stat : 17487 (java) S 17485 17487 17306 0 -1 0 3617 0 1 0 6 2 0 0 18 0 12 0 160332600 1507926016 3360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17487/statm: 368146 3360 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301711 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 17487
/proc/meminfo: memFree=1400840/2055920 swapFree=4192952/4192956
[pid=17487] ppid=17485 vsize=1475080 CPUtime=0.34
/proc/17487/stat : 17487 (java) S 17485 17487 17306 0 -1 0 5111 0 1 0 31 3 0 0 18 0 12 0 160332600 1510481920 4848 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17487/statm: 368770 4849 1352 9 0 366113 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475080

[startup+0.702752 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 17487
/proc/meminfo: memFree=1400840/2055920 swapFree=4192952/4192956
[pid=17487] ppid=17485 vsize=1476152 CPUtime=1.04
/proc/17487/stat : 17487 (java) S 17485 17487 17306 0 -1 0 6939 0 1 0 100 4 0 0 18 0 12 0 160332600 1511579648 6519 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17487/statm: 369038 6519 1397 9 0 366381 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1476152

[startup+1.50283 s]
/proc/loadavg: 1.00 1.00 1.00 4/76 17499
/proc/meminfo: memFree=1370728/2055920 swapFree=4192952/4192956
[pid=17487] ppid=17485 vsize=1477904 CPUtime=2.01
/proc/17487/stat : 17487 (java) S 17485 17487 17306 0 -1 0 22165 0 1 0 189 12 0 0 18 0 12 0 160332600 1513373696 21605 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17487/statm: 369476 21606 1401 9 0 366819 0
[pid=17487/tid=17489] ppid=17485 vsize=1477904 CPUtime=1.25
/proc/17487/task/17489/stat : 17489 (java) R 17485 17487 17306 0 -1 64 19757 0 1 0 115 10 0 0 22 0 12 0 160332602 1513373696 21607 1992294400 134512640 134550932 4294956016 18446744073709551615 4109537396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17490] ppid=17485 vsize=1477904 CPUtime=0
/proc/17487/task/17490/stat : 17490 (java) S 17485 17487 17306 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 160332603 1513373696 21608 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17491] ppid=17485 vsize=1477904 CPUtime=0
/proc/17487/task/17491/stat : 17491 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 160332603 1513373696 21609 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17492] ppid=17485 vsize=1477904 CPUtime=0
/proc/17487/task/17492/stat : 17492 (java) S 17485 17487 17306 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 160332605 1513373696 21610 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17493] ppid=17485 vsize=1477904 CPUtime=0
/proc/17487/task/17493/stat : 17493 (java) S 17485 17487 17306 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 160332605 1513373696 21612 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17494] ppid=17485 vsize=1477904 CPUtime=0
/proc/17487/task/17494/stat : 17494 (java) S 17485 17487 17306 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160332605 1513373696 21613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17495] ppid=17485 vsize=1477904 CPUtime=0
/proc/17487/task/17495/stat : 17495 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160332610 1513373696 21614 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17496] ppid=17485 vsize=1477904 CPUtime=0.39
/proc/17487/task/17496/stat : 17496 (java) S 17485 17487 17306 0 -1 64 811 0 0 0 39 0 0 0 16 0 12 0 160332610 1513373696 21615 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17497] ppid=17485 vsize=1477904 CPUtime=0.34
/proc/17487/task/17497/stat : 17497 (java) S 17485 17487 17306 0 -1 64 854 0 0 0 34 0 0 0 16 0 12 0 160332610 1513373696 21616 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17498] ppid=17485 vsize=1477904 CPUtime=0
/proc/17487/task/17498/stat : 17498 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160332610 1513373696 21618 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17499] ppid=17485 vsize=1477904 CPUtime=0
/proc/17487/task/17499/stat : 17499 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160332610 1513373696 21619 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1477904

[startup+3.10202 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17500
/proc/meminfo: memFree=1300448/2055920 swapFree=4192952/4192956
[pid=17487] ppid=17485 vsize=1478228 CPUtime=4.22
/proc/17487/stat : 17487 (java) S 17485 17487 17306 0 -1 0 27455 0 1 0 408 14 0 0 18 0 13 0 160332600 1513705472 26893 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17487/statm: 369557 26893 1418 9 0 366900 0
[pid=17487/tid=17489] ppid=17485 vsize=1478228 CPUtime=2.66
/proc/17487/task/17489/stat : 17489 (java) R 17485 17487 17306 0 -1 64 24948 0 1 0 254 12 0 0 25 0 13 0 160332602 1513705472 26893 1992294400 134512640 134550932 4294956016 18446744073709551615 4109800369 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17490] ppid=17485 vsize=1478228 CPUtime=0
/proc/17487/task/17490/stat : 17490 (java) S 17485 17487 17306 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 160332603 1513705472 26893 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17491] ppid=17485 vsize=1478228 CPUtime=0
/proc/17487/task/17491/stat : 17491 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 160332603 1513705472 26893 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17492] ppid=17485 vsize=1478228 CPUtime=0
/proc/17487/task/17492/stat : 17492 (java) S 17485 17487 17306 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 160332605 1513705472 26893 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17493] ppid=17485 vsize=1478228 CPUtime=0
/proc/17487/task/17493/stat : 17493 (java) S 17485 17487 17306 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 160332605 1513705472 26893 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17494] ppid=17485 vsize=1478228 CPUtime=0
/proc/17487/task/17494/stat : 17494 (java) S 17485 17487 17306 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 160332605 1513705472 26893 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17495] ppid=17485 vsize=1478228 CPUtime=0
/proc/17487/task/17495/stat : 17495 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160332610 1513705472 26893 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17496] ppid=17485 vsize=1478228 CPUtime=0.8
/proc/17487/task/17496/stat : 17496 (java) R 17485 17487 17306 0 -1 64 877 0 0 0 80 0 0 0 16 0 13 0 160332610 1513705472 26893 1992294400 134512640 134550932 4294956016 18446744073709551615 103102145 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17497] ppid=17485 vsize=1478228 CPUtime=0.74
/proc/17487/task/17497/stat : 17497 (java) R 17485 17487 17306 0 -1 64 881 0 0 0 74 0 0 0 16 0 13 0 160332610 1513705472 26893 1992294400 134512640 134550932 4294956016 18446744073709551615 106831349 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17498] ppid=17485 vsize=1478228 CPUtime=0
/proc/17487/task/17498/stat : 17498 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160332610 1513705472 26893 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17499] ppid=17485 vsize=1478228 CPUtime=0
/proc/17487/task/17499/stat : 17499 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160332610 1513705472 26893 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17500] ppid=17485 vsize=1478228 CPUtime=0
/proc/17487/task/17500/stat : 17500 (java) S 17485 17487 17306 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 160332804 1513705472 26893 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 1478228

[startup+6.30237 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17500
/proc/meminfo: memFree=1295968/2055920 swapFree=4192952/4192956
[pid=17487] ppid=17485 vsize=1478224 CPUtime=7.55
/proc/17487/stat : 17487 (java) S 17485 17487 17306 0 -1 0 28197 0 1 0 741 14 0 0 18 0 13 0 160332600 1513701376 27622 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17487/statm: 369556 27622 1418 9 0 366899 0
[pid=17487/tid=17489] ppid=17485 vsize=1478224 CPUtime=5.78
/proc/17487/task/17489/stat : 17489 (java) R 17485 17487 17306 0 -1 64 25641 0 1 0 566 12 0 0 25 0 13 0 160332602 1513701376 27622 1992294400 134512640 134550932 4294956016 18446744073709551615 4109668029 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17490] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17490/stat : 17490 (java) S 17485 17487 17306 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 160332603 1513701376 27622 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17491] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17491/stat : 17491 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 160332603 1513701376 27622 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17492] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17492/stat : 17492 (java) S 17485 17487 17306 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 160332605 1513701376 27622 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17493] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17493/stat : 17493 (java) S 17485 17487 17306 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 160332605 1513701376 27622 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17494] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17494/stat : 17494 (java) S 17485 17487 17306 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 160332605 1513701376 27622 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17495] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17495/stat : 17495 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160332610 1513701376 27622 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17496] ppid=17485 vsize=1478224 CPUtime=0.89
/proc/17487/task/17496/stat : 17496 (java) S 17485 17487 17306 0 -1 64 902 0 0 0 89 0 0 0 16 0 13 0 160332610 1513701376 27622 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17497] ppid=17485 vsize=1478224 CPUtime=0.85
/proc/17487/task/17497/stat : 17497 (java) S 17485 17487 17306 0 -1 64 905 0 0 0 85 0 0 0 15 0 13 0 160332610 1513701376 27622 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17498] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17498/stat : 17498 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160332610 1513701376 27622 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17499] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17499/stat : 17499 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160332610 1513701376 27622 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17500] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17500/stat : 17500 (java) S 17485 17487 17306 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 160332804 1513701376 27622 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 1478224

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17500
/proc/meminfo: memFree=1293480/2055920 swapFree=4192952/4192956
[pid=17487] ppid=17485 vsize=1478224 CPUtime=13.95
/proc/17487/stat : 17487 (java) S 17485 17487 17306 0 -1 0 28727 0 1 0 1380 15 0 0 18 0 13 0 160332600 1513701376 28152 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17487/statm: 369556 28152 1418 9 0 366899 0
[pid=17487/tid=17489] ppid=17485 vsize=1478224 CPUtime=12.19
/proc/17487/task/17489/stat : 17489 (java) R 17485 17487 17306 0 -1 64 26171 0 1 0 1206 13 0 0 25 0 13 0 160332602 1513701376 28152 1992294400 134512640 134550932 4294956016 18446744073709551615 4109731813 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17490] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17490/stat : 17490 (java) S 17485 17487 17306 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 160332603 1513701376 28152 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17491] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17491/stat : 17491 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 160332603 1513701376 28152 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17492] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17492/stat : 17492 (java) S 17485 17487 17306 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 160332605 1513701376 28152 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17493] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17493/stat : 17493 (java) S 17485 17487 17306 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 160332605 1513701376 28152 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17494] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17494/stat : 17494 (java) S 17485 17487 17306 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 160332605 1513701376 28152 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17495] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17495/stat : 17495 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160332610 1513701376 28152 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17496] ppid=17485 vsize=1478224 CPUtime=0.89
/proc/17487/task/17496/stat : 17496 (java) S 17485 17487 17306 0 -1 64 902 0 0 0 89 0 0 0 17 0 13 0 160332610 1513701376 28152 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17497] ppid=17485 vsize=1478224 CPUtime=0.85
/proc/17487/task/17497/stat : 17497 (java) S 17485 17487 17306 0 -1 64 905 0 0 0 85 0 0 0 15 0 13 0 160332610 1513701376 28152 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17498] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17498/stat : 17498 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160332610 1513701376 28152 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17499] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17499/stat : 17499 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160332610 1513701376 28152 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17500] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17500/stat : 17500 (java) S 17485 17487 17306 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 160332804 1513701376 28152 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.95
Current children cumulated vsize (KiB) 1478224

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17500
/proc/meminfo: memFree=1276840/2055920 swapFree=4192952/4192956
[pid=17487] ppid=17485 vsize=1478224 CPUtime=26.75
/proc/17487/stat : 17487 (java) S 17485 17487 17306 0 -1 0 32869 0 1 0 2658 17 0 0 18 0 13 0 160332600 1513701376 32293 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17487/statm: 369556 32293 1418 9 0 366899 0
[pid=17487/tid=17489] ppid=17485 vsize=1478224 CPUtime=24.97
/proc/17487/task/17489/stat : 17489 (java) R 17485 17487 17306 0 -1 64 30313 0 1 0 2482 15 0 0 25 0 13 0 160332602 1513701376 32293 1992294400 134512640 134550932 4294956016 18446744073709551615 4109668029 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17490] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17490/stat : 17490 (java) S 17485 17487 17306 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 160332603 1513701376 32293 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17491] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17491/stat : 17491 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 160332603 1513701376 32293 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17492] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17492/stat : 17492 (java) S 17485 17487 17306 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 160332605 1513701376 32293 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17493] ppid=17485 vsize=1478224 CPUtime=0

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

[pid=17487] ppid=17485 vsize=1478224 CPUtime=1663.99
/proc/17487/stat : 17487 (java) S 17485 17487 17306 0 -1 0 107783 0 1 0 166339 60 0 0 18 0 13 0 160332600 1513701376 104146 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17487/statm: 369556 104146 1431 9 0 366899 0
[pid=17487/tid=17489] ppid=17485 vsize=1478224 CPUtime=1660.45
/proc/17487/task/17489/stat : 17489 (java) R 17485 17487 17306 0 -1 64 31007 0 1 0 166028 17 0 0 25 0 13 0 160332602 1513701376 104146 1992294400 134512640 134550932 4294956016 18446744073709551615 4109742830 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17490] ppid=17485 vsize=1478224 CPUtime=0.75
/proc/17487/task/17490/stat : 17490 (java) S 17485 17487 17306 0 -1 64 36036 0 0 0 55 20 0 0 16 0 13 0 160332603 1513701376 104146 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17491] ppid=17485 vsize=1478224 CPUtime=0.75
/proc/17487/task/17491/stat : 17491 (java) S 17485 17487 17306 0 -1 64 37735 0 0 0 55 20 0 0 17 0 13 0 160332603 1513701376 104146 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17492] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17492/stat : 17492 (java) S 17485 17487 17306 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160332605 1513701376 104146 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17493] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17493/stat : 17493 (java) S 17485 17487 17306 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 160332605 1513701376 104146 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17494] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17494/stat : 17494 (java) S 17485 17487 17306 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160332605 1513701376 104146 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17495] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17495/stat : 17495 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160332610 1513701376 104146 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17496] ppid=17485 vsize=1478224 CPUtime=1.12
/proc/17487/task/17496/stat : 17496 (java) S 17485 17487 17306 0 -1 64 1343 0 0 0 111 1 0 0 17 0 13 0 160332610 1513701376 104146 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17497] ppid=17485 vsize=1478224 CPUtime=0.87
/proc/17487/task/17497/stat : 17497 (java) S 17485 17487 17306 0 -1 64 905 0 0 0 87 0 0 0 17 0 13 0 160332610 1513701376 104146 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17498] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17498/stat : 17498 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160332610 1513701376 104146 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17499] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17499/stat : 17499 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160332610 1513701376 104146 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17500] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17500/stat : 17500 (java) S 17485 17487 17306 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 160332804 1513701376 104146 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.99
Current children cumulated vsize (KiB) 1478224

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17500
/proc/meminfo: memFree=981480/2055920 swapFree=4192952/4192956
[pid=17487] ppid=17485 vsize=1478224 CPUtime=1724
/proc/17487/stat : 17487 (java) S 17485 17487 17306 0 -1 0 109629 0 1 0 172338 62 0 0 18 0 13 0 160332600 1513701376 105791 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17487/statm: 369556 105791 1431 9 0 366899 0
[pid=17487/tid=17489] ppid=17485 vsize=1478224 CPUtime=1720.41
/proc/17487/task/17489/stat : 17489 (java) R 17485 17487 17306 0 -1 64 31008 0 1 0 172024 17 0 0 25 0 13 0 160332602 1513701376 105791 1992294400 134512640 134550932 4294956016 18446744073709551615 4109732035 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17490] ppid=17485 vsize=1478224 CPUtime=0.77
/proc/17487/task/17490/stat : 17490 (java) S 17485 17487 17306 0 -1 64 37121 0 0 0 56 21 0 0 16 0 13 0 160332603 1513701376 105791 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17491] ppid=17485 vsize=1478224 CPUtime=0.77
/proc/17487/task/17491/stat : 17491 (java) S 17485 17487 17306 0 -1 64 38495 0 0 0 56 21 0 0 16 0 13 0 160332603 1513701376 105791 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17492] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17492/stat : 17492 (java) S 17485 17487 17306 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160332605 1513701376 105791 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17493] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17493/stat : 17493 (java) S 17485 17487 17306 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 160332605 1513701376 105791 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17494] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17494/stat : 17494 (java) S 17485 17487 17306 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160332605 1513701376 105791 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17495] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17495/stat : 17495 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160332610 1513701376 105791 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17496] ppid=17485 vsize=1478224 CPUtime=1.12
/proc/17487/task/17496/stat : 17496 (java) S 17485 17487 17306 0 -1 64 1343 0 0 0 111 1 0 0 17 0 13 0 160332610 1513701376 105791 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17497] ppid=17485 vsize=1478224 CPUtime=0.87
/proc/17487/task/17497/stat : 17497 (java) S 17485 17487 17306 0 -1 64 905 0 0 0 87 0 0 0 17 0 13 0 160332610 1513701376 105791 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17498] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17498/stat : 17498 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160332610 1513701376 105791 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17499] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17499/stat : 17499 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160332610 1513701376 105791 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17500] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17500/stat : 17500 (java) S 17485 17487 17306 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 160332804 1513701376 105791 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724
Current children cumulated vsize (KiB) 1478224

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17500
/proc/meminfo: memFree=975656/2055920 swapFree=4192952/4192956
[pid=17487] ppid=17485 vsize=1478224 CPUtime=1784
/proc/17487/stat : 17487 (java) S 17485 17487 17306 0 -1 0 111154 0 1 0 178337 63 0 0 18 0 13 0 160332600 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17487/statm: 369556 107221 1431 9 0 366899 0
[pid=17487/tid=17489] ppid=17485 vsize=1478224 CPUtime=1780.38
/proc/17487/task/17489/stat : 17489 (java) R 17485 17487 17306 0 -1 64 31009 0 1 0 178021 17 0 0 25 0 13 0 160332602 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4109668052 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17490] ppid=17485 vsize=1478224 CPUtime=0.78
/proc/17487/task/17490/stat : 17490 (java) S 17485 17487 17306 0 -1 64 37642 0 0 0 57 21 0 0 16 0 13 0 160332603 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17491] ppid=17485 vsize=1478224 CPUtime=0.78
/proc/17487/task/17491/stat : 17491 (java) S 17485 17487 17306 0 -1 64 39498 0 0 0 57 21 0 0 16 0 13 0 160332603 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17492] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17492/stat : 17492 (java) S 17485 17487 17306 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160332605 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17493] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17493/stat : 17493 (java) S 17485 17487 17306 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 160332605 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17494] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17494/stat : 17494 (java) S 17485 17487 17306 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160332605 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17495] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17495/stat : 17495 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160332610 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17496] ppid=17485 vsize=1478224 CPUtime=1.12
/proc/17487/task/17496/stat : 17496 (java) S 17485 17487 17306 0 -1 64 1343 0 0 0 111 1 0 0 17 0 13 0 160332610 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17497] ppid=17485 vsize=1478224 CPUtime=0.87
/proc/17487/task/17497/stat : 17497 (java) S 17485 17487 17306 0 -1 64 905 0 0 0 87 0 0 0 17 0 13 0 160332610 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17498] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17498/stat : 17498 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160332610 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17499] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17499/stat : 17499 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160332610 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17500] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17500/stat : 17500 (java) S 17485 17487 17306 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 160332804 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784
Current children cumulated vsize (KiB) 1478224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17500
/proc/meminfo: memFree=975656/2055920 swapFree=4192952/4192956
[pid=17487] ppid=17485 vsize=1478224 CPUtime=1800
/proc/17487/stat : 17487 (java) S 17485 17487 17306 0 -1 0 111154 0 1 0 179937 63 0 0 18 0 13 0 160332600 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17487/statm: 369556 107221 1431 9 0 366899 0
[pid=17487/tid=17489] ppid=17485 vsize=1478224 CPUtime=1796.38
/proc/17487/task/17489/stat : 17489 (java) R 17485 17487 17306 0 -1 64 31009 0 1 0 179621 17 0 0 25 0 13 0 160332602 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4109731401 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17490] ppid=17485 vsize=1478224 CPUtime=0.78
/proc/17487/task/17490/stat : 17490 (java) S 17485 17487 17306 0 -1 64 37642 0 0 0 57 21 0 0 16 0 13 0 160332603 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17491] ppid=17485 vsize=1478224 CPUtime=0.78
/proc/17487/task/17491/stat : 17491 (java) S 17485 17487 17306 0 -1 64 39498 0 0 0 57 21 0 0 16 0 13 0 160332603 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17492] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17492/stat : 17492 (java) S 17485 17487 17306 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160332605 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17493] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17493/stat : 17493 (java) S 17485 17487 17306 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 160332605 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17494] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17494/stat : 17494 (java) S 17485 17487 17306 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160332605 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17495] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17495/stat : 17495 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160332610 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17496] ppid=17485 vsize=1478224 CPUtime=1.12
/proc/17487/task/17496/stat : 17496 (java) S 17485 17487 17306 0 -1 64 1343 0 0 0 111 1 0 0 17 0 13 0 160332610 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17497] ppid=17485 vsize=1478224 CPUtime=0.87
/proc/17487/task/17497/stat : 17497 (java) S 17485 17487 17306 0 -1 64 905 0 0 0 87 0 0 0 17 0 13 0 160332610 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17498] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17498/stat : 17498 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160332610 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17499] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17499/stat : 17499 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160332610 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17500] ppid=17485 vsize=1478224 CPUtime=0
/proc/17487/task/17500/stat : 17500 (java) S 17485 17487 17306 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 160332804 1513701376 107221 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1478224

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

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

[startup+1798.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17503
/proc/meminfo: memFree=975576/2055920 swapFree=4192952/4192956
[pid=17487] ppid=17485 vsize=1478872 CPUtime=1800.17
/proc/17487/stat : 17487 (java) S 17485 17487 17306 0 -1 0 111177 0 1 0 179954 63 0 0 16 0 13 0 160332600 1514364928 107244 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17487/statm: 369718 107244 1432 9 0 367061 0
[pid=17487/tid=17489] ppid=17485 vsize=1478872 CPUtime=1796.49
/proc/17487/task/17489/stat : 17489 (java) R 17485 17487 17306 0 -1 64 31009 0 1 0 179632 17 0 0 16 0 13 0 160332602 1514364928 107244 1992294400 134512640 134550932 4294956016 18446744073709551615 4109668058 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17490] ppid=17485 vsize=1478872 CPUtime=0.78
/proc/17487/task/17490/stat : 17490 (java) S 17485 17487 17306 0 -1 64 37642 0 0 0 57 21 0 0 16 0 13 0 160332603 1514364928 107244 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17491] ppid=17485 vsize=1478872 CPUtime=0.78
/proc/17487/task/17491/stat : 17491 (java) S 17485 17487 17306 0 -1 64 39498 0 0 0 57 21 0 0 16 0 13 0 160332603 1514364928 107244 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17492] ppid=17485 vsize=1478872 CPUtime=0
/proc/17487/task/17492/stat : 17492 (java) S 17485 17487 17306 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160332605 1514364928 107244 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17493] ppid=17485 vsize=1478872 CPUtime=0
/proc/17487/task/17493/stat : 17493 (java) S 17485 17487 17306 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 160332605 1514364928 107244 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17494] ppid=17485 vsize=1478872 CPUtime=0
/proc/17487/task/17494/stat : 17494 (java) S 17485 17487 17306 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160332605 1514364928 107244 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17495] ppid=17485 vsize=1478872 CPUtime=0
/proc/17487/task/17495/stat : 17495 (java) S 17485 17487 17306 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 160332610 1514364928 107244 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17496] ppid=17485 vsize=1478872 CPUtime=1.15
/proc/17487/task/17496/stat : 17496 (java) S 17485 17487 17306 0 -1 64 1343 0 0 0 114 1 0 0 16 0 13 0 160332610 1514364928 107244 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17497] ppid=17485 vsize=1478872 CPUtime=0.87
/proc/17487/task/17497/stat : 17497 (java) S 17485 17487 17306 0 -1 64 905 0 0 0 87 0 0 0 17 0 13 0 160332610 1514364928 107244 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17498] ppid=17485 vsize=1478872 CPUtime=0
/proc/17487/task/17498/stat : 17498 (java) S 17485 17487 17306 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160332610 1514364928 107244 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17487/tid=17500] ppid=17485 vsize=1478872 CPUtime=0
/proc/17487/task/17500/stat : 17500 (java) S 17485 17487 17306 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 160332804 1514364928 107244 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17487/tid=17502] ppid=17485 vsize=1478872 CPUtime=0
/proc/17487/task/17502/stat : 17502 (java) R 17485 17487 17306 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160512432 1514364928 107244 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 1478872

Child status: 143
Real time (s): 1798.49
CPU time (s): 1800.25
CPU user time (s): 1799.55
CPU system time (s): 0.703892
CPU usage (%): 100.098
Max. virtual memory (cumulated for all children) (KiB): 1479296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.55
system time used= 0.703892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111178
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= 37260
involuntary context switches= 38645

runsolver used 1.77773 second user time and 4.86226 second system time

The end

Launcher Data

Begin job on node42 at 2009-06-13 23:09:18
IDJOB=1856859
IDBENCH=2991
IDSOLVER=682
FILE ID=node42/1856859-1244927358
PBS_JOBID= 9354655
Free space on /tmp= 66268 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554-max.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856859-1244927358/watcher-1856859-1244927358 -o /tmp/evaluation-result-1856859-1244927358/solver-1856859-1244927358 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856859-1244927358.opb

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

MD5SUM BENCH= 70a36045701f7ebe55c56022c0c942d1
RANDOM SEED=551214432

node42.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:       1401256 kB
Buffers:         74748 kB
Cached:         483800 kB
SwapCached:          4 kB
Active:          54612 kB
Inactive:       517928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1401256 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2440 kB
Writeback:           0 kB
Mapped:          23760 kB
Slab:            68120 kB
Committed_AS:   139252 kB
PageTables:       1392 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= 66268 MiB
End job on node42 at 2009-06-13 23:39:18