Trace number 349791

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 NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.18 1787.6

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-85-80.opb
MD5SUM0bff286f636188f318e01b1cd9504474
Bench CategorySATUNSAT-SMALLINT (no 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints285685
Number of constraints which are clauses285685
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint80
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.12/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.33	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.33	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.34	c no version file found!!!
0.12/0.34	c sun.arch.data.model	32
0.12/0.34	c java.version	1.6.0
0.12/0.34	c os.name	Linux
0.12/0.34	c os.version	2.6.9-22.EL.rootsmp
0.12/0.34	c os.arch	i386
0.12/0.34	c Free memory 1651659224
0.12/0.34	c Max memory 1654456320
0.12/0.34	c Total memory 1654456320
0.12/0.34	c Number of processors 2
0.21/0.40	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.21/0.40	--- Begin Solver configuration ---
0.21/0.40	c Stops conflict analysis at the first Unique Implication Point
0.21/0.40	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.40	c Learn all clauses as in MiniSAT
0.21/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.40	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.40	c No reason simplification
0.21/0.40	c --- End Solver configuration ---
0.21/0.40	c Simplify asserted PB constraints to clauses
0.21/0.40	c solving /tmp/evaluation/349791-1176715410/instance-349791-1176715410.opb
0.21/0.40	c reading problem ... 
5.92/5.31	c ... done. Wall clock time 4.913s.
5.92/5.31	c CPU time (experimental) 4.37s.
5.92/5.31	c #vars     6800
5.92/5.31	c #constraints  285685
1800.08/1787.52	c starts		: 2
1800.08/1787.52	c conflicts		: 64250
1800.08/1787.52	c decisions		: 89473
1800.08/1787.52	c propagations		: 3469537
1800.08/1787.52	c inspects		: 65917965
1800.08/1787.52	c learnt literals	: 0
1800.08/1787.52	c learnt binary clauses	: 0
1800.08/1787.52	c learnt ternary clauses	: 0
1800.08/1787.52	c learnt clauses	: 64249
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)	: 50.203990710300644
1800.08/1787.52	c non guided choices	3173
1800.08/1787.52	s UNKNOWN
1800.08/1787.52	c Total wall clock time (ms): 1787.117

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/node35/watcher-349791-1176715410 -o ROOT/results/node35/solver-349791-1176715410 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349791-1176715410/sat4jPseudoCPClause.jar /tmp/evaluation/349791-1176715410/instance-349791-1176715410.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 28833
/proc/meminfo: memFree=1843832/2055920 swapFree=4102048/4192956
[pid=28833] ppid=28831 vsize=1800 CPUtime=0
/proc/28833/stat : 28833 (java) R 28831 28833 27762 0 -1 0 136 0 0 0 0 0 0 0 18 0 1 0 119456425 1843200 108 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28833/statm: 450 116 85 9 0 92 0

