Trace number 350097

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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.11 1786.31

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=340-sizeP=171-sizeQ=340-700380480-max.opb
MD5SUM155cfa68d401e9611b171cd288033a79
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables58651
Total number of constraints174421
Number of constraints which are clauses174420
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint58140
Number of terms in the objective function 171
Biggest coefficient in the objective function 1496577676626844588240573268701473812127674924007424
Number of bits for the biggest coefficient in the objective function 171
Sum of the numbers in the objective function 2993155353253689176481146537402947624255349848014847
Number of bits of the sum of numbers in the objective function 171
Biggest number in a constraint 1675975991242824637446753124775730765934920727574049172215445180465220503759193372100234287270862928461253982273310756356719235351493321243304206125760512
Number of bits of the biggest number in a constraint 510
Biggest sum of numbers in a constraint 6703903964971298549787012499102923063739682910296195038597131527667767167333656272927595621892946315600953569576375136127347577727820033305822846748291905
Number of bits of the biggest sum of numbers511
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/350097-1176792842/instance-350097-1176792842.opb
0.20/0.20	c reading problem ... 
8.38/6.61	c ... done. Wall clock time 6.414s.
8.38/6.61	c CPU time (experimental) 5.49s.
8.38/6.61	c #vars     58651
8.38/6.61	c #constraints  174422
1800.00/1786.21	c starts		: 1
1800.00/1786.21	c conflicts		: 6
1800.00/1786.21	c decisions		: 1037
1800.00/1786.21	c propagations		: 135703
1800.00/1786.21	c inspects		: 597336
1800.00/1786.21	c learnt literals	: 0
1800.00/1786.21	c learnt binary clauses	: 0
1800.00/1786.21	c learnt ternary clauses	: 0
1800.00/1786.21	c learnt clauses	: 5
1800.00/1786.21	c root simplifications	: 0
1800.00/1786.21	c removed literals (reason simplification)	: 0
1800.00/1786.21	c reason swapping (by a shorter reason)	: 0
1800.00/1786.21	c Calls to reduceDB	: 0
1800.00/1786.21	c speed (decisions/second)	: 0.5827410859439142
1800.00/1786.21	c non guided choices	2
1800.00/1786.21	s UNKNOWN
1800.00/1786.21	c Total wall clock time (ms): 1786.014

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/node60/watcher-350097-1176792842 -o ROOT/results/node60/solver-350097-1176792842 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350097-1176792842/sat4jPseudoCPClause.jar /tmp/evaluation/350097-1176792842/instance-350097-1176792842.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: 0.92 1.00 0.99 1/64 25525
/proc/meminfo: memFree=1894352/2055920 swapFree=4179544/4192956
[pid=25525] ppid=25523 vsize=1800 CPUtime=0
/proc/25525/stat : 25525 (java) D 25523 25525 24788 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 127194159 1843200 148 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/25525/statm: 450 148 111 9 0 92 0

[startup+0.0145129 s]
/proc/loadavg: 0.92 1.00 0.99 1/64 25525
/proc/meminfo: memFree=1894352/2055920 swapFree=4179544/4192956
[pid=25525] ppid=25523 vsize=12620 CPUtime=0
/proc/25525/stat : 25525 (java) S 25523 25525 24788 0 -1 0 845 0 0 0 0 0 0 0 18 0 2 0 127194159 12922880 602 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/25525/statm: 3155 602 285 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12620

[startup+0.101527 s]
/proc/loadavg: 0.92 1.00 0.99 1/64 25525
/proc/meminfo: memFree=1894352/2055920 swapFree=4179544/4192956
[pid=25525] ppid=25523 vsize=1780260 CPUtime=0.09
/proc/25525/stat : 25525 (java) S 25523 25525 24788 0 -1 0 3998 0 1 0 6 3 0 0 18 0 12 0 127194159 1822986240 3740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25525/statm: 445065 3740 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780260

[startup+0.301545 s]
/proc/loadavg: 0.92 1.00 0.99 1/64 25525
/proc/meminfo: memFree=1894352/2055920 swapFree=4179544/4192956
[pid=25525] ppid=25523 vsize=1781412 CPUtime=0.33
/proc/25525/stat : 25525 (java) S 25523 25525 24788 0 -1 0 5621 0 1 0 30 3 0 0 18 0 12 0 127194159 1824165888 5358 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25525/statm: 445353 5358 1263 9 0 442964 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781412

