Trace number 348055

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.25 1787.67

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-bg512142.opb
MD5SUM6816c7581e307ff85cc3550c4b71269a
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables16800
Total number of constraints945
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints934
Minimum length of a constraint1
Maximum length of a constraint183
Number of terms in the objective function 9600
Biggest coefficient in the objective function 3638
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 533064
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262141
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 533064
Number of bits of the biggest sum of numbers20
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.15/0.40	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15/0.40	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15/0.40	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15/0.41	c no version file found!!!
0.15/0.41	c sun.arch.data.model	32
0.15/0.41	c java.version	1.6.0
0.15/0.41	c os.name	Linux
0.15/0.41	c os.version	2.6.9-22.EL.rootsmp
0.15/0.41	c os.arch	i386
0.15/0.41	c Free memory 1651659224
0.15/0.41	c Max memory 1654456320
0.15/0.41	c Total memory 1654456320
0.15/0.41	c Number of processors 2
0.15/0.47	--- Begin Solver configuration ---
0.15/0.47	c Stops conflict analysis at the first Unique Implication Point
0.15/0.47	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.47	c Learn all clauses as in MiniSAT
0.15/0.47	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.47	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.47	c No reason simplification
0.15/0.47	c --- End Solver configuration ---
0.15/0.47	c solving /tmp/evaluation/348055-1176567421/instance-348055-1176567421.opb
0.15/0.47	c reading problem ... 
2.68/1.95	c ... done. Wall clock time 1.474s.
2.68/1.95	c CPU time (experimental) 1.2s.
2.68/1.95	c #vars     16800
2.68/1.95	c #constraints  1175
1800.08/1787.52	c starts		: 23
1800.08/1787.52	c conflicts		: 2037077
1800.08/1787.52	c decisions		: 2486369
1800.08/1787.52	c propagations		: 38227761
1800.08/1787.52	c inspects		: 3752294519
1800.08/1787.52	c learnt literals	: 143
1800.08/1787.52	c learnt binary clauses	: 127
1800.08/1787.52	c learnt ternary clauses	: 146
1800.08/1787.52	c learnt clauses	: 2036934
1800.08/1787.52	c root simplifications	: 0
1800.08/1787.52	c removed literals (reason simplification)	: 0
1800.08/1787.52	c reason swapping (by a shorter reason)	: 0
1800.08/1787.52	c Calls to reduceDB	: 0
1800.08/1787.52	c speed (decisions/second)	: 1392.6835033506823
1800.08/1787.52	c non guided choices	25795
1800.08/1787.52	s UNKNOWN
1800.08/1787.52	c Total wall clock time (ms): 1787.045

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/node45/watcher-348055-1176567421 -o ROOT/results/node45/solver-348055-1176567421 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348055-1176567421/sat4jPseudoResolution.jar /tmp/evaluation/348055-1176567421/instance-348055-1176567421.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 0.98 1.06 2/64 31635
/proc/meminfo: memFree=1482168/2055920 swapFree=4192956/4192956
[pid=31635] ppid=31633 vsize=152 CPUtime=0
/proc/31635/stat : 31635 (java) R 31633 31635 31325 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 11587705 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4727588 0 0 4096 0 0 0 0 17 1 0 0
/proc/31635/statm: 38 26 19 9 0 4 0

[startup+0.056392 s]
/proc/loadavg: 0.92 0.98 1.06 2/64 31635
/proc/meminfo: memFree=1482168/2055920 swapFree=4192956/4192956
[pid=31635] ppid=31633 vsize=1800 CPUtime=0
/proc/31635/stat : 31635 (java) D 31633 31635 31325 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 11587705 1843200 155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4727355 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/31635/statm: 450 155 118 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.102462 s]
/proc/loadavg: 0.92 0.98 1.06 2/64 31635
/proc/meminfo: memFree=1482168/2055920 swapFree=4192956/4192956
[pid=31635] ppid=31633 vsize=12056 CPUtime=0.02
/proc/31635/stat : 31635 (java) D 31633 31635 31325 0 -1 0 384 0 20 0 0 2 0 0 18 0 1 0 11587705 12345344 211 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4698922 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/31635/statm: 3014 211 135 9 0 1148 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12056