[startup+0.0123771 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 28833
/proc/meminfo: memFree=1843832/2055920 swapFree=4102048/4192956
[pid=28833] ppid=28831 vsize=12056 CPUtime=0
/proc/28833/stat : 28833 (java) R 28831 28833 27762 0 -1 0 619 0 0 0 0 0 0 0 18 0 1 0 119456425 12345344 426 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 106103573 0 0 4096 0 0 0 0 17 1 0 0
/proc/28833/statm: 3014 438 153 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.101391 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 28833
/proc/meminfo: memFree=1843832/2055920 swapFree=4102048/4192956
[pid=28833] ppid=28831 vsize=12916 CPUtime=0.01
/proc/28833/stat : 28833 (java) S 28831 28833 27762 0 -1 0 905 0 1 0 0 1 0 0 18 0 2 0 119456425 13225984 661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/28833/statm: 3229 661 331 9 0 1243 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12916

[startup+0.301417 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 28833
/proc/meminfo: memFree=1843832/2055920 swapFree=4102048/4192956
[pid=28833] ppid=28831 vsize=1780260 CPUtime=0.12
/proc/28833/stat : 28833 (java) S 28831 28833 27762 0 -1 0 4217 0 1 0 10 2 0 0 18 0 12 0 119456425 1822986240 3958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28833/statm: 445065 3958 1134 9 0 442683 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1780260

[startup+0.701468 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 28833
/proc/meminfo: memFree=1843832/2055920 swapFree=4102048/4192956
[pid=28833] ppid=28831 vsize=1783892 CPUtime=0.66
/proc/28833/stat : 28833 (java) S 28831 28833 27762 0 -1 0 6545 0 1 0 62 4 0 0 18 0 12 0 119456425 1826705408 6005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28833/statm: 445973 6006 1292 9 0 443584 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 1783892

[startup+1.50156 s]
/proc/loadavg: 1.08 1.02 1.01 4/89 28845
/proc/meminfo: memFree=1818648/2055920 swapFree=4102048/4192956
[pid=28833] ppid=28831 vsize=1785828 CPUtime=1.88
/proc/28833/stat : 28833 (java) S 28831 28833 27762 0 -1 0 13206 0 1 0 181 7 0 0 18 0 12 0 119456425 1828687872 11375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28833/statm: 446457 11375 1308 9 0 444068 0
[pid=28833/tid=28835] ppid=28831 vsize=1785828 CPUtime=0.8
/proc/28833/task/28835/stat : 28835 (java) R 28831 28833 27762 0 -1 64 9496 0 1 0 76 4 0 0 19 0 12 0 119456427 1828687872 11375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28836] ppid=28831 vsize=1785828 CPUtime=0
/proc/28833/task/28836/stat : 28836 (java) S 28831 28833 27762 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 119456439 1828687872 11375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28837] ppid=28831 vsize=1785828 CPUtime=0
/proc/28833/task/28837/stat : 28837 (java) S 28831 28833 27762 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 119456439 1828687872 11375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28838] ppid=28831 vsize=1785828 CPUtime=0
/proc/28833/task/28838/stat : 28838 (java) S 28831 28833 27762 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 119456442 1828687872 11375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28839] ppid=28831 vsize=1785828 CPUtime=0
/proc/28833/task/28839/stat : 28839 (java) S 28831 28833 27762 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 119456442 1828687872 11375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28840] ppid=28831 vsize=1785828 CPUtime=0
/proc/28833/task/28840/stat : 28840 (java) S 28831 28833 27762 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 119456442 1828687872 11375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28841] ppid=28831 vsize=1785828 CPUtime=0
/proc/28833/task/28841/stat : 28841 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 119456446 1828687872 11375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28842] ppid=28831 vsize=1785828 CPUtime=0.51
/proc/28833/task/28842/stat : 28842 (java) R 28831 28833 27762 0 -1 64 1851 0 0 0 51 0 0 0 17 0 12 0 119456446 1828687872 11375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336763 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28843] ppid=28831 vsize=1785828 CPUtime=0.53
/proc/28833/task/28843/stat : 28843 (java) R 28831 28833 27762 0 -1 64 1140 0 0 0 53 0 0 0 17 0 12 0 119456446 1828687872 11375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105298438 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28844] ppid=28831 vsize=1785828 CPUtime=0
/proc/28833/task/28844/stat : 28844 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 119456446 1828687872 11375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28845] ppid=28831 vsize=1785828 CPUtime=0
/proc/28833/task/28845/stat : 28845 (java) S 28831 28833 27762 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 119456446 1828687872 11375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 1785828

