Trace number 350070

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.11 1792.88

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=500-sizeP=251-sizeQ=500-280035866-max.opb
MD5SUM0d68396ddd3adb481a49ce1422ebcaec
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 variables126251
Total number of constraints376501
Number of constraints which are clauses376500
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 constraint125500
Number of terms in the objective function 251
Biggest coefficient in the objective function 1809251394333065553493296640760748560207343510400633813116524750123642650624
Number of bits for the biggest coefficient in the objective function 251
Sum of the numbers in the objective function 3618502788666131106986593281521497120414687020801267626233049500247285301247
Number of bits of the sum of numbers in the objective function 251
Biggest number in a constraint 2961193260766427870080908753323559866441509279473679754522422863056280045864824078237301652581494289303756200212728639995902214134435299666298460531313288000496778442422580538845568248046109094286466596972878396512780851085312
Number of bits of the biggest number in a constraint 750
Biggest sum of numbers in a constraint 11844773043065711480323635013294239465766037117894719018089691452225120183456110041724762364928147817377348326880268577133927465386787427201119947336445574431204393880301774478140662910839812661887447658656553291795701871486491
Number of bits of the biggest sum of numbers751
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.12/0.53	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.53	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.53	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.54	c no version file found!!!
0.12/0.54	c sun.arch.data.model	32
0.12/0.54	c java.version	1.6.0
0.12/0.54	c os.name	Linux
0.12/0.54	c os.version	2.6.9-22.EL.rootsmp
0.12/0.54	c os.arch	i386
0.12/0.54	c Free memory 1651659224
0.12/0.54	c Max memory 1654456320
0.12/0.54	c Total memory 1654456320
0.12/0.54	c Number of processors 2
0.23/0.60	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.23/0.60	--- Begin Solver configuration ---
0.23/0.60	c Stops conflict analysis at the first Unique Implication Point
0.23/0.60	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.23/0.60	c Learn all clauses as in MiniSAT
0.23/0.60	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.23/0.60	c VSIDS like heuristics from MiniSAT using a heap
0.23/0.60	c No reason simplification
0.23/0.60	c --- End Solver configuration ---
0.23/0.60	c solving /tmp/evaluation/350070-1176791063/instance-350070-1176791063.opb
0.23/0.60	c reading problem ... 
15.68/13.21	c ... done. Wall clock time 12.611s.
15.68/13.21	c CPU time (experimental) 10.64s.
15.68/13.21	c #vars     126251
15.68/13.21	c #constraints  376502
1800.03/1792.81	c starts		: 1
1800.03/1792.81	c conflicts		: 1
1800.03/1792.81	c decisions		: 253
1800.03/1792.81	c propagations		: 65267
1800.03/1792.81	c inspects		: 223389
1800.03/1792.81	c learnt literals	: 0
1800.03/1792.81	c learnt binary clauses	: 0
1800.03/1792.81	c learnt ternary clauses	: 0
1800.03/1792.81	c learnt clauses	: 0
1800.03/1792.81	c root simplifications	: 0
1800.03/1792.81	c removed literals (reason simplification)	: 0
1800.03/1792.81	c reason swapping (by a shorter reason)	: 0
1800.03/1792.81	c Calls to reduceDB	: 0
1800.03/1792.81	c speed (decisions/second)	: 0.1421738094488826
1800.03/1792.81	c non guided choices	2
1800.03/1792.81	s UNKNOWN
1800.03/1792.81	c Total wall clock time (ms): 1792.218

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node3/watcher-350070-1176791063 -o ROOT/results/node3/solver-350070-1176791063 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350070-1176791063/sat4jPseudoCP.jar /tmp/evaluation/350070-1176791063/instance-350070-1176791063.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26480
/proc/meminfo: memFree=1637728/2055920 swapFree=4108808/4192956
[pid=26480] ppid=26478 vsize=18568 CPUtime=0
/proc/26480/stat : 26480 (runsolver) D 26478 26480 25738 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 155144107 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 233632754983 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/26480/statm: 4642 292 257 24 0 2626 0

