Trace number 431403

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.21 1759.73

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=127-P1=59-P2=127-P3=89-P4=17-P5=43-P6=53-B.opb
MD5SUM2a6a0a2817e3d179ce21769d61c8a844
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.107982
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables126
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)294
Sum of products size (including duplicates)588
Number of different products294
Sum of products size588

Solver Data (download as text)

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

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-431403-1178005829 -o ROOT/results/node9/solver-431403-1178005829 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431403-1178005829/sat4jPseudoCPClause.jar /tmp/evaluation/431403-1178005829/instance-431403-1178005829.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.81 0.93 0.97 3/77 28475
/proc/meminfo: memFree=1791768/2055920 swapFree=4145492/4192956
[pid=28475] ppid=28473 vsize=152 CPUtime=0
/proc/28475/stat : 28475 (java) R 28473 28475 28317 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 276620454 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 8663844 0 0 4096 0 0 0 0 17 1 0 0
/proc/28475/statm: 38 26 19 9 0 4 0

[startup+0.0995499 s]
/proc/loadavg: 0.81 0.93 0.97 3/77 28475
/proc/meminfo: memFree=1791768/2055920 swapFree=4145492/4192956
[pid=28475] ppid=28473 vsize=1780112 CPUtime=0.08
/proc/28475/stat : 28475 (java) S 28473 28475 28317 0 -1 0 3962 0 1 0 6 2 0 0 18 0 12 0 276620454 1822834688 3705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28475/statm: 445028 3705 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.101545 s]
/proc/loadavg: 0.81 0.93 0.97 3/77 28475
/proc/meminfo: memFree=1791768/2055920 swapFree=4145492/4192956
[pid=28475] ppid=28473 vsize=1780112 CPUtime=0.08
/proc/28475/stat : 28475 (java) S 28473 28475 28317 0 -1 0 3970 0 1 0 6 2 0 0 18 0 12 0 276620454 1822834688 3713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28475/statm: 445028 3713 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301575 s]
/proc/loadavg: 0.81 0.93 0.97 3/77 28475
/proc/meminfo: memFree=1791768/2055920 swapFree=4145492/4192956
[pid=28475] ppid=28473 vsize=1781416 CPUtime=0.31
/proc/28475/stat : 28475 (java) S 28473 28475 28317 0 -1 0 5095 0 1 0 28 3 0 0 18 0 12 0 276620454 1824169984 4835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28475/statm: 445354 4835 1260 9 0 442965 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781416

[startup+0.701619 s]
/proc/loadavg: 0.81 0.93 0.97 3/77 28475
/proc/meminfo: memFree=1791768/2055920 swapFree=4145492/4192956
[pid=28475] ppid=28473 vsize=1784704 CPUtime=0.97
/proc/28475/stat : 28475 (java) S 28473 28475 28317 0 -1 0 7635 0 1 0 92 5 0 0 18 0 13 0 276620454 1827536896 7012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28475/statm: 446176 7012 1306 9 0 443787 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1784704