[startup+3.10274 s]
/proc/loadavg: 1.08 1.02 1.01 2/89 28845
/proc/meminfo: memFree=1735704/2055920 swapFree=4102048/4192956
[pid=28833] ppid=28831 vsize=1786152 CPUtime=3.55
/proc/28833/stat : 28833 (java) S 28831 28833 27762 0 -1 0 43134 0 1 0 335 20 0 0 18 0 12 0 119456425 1829019648 41295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28833/statm: 446538 41295 1317 9 0 444149 0
[pid=28833/tid=28835] ppid=28831 vsize=1786152 CPUtime=2.33
/proc/28833/task/28835/stat : 28835 (java) R 28831 28833 27762 0 -1 64 37676 0 1 0 216 17 0 0 22 0 12 0 119456427 1829019648 41295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109471521 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28836] ppid=28831 vsize=1786152 CPUtime=0.04
/proc/28833/task/28836/stat : 28836 (java) S 28831 28833 27762 0 -1 64 965 0 0 0 4 0 0 0 16 0 12 0 119456439 1829019648 41295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28837] ppid=28831 vsize=1786152 CPUtime=0.04
/proc/28833/task/28837/stat : 28837 (java) S 28831 28833 27762 0 -1 64 771 0 0 0 4 0 0 0 16 0 12 0 119456439 1829019648 41295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28838] ppid=28831 vsize=1786152 CPUtime=0
/proc/28833/task/28838/stat : 28838 (java) S 28831 28833 27762 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 119456442 1829019648 41295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28839] ppid=28831 vsize=1786152 CPUtime=0
/proc/28833/task/28839/stat : 28839 (java) S 28831 28833 27762 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 119456442 1829019648 41295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28840] ppid=28831 vsize=1786152 CPUtime=0
/proc/28833/task/28840/stat : 28840 (java) S 28831 28833 27762 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 119456442 1829019648 41295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28841] ppid=28831 vsize=1786152 CPUtime=0
/proc/28833/task/28841/stat : 28841 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 119456446 1829019648 41295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28842] ppid=28831 vsize=1786152 CPUtime=0.53
/proc/28833/task/28842/stat : 28842 (java) S 28831 28833 27762 0 -1 64 1853 0 0 0 53 0 0 0 16 0 12 0 119456446 1829019648 41295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28843] ppid=28831 vsize=1786152 CPUtime=0.55
/proc/28833/task/28843/stat : 28843 (java) S 28831 28833 27762 0 -1 64 1143 0 0 0 55 0 0 0 17 0 12 0 119456446 1829019648 41295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28844] ppid=28831 vsize=1786152 CPUtime=0
/proc/28833/task/28844/stat : 28844 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 119456446 1829019648 41295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28845] ppid=28831 vsize=1786152 CPUtime=0
/proc/28833/task/28845/stat : 28845 (java) S 28831 28833 27762 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 119456446 1829019648 41295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 1786152

[startup+6.30212 s]
/proc/loadavg: 1.08 1.02 1.01 4/90 28846
/proc/meminfo: memFree=1658128/2055920 swapFree=4102048/4192956
[pid=28833] ppid=28831 vsize=1788720 CPUtime=7.59
/proc/28833/stat : 28833 (java) S 28831 28833 27762 0 -1 0 53855 0 1 0 731 28 0 0 18 0 13 0 119456425 1831649280 50012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28833/statm: 447180 50012 1330 9 0 444791 0
[pid=28833/tid=28835] ppid=28831 vsize=1788720 CPUtime=5.08
/proc/28833/task/28835/stat : 28835 (java) R 28831 28833 27762 0 -1 64 37717 0 1 0 489 19 0 0 18 0 13 0 119456427 1831649280 50012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28836] ppid=28831 vsize=1788720 CPUtime=0.33
/proc/28833/task/28836/stat : 28836 (java) S 28831 28833 27762 0 -1 64 5535 0 0 0 31 2 0 0 16 0 13 0 119456439 1831649280 50012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28837] ppid=28831 vsize=1788720 CPUtime=0.32
/proc/28833/task/28837/stat : 28837 (java) S 28831 28833 27762 0 -1 64 5371 0 0 0 30 2 0 0 16 0 13 0 119456439 1831649280 50012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28838] ppid=28831 vsize=1788720 CPUtime=0
/proc/28833/task/28838/stat : 28838 (java) S 28831 28833 27762 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 119456442 1831649280 50012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28839] ppid=28831 vsize=1788720 CPUtime=0
/proc/28833/task/28839/stat : 28839 (java) S 28831 28833 27762 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119456442 1831649280 50012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28840] ppid=28831 vsize=1788720 CPUtime=0
/proc/28833/task/28840/stat : 28840 (java) S 28831 28833 27762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119456442 1831649280 50012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28841] ppid=28831 vsize=1788720 CPUtime=0
/proc/28833/task/28841/stat : 28841 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119456446 1831649280 50012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28842] ppid=28831 vsize=1788720 CPUtime=0.82
/proc/28833/task/28842/stat : 28842 (java) R 28831 28833 27762 0 -1 64 1867 0 0 0 82 0 0 0 16 0 13 0 119456446 1831649280 50012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102397495 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28843] ppid=28831 vsize=1788720 CPUtime=0.98
/proc/28833/task/28843/stat : 28843 (java) R 28831 28833 27762 0 -1 64 2625 0 0 0 97 1 0 0 16 0 13 0 119456446 1831649280 50012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105079965 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28844] ppid=28831 vsize=1788720 CPUtime=0
/proc/28833/task/28844/stat : 28844 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119456446 1831649280 50012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28845] ppid=28831 vsize=1788720 CPUtime=0
/proc/28833/task/28845/stat : 28845 (java) S 28831 28833 27762 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 119456446 1831649280 50012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28846] ppid=28831 vsize=1788720 CPUtime=0
/proc/28833/task/28846/stat : 28846 (java) S 28831 28833 27762 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 119456959 1831649280 50012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 1788720

