Trace number 431847

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.25 1767.94

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=37-P1=47-P2=17-P3=127-P4=31-P5=127-P6=17-B.opb
MD5SUM844fbce0d49bf88665e134a5a6d0ad31
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.109982
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.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/431847-1178011189/instance-431847-1178011189.opb
0.20/0.20	c reading problem ... 
0.30/0.38	c ... done. Wall clock time 0.18s.
0.30/0.38	c CPU time (experimental) 0.32s.
0.30/0.38	c #vars     420
0.30/0.38	c #constraints  607
1800.10/1767.81	c starts		: 2
1800.10/1767.81	c conflicts		: 61446
1800.10/1767.81	c decisions		: 64797
1800.10/1767.81	c propagations		: 782784
1800.10/1767.81	c inspects		: 729223612
1800.10/1767.81	c learnt literals	: 0
1800.10/1767.81	c learnt binary clauses	: 0
1800.10/1767.81	c learnt ternary clauses	: 0
1800.10/1767.81	c learnt clauses	: 61445
1800.10/1767.81	c root simplifications	: 0
1800.10/1767.81	c removed literals (reason simplification)	: 0
1800.10/1767.81	c reason swapping (by a shorter reason)	: 0
1800.10/1767.81	c Calls to reduceDB	: 0
1800.10/1767.81	c speed (decisions/second)	: 36.66183100376593
1800.10/1767.81	c non guided choices	301
1800.10/1767.81	s UNKNOWN
1800.10/1767.81	c Total wall clock time (ms): 1767.61

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/node63/watcher-431847-1178011189 -o ROOT/results/node63/solver-431847-1178011189 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431847-1178011189/sat4jPseudoCP.jar /tmp/evaluation/431847-1178011189/instance-431847-1178011189.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.99 0.97 0.97 2/64 21549
/proc/meminfo: memFree=1797676/2055920 swapFree=4182900/4192956
[pid=21549] ppid=21547 vsize=18528 CPUtime=0
/proc/21549/stat : 21549 (runsolver) R 21547 21549 20873 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 277108848 18972672 284 18446744073709551615 4194304 4255128 548682068880 18446744073709551615 247254805799 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/21549/statm: 4632 284 249 14 0 2626 0

