Trace number 355301

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.21 1786.52

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=100-sizeP=51-sizeQ=100-520972534-max.opb
MD5SUM11b19c0232a5dd1a01e7c4342698e58e
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2
Best CPU time to get the best result obtained on this benchmark1800.31
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables5251
Total number of constraints15301
Number of constraints which are clauses15300
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 constraint5100
Number of terms in the objective function 51
Biggest coefficient in the objective function 1125899906842624
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 2251799813685247
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 713623846352979940529142984724747568191373312
Number of bits of the biggest number in a constraint 150
Biggest sum of numbers in a constraint 2854495385411919137542539254950202185769575159
Number of bits of the biggest sum of numbers151
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	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.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
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 solving /tmp/evaluation/355301-1176803904/instance-355301-1176803904.opb
0.20/0.20	c reading problem ... 
1.96/1.49	c ... done. Wall clock time 1.292s.
1.96/1.49	c CPU time (experimental) 1.02s.
1.96/1.49	c #vars     5251
1.96/1.49	c #constraints  15302
1800.09/1786.42	c starts		: 1
1800.09/1786.42	c conflicts		: 64
1800.09/1786.42	c decisions		: 3153
1800.09/1786.42	c propagations		: 45409
1800.09/1786.42	c inspects		: 370723
1800.09/1786.42	c learnt literals	: 0
1800.09/1786.42	c learnt binary clauses	: 0
1800.09/1786.42	c learnt ternary clauses	: 0
1800.09/1786.42	c learnt clauses	: 63
1800.09/1786.42	c root simplifications	: 0
1800.09/1786.42	c removed literals (reason simplification)	: 0
1800.09/1786.42	c reason swapping (by a shorter reason)	: 0
1800.09/1786.42	c Calls to reduceDB	: 0
1800.09/1786.42	c speed (decisions/second)	: 1.766475620619527
1800.09/1786.42	c non guided choices	2
1800.09/1786.42	s UNKNOWN
1800.09/1786.42	c Total wall clock time (ms): 1786.217

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/node7/watcher-355301-1176803904 -o ROOT/results/node7/solver-355301-1176803904 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355301-1176803904/sat4jPseudoCP.jar /tmp/evaluation/355301-1176803904/instance-355301-1176803904.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 15524
/proc/meminfo: memFree=1763952/2055920 swapFree=4149348/4192956
[pid=15524] ppid=15522 vsize=152 CPUtime=0
/proc/15524/stat : 15524 (java) R 15522 15524 14759 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 156428012 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 10416427 0 0 4096 0 0 0 0 17 1 0 0
/proc/15524/statm: 38 26 19 9 0 4 0