[startup+0.0109959 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26480
/proc/meminfo: memFree=1637728/2055920 swapFree=4108808/4192956
[pid=26480] ppid=26478 vsize=18568 CPUtime=0
/proc/26480/stat : 26480 (runsolver) D 26478 26480 25738 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 155144107 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 233632754983 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/26480/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.102011 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26480
/proc/meminfo: memFree=1637728/2055920 swapFree=4108808/4192956
[pid=26480] ppid=26478 vsize=18568 CPUtime=0
/proc/26480/stat : 26480 (runsolver) D 26478 26480 25738 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 155144107 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 233632754983 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/26480/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.303048 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26480
/proc/meminfo: memFree=1637728/2055920 swapFree=4108808/4192956
[pid=26480] ppid=26478 vsize=12620 CPUtime=0.01
/proc/26480/stat : 26480 (java) S 26478 26480 25738 0 -1 0 800 0 48 0 0 1 0 0 18 0 2 0 155144107 12922880 605 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/26480/statm: 3155 605 288 9 0 1243 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12620

[startup+0.701116 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26480
/proc/meminfo: memFree=1637728/2055920 swapFree=4108808/4192956
[pid=26480] ppid=26478 vsize=1781564 CPUtime=0.37
/proc/26480/stat : 26480 (java) S 26478 26480 25738 0 -1 0 6101 0 56 0 32 5 0 0 18 0 12 0 155144107 1824321536 5895 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26480/statm: 445391 5895 1281 9 0 443003 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1781564

[startup+1.50224 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 26492
/proc/meminfo: memFree=1604096/2055920 swapFree=4108808/4192956
[pid=26480] ppid=26478 vsize=1785624 CPUtime=1.54
/proc/26480/stat : 26480 (java) S 26478 26480 25738 0 -1 0 12404 0 56 0 145 9 0 0 18 0 12 0 155144107 1828478976 10669 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26480/statm: 446406 10670 1301 9 0 444018 0
[pid=26480/tid=26482] ppid=26478 vsize=1785624 CPUtime=0.77
/proc/26480/task/26482/stat : 26482 (java) R 26478 26480 25738 0 -1 64 8839 0 11 0 71 6 0 0 18 0 12 0 155144133 1828478976 10670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474364 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26483] ppid=26478 vsize=1785624 CPUtime=0
/proc/26480/task/26483/stat : 26483 (java) S 26478 26480 25738 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 155144140 1828478976 10671 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26484] ppid=26478 vsize=1785624 CPUtime=0
/proc/26480/task/26484/stat : 26484 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 155144140 1828478976 10672 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26485] ppid=26478 vsize=1785624 CPUtime=0
/proc/26480/task/26485/stat : 26485 (java) S 26478 26480 25738 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 155144144 1828478976 10672 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26486] ppid=26478 vsize=1785624 CPUtime=0
/proc/26480/task/26486/stat : 26486 (java) S 26478 26480 25738 0 -1 64 12 0 0 0 0 0 0 0 20 0 12 0 155144144 1828478976 10673 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26487] ppid=26478 vsize=1785624 CPUtime=0
/proc/26480/task/26487/stat : 26487 (java) S 26478 26480 25738 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 155144144 1828478976 10673 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26488] ppid=26478 vsize=1785624 CPUtime=0
/proc/26480/task/26488/stat : 26488 (java) S 26478 26480 25738 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 155144152 1828478976 10674 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26489] ppid=26478 vsize=1785624 CPUtime=0.39
/proc/26480/task/26489/stat : 26489 (java) S 26478 26480 25738 0 -1 64 1871 0 0 0 39 0 0 0 16 0 12 0 155144152 1828478976 10675 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26490] ppid=26478 vsize=1785624 CPUtime=0.33
/proc/26480/task/26490/stat : 26490 (java) S 26478 26480 25738 0 -1 64 1021 0 0 0 33 0 0 0 16 0 12 0 155144152 1828478976 10675 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26491] ppid=26478 vsize=1785624 CPUtime=0
/proc/26480/task/26491/stat : 26491 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 155144152 1828478976 10676 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26492] ppid=26478 vsize=1785624 CPUtime=0
/proc/26480/task/26492/stat : 26492 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 155144152 1828478976 10676 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 1785624