[startup+12.7029 s]
/proc/loadavg: 1.14 1.03 1.01 2/90 28846
/proc/meminfo: memFree=1620112/2055920 swapFree=4102048/4192956
[pid=28833] ppid=28831 vsize=1788348 CPUtime=14.51
/proc/28833/stat : 28833 (java) S 28831 28833 27762 0 -1 0 62015 0 1 0 1420 31 0 0 18 0 13 0 119456425 1831268352 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28833/statm: 447087 56541 1330 9 0 444698 0
[pid=28833/tid=28835] ppid=28831 vsize=1788348 CPUtime=11.09
/proc/28833/task/28835/stat : 28835 (java) R 28831 28833 27762 0 -1 64 37728 0 1 0 1090 19 0 0 20 0 13 0 119456427 1831268352 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109843866 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28836] ppid=28831 vsize=1788348 CPUtime=0.66
/proc/28833/task/28836/stat : 28836 (java) S 28831 28833 27762 0 -1 64 10678 0 0 0 62 4 0 0 16 0 13 0 119456439 1831268352 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28837] ppid=28831 vsize=1788348 CPUtime=0.65
/proc/28833/task/28837/stat : 28837 (java) S 28831 28833 27762 0 -1 64 8330 0 0 0 61 4 0 0 16 0 13 0 119456439 1831268352 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28838] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28838/stat : 28838 (java) S 28831 28833 27762 0 -1 64 18 0 0 0 0 0 0 0 15 0 13 0 119456442 1831268352 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28839] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28839/stat : 28839 (java) S 28831 28833 27762 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119456442 1831268352 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28840] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28840/stat : 28840 (java) S 28831 28833 27762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119456442 1831268352 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28841] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28841/stat : 28841 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119456446 1831268352 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28842] ppid=28831 vsize=1788348 CPUtime=1
/proc/28833/task/28842/stat : 28842 (java) S 28831 28833 27762 0 -1 64 1873 0 0 0 99 1 0 0 16 0 13 0 119456446 1831268352 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28843] ppid=28831 vsize=1788348 CPUtime=1.06
/proc/28833/task/28843/stat : 28843 (java) S 28831 28833 27762 0 -1 64 2664 0 0 0 105 1 0 0 16 0 13 0 119456446 1831268352 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28844] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28844/stat : 28844 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119456446 1831268352 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28845] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28845/stat : 28845 (java) S 28831 28833 27762 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 119456446 1831268352 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28846] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28846/stat : 28846 (java) S 28831 28833 27762 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 119456959 1831268352 56541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.51
Current children cumulated vsize (KiB) 1788348