[startup+0.302427 s]
/proc/loadavg: 0.92 0.98 1.06 2/64 31635
/proc/meminfo: memFree=1482168/2055920 swapFree=4192956/4192956
[pid=31635] ppid=31633 vsize=1780256 CPUtime=0.13
/proc/31635/stat : 31635 (java) S 31633 31635 31325 0 -1 0 4020 0 31 0 7 6 0 0 18 0 12 0 11587705 1822982144 3791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31635/statm: 445064 3791 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 1780256

[startup+0.702459 s]
/proc/loadavg: 0.92 0.98 1.06 2/64 31635
/proc/meminfo: memFree=1482168/2055920 swapFree=4192956/4192956
[pid=31635] ppid=31633 vsize=1783200 CPUtime=0.57
/proc/31635/stat : 31635 (java) S 31633 31635 31325 0 -1 0 5960 0 31 0 49 8 0 0 18 0 12 0 11587705 1825996800 5557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31635/statm: 445800 5557 1281 9 0 443412 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 1783200

[startup+1.50155 s]
/proc/loadavg: 0.92 0.98 1.06 4/76 31647
/proc/meminfo: memFree=1448152/2055920 swapFree=4192956/4192956
[pid=31635] ppid=31633 vsize=1796268 CPUtime=2.07
/proc/31635/stat : 31635 (java) S 31633 31635 31325 0 -1 0 18582 0 31 0 192 15 0 0 18 0 12 0 11587705 1839378432 16108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31635/statm: 449067 16108 1303 9 0 446679 0
[pid=31635/tid=31637] ppid=31633 vsize=1796268 CPUtime=0.88
/proc/31635/task/31637/stat : 31637 (java) R 31633 31635 31325 0 -1 64 11962 0 8 0 78 10 0 0 18 0 12 0 11587716 1839378432 16108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109644546 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31638] ppid=31633 vsize=1796268 CPUtime=0
/proc/31635/task/31638/stat : 31638 (java) S 31633 31635 31325 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 11587720 1839378432 16109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31639] ppid=31633 vsize=1796268 CPUtime=0
/proc/31635/task/31639/stat : 31639 (java) S 31633 31635 31325 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 11587720 1839378432 16113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31640] ppid=31633 vsize=1796268 CPUtime=0
/proc/31635/task/31640/stat : 31640 (java) S 31633 31635 31325 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 11587724 1839378432 16120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31641] ppid=31633 vsize=1796268 CPUtime=0
/proc/31635/task/31641/stat : 31641 (java) S 31633 31635 31325 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 11587725 1839378432 16122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31642] ppid=31633 vsize=1796268 CPUtime=0
/proc/31635/task/31642/stat : 31642 (java) S 31633 31635 31325 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 11587725 1839378432 16122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31643] ppid=31633 vsize=1796268 CPUtime=0
/proc/31635/task/31643/stat : 31643 (java) S 31633 31635 31325 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 11587732 1839378432 16122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31644] ppid=31633 vsize=1796268 CPUtime=0.58
/proc/31635/task/31644/stat : 31644 (java) R 31633 31635 31325 0 -1 64 2519 0 0 0 57 1 0 0 18 0 12 0 11587732 1839378432 16122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103335981 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31645] ppid=31633 vsize=1796268 CPUtime=0.57
/proc/31635/task/31645/stat : 31645 (java) R 31633 31635 31325 0 -1 64 3417 0 0 0 56 1 0 0 18 0 12 0 11587732 1839378432 16122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102390461 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31646] ppid=31633 vsize=1796268 CPUtime=0
/proc/31635/task/31646/stat : 31646 (java) S 31633 31635 31325 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 11587732 1839378432 16122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31647] ppid=31633 vsize=1796268 CPUtime=0
/proc/31635/task/31647/stat : 31647 (java) S 31633 31635 31325 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 11587732 1839378432 16122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 1796268