[startup+3.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 26492
/proc/meminfo: memFree=1538944/2055920 swapFree=4108808/4192956
[pid=26480] ppid=26478 vsize=1785948 CPUtime=3.36
/proc/26480/stat : 26480 (java) S 26478 26480 25738 0 -1 0 44624 0 56 0 311 25 0 0 18 0 12 0 155144107 1828810752 42700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26480/statm: 446487 42700 1310 9 0 444099 0
[pid=26480/tid=26482] ppid=26478 vsize=1785948 CPUtime=2.17
/proc/26480/task/26482/stat : 26482 (java) R 26478 26480 25738 0 -1 64 37654 0 11 0 196 21 0 0 18 0 12 0 155144133 1828810752 42700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474492 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26483] ppid=26478 vsize=1785948 CPUtime=0.08
/proc/26480/task/26483/stat : 26483 (java) S 26478 26480 25738 0 -1 64 1467 0 0 0 8 0 0 0 16 0 12 0 155144140 1828810752 42700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26484] ppid=26478 vsize=1785948 CPUtime=0.07
/proc/26480/task/26484/stat : 26484 (java) S 26478 26480 25738 0 -1 64 1691 0 0 0 7 0 0 0 16 0 12 0 155144140 1828810752 42700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26485] ppid=26478 vsize=1785948 CPUtime=0
/proc/26480/task/26485/stat : 26485 (java) S 26478 26480 25738 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 155144144 1828810752 42700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26486] ppid=26478 vsize=1785948 CPUtime=0
/proc/26480/task/26486/stat : 26486 (java) S 26478 26480 25738 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 155144144 1828810752 42700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26487] ppid=26478 vsize=1785948 CPUtime=0
/proc/26480/task/26487/stat : 26487 (java) S 26478 26480 25738 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155144144 1828810752 42700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26488] ppid=26478 vsize=1785948 CPUtime=0
/proc/26480/task/26488/stat : 26488 (java) S 26478 26480 25738 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 155144152 1828810752 42700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26489] ppid=26478 vsize=1785948 CPUtime=0.54
/proc/26480/task/26489/stat : 26489 (java) S 26478 26480 25738 0 -1 64 1893 0 0 0 54 0 0 0 17 0 12 0 155144152 1828810752 42700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26490] ppid=26478 vsize=1785948 CPUtime=0.44
/proc/26480/task/26490/stat : 26490 (java) S 26478 26480 25738 0 -1 64 1238 0 0 0 44 0 0 0 16 0 12 0 155144152 1828810752 42700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26491] ppid=26478 vsize=1785948 CPUtime=0
/proc/26480/task/26491/stat : 26491 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 155144152 1828810752 42700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26492] ppid=26478 vsize=1785948 CPUtime=0
/proc/26480/task/26492/stat : 26492 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 155144152 1828810752 42700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 1785948