[startup+25.5014 s]
/proc/loadavg: 1.12 1.03 1.01 2/90 28846
/proc/meminfo: memFree=1714960/2055920 swapFree=4102048/4192956
[pid=28833] ppid=28831 vsize=1788348 CPUtime=27.31
/proc/28833/stat : 28833 (java) S 28831 28833 27762 0 -1 0 62394 0 1 0 2699 32 0 0 18 0 13 0 119456425 1831268352 32619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28833/statm: 447087 32619 1330 9 0 444698 0
[pid=28833/tid=28835] ppid=28831 vsize=1788348 CPUtime=23.84
/proc/28833/task/28835/stat : 28835 (java) R 28831 28833 27762 0 -1 64 37757 0 1 0 2365 19 0 0 18 0 13 0 119456427 1831268352 32619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109875087 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28836] ppid=28831 vsize=1788348 CPUtime=0.68
/proc/28833/task/28836/stat : 28836 (java) S 28831 28833 27762 0 -1 64 10866 0 0 0 64 4 0 0 16 0 13 0 119456439 1831268352 32619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28837] ppid=28831 vsize=1788348 CPUtime=0.66
/proc/28833/task/28837/stat : 28837 (java) S 28831 28833 27762 0 -1 64 8491 0 0 0 62 4 0 0 17 0 13 0 119456439 1831268352 32619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28838] ppid=28831 vsize=1788348 CPUtime=0.01
/proc/28833/task/28838/stat : 28838 (java) S 28831 28833 27762 0 -1 64 19 0 0 0 0 1 0 0 15 0 13 0 119456442 1831268352 32619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28839] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28839/stat : 28839 (java) S 28831 28833 27762 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119456442 1831268352 32619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=28833] ppid=28831 vsize=1788348 CPUtime=1673.95
/proc/28833/stat : 28833 (java) S 28831 28833 27762 0 -1 0 173432 0 1 0 167177 218 0 0 18 0 13 0 119456425 1831268352 71879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28833/statm: 447087 71879 1331 9 0 444698 0
[pid=28833/tid=28835] ppid=28831 vsize=1788348 CPUtime=1644.64
/proc/28833/task/28835/stat : 28835 (java) R 28831 28833 27762 0 -1 64 95978 0 1 0 164393 71 0 0 22 0 13 0 119456427 1831268352 71879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109875748 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28836] ppid=28831 vsize=1788348 CPUtime=12.79
/proc/28833/task/28836/stat : 28836 (java) S 28831 28833 27762 0 -1 64 36265 0 0 0 1243 36 0 0 16 0 13 0 119456439 1831268352 71879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28837] ppid=28831 vsize=1788348 CPUtime=12.74
/proc/28833/task/28837/stat : 28837 (java) S 28831 28833 27762 0 -1 64 35609 0 0 0 1238 36 0 0 15 0 13 0 119456439 1831268352 71879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28838] ppid=28831 vsize=1788348 CPUtime=1.57
/proc/28833/task/28838/stat : 28838 (java) S 28831 28833 27762 0 -1 64 314 0 0 0 87 70 0 0 16 0 13 0 119456442 1831268352 71879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28839] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28839/stat : 28839 (java) S 28831 28833 27762 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119456442 1831268352 71879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28840] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28840/stat : 28840 (java) S 28831 28833 27762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119456442 1831268352 71879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28841] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28841/stat : 28841 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119456446 1831268352 71879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28842] ppid=28831 vsize=1788348 CPUtime=1.06
/proc/28833/task/28842/stat : 28842 (java) S 28831 28833 27762 0 -1 64 1878 0 0 0 105 1 0 0 16 0 13 0 119456446 1831268352 71879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28843] ppid=28831 vsize=1788348 CPUtime=1.08
/proc/28833/task/28843/stat : 28843 (java) S 28831 28833 27762 0 -1 64 2664 0 0 0 107 1 0 0 16 0 13 0 119456446 1831268352 71879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28844] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28844/stat : 28844 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119456446 1831268352 71879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28845] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28845/stat : 28845 (java) S 28831 28833 27762 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 119456446 1831268352 71879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28846] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28846/stat : 28846 (java) S 28831 28833 27762 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 119456959 1831268352 71879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1673.95
Current children cumulated vsize (KiB) 1788348

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28848
/proc/meminfo: memFree=1543248/2055920 swapFree=4103264/4192956
[pid=28833] ppid=28831 vsize=1788348 CPUtime=1734.38
/proc/28833/stat : 28833 (java) S 28831 28833 27762 0 -1 0 178479 0 1 0 173213 225 0 0 18 0 13 0 119456425 1831268352 75696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28833/statm: 447087 75696 1331 9 0 444698 0
[pid=28833/tid=28835] ppid=28831 vsize=1788348 CPUtime=1704.06
/proc/28833/task/28835/stat : 28835 (java) R 28831 28833 27762 0 -1 64 98839 0 1 0 170333 73 0 0 25 0 13 0 119456427 1831268352 75696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109875102 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28836] ppid=28831 vsize=1788348 CPUtime=13.27
/proc/28833/task/28836/stat : 28836 (java) S 28831 28833 27762 0 -1 64 36879 0 0 0 1290 37 0 0 16 0 13 0 119456439 1831268352 75696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28837] ppid=28831 vsize=1788348 CPUtime=13.22
/proc/28833/task/28837/stat : 28837 (java) S 28831 28833 27762 0 -1 64 37175 0 0 0 1284 38 0 0 16 0 13 0 119456439 1831268352 75696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28838] ppid=28831 vsize=1788348 CPUtime=1.62
/proc/28833/task/28838/stat : 28838 (java) S 28831 28833 27762 0 -1 64 320 0 0 0 90 72 0 0 15 0 13 0 119456442 1831268352 75696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28839] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28839/stat : 28839 (java) S 28831 28833 27762 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119456442 1831268352 75696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28840] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28840/stat : 28840 (java) S 28831 28833 27762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119456442 1831268352 75696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28841] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28841/stat : 28841 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119456446 1831268352 75696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28842] ppid=28831 vsize=1788348 CPUtime=1.06
/proc/28833/task/28842/stat : 28842 (java) S 28831 28833 27762 0 -1 64 1878 0 0 0 105 1 0 0 16 0 13 0 119456446 1831268352 75696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28843] ppid=28831 vsize=1788348 CPUtime=1.08
/proc/28833/task/28843/stat : 28843 (java) S 28831 28833 27762 0 -1 64 2664 0 0 0 107 1 0 0 16 0 13 0 119456446 1831268352 75696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28844] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28844/stat : 28844 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119456446 1831268352 75696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28845] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28845/stat : 28845 (java) S 28831 28833 27762 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 119456446 1831268352 75696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28846] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28846/stat : 28846 (java) S 28831 28833 27762 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 119456959 1831268352 75696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1734.38
Current children cumulated vsize (KiB) 1788348