[startup+3.1017 s]
/proc/loadavg: 1.09 1.02 1.07 4/76 31647
/proc/meminfo: memFree=1377368/2055920 swapFree=4192956/4192956
[pid=31635] ppid=31633 vsize=1795520 CPUtime=4.35
/proc/31635/stat : 31635 (java) S 31633 31635 31325 0 -1 0 38912 0 31 0 411 24 0 0 18 0 13 0 11587705 1838612480 33774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31635/statm: 448880 33775 1317 9 0 446492 0
[pid=31635/tid=31637] ppid=31633 vsize=1795520 CPUtime=2.08
/proc/31635/task/31637/stat : 31637 (java) R 31633 31635 31325 0 -1 64 29548 0 8 0 190 18 0 0 24 0 13 0 11587716 1838612480 33776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109683719 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31638] ppid=31633 vsize=1795520 CPUtime=0
/proc/31635/task/31638/stat : 31638 (java) S 31633 31635 31325 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 11587720 1838612480 33776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31639] ppid=31633 vsize=1795520 CPUtime=0
/proc/31635/task/31639/stat : 31639 (java) S 31633 31635 31325 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 11587720 1838612480 33777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31640] ppid=31633 vsize=1795520 CPUtime=0
/proc/31635/task/31640/stat : 31640 (java) S 31633 31635 31325 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 11587724 1838612480 33778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31641] ppid=31633 vsize=1795520 CPUtime=0
/proc/31635/task/31641/stat : 31641 (java) S 31633 31635 31325 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 11587725 1838612480 33778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31642] ppid=31633 vsize=1795520 CPUtime=0
/proc/31635/task/31642/stat : 31642 (java) S 31633 31635 31325 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 11587725 1838612480 33779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31643] ppid=31633 vsize=1795520 CPUtime=0
/proc/31635/task/31643/stat : 31643 (java) S 31633 31635 31325 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 11587732 1838612480 33779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31644] ppid=31633 vsize=1795520 CPUtime=1.11
/proc/31635/task/31644/stat : 31644 (java) S 31633 31635 31325 0 -1 64 4107 0 0 0 110 1 0 0 16 0 13 0 11587732 1838612480 33780 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31645] ppid=31633 vsize=1795520 CPUtime=1.12
/proc/31635/task/31645/stat : 31645 (java) S 31633 31635 31325 0 -1 64 4557 0 0 0 111 1 0 0 16 0 13 0 11587732 1838612480 33781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31646] ppid=31633 vsize=1795520 CPUtime=0
/proc/31635/task/31646/stat : 31646 (java) S 31633 31635 31325 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 11587732 1838612480 33781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31647] ppid=31633 vsize=1795520 CPUtime=0
/proc/31635/task/31647/stat : 31647 (java) S 31633 31635 31325 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 11587732 1838612480 33782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 1795520