[startup+6.30303 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 26492
/proc/meminfo: memFree=1422528/2055920 swapFree=4108808/4192956
[pid=26480] ppid=26478 vsize=1788064 CPUtime=7.09
/proc/26480/stat : 26480 (java) S 26478 26480 25738 0 -1 0 57263 0 56 0 677 32 0 0 18 0 12 0 155144107 1830977536 54679 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26480/statm: 447016 54680 1310 9 0 444628 0
[pid=26480/tid=26482] ppid=26478 vsize=1788064 CPUtime=4.83
/proc/26480/task/26482/stat : 26482 (java) S 26478 26480 25738 0 -1 64 37657 0 11 0 461 22 0 0 24 0 12 0 155144133 1830977536 54681 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26483] ppid=26478 vsize=1788064 CPUtime=0.6
/proc/26480/task/26483/stat : 26483 (java) R 26478 26480 25738 0 -1 64 7386 0 0 0 58 2 0 0 18 0 12 0 155144140 1830977536 54681 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26484] ppid=26478 vsize=1788064 CPUtime=0.6
/proc/26480/task/26484/stat : 26484 (java) R 26478 26480 25738 0 -1 64 8406 0 0 0 57 3 0 0 18 0 12 0 155144140 1830977536 54682 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105367022 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26485] ppid=26478 vsize=1788064 CPUtime=0
/proc/26480/task/26485/stat : 26485 (java) S 26478 26480 25738 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 155144144 1830977536 54683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26486] ppid=26478 vsize=1788064 CPUtime=0
/proc/26480/task/26486/stat : 26486 (java) S 26478 26480 25738 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 155144144 1830977536 54683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26487] ppid=26478 vsize=1788064 CPUtime=0
/proc/26480/task/26487/stat : 26487 (java) S 26478 26480 25738 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155144144 1830977536 54684 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26488] ppid=26478 vsize=1788064 CPUtime=0
/proc/26480/task/26488/stat : 26488 (java) S 26478 26480 25738 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 155144152 1830977536 54685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26489] ppid=26478 vsize=1788064 CPUtime=0.54
/proc/26480/task/26489/stat : 26489 (java) S 26478 26480 25738 0 -1 64 1893 0 0 0 54 0 0 0 17 0 12 0 155144152 1830977536 54685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26490] ppid=26478 vsize=1788064 CPUtime=0.44
/proc/26480/task/26490/stat : 26490 (java) S 26478 26480 25738 0 -1 64 1238 0 0 0 44 0 0 0 16 0 12 0 155144152 1830977536 54686 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26491] ppid=26478 vsize=1788064 CPUtime=0
/proc/26480/task/26491/stat : 26491 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 155144152 1830977536 54687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26492] ppid=26478 vsize=1788064 CPUtime=0
/proc/26480/task/26492/stat : 26492 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 155144152 1830977536 54687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 1788064

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 3/89 26492
/proc/meminfo: memFree=1380160/2055920 swapFree=4108808/4192956
[pid=26480] ppid=26478 vsize=1798092 CPUtime=15.14
/proc/26480/stat : 26480 (java) S 26478 26480 25738 0 -1 0 69792 0 56 0 1474 40 0 0 18 0 12 0 155144107 1841246208 64068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26480/statm: 449523 64068 1317 9 0 447135 0
[pid=26480/tid=26482] ppid=26478 vsize=1798092 CPUtime=10.14
/proc/26480/task/26482/stat : 26482 (java) R 26478 26480 25738 0 -1 64 37669 0 11 0 990 24 0 0 17 0 12 0 155144133 1841246208 64068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109213981 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26483] ppid=26478 vsize=1798092 CPUtime=1.57
/proc/26480/task/26483/stat : 26483 (java) S 26478 26480 25738 0 -1 64 11198 0 0 0 153 4 0 0 16 0 12 0 155144140 1841246208 64068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26484] ppid=26478 vsize=1798092 CPUtime=1.61
/proc/26480/task/26484/stat : 26484 (java) S 26478 26480 25738 0 -1 64 13031 0 0 0 155 6 0 0 16 0 12 0 155144140 1841246208 64068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26485] ppid=26478 vsize=1798092 CPUtime=0
/proc/26480/task/26485/stat : 26485 (java) S 26478 26480 25738 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 155144144 1841246208 64068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26486] ppid=26478 vsize=1798092 CPUtime=0
/proc/26480/task/26486/stat : 26486 (java) S 26478 26480 25738 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 155144144 1841246208 64068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26487] ppid=26478 vsize=1798092 CPUtime=0
/proc/26480/task/26487/stat : 26487 (java) S 26478 26480 25738 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155144144 1841246208 64068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26488] ppid=26478 vsize=1798092 CPUtime=0
/proc/26480/task/26488/stat : 26488 (java) S 26478 26480 25738 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 155144152 1841246208 64068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26489] ppid=26478 vsize=1798092 CPUtime=1.18
/proc/26480/task/26489/stat : 26489 (java) S 26478 26480 25738 0 -1 64 5830 0 0 0 116 2 0 0 15 0 12 0 155144152 1841246208 64068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26490] ppid=26478 vsize=1798092 CPUtime=0.58
/proc/26480/task/26490/stat : 26490 (java) R 26478 26480 25738 0 -1 64 1379 0 0 0 58 0 0 0 16 0 12 0 155144152 1841246208 64068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104790073 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26491] ppid=26478 vsize=1798092 CPUtime=0
/proc/26480/task/26491/stat : 26491 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 155144152 1841246208 64068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26492] ppid=26478 vsize=1798092 CPUtime=0
/proc/26480/task/26492/stat : 26492 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 155144152 1841246208 64068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.14
Current children cumulated vsize (KiB) 1798092