[startup+0.0725589 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15524
/proc/meminfo: memFree=1763952/2055920 swapFree=4149348/4192956
[pid=15524] ppid=15522 vsize=1777708 CPUtime=0.05
/proc/15524/stat : 15524 (java) S 15522 15524 14759 0 -1 0 3717 0 1 0 4 1 0 0 18 0 7 0 156428012 1820372992 3460 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/15524/statm: 444427 3460 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.10254 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15524
/proc/meminfo: memFree=1763952/2055920 swapFree=4149348/4192956
[pid=15524] ppid=15522 vsize=1780108 CPUtime=0.09
/proc/15524/stat : 15524 (java) S 15522 15524 14759 0 -1 0 3976 0 1 0 7 2 0 0 18 0 12 0 156428012 1822830592 3718 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15524/statm: 445027 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.30256 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15524
/proc/meminfo: memFree=1763952/2055920 swapFree=4149348/4192956
[pid=15524] ppid=15522 vsize=1781420 CPUtime=0.32
/proc/15524/stat : 15524 (java) S 15522 15524 14759 0 -1 0 5174 0 1 0 29 3 0 0 18 0 12 0 156428012 1824174080 4913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15524/statm: 445355 4913 1263 9 0 442967 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781420

[startup+0.701602 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15524
/proc/meminfo: memFree=1763952/2055920 swapFree=4149348/4192956
[pid=15524] ppid=15522 vsize=1782428 CPUtime=0.91
/proc/15524/stat : 15524 (java) S 15522 15524 14759 0 -1 0 6853 0 1 0 87 4 0 0 18 0 12 0 156428012 1825206272 6317 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15524/statm: 445607 6317 1301 9 0 443219 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1782428

[startup+1.50169 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 15536
/proc/meminfo: memFree=1735952/2055920 swapFree=4149348/4192956
[pid=15524] ppid=15522 vsize=1784692 CPUtime=2.12
/proc/15524/stat : 15524 (java) S 15522 15524 14759 0 -1 0 16230 0 1 0 204 8 0 0 18 0 12 0 156428012 1827524608 14545 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15524/statm: 446173 14545 1309 9 0 443785 0
[pid=15524/tid=15526] ppid=15522 vsize=1784692 CPUtime=1.03
/proc/15524/task/15526/stat : 15526 (java) R 15522 15524 14759 0 -1 64 12745 0 1 0 98 5 0 0 18 0 12 0 156428014 1827524608 14545 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109221638 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15527] ppid=15522 vsize=1784692 CPUtime=0
/proc/15524/task/15527/stat : 15527 (java) S 15522 15524 14759 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 156428015 1827524608 14545 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15528] ppid=15522 vsize=1784692 CPUtime=0
/proc/15524/task/15528/stat : 15528 (java) S 15522 15524 14759 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 156428015 1827524608 14548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15529] ppid=15522 vsize=1784692 CPUtime=0
/proc/15524/task/15529/stat : 15529 (java) S 15522 15524 14759 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 156428018 1827524608 14548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15530] ppid=15522 vsize=1784692 CPUtime=0
/proc/15524/task/15530/stat : 15530 (java) S 15522 15524 14759 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 156428018 1827524608 14548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15531] ppid=15522 vsize=1784692 CPUtime=0
/proc/15524/task/15531/stat : 15531 (java) S 15522 15524 14759 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 156428018 1827524608 14548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15532] ppid=15522 vsize=1784692 CPUtime=0
/proc/15524/task/15532/stat : 15532 (java) S 15522 15524 14759 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 156428022 1827524608 14548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15533] ppid=15522 vsize=1784692 CPUtime=0.52
/proc/15524/task/15533/stat : 15533 (java) S 15522 15524 14759 0 -1 64 1089 0 0 0 52 0 0 0 17 0 12 0 156428022 1827524608 14548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15534] ppid=15522 vsize=1784692 CPUtime=0.53
/proc/15524/task/15534/stat : 15534 (java) S 15522 15524 14759 0 -1 64 1676 0 0 0 53 0 0 0 16 0 12 0 156428022 1827524608 14548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15535] ppid=15522 vsize=1784692 CPUtime=0
/proc/15524/task/15535/stat : 15535 (java) S 15522 15524 14759 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 156428022 1827524608 14548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15536] ppid=15522 vsize=1784692 CPUtime=0
/proc/15524/task/15536/stat : 15536 (java) S 15522 15524 14759 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 156428022 1827524608 14548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1784692