[startup+6.30302 s]
/proc/loadavg: 1.09 1.02 1.07 2/77 31648
/proc/meminfo: memFree=1297168/2055920 swapFree=4192956/4192956
[pid=31635] ppid=31633 vsize=1795488 CPUtime=7.63
/proc/31635/stat : 31635 (java) S 31633 31635 31325 0 -1 0 50252 0 31 0 734 29 0 0 18 0 13 0 11587705 1838579712 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31635/statm: 448872 45072 1326 9 0 446484 0
[pid=31635/tid=31637] ppid=31633 vsize=1795488 CPUtime=5.17
/proc/31635/task/31637/stat : 31637 (java) R 31633 31635 31325 0 -1 64 37715 0 8 0 496 21 0 0 25 0 13 0 11587716 1838579712 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109684033 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31638] ppid=31633 vsize=1795488 CPUtime=0.05
/proc/31635/task/31638/stat : 31638 (java) S 31633 31635 31325 0 -1 64 1805 0 0 0 5 0 0 0 17 0 13 0 11587720 1838579712 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31639] ppid=31633 vsize=1795488 CPUtime=0.05
/proc/31635/task/31639/stat : 31639 (java) S 31633 31635 31325 0 -1 64 1358 0 0 0 5 0 0 0 17 0 13 0 11587720 1838579712 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31640] ppid=31633 vsize=1795488 CPUtime=0
/proc/31635/task/31640/stat : 31640 (java) S 31633 31635 31325 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 11587724 1838579712 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31641] ppid=31633 vsize=1795488 CPUtime=0
/proc/31635/task/31641/stat : 31641 (java) S 31633 31635 31325 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 11587725 1838579712 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31642] ppid=31633 vsize=1795488 CPUtime=0
/proc/31635/task/31642/stat : 31642 (java) S 31633 31635 31325 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11587725 1838579712 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31643] ppid=31633 vsize=1795488 CPUtime=0
/proc/31635/task/31643/stat : 31643 (java) S 31633 31635 31325 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 11587732 1838579712 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31644] ppid=31633 vsize=1795488 CPUtime=1.13
/proc/31635/task/31644/stat : 31644 (java) S 31633 31635 31325 0 -1 64 4109 0 0 0 112 1 0 0 16 0 13 0 11587732 1838579712 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31645] ppid=31633 vsize=1795488 CPUtime=1.15
/proc/31635/task/31645/stat : 31645 (java) S 31633 31635 31325 0 -1 64 4559 0 0 0 114 1 0 0 16 0 13 0 11587732 1838579712 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31646] ppid=31633 vsize=1795488 CPUtime=0
/proc/31635/task/31646/stat : 31646 (java) S 31633 31635 31325 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 11587732 1838579712 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31647] ppid=31633 vsize=1795488 CPUtime=0
/proc/31635/task/31647/stat : 31647 (java) S 31633 31635 31325 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 11587732 1838579712 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31648] ppid=31633 vsize=1795488 CPUtime=0
/proc/31635/task/31648/stat : 31648 (java) S 31633 31635 31325 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 11587934 1838579712 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 1795488

[startup+12.7017 s]
/proc/loadavg: 1.07 1.02 1.07 3/77 31648
/proc/meminfo: memFree=1270800/2055920 swapFree=4192956/4192956
[pid=31635] ppid=31633 vsize=1794072 CPUtime=14.23
/proc/31635/stat : 31635 (java) S 31633 31635 31325 0 -1 0 58889 0 31 0 1389 34 0 0 18 0 13 0 11587705 1837129728 53213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31635/statm: 448518 53213 1326 9 0 446130 0
[pid=31635/tid=31637] ppid=31633 vsize=1794072 CPUtime=11.35
/proc/31635/task/31637/stat : 31637 (java) R 31633 31635 31325 0 -1 64 37718 0 8 0 1114 21 0 0 24 0 13 0 11587716 1837129728 53213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109677360 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31638] ppid=31633 vsize=1794072 CPUtime=0.25
/proc/31635/task/31638/stat : 31638 (java) S 31633 31635 31325 0 -1 64 6071 0 0 0 22 3 0 0 16 0 13 0 11587720 1837129728 53213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31639] ppid=31633 vsize=1794072 CPUtime=0.25
/proc/31635/task/31639/stat : 31639 (java) S 31633 31635 31325 0 -1 64 5719 0 0 0 23 2 0 0 17 0 13 0 11587720 1837129728 53213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31640] ppid=31633 vsize=1794072 CPUtime=0
/proc/31635/task/31640/stat : 31640 (java) S 31633 31635 31325 0 -1 64 15 0 0 0 0 0 0 0 15 0 13 0 11587724 1837129728 53213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31641] ppid=31633 vsize=1794072 CPUtime=0
/proc/31635/task/31641/stat : 31641 (java) S 31633 31635 31325 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 11587725 1837129728 53213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31642] ppid=31633 vsize=1794072 CPUtime=0
/proc/31635/task/31642/stat : 31642 (java) S 31633 31635 31325 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11587725 1837129728 53213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31643] ppid=31633 vsize=1794072 CPUtime=0
/proc/31635/task/31643/stat : 31643 (java) S 31633 31635 31325 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 11587732 1837129728 53213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31644] ppid=31633 vsize=1794072 CPUtime=1.13
/proc/31635/task/31644/stat : 31644 (java) S 31633 31635 31325 0 -1 64 4109 0 0 0 112 1 0 0 16 0 13 0 11587732 1837129728 53213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31645] ppid=31633 vsize=1794072 CPUtime=1.16
/proc/31635/task/31645/stat : 31645 (java) S 31633 31635 31325 0 -1 64 4559 0 0 0 115 1 0 0 17 0 13 0 11587732 1837129728 53213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31646] ppid=31633 vsize=1794072 CPUtime=0
/proc/31635/task/31646/stat : 31646 (java) S 31633 31635 31325 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 11587732 1837129728 53213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31647] ppid=31633 vsize=1794072 CPUtime=0
/proc/31635/task/31647/stat : 31647 (java) S 31633 31635 31325 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 11587732 1837129728 53213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31648] ppid=31633 vsize=1794072 CPUtime=0
/proc/31635/task/31648/stat : 31648 (java) S 31633 31635 31325 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 11587934 1837129728 53213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.23
Current children cumulated vsize (KiB) 1794072