[startup+0.701587 s]
/proc/loadavg: 0.92 1.00 0.99 1/64 25525
/proc/meminfo: memFree=1894352/2055920 swapFree=4179544/4192956
[pid=25525] ppid=25523 vsize=1783908 CPUtime=0.87
/proc/25525/stat : 25525 (java) S 25523 25525 24788 0 -1 0 7358 0 1 0 83 4 0 0 18 0 12 0 127194159 1826721792 6930 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25525/statm: 445977 6930 1301 9 0 443588 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783908

[startup+1.50167 s]
/proc/loadavg: 1.09 1.03 1.01 2/76 25537
/proc/meminfo: memFree=1864688/2055920 swapFree=4179544/4192956
[pid=25525] ppid=25523 vsize=1785864 CPUtime=2
/proc/25525/stat : 25525 (java) S 25523 25525 24788 0 -1 0 18648 0 1 0 190 10 0 0 18 0 12 0 127194159 1828724736 17051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25525/statm: 446466 17051 1301 9 0 444077 0
[pid=25525/tid=25527] ppid=25523 vsize=1785864 CPUtime=1.03
/proc/25525/task/25527/stat : 25527 (java) R 25523 25525 24788 0 -1 64 15199 0 1 0 95 8 0 0 19 0 12 0 127194160 1828724736 17051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109559923 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25528] ppid=25523 vsize=1785864 CPUtime=0
/proc/25525/task/25528/stat : 25528 (java) S 25523 25525 24788 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 127194162 1828724736 17051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25529] ppid=25523 vsize=1785864 CPUtime=0
/proc/25525/task/25529/stat : 25529 (java) S 25523 25525 24788 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127194162 1828724736 17051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25530] ppid=25523 vsize=1785864 CPUtime=0
/proc/25525/task/25530/stat : 25530 (java) S 25523 25525 24788 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 127194164 1828724736 17051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25531] ppid=25523 vsize=1785864 CPUtime=0
/proc/25525/task/25531/stat : 25531 (java) S 25523 25525 24788 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 127194165 1828724736 17051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25532] ppid=25523 vsize=1785864 CPUtime=0
/proc/25525/task/25532/stat : 25532 (java) S 25523 25525 24788 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 127194165 1828724736 17051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25533] ppid=25523 vsize=1785864 CPUtime=0
/proc/25525/task/25533/stat : 25533 (java) S 25523 25525 24788 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 127194168 1828724736 17051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25534] ppid=25523 vsize=1785864 CPUtime=0.46
/proc/25525/task/25534/stat : 25534 (java) S 25523 25525 24788 0 -1 64 1237 0 0 0 46 0 0 0 16 0 12 0 127194168 1828724736 17051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25535] ppid=25523 vsize=1785864 CPUtime=0.47
/proc/25525/task/25535/stat : 25535 (java) S 25523 25525 24788 0 -1 64 1491 0 0 0 47 0 0 0 17 0 12 0 127194168 1828724736 17051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25536] ppid=25523 vsize=1785864 CPUtime=0
/proc/25525/task/25536/stat : 25536 (java) S 25523 25525 24788 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 127194168 1828724736 17051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25537] ppid=25523 vsize=1785864 CPUtime=0
/proc/25525/task/25537/stat : 25537 (java) S 25523 25525 24788 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127194168 1828724736 17051 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1785864