[startup+3.10185 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 15537
/proc/meminfo: memFree=1643528/2055920 swapFree=4149348/4192956
[pid=15524] ppid=15522 vsize=1785016 CPUtime=4.07
/proc/15524/stat : 15524 (java) S 15522 15524 14759 0 -1 0 44157 0 1 0 388 19 0 0 18 0 13 0 156428012 1827856384 41625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15524/statm: 446254 41625 1319 9 0 443866 0
[pid=15524/tid=15526] ppid=15522 vsize=1785016 CPUtime=2.42
/proc/15524/task/15526/stat : 15526 (java) R 15522 15524 14759 0 -1 64 37715 0 1 0 227 15 0 0 19 0 13 0 156428014 1827856384 41625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109872882 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15527] ppid=15522 vsize=1785016 CPUtime=0.03
/proc/15524/task/15527/stat : 15527 (java) S 15522 15524 14759 0 -1 64 1140 0 0 0 3 0 0 0 16 0 13 0 156428015 1827856384 41625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15528] ppid=15522 vsize=1785016 CPUtime=0.03
/proc/15524/task/15528/stat : 15528 (java) S 15522 15524 14759 0 -1 64 942 0 0 0 3 0 0 0 16 0 13 0 156428015 1827856384 41625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15529] ppid=15522 vsize=1785016 CPUtime=0
/proc/15524/task/15529/stat : 15529 (java) S 15522 15524 14759 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156428018 1827856384 41625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15530] ppid=15522 vsize=1785016 CPUtime=0
/proc/15524/task/15530/stat : 15530 (java) S 15522 15524 14759 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156428018 1827856384 41625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15531] ppid=15522 vsize=1785016 CPUtime=0
/proc/15524/task/15531/stat : 15531 (java) S 15522 15524 14759 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156428018 1827856384 41625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15532] ppid=15522 vsize=1785016 CPUtime=0
/proc/15524/task/15532/stat : 15532 (java) S 15522 15524 14759 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 156428022 1827856384 41625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15533] ppid=15522 vsize=1785016 CPUtime=0.76
/proc/15524/task/15533/stat : 15533 (java) S 15522 15524 14759 0 -1 64 1556 0 0 0 76 0 0 0 16 0 13 0 156428022 1827856384 41625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15534] ppid=15522 vsize=1785016 CPUtime=0.78
/proc/15524/task/15534/stat : 15534 (java) S 15522 15524 14759 0 -1 64 2072 0 0 0 77 1 0 0 17 0 13 0 156428022 1827856384 41625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15535] ppid=15522 vsize=1785016 CPUtime=0
/proc/15524/task/15535/stat : 15535 (java) S 15522 15524 14759 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156428022 1827856384 41625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15536] ppid=15522 vsize=1785016 CPUtime=0
/proc/15524/task/15536/stat : 15536 (java) S 15522 15524 14759 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156428022 1827856384 41625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15537] ppid=15522 vsize=1785016 CPUtime=0
/proc/15524/task/15537/stat : 15537 (java) S 15522 15524 14759 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 156428164 1827856384 41625 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 1785016

[startup+6.30218 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 15537
/proc/meminfo: memFree=1586376/2055920 swapFree=4149348/4192956
[pid=15524] ppid=15522 vsize=1784952 CPUtime=7.52
/proc/15524/stat : 15524 (java) S 15522 15524 14759 0 -1 0 49429 0 1 0 731 21 0 0 18 0 13 0 156428012 1827790848 45731 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15524/statm: 446238 45731 1325 9 0 443850 0
[pid=15524/tid=15526] ppid=15522 vsize=1784952 CPUtime=5.44
/proc/15524/task/15526/stat : 15526 (java) R 15522 15524 14759 0 -1 64 40352 0 1 0 527 17 0 0 25 0 13 0 156428014 1827790848 45731 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109872787 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15527] ppid=15522 vsize=1784952 CPUtime=0.12
/proc/15524/task/15527/stat : 15527 (java) S 15522 15524 14759 0 -1 64 2275 0 0 0 12 0 0 0 15 0 13 0 156428015 1827790848 45731 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15528] ppid=15522 vsize=1784952 CPUtime=0.12
/proc/15524/task/15528/stat : 15528 (java) S 15522 15524 14759 0 -1 64 2377 0 0 0 12 0 0 0 16 0 13 0 156428015 1827790848 45731 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15529] ppid=15522 vsize=1784952 CPUtime=0
/proc/15524/task/15529/stat : 15529 (java) S 15522 15524 14759 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 156428018 1827790848 45731 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15530] ppid=15522 vsize=1784952 CPUtime=0
/proc/15524/task/15530/stat : 15530 (java) S 15522 15524 14759 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156428018 1827790848 45731 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15531] ppid=15522 vsize=1784952 CPUtime=0
/proc/15524/task/15531/stat : 15531 (java) S 15522 15524 14759 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156428018 1827790848 45731 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15532] ppid=15522 vsize=1784952 CPUtime=0
/proc/15524/task/15532/stat : 15532 (java) S 15522 15524 14759 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 156428022 1827790848 45731 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15533] ppid=15522 vsize=1784952 CPUtime=0.87
/proc/15524/task/15533/stat : 15533 (java) S 15522 15524 14759 0 -1 64 1571 0 0 0 87 0 0 0 16 0 13 0 156428022 1827790848 45731 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15534] ppid=15522 vsize=1784952 CPUtime=0.91
/proc/15524/task/15534/stat : 15534 (java) S 15522 15524 14759 0 -1 64 2107 0 0 0 90 1 0 0 16 0 13 0 156428022 1827790848 45731 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15535] ppid=15522 vsize=1784952 CPUtime=0
/proc/15524/task/15535/stat : 15535 (java) S 15522 15524 14759 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156428022 1827790848 45731 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15536] ppid=15522 vsize=1784952 CPUtime=0
/proc/15524/task/15536/stat : 15536 (java) S 15522 15524 14759 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156428022 1827790848 45731 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15537] ppid=15522 vsize=1784952 CPUtime=0
/proc/15524/task/15537/stat : 15537 (java) S 15522 15524 14759 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 156428164 1827790848 45731 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 1784952