[startup+25.503 s]
/proc/loadavg: 1.06 1.01 1.07 2/77 31648
/proc/meminfo: memFree=1233936/2055920 swapFree=4192956/4192956
[pid=31635] ppid=31633 vsize=1794072 CPUtime=27.4
/proc/31635/stat : 31635 (java) S 31633 31635 31325 0 -1 0 67801 0 31 0 2702 38 0 0 18 0 13 0 11587705 1837129728 60881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31635/statm: 448518 60881 1326 9 0 446130 0
[pid=31635/tid=31637] ppid=31633 vsize=1794072 CPUtime=23.77
/proc/31635/task/31637/stat : 31637 (java) R 31633 31635 31325 0 -1 64 37724 0 8 0 2356 21 0 0 25 0 13 0 11587716 1837129728 60881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109921964 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31638] ppid=31633 vsize=1794072 CPUtime=0.62
/proc/31635/task/31638/stat : 31638 (java) S 31633 31635 31325 0 -1 64 10344 0 0 0 57 5 0 0 16 0 13 0 11587720 1837129728 60881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31639] ppid=31633 vsize=1794072 CPUtime=0.62
/proc/31635/task/31639/stat : 31639 (java) S 31633 31635 31325 0 -1 64 10352 0 0 0 57 5 0 0 16 0 13 0 11587720 1837129728 60881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31640] ppid=31633 vsize=1794072 CPUtime=0
/proc/31635/task/31640/stat : 31640 (java) S 31633 31635 31325 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 11587724 1837129728 60881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31641] ppid=31633 vsize=1794072 CPUtime=0
/proc/31635/task/31641/stat : 31641 (java) S 31633 31635 31325 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 11587725 1837129728 60881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=31635/tid=31640] ppid=31633 vsize=1793216 CPUtime=0.1
/proc/31635/task/31640/stat : 31640 (java) S 31633 31635 31325 0 -1 64 192 0 0 0 3 7 0 0 16 0 13 0 11587724 1836253184 189644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31641] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31641/stat : 31641 (java) S 31633 31635 31325 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 11587725 1836253184 189644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31642] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31642/stat : 31642 (java) S 31633 31635 31325 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11587725 1836253184 189644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31643] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31643/stat : 31643 (java) S 31633 31635 31325 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 11587732 1836253184 189644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31644] ppid=31633 vsize=1793216 CPUtime=1.14
/proc/31635/task/31644/stat : 31644 (java) S 31633 31635 31325 0 -1 64 4109 0 0 0 113 1 0 0 16 0 13 0 11587732 1836253184 189644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31645] ppid=31633 vsize=1793216 CPUtime=1.16
/proc/31635/task/31645/stat : 31645 (java) S 31633 31635 31325 0 -1 64 4559 0 0 0 115 1 0 0 17 0 13 0 11587732 1836253184 189644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31646] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31646/stat : 31646 (java) S 31633 31635 31325 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 11587732 1836253184 189644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31647] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31647/stat : 31647 (java) S 31633 31635 31325 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 11587732 1836253184 189644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31648] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31648/stat : 31648 (java) S 31633 31635 31325 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 11587934 1836253184 189644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.12
Current children cumulated vsize (KiB) 1793216