[startup+1.50172 s]
/proc/loadavg: 0.81 0.93 0.97 3/90 28488
/proc/meminfo: memFree=1755440/2055920 swapFree=4145492/4192956
[pid=28475] ppid=28473 vsize=1795796 CPUtime=2.54
/proc/28475/stat : 28475 (java) S 28473 28475 28317 0 -1 0 22444 0 1 0 244 10 0 0 18 0 13 0 276620454 1838895104 16294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28475/statm: 448949 16295 1315 9 0 446560 0
[pid=28475/tid=28477] ppid=28473 vsize=1795796 CPUtime=0.87
/proc/28475/task/28477/stat : 28477 (java) R 28473 28475 28317 0 -1 64 11864 0 1 0 80 7 0 0 18 0 13 0 276620455 1838895104 16295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102668944 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28478] ppid=28473 vsize=1795796 CPUtime=0
/proc/28475/task/28478/stat : 28478 (java) S 28473 28475 28317 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 276620457 1838895104 16296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28479] ppid=28473 vsize=1795796 CPUtime=0
/proc/28475/task/28479/stat : 28479 (java) S 28473 28475 28317 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 276620457 1838895104 16296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28480] ppid=28473 vsize=1795796 CPUtime=0
/proc/28475/task/28480/stat : 28480 (java) S 28473 28475 28317 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 276620459 1838895104 16297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28481] ppid=28473 vsize=1795796 CPUtime=0
/proc/28475/task/28481/stat : 28481 (java) S 28473 28475 28317 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 276620459 1838895104 16297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28482] ppid=28473 vsize=1795796 CPUtime=0
/proc/28475/task/28482/stat : 28482 (java) S 28473 28475 28317 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 276620459 1838895104 16298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28483] ppid=28473 vsize=1795796 CPUtime=0
/proc/28475/task/28483/stat : 28483 (java) S 28473 28475 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276620463 1838895104 16298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28484] ppid=28473 vsize=1795796 CPUtime=0.71
/proc/28475/task/28484/stat : 28484 (java) R 28473 28475 28317 0 -1 64 4085 0 0 0 71 0 0 0 20 0 13 0 276620463 1838895104 16299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28485] ppid=28473 vsize=1795796 CPUtime=0.94
/proc/28475/task/28485/stat : 28485 (java) R 28473 28475 28317 0 -1 64 5771 0 0 0 92 2 0 0 18 0 13 0 276620463 1838895104 16299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105059125 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28486] ppid=28473 vsize=1795796 CPUtime=0
/proc/28475/task/28486/stat : 28486 (java) S 28473 28475 28317 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276620463 1838895104 16300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28487] ppid=28473 vsize=1795796 CPUtime=0
/proc/28475/task/28487/stat : 28487 (java) S 28473 28475 28317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276620463 1838895104 16300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28488] ppid=28473 vsize=1795796 CPUtime=0
/proc/28475/task/28488/stat : 28488 (java) S 28473 28475 28317 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 276620493 1838895104 16300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 1795796

[startup+3.10289 s]
/proc/loadavg: 0.81 0.93 0.97 4/90 28488
/proc/meminfo: memFree=1697200/2055920 swapFree=4145492/4192956
[pid=28475] ppid=28473 vsize=1795588 CPUtime=5
/proc/28475/stat : 28475 (java) S 28473 28475 28317 0 -1 0 52820 0 1 0 475 25 0 0 18 0 13 0 276620454 1838682112 42763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28475/statm: 448897 42763 1324 9 0 446508 0
[pid=28475/tid=28477] ppid=28473 vsize=1795588 CPUtime=2.15
/proc/28475/task/28477/stat : 28477 (java) R 28473 28475 28317 0 -1 64 37711 0 1 0 196 19 0 0 25 0 13 0 276620455 1838682112 42763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109536975 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28478] ppid=28473 vsize=1795588 CPUtime=0.01
/proc/28475/task/28478/stat : 28478 (java) S 28473 28475 28317 0 -1 64 367 0 0 0 1 0 0 0 16 0 13 0 276620457 1838682112 42763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28479] ppid=28473 vsize=1795588 CPUtime=0.01
/proc/28475/task/28479/stat : 28479 (java) S 28473 28475 28317 0 -1 64 344 0 0 0 1 0 0 0 16 0 13 0 276620457 1838682112 42763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28480] ppid=28473 vsize=1795588 CPUtime=0
/proc/28475/task/28480/stat : 28480 (java) S 28473 28475 28317 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 276620459 1838682112 42763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28481] ppid=28473 vsize=1795588 CPUtime=0
/proc/28475/task/28481/stat : 28481 (java) S 28473 28475 28317 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 276620459 1838682112 42763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28482] ppid=28473 vsize=1795588 CPUtime=0
/proc/28475/task/28482/stat : 28482 (java) S 28473 28475 28317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276620459 1838682112 42763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28483] ppid=28473 vsize=1795588 CPUtime=0
/proc/28475/task/28483/stat : 28483 (java) S 28473 28475 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276620463 1838682112 42763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28484] ppid=28473 vsize=1795588 CPUtime=1.1
/proc/28475/task/28484/stat : 28484 (java) S 28473 28475 28317 0 -1 64 4780 0 0 0 109 1 0 0 17 0 13 0 276620463 1838682112 42763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28485] ppid=28473 vsize=1795588 CPUtime=1.69
/proc/28475/task/28485/stat : 28485 (java) S 28473 28475 28317 0 -1 64 8890 0 0 0 166 3 0 0 16 0 13 0 276620463 1838682112 42763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28486] ppid=28473 vsize=1795588 CPUtime=0
/proc/28475/task/28486/stat : 28486 (java) S 28473 28475 28317 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276620463 1838682112 42763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28487] ppid=28473 vsize=1795588 CPUtime=0
/proc/28475/task/28487/stat : 28487 (java) S 28473 28475 28317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276620463 1838682112 42763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28488] ppid=28473 vsize=1795588 CPUtime=0
/proc/28475/task/28488/stat : 28488 (java) S 28473 28475 28317 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 276620493 1838682112 42763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 1795588