[startup+12.7029 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 15537
/proc/meminfo: memFree=1568520/2055920 swapFree=4149348/4192956
[pid=15524] ppid=15522 vsize=1784952 CPUtime=14.07
/proc/15524/stat : 15524 (java) S 15522 15524 14759 0 -1 0 54616 0 1 0 1383 24 0 0 18 0 13 0 156428012 1827790848 48560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15524/statm: 446238 48560 1325 9 0 443850 0
[pid=15524/tid=15526] ppid=15522 vsize=1784952 CPUtime=11.72
/proc/15524/task/15526/stat : 15526 (java) R 15522 15524 14759 0 -1 64 44197 0 1 0 1153 19 0 0 25 0 13 0 156428014 1827790848 48560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109774771 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15527] ppid=15522 vsize=1784952 CPUtime=0.16
/proc/15524/task/15527/stat : 15527 (java) S 15522 15524 14759 0 -1 64 3009 0 0 0 15 1 0 0 16 0 13 0 156428015 1827790848 48560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15528] ppid=15522 vsize=1784952 CPUtime=0.16
/proc/15524/task/15528/stat : 15528 (java) S 15522 15524 14759 0 -1 64 2985 0 0 0 15 1 0 0 16 0 13 0 156428015 1827790848 48560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15529] ppid=15522 vsize=1784952 CPUtime=0
/proc/15524/task/15529/stat : 15529 (java) S 15522 15524 14759 0 -1 64 25 0 0 0 0 0 0 0 17 0 13 0 156428018 1827790848 48560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15530] ppid=15522 vsize=1784952 CPUtime=0
/proc/15524/task/15530/stat : 15530 (java) S 15522 15524 14759 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156428018 1827790848 48560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15531] ppid=15522 vsize=1784952 CPUtime=0
/proc/15524/task/15531/stat : 15531 (java) S 15522 15524 14759 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156428018 1827790848 48560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15532] ppid=15522 vsize=1784952 CPUtime=0
/proc/15524/task/15532/stat : 15532 (java) S 15522 15524 14759 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 156428022 1827790848 48560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15533] ppid=15522 vsize=1784952 CPUtime=0.97
/proc/15524/task/15533/stat : 15533 (java) S 15522 15524 14759 0 -1 64 1571 0 0 0 97 0 0 0 16 0 13 0 156428022 1827790848 48560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15534] ppid=15522 vsize=1784952 CPUtime=1.01
/proc/15524/task/15534/stat : 15534 (java) S 15522 15524 14759 0 -1 64 2107 0 0 0 100 1 0 0 17 0 13 0 156428022 1827790848 48560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15535] ppid=15522 vsize=1784952 CPUtime=0
/proc/15524/task/15535/stat : 15535 (java) S 15522 15524 14759 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156428022 1827790848 48560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15536] ppid=15522 vsize=1784952 CPUtime=0
/proc/15524/task/15536/stat : 15536 (java) S 15522 15524 14759 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156428022 1827790848 48560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15537] ppid=15522 vsize=1784952 CPUtime=0
/proc/15524/task/15537/stat : 15537 (java) S 15522 15524 14759 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 156428164 1827790848 48560 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.07
Current children cumulated vsize (KiB) 1784952