[startup+0.088586 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 21549
/proc/meminfo: memFree=1797676/2055920 swapFree=4182900/4192956
[pid=21549] ppid=21547 vsize=1778868 CPUtime=0.07
/proc/21549/stat : 21549 (java) S 21547 21549 20873 0 -1 0 3833 0 1 0 5 2 0 0 18 0 7 0 277108848 1821560832 3577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/21549/statm: 444717 3577 1091 9 0 442353 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1778868

[startup+0.101588 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 21549
/proc/meminfo: memFree=1797676/2055920 swapFree=4182900/4192956
[pid=21549] ppid=21547 vsize=1781132 CPUtime=0.08
/proc/21549/stat : 21549 (java) S 21547 21549 20873 0 -1 0 3968 0 1 0 5 3 0 0 18 0 12 0 277108848 1823879168 3711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21549/statm: 445283 3711 1122 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781132

[startup+0.301609 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 21549
/proc/meminfo: memFree=1797676/2055920 swapFree=4182900/4192956
[pid=21549] ppid=21547 vsize=1782444 CPUtime=0.3
/proc/21549/stat : 21549 (java) S 21547 21549 20873 0 -1 0 5120 0 1 0 26 4 0 0 18 0 12 0 277108848 1825222656 4860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21549/statm: 445611 4860 1261 9 0 443223 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782444

[startup+0.70165 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 21549
/proc/meminfo: memFree=1797676/2055920 swapFree=4182900/4192956
[pid=21549] ppid=21547 vsize=1784988 CPUtime=0.99
/proc/21549/stat : 21549 (java) S 21547 21549 20873 0 -1 0 7565 0 1 0 94 5 0 0 18 0 13 0 277108848 1827827712 6560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21549/statm: 446247 6560 1308 9 0 443859 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1784988

[startup+1.50274 s]
/proc/loadavg: 0.99 0.97 0.97 4/77 21562
/proc/meminfo: memFree=1758468/2055920 swapFree=4182900/4192956
[pid=21549] ppid=21547 vsize=1794052 CPUtime=2.46
/proc/21549/stat : 21549 (java) S 21547 21549 20873 0 -1 0 20130 0 1 0 235 11 0 0 18 0 13 0 277108848 1837109248 14673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21549/statm: 448513 14673 1314 9 0 446125 0
[pid=21549/tid=21551] ppid=21547 vsize=1794052 CPUtime=0.76
/proc/21549/task/21551/stat : 21551 (java) R 21547 21549 20873 0 -1 64 10784 0 1 0 70 6 0 0 18 0 13 0 277108850 1837109248 14673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21552] ppid=21547 vsize=1794052 CPUtime=0
/proc/21549/task/21552/stat : 21552 (java) S 21547 21549 20873 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 277108851 1837109248 14673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21553] ppid=21547 vsize=1794052 CPUtime=0
/proc/21549/task/21553/stat : 21553 (java) S 21547 21549 20873 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 277108851 1837109248 14673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21554] ppid=21547 vsize=1794052 CPUtime=0
/proc/21549/task/21554/stat : 21554 (java) S 21547 21549 20873 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 277108854 1837109248 14673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21555] ppid=21547 vsize=1794052 CPUtime=0
/proc/21549/task/21555/stat : 21555 (java) S 21547 21549 20873 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 277108854 1837109248 14673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21556] ppid=21547 vsize=1794052 CPUtime=0
/proc/21549/task/21556/stat : 21556 (java) S 21547 21549 20873 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 277108854 1837109248 14673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21557] ppid=21547 vsize=1794052 CPUtime=0
/proc/21549/task/21557/stat : 21557 (java) S 21547 21549 20873 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 277108858 1837109248 14673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21558] ppid=21547 vsize=1794052 CPUtime=0.81
/proc/21549/task/21558/stat : 21558 (java) R 21547 21549 20873 0 -1 64 4176 0 0 0 80 1 0 0 16 0 13 0 277108858 1837109248 14673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105643667 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21559] ppid=21547 vsize=1794052 CPUtime=0.84
/proc/21549/task/21559/stat : 21559 (java) R 21547 21549 20873 0 -1 64 4443 0 0 0 83 1 0 0 17 0 13 0 277108858 1837109248 14673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336768 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21560] ppid=21547 vsize=1794052 CPUtime=0
/proc/21549/task/21560/stat : 21560 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 277108858 1837109248 14673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21561] ppid=21547 vsize=1794052 CPUtime=0
/proc/21549/task/21561/stat : 21561 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 277108858 1837109248 14673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21562] ppid=21547 vsize=1794052 CPUtime=0
/proc/21549/task/21562/stat : 21562 (java) S 21547 21549 20873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 277108888 1837109248 14673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 1794052

[startup+3.1029 s]
/proc/loadavg: 1.15 1.00 0.98 4/77 21562
/proc/meminfo: memFree=1696196/2055920 swapFree=4182900/4192956
[pid=21549] ppid=21547 vsize=1799172 CPUtime=5.18
/proc/21549/stat : 21549 (java) S 21547 21549 20873 0 -1 0 52631 0 1 0 493 25 0 0 18 0 13 0 277108848 1842352128 43394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21549/statm: 449793 43394 1325 9 0 447405 0
[pid=21549/tid=21551] ppid=21547 vsize=1799172 CPUtime=2.01
/proc/21549/task/21551/stat : 21551 (java) R 21547 21549 20873 0 -1 64 37739 0 1 0 183 18 0 0 19 0 13 0 277108850 1842352128 43394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109520777 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21552] ppid=21547 vsize=1799172 CPUtime=0
/proc/21549/task/21552/stat : 21552 (java) S 21547 21549 20873 0 -1 64 233 0 0 0 0 0 0 0 16 0 13 0 277108851 1842352128 43394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21553] ppid=21547 vsize=1799172 CPUtime=0
/proc/21549/task/21553/stat : 21553 (java) S 21547 21549 20873 0 -1 64 206 0 0 0 0 0 0 0 16 0 13 0 277108851 1842352128 43394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21554] ppid=21547 vsize=1799172 CPUtime=0
/proc/21549/task/21554/stat : 21554 (java) S 21547 21549 20873 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 277108854 1842352128 43394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21555] ppid=21547 vsize=1799172 CPUtime=0
/proc/21549/task/21555/stat : 21555 (java) S 21547 21549 20873 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 277108854 1842352128 43394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21556] ppid=21547 vsize=1799172 CPUtime=0
/proc/21549/task/21556/stat : 21556 (java) S 21547 21549 20873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 277108854 1842352128 43394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21557] ppid=21547 vsize=1799172 CPUtime=0
/proc/21549/task/21557/stat : 21557 (java) S 21547 21549 20873 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 277108858 1842352128 43394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21558] ppid=21547 vsize=1799172 CPUtime=1.41
/proc/21549/task/21558/stat : 21558 (java) S 21547 21549 20873 0 -1 64 6475 0 0 0 139 2 0 0 19 0 13 0 277108858 1842352128 43394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21559] ppid=21547 vsize=1799172 CPUtime=1.71
/proc/21549/task/21559/stat : 21559 (java) S 21547 21549 20873 0 -1 64 7248 0 0 0 168 3 0 0 15 0 13 0 277108858 1842352128 43394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21560] ppid=21547 vsize=1799172 CPUtime=0
/proc/21549/task/21560/stat : 21560 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 277108858 1842352128 43394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21561] ppid=21547 vsize=1799172 CPUtime=0
/proc/21549/task/21561/stat : 21561 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 277108858 1842352128 43394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21562] ppid=21547 vsize=1799172 CPUtime=0
/proc/21549/task/21562/stat : 21562 (java) S 21547 21549 20873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 277108888 1842352128 43394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 1799172