[startup+6.30224 s]
/proc/loadavg: 0.83 0.93 0.97 2/90 28488
/proc/meminfo: memFree=1611064/2055920 swapFree=4145492/4192956
[pid=28475] ppid=28473 vsize=1795424 CPUtime=8.33
/proc/28475/stat : 28475 (java) S 28473 28475 28317 0 -1 0 57367 0 1 0 805 28 0 0 18 0 13 0 276620454 1838514176 45981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28475/statm: 448856 45981 1331 9 0 446467 0
[pid=28475/tid=28477] ppid=28473 vsize=1795424 CPUtime=5.2
/proc/28475/task/28477/stat : 28477 (java) R 28473 28475 28317 0 -1 64 37717 0 1 0 500 20 0 0 22 0 13 0 276620455 1838514176 45981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109551761 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28478] ppid=28473 vsize=1795424 CPUtime=0.14
/proc/28475/task/28478/stat : 28478 (java) S 28473 28475 28317 0 -1 64 2714 0 0 0 13 1 0 0 16 0 13 0 276620457 1838514176 45981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28479] ppid=28473 vsize=1795424 CPUtime=0.14
/proc/28475/task/28479/stat : 28479 (java) S 28473 28475 28317 0 -1 64 2524 0 0 0 13 1 0 0 16 0 13 0 276620457 1838514176 45981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28480] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28480/stat : 28480 (java) S 28473 28475 28317 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 276620459 1838514176 45981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28481] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28481/stat : 28481 (java) S 28473 28475 28317 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 276620459 1838514176 45981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28482] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28482/stat : 28482 (java) S 28473 28475 28317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276620459 1838514176 45981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28483] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28483/stat : 28483 (java) S 28473 28475 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276620463 1838514176 45981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28484] ppid=28473 vsize=1795424 CPUtime=1.11
/proc/28475/task/28484/stat : 28484 (java) S 28473 28475 28317 0 -1 64 4786 0 0 0 110 1 0 0 17 0 13 0 276620463 1838514176 45981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28485] ppid=28473 vsize=1795424 CPUtime=1.69
/proc/28475/task/28485/stat : 28485 (java) S 28473 28475 28317 0 -1 64 8891 0 0 0 166 3 0 0 16 0 13 0 276620463 1838514176 45981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28486] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28486/stat : 28486 (java) S 28473 28475 28317 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276620463 1838514176 45981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28487] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28487/stat : 28487 (java) S 28473 28475 28317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276620463 1838514176 45981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28488] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28488/stat : 28488 (java) S 28473 28475 28317 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 276620493 1838514176 45981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.33
Current children cumulated vsize (KiB) 1795424