[startup+25.5022 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 15537
/proc/meminfo: memFree=1614600/2055920 swapFree=4149348/4192956
[pid=15524] ppid=15522 vsize=1784952 CPUtime=27.3
/proc/15524/stat : 15524 (java) S 15522 15524 14759 0 -1 0 56468 0 1 0 2704 26 0 0 18 0 13 0 156428012 1827790848 38341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15524/statm: 446238 38341 1325 9 0 443850 0
[pid=15524/tid=15526] ppid=15522 vsize=1784952 CPUtime=24.34
/proc/15524/task/15526/stat : 15526 (java) R 15522 15524 14759 0 -1 64 44248 0 1 0 2415 19 0 0 25 0 13 0 156428014 1827790848 38341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109685573 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15527] ppid=15522 vsize=1784952 CPUtime=0.19
/proc/15524/task/15527/stat : 15527 (java) S 15522 15524 14759 0 -1 64 3283 0 0 0 18 1 0 0 15 0 13 0 156428015 1827790848 38341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15528] ppid=15522 vsize=1784952 CPUtime=0.18
/proc/15524/task/15528/stat : 15528 (java) S 15522 15524 14759 0 -1 64 3095 0 0 0 17 1 0 0 16 0 13 0 156428015 1827790848 38341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15529] ppid=15522 vsize=1784952 CPUtime=0.02
/proc/15524/task/15529/stat : 15529 (java) S 15522 15524 14759 0 -1 64 25 0 0 0 1 1 0 0 16 0 13 0 156428018 1827790848 38341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=15524/tid=15529] ppid=15522 vsize=1785976 CPUtime=1.52
/proc/15524/task/15529/stat : 15529 (java) S 15522 15524 14759 0 -1 64 388 0 0 0 82 70 0 0 15 0 13 0 156428018 1828839424 101131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15530] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15530/stat : 15530 (java) S 15522 15524 14759 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156428018 1828839424 101131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15531] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15531/stat : 15531 (java) S 15522 15524 14759 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156428018 1828839424 101131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15532] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15532/stat : 15532 (java) S 15522 15524 14759 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 156428022 1828839424 101131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15533] ppid=15522 vsize=1785976 CPUtime=1.41
/proc/15524/task/15533/stat : 15533 (java) S 15522 15524 14759 0 -1 64 1774 0 0 0 141 0 0 0 17 0 13 0 156428022 1828839424 101131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15534] ppid=15522 vsize=1785976 CPUtime=1.56
/proc/15524/task/15534/stat : 15534 (java) S 15522 15524 14759 0 -1 64 3528 0 0 0 155 1 0 0 17 0 13 0 156428022 1828839424 101131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15535] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15535/stat : 15535 (java) S 15522 15524 14759 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156428022 1828839424 101131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15536] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15536/stat : 15536 (java) S 15522 15524 14759 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 156428022 1828839424 101131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15537] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15537/stat : 15537 (java) S 15522 15524 14759 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 156428164 1828839424 101131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.59
Current children cumulated vsize (KiB) 1785976