[startup+6.30224 s]
/proc/loadavg: 1.15 1.00 0.98 2/77 21562
/proc/meminfo: memFree=1624260/2055920 swapFree=4182900/4192956
[pid=21549] ppid=21547 vsize=1798716 CPUtime=8.58
/proc/21549/stat : 21549 (java) S 21547 21549 20873 0 -1 0 56579 0 1 0 829 29 0 0 18 0 13 0 277108848 1841885184 45957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21549/statm: 449679 45957 1325 9 0 447291 0
[pid=21549/tid=21551] ppid=21547 vsize=1798716 CPUtime=5.09
/proc/21549/task/21551/stat : 21551 (java) R 21547 21549 20873 0 -1 64 37745 0 1 0 490 19 0 0 24 0 13 0 277108850 1841885184 45957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21552] ppid=21547 vsize=1798716 CPUtime=0.1
/proc/21549/task/21552/stat : 21552 (java) S 21547 21549 20873 0 -1 64 2247 0 0 0 9 1 0 0 16 0 13 0 277108851 1841885184 45957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21553] ppid=21547 vsize=1798716 CPUtime=0.09
/proc/21549/task/21553/stat : 21553 (java) S 21547 21549 20873 0 -1 64 2108 0 0 0 8 1 0 0 17 0 13 0 277108851 1841885184 45957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21554] ppid=21547 vsize=1798716 CPUtime=0
/proc/21549/task/21554/stat : 21554 (java) S 21547 21549 20873 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 277108854 1841885184 45957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21555] ppid=21547 vsize=1798716 CPUtime=0
/proc/21549/task/21555/stat : 21555 (java) S 21547 21549 20873 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 277108854 1841885184 45957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21556] ppid=21547 vsize=1798716 CPUtime=0
/proc/21549/task/21556/stat : 21556 (java) S 21547 21549 20873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 277108854 1841885184 45957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21557] ppid=21547 vsize=1798716 CPUtime=0
/proc/21549/task/21557/stat : 21557 (java) S 21547 21549 20873 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 277108858 1841885184 45957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21558] ppid=21547 vsize=1798716 CPUtime=1.47
/proc/21549/task/21558/stat : 21558 (java) R 21547 21549 20873 0 -1 64 6480 0 0 0 145 2 0 0 16 0 13 0 277108858 1841885184 45957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102673122 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21559] ppid=21547 vsize=1798716 CPUtime=1.77
/proc/21549/task/21559/stat : 21559 (java) S 21547 21549 20873 0 -1 64 7248 0 0 0 174 3 0 0 17 0 13 0 277108858 1841885184 45957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21560] ppid=21547 vsize=1798716 CPUtime=0
/proc/21549/task/21560/stat : 21560 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 277108858 1841885184 45957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21561] ppid=21547 vsize=1798716 CPUtime=0
/proc/21549/task/21561/stat : 21561 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 277108858 1841885184 45957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21562] ppid=21547 vsize=1798716 CPUtime=0
/proc/21549/task/21562/stat : 21562 (java) S 21547 21549 20873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 277108888 1841885184 45957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 1798716