[startup+12.703 s]
/proc/loadavg: 0.84 0.93 0.97 2/90 28488
/proc/meminfo: memFree=1573512/2055920 swapFree=4145492/4192956
[pid=28475] ppid=28473 vsize=1795424 CPUtime=15.01
/proc/28475/stat : 28475 (java) S 28473 28475 28317 0 -1 0 68015 0 1 0 1469 32 0 0 18 0 13 0 276620454 1838514176 55978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28475/statm: 448856 55978 1331 9 0 446467 0
[pid=28475/tid=28477] ppid=28473 vsize=1795424 CPUtime=11.31
/proc/28475/task/28477/stat : 28477 (java) R 28473 28475 28317 0 -1 64 38336 0 1 0 1111 20 0 0 16 0 13 0 276620455 1838514176 55978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109544466 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28478] ppid=28473 vsize=1795424 CPUtime=0.41
/proc/28475/task/28478/stat : 28478 (java) S 28473 28475 28317 0 -1 64 8954 0 0 0 38 3 0 0 16 0 13 0 276620457 1838514176 55978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28479] ppid=28473 vsize=1795424 CPUtime=0.41
/proc/28475/task/28479/stat : 28479 (java) S 28473 28475 28317 0 -1 64 6305 0 0 0 38 3 0 0 16 0 13 0 276620457 1838514176 55978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28480] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28480/stat : 28480 (java) S 28473 28475 28317 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 276620459 1838514176 55978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28481] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28481/stat : 28481 (java) S 28473 28475 28317 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 276620459 1838514176 55978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28482] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28482/stat : 28482 (java) S 28473 28475 28317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276620459 1838514176 55978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28483] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28483/stat : 28483 (java) S 28473 28475 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276620463 1838514176 55978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28484] ppid=28473 vsize=1795424 CPUtime=1.13
/proc/28475/task/28484/stat : 28484 (java) S 28473 28475 28317 0 -1 64 4786 0 0 0 112 1 0 0 16 0 13 0 276620463 1838514176 55978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28485] ppid=28473 vsize=1795424 CPUtime=1.7
/proc/28475/task/28485/stat : 28485 (java) S 28473 28475 28317 0 -1 64 8891 0 0 0 167 3 0 0 17 0 13 0 276620463 1838514176 55978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28486] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28486/stat : 28486 (java) S 28473 28475 28317 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276620463 1838514176 55978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28487] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28487/stat : 28487 (java) S 28473 28475 28317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276620463 1838514176 55978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28488] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28488/stat : 28488 (java) S 28473 28475 28317 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 276620493 1838514176 55978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.01
Current children cumulated vsize (KiB) 1795424