[startup+3.10181 s]
/proc/loadavg: 1.09 1.03 1.01 2/76 25537
/proc/meminfo: memFree=1762672/2055920 swapFree=4179544/4192956
[pid=25525] ppid=25523 vsize=1786188 CPUtime=3.68
/proc/25525/stat : 25525 (java) S 25523 25525 24788 0 -1 0 43778 0 1 0 346 22 0 0 18 0 12 0 127194159 1829056512 42165 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25525/statm: 446547 42165 1310 9 0 444158 0
[pid=25525/tid=25527] ppid=25523 vsize=1786188 CPUtime=2.54
/proc/25525/task/25527/stat : 25527 (java) R 25523 25525 24788 0 -1 64 37671 0 1 0 235 19 0 0 22 0 12 0 127194160 1829056512 42165 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25528] ppid=25523 vsize=1786188 CPUtime=0.07
/proc/25525/task/25528/stat : 25528 (java) S 25523 25525 24788 0 -1 64 1359 0 0 0 7 0 0 0 17 0 12 0 127194162 1829056512 42165 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25529] ppid=25523 vsize=1786188 CPUtime=0.07
/proc/25525/task/25529/stat : 25529 (java) S 25523 25525 24788 0 -1 64 1295 0 0 0 7 0 0 0 17 0 12 0 127194162 1829056512 42165 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25530] ppid=25523 vsize=1786188 CPUtime=0
/proc/25525/task/25530/stat : 25530 (java) S 25523 25525 24788 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 127194164 1829056512 42165 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25531] ppid=25523 vsize=1786188 CPUtime=0
/proc/25525/task/25531/stat : 25531 (java) S 25523 25525 24788 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127194165 1829056512 42165 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25532] ppid=25523 vsize=1786188 CPUtime=0
/proc/25525/task/25532/stat : 25532 (java) S 25523 25525 24788 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127194165 1829056512 42165 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25533] ppid=25523 vsize=1786188 CPUtime=0
/proc/25525/task/25533/stat : 25533 (java) S 25523 25525 24788 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 127194168 1829056512 42165 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25534] ppid=25523 vsize=1786188 CPUtime=0.46
/proc/25525/task/25534/stat : 25534 (java) S 25523 25525 24788 0 -1 64 1237 0 0 0 46 0 0 0 16 0 12 0 127194168 1829056512 42165 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25535] ppid=25523 vsize=1786188 CPUtime=0.47
/proc/25525/task/25535/stat : 25535 (java) S 25523 25525 24788 0 -1 64 1491 0 0 0 47 0 0 0 17 0 12 0 127194168 1829056512 42165 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25536] ppid=25523 vsize=1786188 CPUtime=0
/proc/25525/task/25536/stat : 25536 (java) S 25523 25525 24788 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 127194168 1829056512 42165 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25537] ppid=25523 vsize=1786188 CPUtime=0
/proc/25525/task/25537/stat : 25537 (java) S 25523 25525 24788 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127194168 1829056512 42165 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1786188

[startup+6.30214 s]
/proc/loadavg: 1.16 1.05 1.01 3/76 25537
/proc/meminfo: memFree=1711344/2055920 swapFree=4179544/4192956
[pid=25525] ppid=25523 vsize=1799508 CPUtime=7.78
/proc/25525/stat : 25525 (java) S 25523 25525 24788 0 -1 0 60384 0 1 0 747 31 0 0 18 0 12 0 127194159 1842696192 56584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25525/statm: 449877 56584 1316 9 0 447488 0
[pid=25525/tid=25527] ppid=25523 vsize=1799508 CPUtime=5.22
/proc/25525/task/25527/stat : 25527 (java) R 25523 25525 24788 0 -1 64 37681 0 1 0 501 21 0 0 17 0 12 0 127194160 1842696192 56584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109556388 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25528] ppid=25523 vsize=1799508 CPUtime=0.43
/proc/25525/task/25528/stat : 25528 (java) R 25523 25525 24788 0 -1 64 7929 0 0 0 40 3 0 0 19 0 12 0 127194162 1842696192 56584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25529] ppid=25523 vsize=1799508 CPUtime=0.44
/proc/25525/task/25529/stat : 25529 (java) S 25523 25525 24788 0 -1 64 7220 0 0 0 41 3 0 0 18 0 12 0 127194162 1842696192 56584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25530] ppid=25523 vsize=1799508 CPUtime=0
/proc/25525/task/25530/stat : 25530 (java) S 25523 25525 24788 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 127194164 1842696192 56584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25531] ppid=25523 vsize=1799508 CPUtime=0
/proc/25525/task/25531/stat : 25531 (java) S 25523 25525 24788 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127194165 1842696192 56584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25532] ppid=25523 vsize=1799508 CPUtime=0
/proc/25525/task/25532/stat : 25532 (java) S 25523 25525 24788 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127194165 1842696192 56584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25533] ppid=25523 vsize=1799508 CPUtime=0
/proc/25525/task/25533/stat : 25533 (java) S 25523 25525 24788 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 127194168 1842696192 56584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25534] ppid=25523 vsize=1799508 CPUtime=0.58
/proc/25525/task/25534/stat : 25534 (java) S 25523 25525 24788 0 -1 64 1717 0 0 0 58 0 0 0 17 0 12 0 127194168 1842696192 56584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25535] ppid=25523 vsize=1799508 CPUtime=1.06
/proc/25525/task/25535/stat : 25535 (java) R 25523 25525 24788 0 -1 64 5108 0 0 0 105 1 0 0 20 0 12 0 127194168 1842696192 56584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105421774 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25536] ppid=25523 vsize=1799508 CPUtime=0
/proc/25525/task/25536/stat : 25536 (java) S 25523 25525 24788 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 127194168 1842696192 56584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25537] ppid=25523 vsize=1799508 CPUtime=0
/proc/25525/task/25537/stat : 25537 (java) S 25523 25525 24788 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127194168 1842696192 56584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 1799508