[startup+1662.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/77 31648
/proc/meminfo: memFree=712976/2055920 swapFree=4192956/4192956
[pid=31635] ppid=31633 vsize=1793216 CPUtime=1674.4
/proc/31635/stat : 31635 (java) S 31633 31635 31325 0 -1 0 301002 0 31 0 167280 160 0 0 18 0 13 0 11587705 1836253184 190755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31635/statm: 448304 190755 1326 9 0 445916 0
[pid=31635/tid=31637] ppid=31633 vsize=1793216 CPUtime=1648.86
/proc/31635/task/31637/stat : 31637 (java) R 31633 31635 31325 0 -1 64 92749 0 8 0 164838 48 0 0 25 0 13 0 11587716 1836253184 190755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109921964 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31638] ppid=31633 vsize=1793216 CPUtime=11.53
/proc/31635/task/31638/stat : 31638 (java) S 31633 31635 31325 0 -1 64 104597 0 0 0 1102 51 0 0 16 0 13 0 11587720 1836253184 190755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31639] ppid=31633 vsize=1793216 CPUtime=11.51
/proc/31635/task/31639/stat : 31639 (java) S 31633 31635 31325 0 -1 64 94098 0 0 0 1106 45 0 0 16 0 13 0 11587720 1836253184 190755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31640] ppid=31633 vsize=1793216 CPUtime=0.11
/proc/31635/task/31640/stat : 31640 (java) S 31633 31635 31325 0 -1 64 192 0 0 0 3 8 0 0 16 0 13 0 11587724 1836253184 190755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31641] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31641/stat : 31641 (java) S 31633 31635 31325 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 11587725 1836253184 190755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31642] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31642/stat : 31642 (java) S 31633 31635 31325 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11587725 1836253184 190755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31643] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31643/stat : 31643 (java) S 31633 31635 31325 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 11587732 1836253184 190755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31644] ppid=31633 vsize=1793216 CPUtime=1.14
/proc/31635/task/31644/stat : 31644 (java) S 31633 31635 31325 0 -1 64 4109 0 0 0 113 1 0 0 16 0 13 0 11587732 1836253184 190755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31645] ppid=31633 vsize=1793216 CPUtime=1.16
/proc/31635/task/31645/stat : 31645 (java) S 31633 31635 31325 0 -1 64 4559 0 0 0 115 1 0 0 17 0 13 0 11587732 1836253184 190755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31646] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31646/stat : 31646 (java) S 31633 31635 31325 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 11587732 1836253184 190755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31647] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31647/stat : 31647 (java) S 31633 31635 31325 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 11587732 1836253184 190755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31648] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31648/stat : 31648 (java) S 31633 31635 31325 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 11587934 1836253184 190755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1674.4
Current children cumulated vsize (KiB) 1793216