[startup+25.5014 s]
/proc/loadavg: 1.02 0.96 0.98 2/90 28488
/proc/meminfo: memFree=1557000/2055920 swapFree=4145492/4192956
[pid=28475] ppid=28473 vsize=1795424 CPUtime=28.1
/proc/28475/stat : 28475 (java) S 28473 28475 28317 0 -1 0 72366 0 1 0 2776 34 0 0 18 0 13 0 276620454 1838514176 59745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28475/statm: 448856 59745 1333 9 0 446467 0
[pid=28475/tid=28477] ppid=28473 vsize=1795424 CPUtime=23.89
/proc/28475/task/28477/stat : 28477 (java) R 28473 28475 28317 0 -1 64 38348 0 1 0 2369 20 0 0 22 0 13 0 276620455 1838514176 59745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109551238 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28478] ppid=28473 vsize=1795424 CPUtime=0.61
/proc/28475/task/28478/stat : 28478 (java) S 28473 28475 28317 0 -1 64 11307 0 0 0 57 4 0 0 16 0 13 0 276620457 1838514176 59745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28479] ppid=28473 vsize=1795424 CPUtime=0.61
/proc/28475/task/28479/stat : 28479 (java) S 28473 28475 28317 0 -1 64 8283 0 0 0 58 3 0 0 16 0 13 0 276620457 1838514176 59745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=28475/tid=28480] ppid=28473 vsize=1795424 CPUtime=0.16
/proc/28475/task/28480/stat : 28480 (java) S 28473 28475 28317 0 -1 64 28 0 0 0 10 6 0 0 15 0 13 0 276620459 1838514176 143303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28481] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28481/stat : 28481 (java) S 28473 28475 28317 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 276620459 1838514176 143303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28482] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28482/stat : 28482 (java) S 28473 28475 28317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276620459 1838514176 143303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28483] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28483/stat : 28483 (java) S 28473 28475 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276620463 1838514176 143303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28484] ppid=28473 vsize=1795424 CPUtime=1.16
/proc/28475/task/28484/stat : 28484 (java) S 28473 28475 28317 0 -1 64 4787 0 0 0 115 1 0 0 17 0 13 0 276620463 1838514176 143303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28485] ppid=28473 vsize=1795424 CPUtime=1.8
/proc/28475/task/28485/stat : 28485 (java) S 28473 28475 28317 0 -1 64 8899 0 0 0 177 3 0 0 16 0 13 0 276620463 1838514176 143303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28486] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28486/stat : 28486 (java) S 28473 28475 28317 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276620463 1838514176 143303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28487] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28487/stat : 28487 (java) S 28473 28475 28317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276620463 1838514176 143303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28488] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28488/stat : 28488 (java) S 28473 28475 28317 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 276620493 1838514176 143303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1576.41
Current children cumulated vsize (KiB) 1795424

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28685
/proc/meminfo: memFree=1214984/2055920 swapFree=4145492/4192956
[pid=28475] ppid=28473 vsize=1795424 CPUtime=1638.06
/proc/28475/stat : 28475 (java) S 28473 28475 28317 0 -1 0 166874 0 1 0 163700 106 0 0 18 0 13 0 276620454 1838514176 144909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28475/statm: 448856 144909 1333 9 0 446467 0
[pid=28475/tid=28477] ppid=28473 vsize=1795424 CPUtime=1565.63
/proc/28475/task/28477/stat : 28477 (java) R 28473 28475 28317 0 -1 64 39158 0 1 0 156524 39 0 0 25 0 13 0 276620455 1838514176 144909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109575736 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28478] ppid=28473 vsize=1795424 CPUtime=34.58
/proc/28475/task/28478/stat : 28478 (java) S 28473 28475 28317 0 -1 64 61162 0 0 0 3430 28 0 0 16 0 13 0 276620457 1838514176 144909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28479] ppid=28473 vsize=1795424 CPUtime=34.66
/proc/28475/task/28479/stat : 28479 (java) S 28473 28475 28317 0 -1 64 52121 0 0 0 3441 25 0 0 16 0 13 0 276620457 1838514176 144909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28480] ppid=28473 vsize=1795424 CPUtime=0.17
/proc/28475/task/28480/stat : 28480 (java) S 28473 28475 28317 0 -1 64 28 0 0 0 11 6 0 0 16 0 13 0 276620459 1838514176 144909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28481] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28481/stat : 28481 (java) S 28473 28475 28317 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 276620459 1838514176 144909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28482] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28482/stat : 28482 (java) S 28473 28475 28317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276620459 1838514176 144909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28483] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28483/stat : 28483 (java) S 28473 28475 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276620463 1838514176 144909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28484] ppid=28473 vsize=1795424 CPUtime=1.16
/proc/28475/task/28484/stat : 28484 (java) S 28473 28475 28317 0 -1 64 4787 0 0 0 115 1 0 0 17 0 13 0 276620463 1838514176 144909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28485] ppid=28473 vsize=1795424 CPUtime=1.8
/proc/28475/task/28485/stat : 28485 (java) S 28473 28475 28317 0 -1 64 8899 0 0 0 177 3 0 0 16 0 13 0 276620463 1838514176 144909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28486] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28486/stat : 28486 (java) S 28473 28475 28317 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276620463 1838514176 144909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28487] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28487/stat : 28487 (java) S 28473 28475 28317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276620463 1838514176 144909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28488] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28488/stat : 28488 (java) S 28473 28475 28317 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 276620493 1838514176 144909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1638.06
Current children cumulated vsize (KiB) 1795424

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28685
/proc/meminfo: memFree=1202184/2055920 swapFree=4145492/4192956
[pid=28475] ppid=28473 vsize=1795424 CPUtime=1699.79
/proc/28475/stat : 28475 (java) S 28473 28475 28317 0 -1 0 170224 0 1 0 169871 108 0 0 18 0 13 0 276620454 1838514176 148099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28475/statm: 448856 148099 1333 9 0 446467 0
[pid=28475/tid=28477] ppid=28473 vsize=1795424 CPUtime=1623.8
/proc/28475/task/28477/stat : 28477 (java) R 28473 28475 28317 0 -1 64 39183 0 1 0 162341 39 0 0 25 0 13 0 276620455 1838514176 148099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109505211 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28478] ppid=28473 vsize=1795424 CPUtime=36.35
/proc/28475/task/28478/stat : 28478 (java) S 28473 28475 28317 0 -1 64 62946 0 0 0 3606 29 0 0 16 0 13 0 276620457 1838514176 148099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28479] ppid=28473 vsize=1795424 CPUtime=36.43
/proc/28475/task/28479/stat : 28479 (java) S 28473 28475 28317 0 -1 64 53662 0 0 0 3617 26 0 0 16 0 13 0 276620457 1838514176 148099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28480] ppid=28473 vsize=1795424 CPUtime=0.18
/proc/28475/task/28480/stat : 28480 (java) S 28473 28475 28317 0 -1 64 28 0 0 0 11 7 0 0 16 0 13 0 276620459 1838514176 148099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28481] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28481/stat : 28481 (java) S 28473 28475 28317 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 276620459 1838514176 148099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28482] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28482/stat : 28482 (java) S 28473 28475 28317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276620459 1838514176 148099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28483] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28483/stat : 28483 (java) S 28473 28475 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276620463 1838514176 148099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28484] ppid=28473 vsize=1795424 CPUtime=1.16
/proc/28475/task/28484/stat : 28484 (java) S 28473 28475 28317 0 -1 64 4787 0 0 0 115 1 0 0 17 0 13 0 276620463 1838514176 148099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28485] ppid=28473 vsize=1795424 CPUtime=1.8
/proc/28475/task/28485/stat : 28485 (java) S 28473 28475 28317 0 -1 64 8899 0 0 0 177 3 0 0 16 0 13 0 276620463 1838514176 148099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28486] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28486/stat : 28486 (java) S 28473 28475 28317 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276620463 1838514176 148099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28487] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28487/stat : 28487 (java) S 28473 28475 28317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276620463 1838514176 148099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28488] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28488/stat : 28488 (java) S 28473 28475 28317 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 276620493 1838514176 148099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1699.79
Current children cumulated vsize (KiB) 1795424

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28685
/proc/meminfo: memFree=1192392/2055920 swapFree=4145492/4192956
[pid=28475] ppid=28473 vsize=1795424 CPUtime=1761.61
/proc/28475/stat : 28475 (java) S 28473 28475 28317 0 -1 0 172744 0 1 0 176050 111 0 0 18 0 13 0 276620454 1838514176 150536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28475/statm: 448856 150536 1333 9 0 446467 0
[pid=28475/tid=28477] ppid=28473 vsize=1795424 CPUtime=1681.9
/proc/28475/task/28477/stat : 28477 (java) R 28473 28475 28317 0 -1 64 39208 0 1 0 168150 40 0 0 25 0 13 0 276620455 1838514176 150536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109575330 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28478] ppid=28473 vsize=1795424 CPUtime=38.21
/proc/28475/task/28478/stat : 28478 (java) S 28473 28475 28317 0 -1 64 64223 0 0 0 3791 30 0 0 17 0 13 0 276620457 1838514176 150536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28479] ppid=28473 vsize=1795424 CPUtime=38.29
/proc/28475/task/28479/stat : 28479 (java) S 28473 28475 28317 0 -1 64 54879 0 0 0 3802 27 0 0 16 0 13 0 276620457 1838514176 150536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28480] ppid=28473 vsize=1795424 CPUtime=0.19
/proc/28475/task/28480/stat : 28480 (java) S 28473 28475 28317 0 -1 64 29 0 0 0 12 7 0 0 16 0 13 0 276620459 1838514176 150536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28481] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28481/stat : 28481 (java) S 28473 28475 28317 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 276620459 1838514176 150536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28482] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28482/stat : 28482 (java) S 28473 28475 28317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276620459 1838514176 150536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28483] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28483/stat : 28483 (java) S 28473 28475 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276620463 1838514176 150536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28484] ppid=28473 vsize=1795424 CPUtime=1.16
/proc/28475/task/28484/stat : 28484 (java) S 28473 28475 28317 0 -1 64 4787 0 0 0 115 1 0 0 17 0 13 0 276620463 1838514176 150536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28485] ppid=28473 vsize=1795424 CPUtime=1.8
/proc/28475/task/28485/stat : 28485 (java) S 28473 28475 28317 0 -1 64 8899 0 0 0 177 3 0 0 16 0 13 0 276620463 1838514176 150536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28486] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28486/stat : 28486 (java) S 28473 28475 28317 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276620463 1838514176 150536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28487] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28487/stat : 28487 (java) S 28473 28475 28317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276620463 1838514176 150536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28488] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28488/stat : 28488 (java) S 28473 28475 28317 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 276620493 1838514176 150536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1761.61
Current children cumulated vsize (KiB) 1795424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1759.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28685
/proc/meminfo: memFree=1188552/2055920 swapFree=4145492/4192956
[pid=28475] ppid=28473 vsize=1795424 CPUtime=1800.07
/proc/28475/stat : 28475 (java) S 28473 28475 28317 0 -1 0 173755 0 1 0 179895 112 0 0 18 0 13 0 276620454 1838514176 151501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28475/statm: 448856 151501 1333 9 0 446467 0
[pid=28475/tid=28477] ppid=28473 vsize=1795424 CPUtime=1718.02
/proc/28475/task/28477/stat : 28477 (java) R 28473 28475 28317 0 -1 64 39224 0 1 0 171761 41 0 0 25 0 13 0 276620455 1838514176 151501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109551232 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28478] ppid=28473 vsize=1795424 CPUtime=39.38
/proc/28475/task/28478/stat : 28478 (java) S 28473 28475 28317 0 -1 64 64686 0 0 0 3908 30 0 0 16 0 13 0 276620457 1838514176 151501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28479] ppid=28473 vsize=1795424 CPUtime=39.46
/proc/28475/task/28479/stat : 28479 (java) S 28473 28475 28317 0 -1 64 55411 0 0 0 3919 27 0 0 16 0 13 0 276620457 1838514176 151501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28480] ppid=28473 vsize=1795424 CPUtime=0.19
/proc/28475/task/28480/stat : 28480 (java) S 28473 28475 28317 0 -1 64 29 0 0 0 12 7 0 0 15 0 13 0 276620459 1838514176 151501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28481] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28481/stat : 28481 (java) S 28473 28475 28317 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 276620459 1838514176 151501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28482] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28482/stat : 28482 (java) S 28473 28475 28317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276620459 1838514176 151501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28483] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28483/stat : 28483 (java) S 28473 28475 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276620463 1838514176 151501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28484] ppid=28473 vsize=1795424 CPUtime=1.16
/proc/28475/task/28484/stat : 28484 (java) S 28473 28475 28317 0 -1 64 4787 0 0 0 115 1 0 0 17 0 13 0 276620463 1838514176 151501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28485] ppid=28473 vsize=1795424 CPUtime=1.8
/proc/28475/task/28485/stat : 28485 (java) S 28473 28475 28317 0 -1 64 8899 0 0 0 177 3 0 0 16 0 13 0 276620463 1838514176 151501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28486] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28486/stat : 28486 (java) S 28473 28475 28317 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 276620463 1838514176 151501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28475/tid=28487] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28487/stat : 28487 (java) S 28473 28475 28317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276620463 1838514176 151501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28475/tid=28488] ppid=28473 vsize=1795424 CPUtime=0
/proc/28475/task/28488/stat : 28488 (java) S 28473 28475 28317 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 276620493 1838514176 151501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1795424

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

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