[startup+1782.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 28848
/proc/meminfo: memFree=1530512/2055920 swapFree=4103264/4192956
[pid=28833] ppid=28831 vsize=1788348 CPUtime=1794.82
/proc/28833/stat : 28833 (java) S 28831 28833 27762 0 -1 0 182812 0 1 0 179251 231 0 0 18 0 13 0 119456425 1831268352 78803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28833/statm: 447087 78803 1331 9 0 444698 0
[pid=28833/tid=28835] ppid=28831 vsize=1788348 CPUtime=1763.47
/proc/28833/task/28835/stat : 28835 (java) R 28831 28833 27762 0 -1 64 100980 0 1 0 176273 74 0 0 25 0 13 0 119456427 1831268352 78803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109873759 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28836] ppid=28831 vsize=1788348 CPUtime=13.78
/proc/28833/task/28836/stat : 28836 (java) S 28831 28833 27762 0 -1 64 37745 0 0 0 1339 39 0 0 16 0 13 0 119456439 1831268352 78803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28837] ppid=28831 vsize=1788348 CPUtime=13.73
/proc/28833/task/28837/stat : 28837 (java) S 28831 28833 27762 0 -1 64 38497 0 0 0 1332 41 0 0 16 0 13 0 119456439 1831268352 78803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28838] ppid=28831 vsize=1788348 CPUtime=1.65
/proc/28833/task/28838/stat : 28838 (java) S 28831 28833 27762 0 -1 64 324 0 0 0 92 73 0 0 16 0 13 0 119456442 1831268352 78803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28839] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28839/stat : 28839 (java) S 28831 28833 27762 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119456442 1831268352 78803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28840] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28840/stat : 28840 (java) S 28831 28833 27762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119456442 1831268352 78803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28841] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28841/stat : 28841 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119456446 1831268352 78803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28842] ppid=28831 vsize=1788348 CPUtime=1.06
/proc/28833/task/28842/stat : 28842 (java) S 28831 28833 27762 0 -1 64 1878 0 0 0 105 1 0 0 16 0 13 0 119456446 1831268352 78803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28843] ppid=28831 vsize=1788348 CPUtime=1.08
/proc/28833/task/28843/stat : 28843 (java) S 28831 28833 27762 0 -1 64 2664 0 0 0 107 1 0 0 16 0 13 0 119456446 1831268352 78803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28844] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28844/stat : 28844 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119456446 1831268352 78803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28845] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28845/stat : 28845 (java) S 28831 28833 27762 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 119456446 1831268352 78803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28846] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28846/stat : 28846 (java) S 28831 28833 27762 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 119456959 1831268352 78803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 1788348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.51 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 28848
/proc/meminfo: memFree=1530256/2055920 swapFree=4103264/4192956
[pid=28833] ppid=28831 vsize=1788348 CPUtime=1800.08
/proc/28833/stat : 28833 (java) S 28831 28833 27762 0 -1 0 183019 0 1 0 179776 232 0 0 18 0 13 0 119456425 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28833/statm: 447087 78889 1331 9 0 444698 0
[pid=28833/tid=28835] ppid=28831 vsize=1788348 CPUtime=1768.63
/proc/28833/task/28835/stat : 28835 (java) R 28831 28833 27762 0 -1 64 100995 0 1 0 176789 74 0 0 25 0 13 0 119456427 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109875049 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28836] ppid=28831 vsize=1788348 CPUtime=13.82
/proc/28833/task/28836/stat : 28836 (java) S 28831 28833 27762 0 -1 64 37901 0 0 0 1343 39 0 0 16 0 13 0 119456439 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28837] ppid=28831 vsize=1788348 CPUtime=13.78
/proc/28833/task/28837/stat : 28837 (java) S 28831 28833 27762 0 -1 64 38533 0 0 0 1337 41 0 0 16 0 13 0 119456439 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28838] ppid=28831 vsize=1788348 CPUtime=1.65
/proc/28833/task/28838/stat : 28838 (java) S 28831 28833 27762 0 -1 64 324 0 0 0 92 73 0 0 16 0 13 0 119456442 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28839] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28839/stat : 28839 (java) S 28831 28833 27762 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119456442 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28840] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28840/stat : 28840 (java) S 28831 28833 27762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119456442 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28841] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28841/stat : 28841 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119456446 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28842] ppid=28831 vsize=1788348 CPUtime=1.06
/proc/28833/task/28842/stat : 28842 (java) S 28831 28833 27762 0 -1 64 1878 0 0 0 105 1 0 0 16 0 13 0 119456446 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28843] ppid=28831 vsize=1788348 CPUtime=1.08
/proc/28833/task/28843/stat : 28843 (java) S 28831 28833 27762 0 -1 64 2664 0 0 0 107 1 0 0 16 0 13 0 119456446 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28844] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28844/stat : 28844 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119456446 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28845] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28845/stat : 28845 (java) S 28831 28833 27762 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 119456446 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28846] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28846/stat : 28846 (java) S 28831 28833 27762 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 119456959 1831268352 78889 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) 1788348

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

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