[startup+1722.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 31648
/proc/meminfo: memFree=710736/2055920 swapFree=4192956/4192956
[pid=31635] ppid=31633 vsize=1793216 CPUtime=1734.59
/proc/31635/stat : 31635 (java) S 31633 31635 31325 0 -1 0 303068 0 31 0 173297 162 0 0 18 0 13 0 11587705 1836253184 191306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31635/statm: 448304 191306 1326 9 0 445916 0
[pid=31635/tid=31637] ppid=31633 vsize=1793216 CPUtime=1708.64
/proc/31635/task/31637/stat : 31637 (java) R 31633 31635 31325 0 -1 64 92751 0 8 0 170816 48 0 0 25 0 13 0 11587716 1836253184 191306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343383 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31638] ppid=31633 vsize=1793216 CPUtime=11.72
/proc/31635/task/31638/stat : 31638 (java) S 31633 31635 31325 0 -1 64 105605 0 0 0 1121 51 0 0 16 0 13 0 11587720 1836253184 191306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31639] ppid=31633 vsize=1793216 CPUtime=11.71
/proc/31635/task/31639/stat : 31639 (java) S 31633 31635 31325 0 -1 64 95154 0 0 0 1125 46 0 0 16 0 13 0 11587720 1836253184 191306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31640] ppid=31633 vsize=1793216 CPUtime=0.11
/proc/31635/task/31640/stat : 31640 (java) S 31633 31635 31325 0 -1 64 192 0 0 0 3 8 0 0 16 0 13 0 11587724 1836253184 191306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31641] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31641/stat : 31641 (java) S 31633 31635 31325 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 11587725 1836253184 191306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31642] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31642/stat : 31642 (java) S 31633 31635 31325 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11587725 1836253184 191306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31643] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31643/stat : 31643 (java) S 31633 31635 31325 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 11587732 1836253184 191306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31644] ppid=31633 vsize=1793216 CPUtime=1.14
/proc/31635/task/31644/stat : 31644 (java) S 31633 31635 31325 0 -1 64 4109 0 0 0 113 1 0 0 16 0 13 0 11587732 1836253184 191306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31645] ppid=31633 vsize=1793216 CPUtime=1.16
/proc/31635/task/31645/stat : 31645 (java) S 31633 31635 31325 0 -1 64 4559 0 0 0 115 1 0 0 17 0 13 0 11587732 1836253184 191306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31646] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31646/stat : 31646 (java) S 31633 31635 31325 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 11587732 1836253184 191306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31647] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31647/stat : 31647 (java) S 31633 31635 31325 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 11587732 1836253184 191306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31648] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31648/stat : 31648 (java) S 31633 31635 31325 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 11587934 1836253184 191306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1734.59
Current children cumulated vsize (KiB) 1793216

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 31648
/proc/meminfo: memFree=703824/2055920 swapFree=4192956/4192956
[pid=31635] ppid=31633 vsize=1793216 CPUtime=1794.87
/proc/31635/stat : 31635 (java) S 31633 31635 31325 0 -1 0 306606 0 31 0 179324 163 0 0 18 0 13 0 11587705 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31635/statm: 448304 193017 1326 9 0 445916 0
[pid=31635/tid=31637] ppid=31633 vsize=1793216 CPUtime=1768.3
/proc/31635/task/31637/stat : 31637 (java) R 31633 31635 31325 0 -1 64 92754 0 8 0 176782 48 0 0 25 0 13 0 11587716 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109940881 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31638] ppid=31633 vsize=1793216 CPUtime=12.04
/proc/31635/task/31638/stat : 31638 (java) S 31633 31635 31325 0 -1 64 107026 0 0 0 1152 52 0 0 17 0 13 0 11587720 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31639] ppid=31633 vsize=1793216 CPUtime=12.02
/proc/31635/task/31639/stat : 31639 (java) S 31633 31635 31325 0 -1 64 97268 0 0 0 1155 47 0 0 17 0 13 0 11587720 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31640] ppid=31633 vsize=1793216 CPUtime=0.11
/proc/31635/task/31640/stat : 31640 (java) S 31633 31635 31325 0 -1 64 192 0 0 0 3 8 0 0 16 0 13 0 11587724 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31641] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31641/stat : 31641 (java) S 31633 31635 31325 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 11587725 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31642] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31642/stat : 31642 (java) S 31633 31635 31325 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11587725 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31643] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31643/stat : 31643 (java) S 31633 31635 31325 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 11587732 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31644] ppid=31633 vsize=1793216 CPUtime=1.14
/proc/31635/task/31644/stat : 31644 (java) S 31633 31635 31325 0 -1 64 4109 0 0 0 113 1 0 0 16 0 13 0 11587732 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31645] ppid=31633 vsize=1793216 CPUtime=1.16
/proc/31635/task/31645/stat : 31645 (java) S 31633 31635 31325 0 -1 64 4559 0 0 0 115 1 0 0 17 0 13 0 11587732 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31646] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31646/stat : 31646 (java) S 31633 31635 31325 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 11587732 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31647] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31647/stat : 31647 (java) S 31633 31635 31325 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 11587732 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31648] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31648/stat : 31648 (java) S 31633 31635 31325 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 11587934 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1794.87
Current children cumulated vsize (KiB) 1793216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 31648
/proc/meminfo: memFree=703824/2055920 swapFree=4192956/4192956
[pid=31635] ppid=31633 vsize=1793216 CPUtime=1800.08
/proc/31635/stat : 31635 (java) S 31633 31635 31325 0 -1 0 306606 0 31 0 179845 163 0 0 18 0 13 0 11587705 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31635/statm: 448304 193017 1326 9 0 445916 0
[pid=31635/tid=31637] ppid=31633 vsize=1793216 CPUtime=1773.51
/proc/31635/task/31637/stat : 31637 (java) R 31633 31635 31325 0 -1 64 92754 0 8 0 177303 48 0 0 25 0 13 0 11587716 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109921964 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31638] ppid=31633 vsize=1793216 CPUtime=12.04
/proc/31635/task/31638/stat : 31638 (java) S 31633 31635 31325 0 -1 64 107026 0 0 0 1152 52 0 0 17 0 13 0 11587720 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31639] ppid=31633 vsize=1793216 CPUtime=12.02
/proc/31635/task/31639/stat : 31639 (java) S 31633 31635 31325 0 -1 64 97268 0 0 0 1155 47 0 0 17 0 13 0 11587720 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31640] ppid=31633 vsize=1793216 CPUtime=0.11
/proc/31635/task/31640/stat : 31640 (java) S 31633 31635 31325 0 -1 64 192 0 0 0 3 8 0 0 16 0 13 0 11587724 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31641] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31641/stat : 31641 (java) S 31633 31635 31325 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 11587725 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31642] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31642/stat : 31642 (java) S 31633 31635 31325 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11587725 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31643] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31643/stat : 31643 (java) S 31633 31635 31325 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 11587732 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31644] ppid=31633 vsize=1793216 CPUtime=1.14
/proc/31635/task/31644/stat : 31644 (java) S 31633 31635 31325 0 -1 64 4109 0 0 0 113 1 0 0 16 0 13 0 11587732 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31645] ppid=31633 vsize=1793216 CPUtime=1.16
/proc/31635/task/31645/stat : 31645 (java) S 31633 31635 31325 0 -1 64 4559 0 0 0 115 1 0 0 17 0 13 0 11587732 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31646] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31646/stat : 31646 (java) S 31633 31635 31325 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 11587732 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31635/tid=31647] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31647/stat : 31647 (java) S 31633 31635 31325 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 11587732 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31635/tid=31648] ppid=31633 vsize=1793216 CPUtime=0
/proc/31635/task/31648/stat : 31648 (java) S 31633 31635 31325 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 11587934 1836253184 193017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1793216

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

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