[startup+12.7029 s]
/proc/loadavg: 1.13 1.00 0.98 2/77 21562
/proc/meminfo: memFree=1584900/2055920 swapFree=4182900/4192956
[pid=21549] ppid=21547 vsize=1797752 CPUtime=15.09
/proc/21549/stat : 21549 (java) S 21547 21549 20873 0 -1 0 65371 0 1 0 1477 32 0 0 18 0 13 0 277108848 1840898048 54207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21549/statm: 449438 54207 1332 9 0 447050 0
[pid=21549/tid=21551] ppid=21547 vsize=1797752 CPUtime=11.36
/proc/21549/task/21551/stat : 21551 (java) R 21547 21549 20873 0 -1 64 40931 0 1 0 1116 20 0 0 24 0 13 0 277108850 1840898048 54207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109555704 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21552] ppid=21547 vsize=1797752 CPUtime=0.21
/proc/21549/task/21552/stat : 21552 (java) S 21547 21549 20873 0 -1 64 5206 0 0 0 19 2 0 0 16 0 13 0 277108851 1840898048 54207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21553] ppid=21547 vsize=1797752 CPUtime=0.2
/proc/21549/task/21553/stat : 21553 (java) S 21547 21549 20873 0 -1 64 4748 0 0 0 18 2 0 0 16 0 13 0 277108851 1840898048 54207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21554] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21554/stat : 21554 (java) S 21547 21549 20873 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 277108854 1840898048 54207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21555] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21555/stat : 21555 (java) S 21547 21549 20873 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 277108854 1840898048 54207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21556] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21556/stat : 21556 (java) S 21547 21549 20873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 277108854 1840898048 54207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21557] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21557/stat : 21557 (java) S 21547 21549 20873 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 277108858 1840898048 54207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21558] ppid=21547 vsize=1797752 CPUtime=1.49
/proc/21549/task/21558/stat : 21558 (java) S 21547 21549 20873 0 -1 64 6481 0 0 0 147 2 0 0 16 0 13 0 277108858 1840898048 54207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21559] ppid=21547 vsize=1797752 CPUtime=1.78
/proc/21549/task/21559/stat : 21559 (java) S 21547 21549 20873 0 -1 64 7254 0 0 0 175 3 0 0 17 0 13 0 277108858 1840898048 54207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21560] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21560/stat : 21560 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 277108858 1840898048 54207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21561] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21561/stat : 21561 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 277108858 1840898048 54207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21562] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21562/stat : 21562 (java) S 21547 21549 20873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 277108888 1840898048 54207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.09
Current children cumulated vsize (KiB) 1797752