[startup+12.7028 s]
/proc/loadavg: 1.23 1.06 1.02 2/77 25538
/proc/meminfo: memFree=1632688/2055920 swapFree=4179544/4192956
[pid=25525] ppid=25523 vsize=1797956 CPUtime=15.96
/proc/25525/stat : 25525 (java) S 25523 25525 24788 0 -1 0 74672 0 1 0 1558 38 0 0 18 0 13 0 127194159 1841106944 66526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25525/statm: 449489 66526 1323 9 0 447100 0
[pid=25525/tid=25527] ppid=25523 vsize=1797956 CPUtime=10.53
/proc/25525/task/25527/stat : 25527 (java) R 25523 25525 24788 0 -1 64 37725 0 1 0 1032 21 0 0 18 0 13 0 127194160 1841106944 66526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110074550 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25528] ppid=25523 vsize=1797956 CPUtime=1.28
/proc/25525/task/25528/stat : 25528 (java) S 25523 25525 24788 0 -1 64 13647 0 0 0 122 6 0 0 16 0 13 0 127194162 1841106944 66526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25529] ppid=25523 vsize=1797956 CPUtime=1.29
/proc/25525/task/25529/stat : 25529 (java) S 25523 25525 24788 0 -1 64 12803 0 0 0 123 6 0 0 16 0 13 0 127194162 1841106944 66526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25530] ppid=25523 vsize=1797956 CPUtime=0
/proc/25525/task/25530/stat : 25530 (java) S 25523 25525 24788 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 127194164 1841106944 66526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25531] ppid=25523 vsize=1797956 CPUtime=0
/proc/25525/task/25531/stat : 25531 (java) S 25523 25525 24788 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127194165 1841106944 66526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25532] ppid=25523 vsize=1797956 CPUtime=0
/proc/25525/task/25532/stat : 25532 (java) S 25523 25525 24788 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127194165 1841106944 66526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25533] ppid=25523 vsize=1797956 CPUtime=0
/proc/25525/task/25533/stat : 25533 (java) S 25523 25525 24788 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 127194168 1841106944 66526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25534] ppid=25523 vsize=1797956 CPUtime=1.09
/proc/25525/task/25534/stat : 25534 (java) S 25523 25525 24788 0 -1 64 2287 0 0 0 108 1 0 0 16 0 13 0 127194168 1841106944 66526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25535] ppid=25523 vsize=1797956 CPUtime=1.73
/proc/25525/task/25535/stat : 25535 (java) S 25523 25525 24788 0 -1 64 7476 0 0 0 170 3 0 0 16 0 13 0 127194168 1841106944 66526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25536] ppid=25523 vsize=1797956 CPUtime=0
/proc/25525/task/25536/stat : 25536 (java) S 25523 25525 24788 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127194168 1841106944 66526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25537] ppid=25523 vsize=1797956 CPUtime=0
/proc/25525/task/25537/stat : 25537 (java) S 25523 25525 24788 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127194168 1841106944 66526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25538] ppid=25523 vsize=1797956 CPUtime=0
/proc/25525/task/25538/stat : 25538 (java) S 25523 25525 24788 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 127194832 1841106944 66526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.96
Current children cumulated vsize (KiB) 1797956