[startup+1787.51 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 28848
/proc/meminfo: memFree=1530256/2055920 swapFree=4103264/4192956
[pid=28833] ppid=28831 vsize=1788348 CPUtime=1800.08
/proc/28833/stat : 28833 (java) S 28831 28833 27762 0 -1 0 183019 0 1 0 179776 232 0 0 18 0 13 0 119456425 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28833/statm: 447087 78889 1331 9 0 444698 0
[pid=28833/tid=28835] ppid=28831 vsize=1788348 CPUtime=1768.63
/proc/28833/task/28835/stat : 28835 (java) R 28831 28833 27762 0 -1 64 100995 0 1 0 176789 74 0 0 25 0 13 0 119456427 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109875049 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28836] ppid=28831 vsize=1788348 CPUtime=13.82
/proc/28833/task/28836/stat : 28836 (java) S 28831 28833 27762 0 -1 64 37901 0 0 0 1343 39 0 0 16 0 13 0 119456439 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28837] ppid=28831 vsize=1788348 CPUtime=13.78
/proc/28833/task/28837/stat : 28837 (java) S 28831 28833 27762 0 -1 64 38533 0 0 0 1337 41 0 0 16 0 13 0 119456439 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28838] ppid=28831 vsize=1788348 CPUtime=1.65
/proc/28833/task/28838/stat : 28838 (java) S 28831 28833 27762 0 -1 64 324 0 0 0 92 73 0 0 16 0 13 0 119456442 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28839] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28839/stat : 28839 (java) S 28831 28833 27762 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119456442 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28840] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28840/stat : 28840 (java) S 28831 28833 27762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119456442 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28841] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28841/stat : 28841 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119456446 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28842] ppid=28831 vsize=1788348 CPUtime=1.06
/proc/28833/task/28842/stat : 28842 (java) S 28831 28833 27762 0 -1 64 1878 0 0 0 105 1 0 0 16 0 13 0 119456446 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28843] ppid=28831 vsize=1788348 CPUtime=1.08
/proc/28833/task/28843/stat : 28843 (java) S 28831 28833 27762 0 -1 64 2664 0 0 0 107 1 0 0 16 0 13 0 119456446 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28844] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28844/stat : 28844 (java) S 28831 28833 27762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119456446 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28833/tid=28845] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28845/stat : 28845 (java) S 28831 28833 27762 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 119456446 1831268352 78889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28833/tid=28846] ppid=28831 vsize=1788348 CPUtime=0
/proc/28833/task/28846/stat : 28846 (java) S 28831 28833 27762 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 119456959 1831268352 78889 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) 1788348