[startup+25.5013 s]
/proc/loadavg: 1.11 1.00 0.98 2/77 21562
/proc/meminfo: memFree=1586500/2055920 swapFree=4182900/4192956
[pid=21549] ppid=21547 vsize=1797752 CPUtime=28.01
/proc/21549/stat : 21549 (java) S 21547 21549 20873 0 -1 0 67578 0 1 0 2768 33 0 0 18 0 13 0 277108848 1840898048 53799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21549/statm: 449438 53799 1332 9 0 447050 0
[pid=21549/tid=21551] ppid=21547 vsize=1797752 CPUtime=24.03
/proc/21549/task/21551/stat : 21551 (java) R 21547 21549 20873 0 -1 64 40942 0 1 0 2383 20 0 0 25 0 13 0 277108850 1840898048 53799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109598946 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21552] ppid=21547 vsize=1797752 CPUtime=0.31
/proc/21549/task/21552/stat : 21552 (java) S 21547 21549 20873 0 -1 64 6344 0 0 0 29 2 0 0 16 0 13 0 277108851 1840898048 53799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21553] ppid=21547 vsize=1797752 CPUtime=0.32
/proc/21549/task/21553/stat : 21553 (java) S 21547 21549 20873 0 -1 64 5804 0 0 0 29 3 0 0 17 0 13 0 277108851 1840898048 53799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=21549/tid=21554] ppid=21547 vsize=1797752 CPUtime=0.24
/proc/21549/task/21554/stat : 21554 (java) S 21547 21549 20873 0 -1 64 93 0 0 0 16 8 0 0 15 0 13 0 277108854 1840898048 138428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21555] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21555/stat : 21555 (java) S 21547 21549 20873 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 277108854 1840898048 138428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21556] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21556/stat : 21556 (java) S 21547 21549 20873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 277108854 1840898048 138428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21557] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21557/stat : 21557 (java) S 21547 21549 20873 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 277108858 1840898048 138428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21558] ppid=21547 vsize=1797752 CPUtime=1.54
/proc/21549/task/21558/stat : 21558 (java) S 21547 21549 20873 0 -1 64 6488 0 0 0 152 2 0 0 16 0 13 0 277108858 1840898048 138428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21559] ppid=21547 vsize=1797752 CPUtime=1.89
/proc/21549/task/21559/stat : 21559 (java) S 21547 21549 20873 0 -1 64 7263 0 0 0 186 3 0 0 17 0 13 0 277108858 1840898048 138428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21560] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21560/stat : 21560 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 277108858 1840898048 138428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21561] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21561/stat : 21561 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 277108858 1840898048 138428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21562] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21562/stat : 21562 (java) S 21547 21549 20873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 277108888 1840898048 138428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1569.61
Current children cumulated vsize (KiB) 1797752

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 21564
/proc/meminfo: memFree=1238724/2055920 swapFree=4182900/4192956
[pid=21549] ppid=21547 vsize=1797752 CPUtime=1630.82
/proc/21549/stat : 21549 (java) S 21547 21549 20873 0 -1 0 178781 0 1 0 162980 102 0 0 18 0 13 0 277108848 1840898048 140460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21549/statm: 449438 140460 1334 9 0 447050 0
[pid=21549/tid=21551] ppid=21547 vsize=1797752 CPUtime=1573.39
/proc/21549/task/21551/stat : 21551 (java) R 21547 21549 20873 0 -1 64 56894 0 1 0 157307 32 0 0 24 0 13 0 277108850 1840898048 140460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109555610 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21552] ppid=21547 vsize=1797752 CPUtime=26.84
/proc/21549/task/21552/stat : 21552 (java) S 21547 21549 20873 0 -1 64 53505 0 0 0 2658 26 0 0 16 0 13 0 277108851 1840898048 140460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21553] ppid=21547 vsize=1797752 CPUtime=26.84
/proc/21549/task/21553/stat : 21553 (java) S 21547 21549 20873 0 -1 64 53817 0 0 0 2657 27 0 0 17 0 13 0 277108851 1840898048 140460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21554] ppid=21547 vsize=1797752 CPUtime=0.26
/proc/21549/task/21554/stat : 21554 (java) S 21547 21549 20873 0 -1 64 93 0 0 0 17 9 0 0 15 0 13 0 277108854 1840898048 140460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21555] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21555/stat : 21555 (java) S 21547 21549 20873 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 277108854 1840898048 140460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21556] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21556/stat : 21556 (java) S 21547 21549 20873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 277108854 1840898048 140460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21557] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21557/stat : 21557 (java) S 21547 21549 20873 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 277108858 1840898048 140460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21558] ppid=21547 vsize=1797752 CPUtime=1.54
/proc/21549/task/21558/stat : 21558 (java) S 21547 21549 20873 0 -1 64 6488 0 0 0 152 2 0 0 16 0 13 0 277108858 1840898048 140460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21559] ppid=21547 vsize=1797752 CPUtime=1.89
/proc/21549/task/21559/stat : 21559 (java) S 21547 21549 20873 0 -1 64 7263 0 0 0 186 3 0 0 17 0 13 0 277108858 1840898048 140460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21560] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21560/stat : 21560 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 277108858 1840898048 140460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21561] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21561/stat : 21561 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 277108858 1840898048 140460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21562] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21562/stat : 21562 (java) S 21547 21549 20873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 277108888 1840898048 140460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1630.82
Current children cumulated vsize (KiB) 1797752

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 21564
/proc/meminfo: memFree=1231812/2055920 swapFree=4182900/4192956
[pid=21549] ppid=21547 vsize=1797752 CPUtime=1692.05
/proc/21549/stat : 21549 (java) S 21547 21549 20873 0 -1 0 180601 0 1 0 169102 103 0 0 18 0 13 0 277108848 1840898048 142185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21549/statm: 449438 142185 1334 9 0 447050 0
[pid=21549/tid=21551] ppid=21547 vsize=1797752 CPUtime=1632.11
/proc/21549/task/21551/stat : 21551 (java) R 21547 21549 20873 0 -1 64 56922 0 1 0 163179 32 0 0 25 0 13 0 277108850 1840898048 142185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109553278 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21552] ppid=21547 vsize=1797752 CPUtime=28.09
/proc/21549/task/21552/stat : 21552 (java) S 21547 21549 20873 0 -1 64 54003 0 0 0 2783 26 0 0 17 0 13 0 277108851 1840898048 142185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21553] ppid=21547 vsize=1797752 CPUtime=28.09
/proc/21549/task/21553/stat : 21553 (java) S 21547 21549 20873 0 -1 64 55111 0 0 0 2782 27 0 0 16 0 13 0 277108851 1840898048 142185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21554] ppid=21547 vsize=1797752 CPUtime=0.26
/proc/21549/task/21554/stat : 21554 (java) S 21547 21549 20873 0 -1 64 93 0 0 0 17 9 0 0 16 0 13 0 277108854 1840898048 142185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21555] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21555/stat : 21555 (java) S 21547 21549 20873 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 277108854 1840898048 142185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21556] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21556/stat : 21556 (java) S 21547 21549 20873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 277108854 1840898048 142185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21557] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21557/stat : 21557 (java) S 21547 21549 20873 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 277108858 1840898048 142185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21558] ppid=21547 vsize=1797752 CPUtime=1.54
/proc/21549/task/21558/stat : 21558 (java) S 21547 21549 20873 0 -1 64 6488 0 0 0 152 2 0 0 16 0 13 0 277108858 1840898048 142185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21559] ppid=21547 vsize=1797752 CPUtime=1.89
/proc/21549/task/21559/stat : 21559 (java) S 21547 21549 20873 0 -1 64 7263 0 0 0 186 3 0 0 17 0 13 0 277108858 1840898048 142185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21560] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21560/stat : 21560 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 277108858 1840898048 142185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21561] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21561/stat : 21561 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 277108858 1840898048 142185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21562] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21562/stat : 21562 (java) S 21547 21549 20873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 277108888 1840898048 142185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1692.05
Current children cumulated vsize (KiB) 1797752

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 21564
/proc/meminfo: memFree=1226628/2055920 swapFree=4182900/4192956
[pid=21549] ppid=21547 vsize=1797752 CPUtime=1753.51
/proc/21549/stat : 21549 (java) S 21547 21549 20873 0 -1 0 182050 0 1 0 175246 105 0 0 18 0 13 0 277108848 1840898048 143572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21549/statm: 449438 143572 1334 9 0 447050 0
[pid=21549/tid=21551] ppid=21547 vsize=1797752 CPUtime=1690.61
/proc/21549/task/21551/stat : 21551 (java) R 21547 21549 20873 0 -1 64 56950 0 1 0 169028 33 0 0 17 0 13 0 277108850 1840898048 143572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109520689 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21552] ppid=21547 vsize=1797752 CPUtime=29.58
/proc/21549/task/21552/stat : 21552 (java) S 21547 21549 20873 0 -1 64 55031 0 0 0 2931 27 0 0 16 0 13 0 277108851 1840898048 143572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21553] ppid=21547 vsize=1797752 CPUtime=29.57
/proc/21549/task/21553/stat : 21553 (java) S 21547 21549 20873 0 -1 64 55503 0 0 0 2930 27 0 0 16 0 13 0 277108851 1840898048 143572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21554] ppid=21547 vsize=1797752 CPUtime=0.26
/proc/21549/task/21554/stat : 21554 (java) S 21547 21549 20873 0 -1 64 94 0 0 0 17 9 0 0 15 0 13 0 277108854 1840898048 143572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21555] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21555/stat : 21555 (java) S 21547 21549 20873 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 277108854 1840898048 143572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21556] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21556/stat : 21556 (java) S 21547 21549 20873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 277108854 1840898048 143572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21557] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21557/stat : 21557 (java) S 21547 21549 20873 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 277108858 1840898048 143572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21558] ppid=21547 vsize=1797752 CPUtime=1.54
/proc/21549/task/21558/stat : 21558 (java) S 21547 21549 20873 0 -1 64 6488 0 0 0 152 2 0 0 16 0 13 0 277108858 1840898048 143572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21559] ppid=21547 vsize=1797752 CPUtime=1.89
/proc/21549/task/21559/stat : 21559 (java) S 21547 21549 20873 0 -1 64 7263 0 0 0 186 3 0 0 17 0 13 0 277108858 1840898048 143572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21560] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21560/stat : 21560 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 277108858 1840898048 143572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21561] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21561/stat : 21561 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 277108858 1840898048 143572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21562] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21562/stat : 21562 (java) S 21547 21549 20873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 277108888 1840898048 143572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1753.51
Current children cumulated vsize (KiB) 1797752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1767.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 21564
/proc/meminfo: memFree=1220548/2055920 swapFree=4182900/4192956
[pid=21549] ppid=21547 vsize=1797752 CPUtime=1800.1
/proc/21549/stat : 21549 (java) S 21547 21549 20873 0 -1 0 183552 0 1 0 179904 106 0 0 18 0 13 0 277108848 1840898048 145000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21549/statm: 449438 145000 1334 9 0 447050 0
[pid=21549/tid=21551] ppid=21547 vsize=1797752 CPUtime=1734.98
/proc/21549/task/21551/stat : 21551 (java) R 21547 21549 20873 0 -1 64 56971 0 1 0 173465 33 0 0 25 0 13 0 277108850 1840898048 145000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109810874 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21552] ppid=21547 vsize=1797752 CPUtime=30.68
/proc/21549/task/21552/stat : 21552 (java) S 21547 21549 20873 0 -1 64 55791 0 0 0 3041 27 0 0 16 0 13 0 277108851 1840898048 145000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21553] ppid=21547 vsize=1797752 CPUtime=30.67
/proc/21549/task/21553/stat : 21553 (java) S 21547 21549 20873 0 -1 64 56224 0 0 0 3040 27 0 0 16 0 13 0 277108851 1840898048 145000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21554] ppid=21547 vsize=1797752 CPUtime=0.26
/proc/21549/task/21554/stat : 21554 (java) S 21547 21549 20873 0 -1 64 94 0 0 0 17 9 0 0 15 0 13 0 277108854 1840898048 145000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21555] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21555/stat : 21555 (java) S 21547 21549 20873 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 277108854 1840898048 145000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21556] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21556/stat : 21556 (java) S 21547 21549 20873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 277108854 1840898048 145000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21557] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21557/stat : 21557 (java) S 21547 21549 20873 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 277108858 1840898048 145000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21558] ppid=21547 vsize=1797752 CPUtime=1.54
/proc/21549/task/21558/stat : 21558 (java) S 21547 21549 20873 0 -1 64 6488 0 0 0 152 2 0 0 16 0 13 0 277108858 1840898048 145000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21559] ppid=21547 vsize=1797752 CPUtime=1.89
/proc/21549/task/21559/stat : 21559 (java) S 21547 21549 20873 0 -1 64 7263 0 0 0 186 3 0 0 17 0 13 0 277108858 1840898048 145000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21560] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21560/stat : 21560 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 277108858 1840898048 145000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21549/tid=21561] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21561/stat : 21561 (java) S 21547 21549 20873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 277108858 1840898048 145000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21549/tid=21562] ppid=21547 vsize=1797752 CPUtime=0
/proc/21549/task/21562/stat : 21562 (java) S 21547 21549 20873 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 277108888 1840898048 145000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1797752

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

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