[startup+25.502 s]
/proc/loadavg: 1.17 1.06 1.01 2/77 25538
/proc/meminfo: memFree=1703664/2055920 swapFree=4179544/4192956
[pid=25525] ppid=25523 vsize=1797956 CPUtime=28.77
/proc/25525/stat : 25525 (java) S 25523 25525 24788 0 -1 0 74699 0 1 0 2837 40 0 0 18 0 13 0 127194159 1841106944 48703 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25525/statm: 449489 48703 1323 9 0 447100 0
[pid=25525/tid=25527] ppid=25523 vsize=1797956 CPUtime=23.27
/proc/25525/task/25527/stat : 25527 (java) R 25523 25525 24788 0 -1 64 37748 0 1 0 2306 21 0 0 25 0 13 0 127194160 1841106944 48703 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110048489 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25528] ppid=25523 vsize=1797956 CPUtime=1.31
/proc/25525/task/25528/stat : 25528 (java) S 25523 25525 24788 0 -1 64 13647 0 0 0 125 6 0 0 15 0 13 0 127194162 1841106944 48703 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25529] ppid=25523 vsize=1797956 CPUtime=1.31
/proc/25525/task/25529/stat : 25529 (java) S 25523 25525 24788 0 -1 64 12803 0 0 0 125 6 0 0 16 0 13 0 127194162 1841106944 48703 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25530] ppid=25523 vsize=1797956 CPUtime=0.01
/proc/25525/task/25530/stat : 25530 (java) S 25523 25525 24788 0 -1 64 15 0 0 0 0 1 0 0 16 0 13 0 127194164 1841106944 48703 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25531] ppid=25523 vsize=1797956 CPUtime=0
/proc/25525/task/25531/stat : 25531 (java) S 25523 25525 24788 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127194165 1841106944 48703 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25532] ppid=25523 vsize=1797956 CPUtime=0
/proc/25525/task/25532/stat : 25532 (java) S 25523 25525 24788 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127194165 1841106944 48703 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=25525] ppid=25523 vsize=1797892 CPUtime=1614.91
/proc/25525/stat : 25525 (java) S 25523 25525 24788 0 -1 0 112793 0 1 0 161212 279 0 0 18 0 13 0 127194159 1841041408 54837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25525/statm: 449473 54837 1327 9 0 447084 0
[pid=25525/tid=25527] ppid=25523 vsize=1797892 CPUtime=1586.13
/proc/25525/task/25527/stat : 25527 (java) R 25523 25525 24788 0 -1 64 69249 0 1 0 158559 54 0 0 25 0 13 0 127194160 1841041408 54837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109760925 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25528] ppid=25523 vsize=1797892 CPUtime=12.18
/proc/25525/task/25528/stat : 25528 (java) S 25523 25525 24788 0 -1 64 17121 0 0 0 1124 94 0 0 16 0 13 0 127194162 1841041408 54837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25529] ppid=25523 vsize=1797892 CPUtime=12.24
/proc/25525/task/25529/stat : 25529 (java) S 25523 25525 24788 0 -1 64 15852 0 0 0 1159 65 0 0 16 0 13 0 127194162 1841041408 54837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25530] ppid=25523 vsize=1797892 CPUtime=1.35
/proc/25525/task/25530/stat : 25530 (java) S 25523 25525 24788 0 -1 64 81 0 0 0 77 58 0 0 15 0 13 0 127194164 1841041408 54837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25531] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25531/stat : 25531 (java) S 25523 25525 24788 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127194165 1841041408 54837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25532] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25532/stat : 25532 (java) S 25523 25525 24788 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127194165 1841041408 54837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25533] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25533/stat : 25533 (java) S 25523 25525 24788 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 127194168 1841041408 54837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25534] ppid=25523 vsize=1797892 CPUtime=1.16
/proc/25525/task/25534/stat : 25534 (java) S 25523 25525 24788 0 -1 64 2287 0 0 0 115 1 0 0 17 0 13 0 127194168 1841041408 54837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25535] ppid=25523 vsize=1797892 CPUtime=1.77
/proc/25525/task/25535/stat : 25535 (java) S 25523 25525 24788 0 -1 64 7480 0 0 0 174 3 0 0 16 0 13 0 127194168 1841041408 54837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25536] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25536/stat : 25536 (java) S 25523 25525 24788 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127194168 1841041408 54837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25537] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25537/stat : 25537 (java) S 25523 25525 24788 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127194168 1841041408 54837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25538] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25538/stat : 25538 (java) S 25523 25525 24788 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 127194832 1841041408 54837 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1614.91
Current children cumulated vsize (KiB) 1797892

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25736
/proc/meminfo: memFree=1591856/2055920 swapFree=4179544/4192956
[pid=25525] ppid=25523 vsize=1797892 CPUtime=1675.55
/proc/25525/stat : 25525 (java) S 25523 25525 24788 0 -1 0 137199 0 1 0 167259 296 0 0 18 0 13 0 127194159 1841041408 76531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25525/statm: 449473 76531 1327 9 0 447084 0
[pid=25525/tid=25527] ppid=25523 vsize=1797892 CPUtime=1645.46
/proc/25525/task/25527/stat : 25527 (java) R 25523 25525 24788 0 -1 64 82989 0 1 0 164486 60 0 0 25 0 13 0 127194160 1841041408 76531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110008975 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25528] ppid=25523 vsize=1797892 CPUtime=12.75
/proc/25525/task/25528/stat : 25528 (java) S 25523 25525 24788 0 -1 64 23179 0 0 0 1173 102 0 0 16 0 13 0 127194162 1841041408 76531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25529] ppid=25523 vsize=1797892 CPUtime=12.83
/proc/25525/task/25529/stat : 25529 (java) S 25523 25525 24788 0 -1 64 20425 0 0 0 1215 68 0 0 15 0 13 0 127194162 1841041408 76531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25530] ppid=25523 vsize=1797892 CPUtime=1.38
/proc/25525/task/25530/stat : 25530 (java) S 25523 25525 24788 0 -1 64 116 0 0 0 79 59 0 0 16 0 13 0 127194164 1841041408 76531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25531] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25531/stat : 25531 (java) S 25523 25525 24788 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127194165 1841041408 76531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25532] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25532/stat : 25532 (java) S 25523 25525 24788 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127194165 1841041408 76531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25533] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25533/stat : 25533 (java) S 25523 25525 24788 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 127194168 1841041408 76531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25534] ppid=25523 vsize=1797892 CPUtime=1.24
/proc/25525/task/25534/stat : 25534 (java) S 25523 25525 24788 0 -1 64 2287 0 0 0 123 1 0 0 16 0 13 0 127194168 1841041408 76531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25535] ppid=25523 vsize=1797892 CPUtime=1.83
/proc/25525/task/25535/stat : 25535 (java) S 25523 25525 24788 0 -1 64 7480 0 0 0 180 3 0 0 16 0 13 0 127194168 1841041408 76531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25536] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25536/stat : 25536 (java) S 25523 25525 24788 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127194168 1841041408 76531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25537] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25537/stat : 25537 (java) S 25523 25525 24788 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127194168 1841041408 76531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25538] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25538/stat : 25538 (java) S 25523 25525 24788 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 127194832 1841041408 76531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1675.55
Current children cumulated vsize (KiB) 1797892

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25736
/proc/meminfo: memFree=1634608/2055920 swapFree=4179544/4192956
[pid=25525] ppid=25523 vsize=1797892 CPUtime=1735.84
/proc/25525/stat : 25525 (java) S 25523 25525 24788 0 -1 0 140475 0 1 0 173281 303 0 0 18 0 13 0 127194159 1841041408 65743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25525/statm: 449473 65743 1327 9 0 447084 0
[pid=25525/tid=25527] ppid=25523 vsize=1797892 CPUtime=1704.94
/proc/25525/task/25527/stat : 25527 (java) R 25523 25525 24788 0 -1 64 83081 0 1 0 170434 60 0 0 25 0 13 0 127194160 1841041408 65743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110074395 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25528] ppid=25523 vsize=1797892 CPUtime=13.12
/proc/25525/task/25528/stat : 25528 (java) S 25523 25525 24788 0 -1 64 24837 0 0 0 1208 104 0 0 16 0 13 0 127194162 1841041408 65743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25529] ppid=25523 vsize=1797892 CPUtime=13.2
/proc/25525/task/25529/stat : 25529 (java) S 25523 25525 24788 0 -1 64 21935 0 0 0 1248 72 0 0 15 0 13 0 127194162 1841041408 65743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25530] ppid=25523 vsize=1797892 CPUtime=1.4
/proc/25525/task/25530/stat : 25530 (java) S 25523 25525 24788 0 -1 64 131 0 0 0 80 60 0 0 16 0 13 0 127194164 1841041408 65743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25531] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25531/stat : 25531 (java) S 25523 25525 24788 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127194165 1841041408 65743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25532] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25532/stat : 25532 (java) S 25523 25525 24788 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127194165 1841041408 65743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25533] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25533/stat : 25533 (java) S 25523 25525 24788 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 127194168 1841041408 65743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25534] ppid=25523 vsize=1797892 CPUtime=1.27
/proc/25525/task/25534/stat : 25534 (java) S 25523 25525 24788 0 -1 64 2288 0 0 0 126 1 0 0 16 0 13 0 127194168 1841041408 65743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25535] ppid=25523 vsize=1797892 CPUtime=1.85
/proc/25525/task/25535/stat : 25535 (java) S 25523 25525 24788 0 -1 64 7480 0 0 0 182 3 0 0 17 0 13 0 127194168 1841041408 65743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25536] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25536/stat : 25536 (java) S 25523 25525 24788 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127194168 1841041408 65743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25537] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25537/stat : 25537 (java) S 25523 25525 24788 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127194168 1841041408 65743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25538] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25538/stat : 25538 (java) S 25523 25525 24788 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 127194832 1841041408 65743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1735.84
Current children cumulated vsize (KiB) 1797892

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25736
/proc/meminfo: memFree=1624112/2055920 swapFree=4179544/4192956
[pid=25525] ppid=25523 vsize=1797892 CPUtime=1796.07
/proc/25525/stat : 25525 (java) S 25523 25525 24788 0 -1 0 143257 0 1 0 179296 311 0 0 18 0 13 0 127194159 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25525/statm: 449473 68390 1327 9 0 447084 0
[pid=25525/tid=25527] ppid=25523 vsize=1797892 CPUtime=1764.38
/proc/25525/task/25527/stat : 25527 (java) R 25523 25525 24788 0 -1 64 85843 0 1 0 176377 61 0 0 23 0 13 0 127194160 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110074191 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25528] ppid=25523 vsize=1797892 CPUtime=13.49
/proc/25525/task/25528/stat : 25528 (java) S 25523 25525 24788 0 -1 64 24837 0 0 0 1241 108 0 0 15 0 13 0 127194162 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25529] ppid=25523 vsize=1797892 CPUtime=13.59
/proc/25525/task/25529/stat : 25529 (java) S 25523 25525 24788 0 -1 64 21937 0 0 0 1286 73 0 0 16 0 13 0 127194162 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25530] ppid=25523 vsize=1797892 CPUtime=1.42
/proc/25525/task/25530/stat : 25530 (java) S 25523 25525 24788 0 -1 64 149 0 0 0 81 61 0 0 16 0 13 0 127194164 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25531] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25531/stat : 25531 (java) S 25523 25525 24788 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127194165 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25532] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25532/stat : 25532 (java) S 25523 25525 24788 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127194165 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25533] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25533/stat : 25533 (java) S 25523 25525 24788 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 127194168 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25534] ppid=25523 vsize=1797892 CPUtime=1.27
/proc/25525/task/25534/stat : 25534 (java) S 25523 25525 24788 0 -1 64 2288 0 0 0 126 1 0 0 16 0 13 0 127194168 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25535] ppid=25523 vsize=1797892 CPUtime=1.85
/proc/25525/task/25535/stat : 25535 (java) S 25523 25525 24788 0 -1 64 7480 0 0 0 182 3 0 0 17 0 13 0 127194168 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25536] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25536/stat : 25536 (java) S 25523 25525 24788 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127194168 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25537] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25537/stat : 25537 (java) S 25523 25525 24788 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127194168 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25538] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25538/stat : 25538 (java) S 25523 25525 24788 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 127194832 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.07
Current children cumulated vsize (KiB) 1797892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25736
/proc/meminfo: memFree=1624112/2055920 swapFree=4179544/4192956
[pid=25525] ppid=25523 vsize=1797892 CPUtime=1800
/proc/25525/stat : 25525 (java) S 25523 25525 24788 0 -1 0 143266 0 1 0 179688 312 0 0 18 0 13 0 127194159 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25525/statm: 449473 68390 1327 9 0 447084 0
[pid=25525/tid=25527] ppid=25523 vsize=1797892 CPUtime=1768.25
/proc/25525/task/25527/stat : 25527 (java) R 25523 25525 24788 0 -1 64 85852 0 1 0 176764 61 0 0 25 0 13 0 127194160 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110074331 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25528] ppid=25523 vsize=1797892 CPUtime=13.52
/proc/25525/task/25528/stat : 25528 (java) S 25523 25525 24788 0 -1 64 24837 0 0 0 1243 109 0 0 15 0 13 0 127194162 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25529] ppid=25523 vsize=1797892 CPUtime=13.61
/proc/25525/task/25529/stat : 25529 (java) S 25523 25525 24788 0 -1 64 21937 0 0 0 1288 73 0 0 16 0 13 0 127194162 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25530] ppid=25523 vsize=1797892 CPUtime=1.42
/proc/25525/task/25530/stat : 25530 (java) S 25523 25525 24788 0 -1 64 149 0 0 0 81 61 0 0 16 0 13 0 127194164 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25531] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25531/stat : 25531 (java) S 25523 25525 24788 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127194165 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25532] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25532/stat : 25532 (java) S 25523 25525 24788 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127194165 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25533] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25533/stat : 25533 (java) S 25523 25525 24788 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 127194168 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25534] ppid=25523 vsize=1797892 CPUtime=1.27
/proc/25525/task/25534/stat : 25534 (java) S 25523 25525 24788 0 -1 64 2288 0 0 0 126 1 0 0 16 0 13 0 127194168 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25535] ppid=25523 vsize=1797892 CPUtime=1.85
/proc/25525/task/25535/stat : 25535 (java) S 25523 25525 24788 0 -1 64 7480 0 0 0 182 3 0 0 17 0 13 0 127194168 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25536] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25536/stat : 25536 (java) S 25523 25525 24788 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127194168 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25525/tid=25537] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25537/stat : 25537 (java) S 25523 25525 24788 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127194168 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25525/tid=25538] ppid=25523 vsize=1797892 CPUtime=0
/proc/25525/task/25538/stat : 25538 (java) S 25523 25525 24788 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 127194832 1841041408 68390 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1797892

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): 1786.31
CPU time (s): 1800.11
CPU user time (s): 1796.94
CPU system time (s): 3.16252
CPU usage (%): 100.773
Max. virtual memory (cumulated for all children) (KiB): 1800572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.94
system time used= 3.16252
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143288
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= 111289
involuntary context switches= 54082