[startup+25.5023 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 26493
/proc/meminfo: memFree=1311544/2055920 swapFree=4108808/4192956
[pid=26480] ppid=26478 vsize=1797712 CPUtime=29.64
/proc/26480/stat : 26480 (java) S 26478 26480 25738 0 -1 0 92246 0 56 0 2911 53 0 0 18 0 13 0 155144107 1840857088 79945 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26480/statm: 449428 79945 1323 9 0 447040 0
[pid=26480/tid=26482] ppid=26478 vsize=1797712 CPUtime=21.55
/proc/26480/task/26482/stat : 26482 (java) R 26478 26480 25738 0 -1 64 37724 0 11 0 2131 24 0 0 25 0 13 0 155144133 1840857088 79945 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109764815 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26483] ppid=26478 vsize=1797712 CPUtime=2.72
/proc/26480/task/26483/stat : 26483 (java) S 26478 26480 25738 0 -1 64 19453 0 0 0 262 10 0 0 16 0 13 0 155144140 1840857088 79945 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26484] ppid=26478 vsize=1797712 CPUtime=2.75
/proc/26480/task/26484/stat : 26484 (java) S 26478 26480 25738 0 -1 64 26567 0 0 0 263 12 0 0 16 0 13 0 155144140 1840857088 79945 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26485] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26485/stat : 26485 (java) S 26478 26480 25738 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 155144144 1840857088 79945 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26486] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26486/stat : 26486 (java) S 26478 26480 25738 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 155144144 1840857088 79945 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26487] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26487/stat : 26487 (java) S 26478 26480 25738 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155144144 1840857088 79945 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26488] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26488/stat : 26488 (java) S 26478 26480 25738 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 155144152 1840857088 79945 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26480] ppid=26478 vsize=1797712 CPUtime=1609.35
/proc/26480/stat : 26480 (java) S 26478 26480 25738 0 -1 0 113822 0 56 0 160693 242 0 0 18 0 13 0 155144107 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26480/statm: 449428 72927 1323 9 0 447040 0
[pid=26480/tid=26482] ppid=26478 vsize=1797712 CPUtime=1582
/proc/26480/task/26482/stat : 26482 (java) R 26478 26480 25738 0 -1 64 59200 0 11 0 158159 41 0 0 25 0 13 0 155144133 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110060307 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26483] ppid=26478 vsize=1797712 CPUtime=11.86
/proc/26480/task/26483/stat : 26483 (java) S 26478 26480 25738 0 -1 64 19493 0 0 0 1080 106 0 0 16 0 13 0 155144140 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26484] ppid=26478 vsize=1797712 CPUtime=12.55
/proc/26480/task/26484/stat : 26484 (java) S 26478 26480 25738 0 -1 64 26571 0 0 0 1179 76 0 0 16 0 13 0 155144140 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26485] ppid=26478 vsize=1797712 CPUtime=0.31
/proc/26480/task/26485/stat : 26485 (java) S 26478 26480 25738 0 -1 64 70 0 0 0 19 12 0 0 16 0 13 0 155144144 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26486] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26486/stat : 26486 (java) S 26478 26480 25738 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 155144144 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26487] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26487/stat : 26487 (java) S 26478 26480 25738 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155144144 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26488] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26488/stat : 26488 (java) S 26478 26480 25738 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 155144152 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26489] ppid=26478 vsize=1797712 CPUtime=1.55
/proc/26480/task/26489/stat : 26489 (java) S 26478 26480 25738 0 -1 64 5866 0 0 0 153 2 0 0 16 0 13 0 155144152 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26490] ppid=26478 vsize=1797712 CPUtime=1.01
/proc/26480/task/26490/stat : 26490 (java) S 26478 26480 25738 0 -1 64 1943 0 0 0 100 1 0 0 16 0 13 0 155144152 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26491] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26491/stat : 26491 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 155144152 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26492] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26492/stat : 26492 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155144152 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26493] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26493/stat : 26493 (java) S 26478 26480 25738 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 155145443 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1609.35
Current children cumulated vsize (KiB) 1797712

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26495
/proc/meminfo: memFree=1339448/2055920 swapFree=4109388/4192956
[pid=26480] ppid=26478 vsize=1797712 CPUtime=1669.4
/proc/26480/stat : 26480 (java) S 26478 26480 25738 0 -1 0 113933 0 56 0 166692 248 0 0 18 0 13 0 155144107 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26480/statm: 449428 72927 1323 9 0 447040 0
[pid=26480/tid=26482] ppid=26478 vsize=1797712 CPUtime=1641.32
/proc/26480/task/26482/stat : 26482 (java) R 26478 26480 25738 0 -1 64 59311 0 11 0 164091 41 0 0 25 0 13 0 155144133 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109764597 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26483] ppid=26478 vsize=1797712 CPUtime=12.19
/proc/26480/task/26483/stat : 26483 (java) S 26478 26480 25738 0 -1 64 19493 0 0 0 1108 111 0 0 15 0 13 0 155144140 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26484] ppid=26478 vsize=1797712 CPUtime=12.95
/proc/26480/task/26484/stat : 26484 (java) S 26478 26480 25738 0 -1 64 26571 0 0 0 1218 77 0 0 16 0 13 0 155144140 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26485] ppid=26478 vsize=1797712 CPUtime=0.32
/proc/26480/task/26485/stat : 26485 (java) S 26478 26480 25738 0 -1 64 70 0 0 0 20 12 0 0 16 0 13 0 155144144 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26486] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26486/stat : 26486 (java) S 26478 26480 25738 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 155144144 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26487] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26487/stat : 26487 (java) S 26478 26480 25738 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155144144 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26488] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26488/stat : 26488 (java) S 26478 26480 25738 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 155144152 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26489] ppid=26478 vsize=1797712 CPUtime=1.55
/proc/26480/task/26489/stat : 26489 (java) S 26478 26480 25738 0 -1 64 5866 0 0 0 153 2 0 0 16 0 13 0 155144152 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26490] ppid=26478 vsize=1797712 CPUtime=1.01
/proc/26480/task/26490/stat : 26490 (java) S 26478 26480 25738 0 -1 64 1943 0 0 0 100 1 0 0 16 0 13 0 155144152 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26491] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26491/stat : 26491 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 155144152 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26492] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26492/stat : 26492 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155144152 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26493] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26493/stat : 26493 (java) S 26478 26480 25738 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 155145443 1840857088 72927 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1669.4
Current children cumulated vsize (KiB) 1797712

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26495
/proc/meminfo: memFree=1338552/2055920 swapFree=4109452/4192956
[pid=26480] ppid=26478 vsize=1797712 CPUtime=1729.49
/proc/26480/stat : 26480 (java) S 26478 26480 25738 0 -1 0 114310 0 56 0 172695 254 0 0 18 0 13 0 155144107 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26480/statm: 449428 73199 1323 9 0 447040 0
[pid=26480/tid=26482] ppid=26478 vsize=1797712 CPUtime=1700.71
/proc/26480/task/26482/stat : 26482 (java) R 26478 26480 25738 0 -1 64 59688 0 11 0 170030 41 0 0 25 0 13 0 155144133 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110060307 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26483] ppid=26478 vsize=1797712 CPUtime=12.53
/proc/26480/task/26483/stat : 26483 (java) S 26478 26480 25738 0 -1 64 19493 0 0 0 1139 114 0 0 16 0 13 0 155144140 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26484] ppid=26478 vsize=1797712 CPUtime=13.29
/proc/26480/task/26484/stat : 26484 (java) S 26478 26480 25738 0 -1 64 26571 0 0 0 1250 79 0 0 16 0 13 0 155144140 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26485] ppid=26478 vsize=1797712 CPUtime=0.33
/proc/26480/task/26485/stat : 26485 (java) S 26478 26480 25738 0 -1 64 70 0 0 0 20 13 0 0 16 0 13 0 155144144 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26486] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26486/stat : 26486 (java) S 26478 26480 25738 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 155144144 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26487] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26487/stat : 26487 (java) S 26478 26480 25738 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155144144 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26488] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26488/stat : 26488 (java) S 26478 26480 25738 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 155144152 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26489] ppid=26478 vsize=1797712 CPUtime=1.55
/proc/26480/task/26489/stat : 26489 (java) S 26478 26480 25738 0 -1 64 5866 0 0 0 153 2 0 0 16 0 13 0 155144152 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26490] ppid=26478 vsize=1797712 CPUtime=1.01
/proc/26480/task/26490/stat : 26490 (java) S 26478 26480 25738 0 -1 64 1943 0 0 0 100 1 0 0 16 0 13 0 155144152 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26491] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26491/stat : 26491 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 155144152 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26492] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26492/stat : 26492 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155144152 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26493] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26493/stat : 26493 (java) S 26478 26480 25738 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 155145443 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1729.49
Current children cumulated vsize (KiB) 1797712

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26495
/proc/meminfo: memFree=1338488/2055920 swapFree=4109452/4192956
[pid=26480] ppid=26478 vsize=1797712 CPUtime=1789.52
/proc/26480/stat : 26480 (java) S 26478 26480 25738 0 -1 0 114419 0 56 0 178692 260 0 0 18 0 13 0 155144107 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26480/statm: 449428 73199 1323 9 0 447040 0
[pid=26480/tid=26482] ppid=26478 vsize=1797712 CPUtime=1760.03
/proc/26480/task/26482/stat : 26482 (java) R 26478 26480 25738 0 -1 64 59797 0 11 0 175961 42 0 0 25 0 13 0 155144133 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110077179 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26483] ppid=26478 vsize=1797712 CPUtime=12.91
/proc/26480/task/26483/stat : 26483 (java) S 26478 26480 25738 0 -1 64 19493 0 0 0 1176 115 0 0 16 0 13 0 155144140 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26484] ppid=26478 vsize=1797712 CPUtime=13.61
/proc/26480/task/26484/stat : 26484 (java) S 26478 26480 25738 0 -1 64 26571 0 0 0 1278 83 0 0 16 0 13 0 155144140 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26485] ppid=26478 vsize=1797712 CPUtime=0.34
/proc/26480/task/26485/stat : 26485 (java) S 26478 26480 25738 0 -1 64 70 0 0 0 21 13 0 0 16 0 13 0 155144144 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26486] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26486/stat : 26486 (java) S 26478 26480 25738 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 155144144 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26487] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26487/stat : 26487 (java) S 26478 26480 25738 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155144144 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26488] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26488/stat : 26488 (java) S 26478 26480 25738 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 155144152 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26489] ppid=26478 vsize=1797712 CPUtime=1.55
/proc/26480/task/26489/stat : 26489 (java) S 26478 26480 25738 0 -1 64 5866 0 0 0 153 2 0 0 16 0 13 0 155144152 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26490] ppid=26478 vsize=1797712 CPUtime=1.01
/proc/26480/task/26490/stat : 26490 (java) S 26478 26480 25738 0 -1 64 1943 0 0 0 100 1 0 0 16 0 13 0 155144152 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26491] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26491/stat : 26491 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 155144152 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26492] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26492/stat : 26492 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155144152 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26493] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26493/stat : 26493 (java) S 26478 26480 25738 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 155145443 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1789.52
Current children cumulated vsize (KiB) 1797712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26495
/proc/meminfo: memFree=1338424/2055920 swapFree=4109452/4192956
[pid=26480] ppid=26478 vsize=1797712 CPUtime=1800.03
/proc/26480/stat : 26480 (java) S 26478 26480 25738 0 -1 0 114440 0 56 0 179741 262 0 0 18 0 13 0 155144107 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26480/statm: 449428 73199 1323 9 0 447040 0
[pid=26480/tid=26482] ppid=26478 vsize=1797712 CPUtime=1770.39
/proc/26480/task/26482/stat : 26482 (java) R 26478 26480 25738 0 -1 64 59818 0 11 0 176997 42 0 0 17 0 13 0 155144133 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109764381 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26483] ppid=26478 vsize=1797712 CPUtime=12.97
/proc/26480/task/26483/stat : 26483 (java) S 26478 26480 25738 0 -1 64 19493 0 0 0 1181 116 0 0 16 0 13 0 155144140 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26484] ppid=26478 vsize=1797712 CPUtime=13.69
/proc/26480/task/26484/stat : 26484 (java) S 26478 26480 25738 0 -1 64 26571 0 0 0 1285 84 0 0 15 0 13 0 155144140 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26485] ppid=26478 vsize=1797712 CPUtime=0.35
/proc/26480/task/26485/stat : 26485 (java) S 26478 26480 25738 0 -1 64 70 0 0 0 22 13 0 0 15 0 13 0 155144144 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26486] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26486/stat : 26486 (java) S 26478 26480 25738 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 155144144 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26487] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26487/stat : 26487 (java) S 26478 26480 25738 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155144144 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26488] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26488/stat : 26488 (java) S 26478 26480 25738 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 155144152 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26489] ppid=26478 vsize=1797712 CPUtime=1.55
/proc/26480/task/26489/stat : 26489 (java) S 26478 26480 25738 0 -1 64 5866 0 0 0 153 2 0 0 16 0 13 0 155144152 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26490] ppid=26478 vsize=1797712 CPUtime=1.01
/proc/26480/task/26490/stat : 26490 (java) S 26478 26480 25738 0 -1 64 1943 0 0 0 100 1 0 0 16 0 13 0 155144152 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26491] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26491/stat : 26491 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 155144152 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26480/tid=26492] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26492/stat : 26492 (java) S 26478 26480 25738 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155144152 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26480/tid=26493] ppid=26478 vsize=1797712 CPUtime=0
/proc/26480/task/26493/stat : 26493 (java) S 26478 26480 25738 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 155145443 1840857088 73199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1797712

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

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