[startup+1767.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 21564
/proc/meminfo: memFree=1220548/2055920 swapFree=4182900/4192956
[pid=21549] ppid=21547 vsize=0 CPUtime=1800.21
/proc/21549/stat : 21549 (java) Z 21547 21549 20873 0 -1 1036 183572 0 1 0 179910 111 0 0 16 0 2 0 277108848 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21549/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1767.94
CPU time (s): 1800.25
CPU user time (s): 1799.1
CPU system time (s): 1.14682
CPU usage (%): 101.827
Max. virtual memory (cumulated for all children) (KiB): 1801464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.14682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183572
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= 44211
involuntary context switches= 28599

runsolver used 1.75173 second user time and 4.70528 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Tue May  1 09:19:49 UTC 2007

IDJOB= 431847
IDBENCH= 48081
IDSOLVER= 160
FILE ID= node63/431847-1178011189

PBS_JOBID= 4728295

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  844fbce0d49bf88665e134a5a6d0ad31

RANDOM SEED= 478589984

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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:       1798148 kB
Buffers:         19232 kB
Cached:         162548 kB
SwapCached:       3860 kB
Active:          55864 kB
Inactive:       135508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798148 kB
SwapTotal:     4192956 kB
SwapFree:      4182900 kB
Dirty:            3588 kB
Writeback:           0 kB
Mapped:          15472 kB
Slab:            52384 kB
Committed_AS:  2408588 kB
PageTables:       1460 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 node63 on Tue May  1 09:49:19 UTC 2007