[startup+1662.3 s]
/proc/loadavg: 1.10 1.03 1.01 2/90 15735
/proc/meminfo: memFree=1365512/2055920 swapFree=4149348/4192956
[pid=15524] ppid=15522 vsize=1785976 CPUtime=1675.02
/proc/15524/stat : 15524 (java) S 15522 15524 14759 0 -1 0 215941 0 1 0 167260 242 0 0 18 0 13 0 156428012 1828839424 100328 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15524/statm: 446494 100328 1325 9 0 444106 0
[pid=15524/tid=15526] ppid=15522 vsize=1785976 CPUtime=1645.94
/proc/15524/task/15526/stat : 15526 (java) R 15522 15524 14759 0 -1 64 135319 0 1 0 164503 91 0 0 19 0 13 0 156428014 1828839424 100328 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109773720 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15527] ppid=15522 vsize=1785976 CPUtime=12.26
/proc/15524/task/15527/stat : 15527 (java) S 15522 15524 14759 0 -1 64 36805 0 0 0 1190 36 0 0 16 0 13 0 156428015 1828839424 100328 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15528] ppid=15522 vsize=1785976 CPUtime=12.23
/proc/15524/task/15528/stat : 15528 (java) S 15522 15524 14759 0 -1 64 37397 0 0 0 1184 39 0 0 16 0 13 0 156428015 1828839424 100328 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15529] ppid=15522 vsize=1785976 CPUtime=1.56
/proc/15524/task/15529/stat : 15529 (java) S 15522 15524 14759 0 -1 64 395 0 0 0 84 72 0 0 15 0 13 0 156428018 1828839424 100328 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15530] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15530/stat : 15530 (java) S 15522 15524 14759 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156428018 1828839424 100328 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15531] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15531/stat : 15531 (java) S 15522 15524 14759 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156428018 1828839424 100328 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15532] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15532/stat : 15532 (java) S 15522 15524 14759 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 156428022 1828839424 100328 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15533] ppid=15522 vsize=1785976 CPUtime=1.41
/proc/15524/task/15533/stat : 15533 (java) S 15522 15524 14759 0 -1 64 1774 0 0 0 141 0 0 0 17 0 13 0 156428022 1828839424 100328 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15534] ppid=15522 vsize=1785976 CPUtime=1.56
/proc/15524/task/15534/stat : 15534 (java) S 15522 15524 14759 0 -1 64 3528 0 0 0 155 1 0 0 17 0 13 0 156428022 1828839424 100328 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15535] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15535/stat : 15535 (java) S 15522 15524 14759 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156428022 1828839424 100328 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15536] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15536/stat : 15536 (java) R 15522 15524 14759 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 156428022 1828839424 100328 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15537] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15537/stat : 15537 (java) S 15522 15524 14759 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 156428164 1828839424 100328 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.02
Current children cumulated vsize (KiB) 1785976

[startup+1722.3 s]
/proc/loadavg: 1.08 1.04 1.01 2/90 15735
/proc/meminfo: memFree=1348296/2055920 swapFree=4149348/4192956
[pid=15524] ppid=15522 vsize=1785976 CPUtime=1735.52
/proc/15524/stat : 15524 (java) S 15522 15524 14759 0 -1 0 223126 0 1 0 173304 248 0 0 18 0 13 0 156428012 1828839424 104692 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15524/statm: 446494 104692 1325 9 0 444106 0
[pid=15524/tid=15526] ppid=15522 vsize=1785976 CPUtime=1705.3
/proc/15524/task/15526/stat : 15526 (java) R 15522 15524 14759 0 -1 64 140224 0 1 0 170437 93 0 0 17 0 13 0 156428014 1828839424 104692 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109779992 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15527] ppid=15522 vsize=1785976 CPUtime=12.82
/proc/15524/task/15527/stat : 15527 (java) S 15522 15524 14759 0 -1 64 38049 0 0 0 1245 37 0 0 15 0 13 0 156428015 1828839424 104692 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15528] ppid=15522 vsize=1785976 CPUtime=12.78
/proc/15524/task/15528/stat : 15528 (java) S 15522 15524 14759 0 -1 64 38421 0 0 0 1238 40 0 0 16 0 13 0 156428015 1828839424 104692 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15529] ppid=15522 vsize=1785976 CPUtime=1.59
/proc/15524/task/15529/stat : 15529 (java) S 15522 15524 14759 0 -1 64 407 0 0 0 86 73 0 0 15 0 13 0 156428018 1828839424 104692 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15530] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15530/stat : 15530 (java) S 15522 15524 14759 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156428018 1828839424 104692 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15531] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15531/stat : 15531 (java) S 15522 15524 14759 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156428018 1828839424 104692 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15532] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15532/stat : 15532 (java) S 15522 15524 14759 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 156428022 1828839424 104692 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15533] ppid=15522 vsize=1785976 CPUtime=1.41
/proc/15524/task/15533/stat : 15533 (java) S 15522 15524 14759 0 -1 64 1774 0 0 0 141 0 0 0 17 0 13 0 156428022 1828839424 104692 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15534] ppid=15522 vsize=1785976 CPUtime=1.56
/proc/15524/task/15534/stat : 15534 (java) S 15522 15524 14759 0 -1 64 3528 0 0 0 155 1 0 0 17 0 13 0 156428022 1828839424 104692 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15535] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15535/stat : 15535 (java) S 15522 15524 14759 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156428022 1828839424 104692 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15536] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15536/stat : 15536 (java) S 15522 15524 14759 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 156428022 1828839424 104692 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15537] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15537/stat : 15537 (java) S 15522 15524 14759 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 156428164 1828839424 104692 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.52
Current children cumulated vsize (KiB) 1785976