runsolver used 2.23166 second user time and 5.15721 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Tue Apr 17 06:54:02 UTC 2007

IDJOB= 350097
IDBENCH= 2972
IDSOLVER= 164
FILE ID= node60/350097-1176792842

PBS_JOBID= 4580848

Free space on /tmp= 66488 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=340-sizeP=171-sizeQ=340-700380480-max.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350097-1176792842/sat4jPseudoCPClause.jar /tmp/evaluation/350097-1176792842/instance-350097-1176792842.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-350097-1176792842 -o ROOT/results/node60/solver-350097-1176792842 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350097-1176792842/sat4jPseudoCPClause.jar /tmp/evaluation/350097-1176792842/instance-350097-1176792842.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  155cfa68d401e9611b171cd288033a79

RANDOM SEED= 390950232

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.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:       1894824 kB
Buffers:          4644 kB
Cached:         105860 kB
SwapCached:       7748 kB
Active:          79676 kB
Inactive:        50848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1894824 kB
SwapTotal:     4192956 kB
SwapFree:      4179544 kB
Dirty:           13176 kB
Writeback:           0 kB
Mapped:          21648 kB
Slab:            16548 kB
Committed_AS:  1501340 kB
PageTables:       1480 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= 66488 MiB

End job on node60 on Tue Apr 17 07:23:50 UTC 2007