[startup+1759.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28685
/proc/meminfo: memFree=1188552/2055920 swapFree=4145492/4192956
[pid=28475] ppid=28473 vsize=0 CPUtime=1800.19
/proc/28475/stat : 28475 (java) Z 28473 28475 28317 0 -1 1036 173776 0 1 0 179899 120 0 0 16 0 2 0 276620454 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28475/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): 1759.73
CPU time (s): 1800.21
CPU user time (s): 1798.99
CPU system time (s): 1.21881
CPU usage (%): 102.3
Max. virtual memory (cumulated for all children) (KiB): 1799024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.21881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173776
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= 42771
involuntary context switches= 57317

runsolver used 1.79873 second user time and 4.67629 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue May  1 07:50:29 UTC 2007

IDJOB= 431403
IDBENCH= 48049
IDSOLVER= 164
FILE ID= node9/431403-1178005829

PBS_JOBID= 4728297

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=127-P1=59-P2=127-P3=89-P4=17-P5=43-P6=53-B.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431403-1178005829/sat4jPseudoCPClause.jar /tmp/evaluation/431403-1178005829/instance-431403-1178005829.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-431403-1178005829 -o ROOT/results/node9/solver-431403-1178005829 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431403-1178005829/sat4jPseudoCPClause.jar /tmp/evaluation/431403-1178005829/instance-431403-1178005829.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  2a6a0a2817e3d179ce21769d61c8a844

RANDOM SEED= 593479726

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1792176 kB
Buffers:         40584 kB
Cached:         135228 kB
SwapCached:      15404 kB
Active:          79788 kB
Inactive:       118812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792176 kB
SwapTotal:     4192956 kB
SwapFree:      4145492 kB
Dirty:            3700 kB
Writeback:           0 kB
Mapped:          29768 kB
Slab:            50692 kB
Committed_AS:  6777216 kB
PageTables:       1784 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= 66561 MiB

End job on node9 on Tue May  1 08:19:51 UTC 2007