Child status: 143
Real time (s): 1792.88
CPU time (s): 1800.11
CPU user time (s): 1797.44
CPU system time (s): 2.67159
CPU usage (%): 100.403
Max. virtual memory (cumulated for all children) (KiB): 1799024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.44
system time used= 2.67159
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114459
page faults= 56
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71244
involuntary context switches= 52228

runsolver used 1.86072 second user time and 5.86311 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Tue Apr 17 06:24:24 UTC 2007

IDJOB= 350070
IDBENCH= 2965
IDSOLVER= 160
FILE ID= node3/350070-1176791063

PBS_JOBID= 4580829

Free space on /tmp= 66399 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=500-sizeP=251-sizeQ=500-280035866-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350070-1176791063/sat4jPseudoCP.jar /tmp/evaluation/350070-1176791063/instance-350070-1176791063.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-350070-1176791063 -o ROOT/results/node3/solver-350070-1176791063 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350070-1176791063/sat4jPseudoCP.jar /tmp/evaluation/350070-1176791063/instance-350070-1176791063.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0d68396ddd3adb481a49ce1422ebcaec

RANDOM SEED= 274035943

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/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.270
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.270
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:       1638136 kB
Buffers:         26956 kB
Cached:         278192 kB
SwapCached:      47500 kB
Active:         204876 kB
Inactive:       168852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1638136 kB
SwapTotal:     4192956 kB
SwapFree:      4108808 kB
Dirty:           28824 kB
Writeback:           0 kB
Mapped:          50288 kB
Slab:            29608 kB
Committed_AS:  5186764 kB
PageTables:       1816 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= 66399 MiB

End job on node3 on Tue Apr 17 06:54:19 UTC 2007