[startup+1782.3 s]
/proc/loadavg: 1.07 1.04 1.01 2/90 15735
/proc/meminfo: memFree=1347144/2055920 swapFree=4149348/4192956
[pid=15524] ppid=15522 vsize=1785976 CPUtime=1795.94
/proc/15524/stat : 15524 (java) S 15522 15524 14759 0 -1 0 225086 0 1 0 179343 251 0 0 18 0 13 0 156428012 1828839424 104911 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15524/statm: 446494 104911 1325 9 0 444106 0
[pid=15524/tid=15526] ppid=15522 vsize=1785976 CPUtime=1764.7
/proc/15524/task/15526/stat : 15526 (java) R 15522 15524 14759 0 -1 64 140351 0 1 0 176376 94 0 0 17 0 13 0 156428014 1828839424 104911 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109774126 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15527] ppid=15522 vsize=1785976 CPUtime=13.32
/proc/15524/task/15527/stat : 15527 (java) S 15522 15524 14759 0 -1 64 38933 0 0 0 1294 38 0 0 16 0 13 0 156428015 1828839424 104911 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15528] ppid=15522 vsize=1785976 CPUtime=13.26
/proc/15524/task/15528/stat : 15528 (java) S 15522 15524 14759 0 -1 64 39365 0 0 0 1286 40 0 0 16 0 13 0 156428015 1828839424 104911 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15529] ppid=15522 vsize=1785976 CPUtime=1.61
/proc/15524/task/15529/stat : 15529 (java) S 15522 15524 14759 0 -1 64 412 0 0 0 87 74 0 0 16 0 13 0 156428018 1828839424 104911 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15530] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15530/stat : 15530 (java) S 15522 15524 14759 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156428018 1828839424 104911 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15531] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15531/stat : 15531 (java) S 15522 15524 14759 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156428018 1828839424 104911 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15532] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15532/stat : 15532 (java) S 15522 15524 14759 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 156428022 1828839424 104911 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15533] ppid=15522 vsize=1785976 CPUtime=1.41
/proc/15524/task/15533/stat : 15533 (java) S 15522 15524 14759 0 -1 64 1774 0 0 0 141 0 0 0 17 0 13 0 156428022 1828839424 104911 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15534] ppid=15522 vsize=1785976 CPUtime=1.56
/proc/15524/task/15534/stat : 15534 (java) S 15522 15524 14759 0 -1 64 3528 0 0 0 155 1 0 0 17 0 13 0 156428022 1828839424 104911 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15535] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15535/stat : 15535 (java) S 15522 15524 14759 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156428022 1828839424 104911 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15536] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15536/stat : 15536 (java) S 15522 15524 14759 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 156428022 1828839424 104911 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15537] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15537/stat : 15537 (java) S 15522 15524 14759 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 156428164 1828839424 104911 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.94
Current children cumulated vsize (KiB) 1785976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.41 s]
/proc/loadavg: 1.06 1.04 1.01 2/90 15735
/proc/meminfo: memFree=1347656/2055920 swapFree=4149348/4192956
[pid=15524] ppid=15522 vsize=1785976 CPUtime=1800.09
/proc/15524/stat : 15524 (java) S 15522 15524 14759 0 -1 0 225274 0 1 0 179757 252 0 0 18 0 13 0 156428012 1828839424 104854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15524/statm: 446494 104854 1325 9 0 444106 0
[pid=15524/tid=15526] ppid=15522 vsize=1785976 CPUtime=1768.77
/proc/15524/task/15526/stat : 15526 (java) R 15522 15524 14759 0 -1 64 140360 0 1 0 176783 94 0 0 18 0 13 0 156428014 1828839424 104854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109685502 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15527] ppid=15522 vsize=1785976 CPUtime=13.36
/proc/15524/task/15527/stat : 15527 (java) S 15522 15524 14759 0 -1 64 39003 0 0 0 1298 38 0 0 16 0 13 0 156428015 1828839424 104854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15528] ppid=15522 vsize=1785976 CPUtime=13.31
/proc/15524/task/15528/stat : 15528 (java) S 15522 15524 14759 0 -1 64 39471 0 0 0 1291 40 0 0 15 0 13 0 156428015 1828839424 104854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15529] ppid=15522 vsize=1785976 CPUtime=1.62
/proc/15524/task/15529/stat : 15529 (java) S 15522 15524 14759 0 -1 64 415 0 0 0 88 74 0 0 16 0 13 0 156428018 1828839424 104854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15530] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15530/stat : 15530 (java) S 15522 15524 14759 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156428018 1828839424 104854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15531] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15531/stat : 15531 (java) S 15522 15524 14759 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156428018 1828839424 104854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15532] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15532/stat : 15532 (java) S 15522 15524 14759 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 156428022 1828839424 104854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15533] ppid=15522 vsize=1785976 CPUtime=1.41
/proc/15524/task/15533/stat : 15533 (java) S 15522 15524 14759 0 -1 64 1774 0 0 0 141 0 0 0 17 0 13 0 156428022 1828839424 104854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15534] ppid=15522 vsize=1785976 CPUtime=1.56
/proc/15524/task/15534/stat : 15534 (java) S 15522 15524 14759 0 -1 64 3528 0 0 0 155 1 0 0 17 0 13 0 156428022 1828839424 104854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15535] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15535/stat : 15535 (java) S 15522 15524 14759 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156428022 1828839424 104854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15524/tid=15536] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15536/stat : 15536 (java) S 15522 15524 14759 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 156428022 1828839424 104854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15524/tid=15537] ppid=15522 vsize=1785976 CPUtime=0
/proc/15524/task/15537/stat : 15537 (java) S 15522 15524 14759 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 156428164 1828839424 104854 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1785976

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

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