[startup+1787.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 31648
/proc/meminfo: memFree=703824/2055920 swapFree=4192956/4192956
[pid=31635] ppid=31633 vsize=0 CPUtime=1800.19
/proc/31635/stat : 31635 (java) Z 31633 31635 31325 0 -1 1036 306626 0 31 0 179850 169 0 0 16 0 2 0 11587705 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31635/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): 1787.67
CPU time (s): 1800.25
CPU user time (s): 1798.5
CPU system time (s): 1.75173
CPU usage (%): 100.704
Max. virtual memory (cumulated for all children) (KiB): 1796796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.5
system time used= 1.75173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306626
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39666
involuntary context switches= 38332

runsolver used 2.0037 second user time and 4.53031 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Sat Apr 14 16:17:01 UTC 2007

IDJOB= 348055
IDBENCH= 1612
IDSOLVER= 159
FILE ID= node45/348055-1176567421

PBS_JOBID= 4556874

Free space on /tmp= 66560 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-bg512142.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348055-1176567421/sat4jPseudoResolution.jar /tmp/evaluation/348055-1176567421/instance-348055-1176567421.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-348055-1176567421 -o ROOT/results/node45/solver-348055-1176567421 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348055-1176567421/sat4jPseudoResolution.jar /tmp/evaluation/348055-1176567421/instance-348055-1176567421.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6816c7581e307ff85cc3550c4b71269a

RANDOM SEED= 26878659

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.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.218
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.218
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:       1482640 kB
Buffers:         52604 kB
Cached:         408028 kB
SwapCached:          0 kB
Active:         199468 kB
Inactive:       276600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1482640 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4452 kB
Writeback:           0 kB
Mapped:          25604 kB
Slab:            83328 kB
Committed_AS:    61544 kB
PageTables:       1396 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= 66560 MiB

End job on node45 on Sat Apr 14 16:46:50 UTC 2007