Child status: 143
Real time (s): 1787.6
CPU time (s): 1800.18
CPU user time (s): 1797.8
CPU system time (s): 2.37464
CPU usage (%): 100.704
Max. virtual memory (cumulated for all children) (KiB): 1788720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.8
system time used= 2.37464
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183039
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= 126646
involuntary context switches= 93027

runsolver used 2.01869 second user time and 5.87311 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Mon Apr 16 09:23:30 UTC 2007

IDJOB= 349791
IDBENCH= 2593
IDSOLVER= 164
FILE ID= node35/349791-1176715410

PBS_JOBID= 4560065

Free space on /tmp= 66521 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349791-1176715410/sat4jPseudoCPClause.jar /tmp/evaluation/349791-1176715410/instance-349791-1176715410.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-349791-1176715410 -o ROOT/results/node35/solver-349791-1176715410 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349791-1176715410/sat4jPseudoCPClause.jar /tmp/evaluation/349791-1176715410/instance-349791-1176715410.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0bff286f636188f318e01b1cd9504474

RANDOM SEED= 658029861

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.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.232
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.232
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:       1844240 kB
Buffers:         18932 kB
Cached:          85984 kB
SwapCached:       3204 kB
Active:          81336 kB
Inactive:        77976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844240 kB
SwapTotal:     4192956 kB
SwapFree:      4102048 kB
Dirty:           10816 kB
Writeback:           0 kB
Mapped:          62360 kB
Slab:            37664 kB
Committed_AS:  2374572 kB
PageTables:       2000 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= 66521 MiB

End job on node35 on Mon Apr 16 09:53:20 UTC 2007