[startup+1786.51 s]
/proc/loadavg: 1.06 1.04 1.01 2/90 15735
/proc/meminfo: memFree=1347656/2055920 swapFree=4149348/4192956
[pid=15524] ppid=15522 vsize=0 CPUtime=1800.19
/proc/15524/stat : 15524 (java) Z 15522 15524 14759 0 -1 1036 225295 0 1 0 179762 257 0 0 16 0 2 0 156428012 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15524/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.52
CPU time (s): 1800.21
CPU user time (s): 1797.63
CPU system time (s): 2.58661
CPU usage (%): 100.766
Max. virtual memory (cumulated for all children) (KiB): 1787072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.63
system time used= 2.58661
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225295
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= 113375
involuntary context switches= 73931

runsolver used 1.9757 second user time and 5.61615 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Tue Apr 17 09:58:24 UTC 2007

IDJOB= 355301
IDBENCH= 3022
IDSOLVER= 160
FILE ID= node7/355301-1176803904

PBS_JOBID= 4586217

Free space on /tmp= 66384 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=100-sizeP=51-sizeQ=100-520972534-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355301-1176803904/sat4jPseudoCP.jar /tmp/evaluation/355301-1176803904/instance-355301-1176803904.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-355301-1176803904 -o ROOT/results/node7/solver-355301-1176803904 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355301-1176803904/sat4jPseudoCP.jar /tmp/evaluation/355301-1176803904/instance-355301-1176803904.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  11b19c0232a5dd1a01e7c4342698e58e

RANDOM SEED= 8837165

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1764424 kB
Buffers:         31904 kB
Cached:         182204 kB
SwapCached:      24300 kB
Active:         102652 kB
Inactive:       146756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764424 kB
SwapTotal:     4192956 kB
SwapFree:      4149348 kB
Dirty:            4136 kB
Writeback:           0 kB
Mapped:          31340 kB
Slab:            27556 kB
Committed_AS:  7061860 kB
PageTables:       1864 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= 66384 MiB

End job on node7 on Tue Apr 17 10:28:12 UTC 2007