Trace number 347969

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 1775.57

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-neos6.opb
MD5SUM05331fdb110fa172ec60e73b94e68465
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21720
Total number of constraints1036
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)755
Number of constraints which are nor clauses,nor cardinality constraints233
Minimum length of a constraint6
Maximum length of a constraint840
Number of terms in the objective function 6690
Biggest coefficient in the objective function 1176
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 529402
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 131069
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 529402
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node4/watcher-347969-1176554220 -o ROOT/results/node4/solver-347969-1176554220 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347969-1176554220/sat4jPseudoCPClause.jar /tmp/evaluation/347969-1176554220/instance-347969-1176554220.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.93 0.99 0.99 2/77 23627
/proc/meminfo: memFree=1730712/2055920 swapFree=4154132/4192956
[pid=23627] ppid=23625 vsize=18568 CPUtime=0
/proc/23627/stat : 23627 (runsolver) R 23625 23627 23206 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 131459725 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 259913215271 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23627/statm: 4642 292 257 24 0 2626 0

[startup+0.0770571 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 23627
/proc/meminfo: memFree=1730712/2055920 swapFree=4154132/4192956
[pid=23627] ppid=23625 vsize=1777708 CPUtime=0.06
/proc/23627/stat : 23627 (java) S 23625 23627 23206 0 -1 0 3752 0 1 0 4 2 0 0 18 0 7 0 131459725 1820372992 3494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/23627/statm: 444427 3494 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.10106 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 23627
/proc/meminfo: memFree=1730712/2055920 swapFree=4154132/4192956
[pid=23627] ppid=23625 vsize=1780112 CPUtime=0.07
/proc/23627/stat : 23627 (java) S 23625 23627 23206 0 -1 0 3952 0 1 0 5 2 0 0 18 0 12 0 131459725 1822834688 3693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23627/statm: 445028 3693 1121 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780112

[startup+0.301077 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 23627
/proc/meminfo: memFree=1730712/2055920 swapFree=4154132/4192956
[pid=23627] ppid=23625 vsize=1782244 CPUtime=0.35
/proc/23627/stat : 23627 (java) S 23625 23627 23206 0 -1 0 5240 0 1 0 32 3 0 0 18 0 12 0 131459725 1825017856 4978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23627/statm: 445561 4979 1267 9 0 443172 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1782244

[startup+0.701115 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 23627
/proc/meminfo: memFree=1730712/2055920 swapFree=4154132/4192956
[pid=23627] ppid=23625 vsize=1787004 CPUtime=1
/proc/23627/stat : 23627 (java) S 23625 23627 23206 0 -1 0 8327 0 1 0 95 5 0 0 18 0 12 0 131459725 1829892096 7540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23627/statm: 446751 7540 1300 9 0 444362 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1787004

[startup+1.5022 s]
/proc/loadavg: 0.93 0.99 0.99 3/89 23639
/proc/meminfo: memFree=1690360/2055920 swapFree=4154132/4192956
[pid=23627] ppid=23625 vsize=1795824 CPUtime=2.59
/proc/23627/stat : 23627 (java) S 23625 23627 23206 0 -1 0 27807 0 1 0 245 14 0 0 18 0 12 0 131459725 1838923776 23393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23627/statm: 448956 23393 1303 9 0 446567 0
[pid=23627/tid=23629] ppid=23625 vsize=1795824 CPUtime=1.04
/proc/23627/task/23629/stat : 23629 (java) R 23625 23627 23206 0 -1 64 18993 0 1 0 94 10 0 0 18 0 12 0 131459727 1838923776 23393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109552325 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23630] ppid=23625 vsize=1795824 CPUtime=0
/proc/23627/task/23630/stat : 23630 (java) S 23625 23627 23206 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 131459728 1838923776 23393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23631] ppid=23625 vsize=1795824 CPUtime=0
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 23206 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 131459728 1838923776 23393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23632] ppid=23625 vsize=1795824 CPUtime=0
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 23206 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 131459731 1838923776 23393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=1795824 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 23206 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 131459731 1838923776 23393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=1795824 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 23206 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 131459731 1838923776 23393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=1795824 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 23206 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 131459735 1838923776 23393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23636] ppid=23625 vsize=1795824 CPUtime=0.52
/proc/23627/task/23636/stat : 23636 (java) R 23625 23627 23206 0 -1 64 1944 0 0 0 51 1 0 0 16 0 12 0 131459735 1838923776 23393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103318317 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23637] ppid=23625 vsize=1795824 CPUtime=1
/proc/23627/task/23637/stat : 23637 (java) R 23625 23627 23206 0 -1 64 6150 0 0 0 98 2 0 0 18 0 12 0 131459735 1838923776 23393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105645297 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23638] ppid=23625 vsize=1795824 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 23206 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 131459735 1838923776 23393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=1795824 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 23206 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 131459735 1838923776 23393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 1795824

[startup+3.10461 s]
/proc/loadavg: 0.93 0.99 0.99 2/89 23639
/proc/meminfo: memFree=1569080/2055920 swapFree=4154132/4192956
[pid=23627] ppid=23625 vsize=1795588 CPUtime=4.64
/proc/23627/stat : 23627 (java) S 23625 23627 23206 0 -1 0 50932 0 1 0 439 25 0 0 18 0 13 0 131459725 1838682112 45636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23627/statm: 448897 45636 1322 9 0 446508 0
[pid=23627/tid=23629] ppid=23625 vsize=1795588 CPUtime=2.45
/proc/23627/task/23629/stat : 23629 (java) R 23625 23627 23206 0 -1 64 37739 0 1 0 227 18 0 0 25 0 13 0 131459727 1838682112 45636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23630] ppid=23625 vsize=1795588 CPUtime=0.05
/proc/23627/task/23630/stat : 23630 (java) S 23625 23627 23206 0 -1 64 1923 0 0 0 5 0 0 0 16 0 13 0 131459728 1838682112 45636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23631] ppid=23625 vsize=1795588 CPUtime=0.05
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 23206 0 -1 64 1670 0 0 0 5 0 0 0 16 0 13 0 131459728 1838682112 45636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23632] ppid=23625 vsize=1795588 CPUtime=0
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 23206 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 131459731 1838682112 45636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=1795588 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 131459731 1838682112 45636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=1795588 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 23206 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131459731 1838682112 45636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=1795588 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 23206 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 131459735 1838682112 45636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23636] ppid=23625 vsize=1795588 CPUtime=0.73
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 23206 0 -1 64 2279 0 0 0 72 1 0 0 15 0 13 0 131459735 1838682112 45636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23637] ppid=23625 vsize=1795588 CPUtime=1.31
/proc/23627/task/23637/stat : 23637 (java) R 23625 23627 23206 0 -1 64 6593 0 0 0 128 3 0 0 16 0 13 0 131459735 1838682112 45636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105860216 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23638] ppid=23625 vsize=1795588 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 23206 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131459735 1838682112 45636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=1795588 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 23206 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 131459735 1838682112 45636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 1795588

[startup+6.30165 s]
/proc/loadavg: 0.94 0.99 0.99 2/90 23640
/proc/meminfo: memFree=1519920/2055920 swapFree=4154132/4192956
[pid=23627] ppid=23625 vsize=1798856 CPUtime=9.04
/proc/23627/stat : 23627 (java) S 23625 23627 23206 0 -1 0 61149 0 1 0 873 31 0 0 18 0 13 0 131459725 1842028544 54392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23627/statm: 449714 54392 1325 9 0 447325 0
[pid=23627/tid=23629] ppid=23625 vsize=1798856 CPUtime=5.09
/proc/23627/task/23629/stat : 23629 (java) R 23625 23627 23206 0 -1 64 37759 0 1 0 490 19 0 0 20 0 13 0 131459727 1842028544 54392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109980930 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23630] ppid=23625 vsize=1798856 CPUtime=0.33
/proc/23627/task/23630/stat : 23630 (java) S 23625 23627 23206 0 -1 64 6482 0 0 0 30 3 0 0 16 0 13 0 131459728 1842028544 54392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23631] ppid=23625 vsize=1798856 CPUtime=0.32
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 23206 0 -1 64 5460 0 0 0 30 2 0 0 16 0 13 0 131459728 1842028544 54392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23632] ppid=23625 vsize=1798856 CPUtime=0
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 131459731 1842028544 54392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=1798856 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 131459731 1842028544 54392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=1798856 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 23206 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131459731 1842028544 54392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=1798856 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 23206 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 131459735 1842028544 54392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23636] ppid=23625 vsize=1798856 CPUtime=1.34
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 23206 0 -1 64 3544 0 0 0 133 1 0 0 16 0 13 0 131459735 1842028544 54392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23637] ppid=23625 vsize=1798856 CPUtime=1.91
/proc/23627/task/23637/stat : 23637 (java) S 23625 23627 23206 0 -1 64 7174 0 0 0 188 3 0 0 16 0 13 0 131459735 1842028544 54392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23638] ppid=23625 vsize=1798856 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 23206 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131459735 1842028544 54392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=1798856 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 23206 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 131459735 1842028544 54392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23640] ppid=23625 vsize=1798856 CPUtime=0
/proc/23627/task/23640/stat : 23640 (java) S 23625 23627 23206 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 131460015 1842028544 54392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.04
Current children cumulated vsize (KiB) 1798856

[startup+12.7023 s]
/proc/loadavg: 0.94 0.99 0.99 2/90 23640
/proc/meminfo: memFree=1493936/2055920 swapFree=4154132/4192956
[pid=23627] ppid=23625 vsize=1798824 CPUtime=15.9
/proc/23627/stat : 23627 (java) S 23625 23627 23206 0 -1 0 68849 0 1 0 1555 35 0 0 18 0 13 0 131459725 1841995776 60237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23627/statm: 449706 60237 1326 9 0 447317 0
[pid=23627/tid=23629] ppid=23625 vsize=1798824 CPUtime=11.05
/proc/23627/task/23629/stat : 23629 (java) R 23625 23627 23206 0 -1 64 37769 0 1 0 1086 19 0 0 19 0 13 0 131459727 1841995776 60237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109959414 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23630] ppid=23625 vsize=1798824 CPUtime=0.72
/proc/23627/task/23630/stat : 23630 (java) S 23625 23627 23206 0 -1 64 11122 0 0 0 67 5 0 0 16 0 13 0 131459728 1841995776 60237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23631] ppid=23625 vsize=1798824 CPUtime=0.71
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 23206 0 -1 64 8472 0 0 0 67 4 0 0 16 0 13 0 131459728 1841995776 60237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23632] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 131459731 1841995776 60237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 131459731 1841995776 60237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 23206 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131459731 1841995776 60237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 23206 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 131459735 1841995776 60237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23636] ppid=23625 vsize=1798824 CPUtime=1.41
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 23206 0 -1 64 3581 0 0 0 140 1 0 0 17 0 13 0 131459735 1841995776 60237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23637] ppid=23625 vsize=1798824 CPUtime=1.95
/proc/23627/task/23637/stat : 23637 (java) S 23625 23627 23206 0 -1 64 7175 0 0 0 192 3 0 0 16 0 13 0 131459735 1841995776 60237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23638] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 23206 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131459735 1841995776 60237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 23206 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 131459735 1841995776 60237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23640] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23640/stat : 23640 (java) S 23625 23627 23206 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 131460015 1841995776 60237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.9
Current children cumulated vsize (KiB) 1798824

[startup+25.5027 s]
/proc/loadavg: 0.95 0.99 0.99 2/90 23640
/proc/meminfo: memFree=1582384/2055920 swapFree=4154132/4192956
[pid=23627] ppid=23625 vsize=1798824 CPUtime=28.82
/proc/23627/stat : 23627 (java) S 23625 23627 23206 0 -1 0 70375 0 1 0 2845 37 0 0 18 0 13 0 131459725 1841995776 37540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23627/statm: 449706 37540 1326 9 0 447317 0
[pid=23627/tid=23629] ppid=23625 vsize=1798824 CPUtime=23.71
/proc/23627/task/23629/stat : 23629 (java) R 23625 23627 23206 0 -1 64 37798 0 1 0 2352 19 0 0 25 0 13 0 131459727 1841995776 37540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109874448 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23630] ppid=23625 vsize=1798824 CPUtime=0.81
/proc/23627/task/23630/stat : 23630 (java) S 23625 23627 23206 0 -1 64 11884 0 0 0 76 5 0 0 16 0 13 0 131459728 1841995776 37540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23631] ppid=23625 vsize=1798824 CPUtime=0.82
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 23206 0 -1 64 9207 0 0 0 77 5 0 0 16 0 13 0 131459728 1841995776 37540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23632] ppid=23625 vsize=1798824 CPUtime=0.01
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 23206 0 -1 64 9 0 0 0 0 1 0 0 16 0 13 0 131459731 1841995776 37540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23633] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 131459731 1841995776 37540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=23627/tid=23632] ppid=23625 vsize=1798824 CPUtime=0.65
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 23206 0 -1 64 356 0 0 0 38 27 0 0 15 0 13 0 131459731 1841995776 192113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 131459731 1841995776 192113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 23206 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131459731 1841995776 192113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 23206 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 131459735 1841995776 192113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23636] ppid=23625 vsize=1798824 CPUtime=1.46
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 23206 0 -1 64 3581 0 0 0 145 1 0 0 16 0 13 0 131459735 1841995776 192113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23637] ppid=23625 vsize=1798824 CPUtime=1.97
/proc/23627/task/23637/stat : 23637 (java) S 23625 23627 23206 0 -1 64 7175 0 0 0 194 3 0 0 16 0 13 0 131459735 1841995776 192113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23638] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 23206 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131459735 1841995776 192113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 23206 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 131459735 1841995776 192113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23640] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23640/stat : 23640 (java) S 23625 23627 23206 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 131460015 1841995776 192113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1562.68
Current children cumulated vsize (KiB) 1798824

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 23838
/proc/meminfo: memFree=943984/2055920 swapFree=4154132/4192956
[pid=23627] ppid=23625 vsize=1798824 CPUtime=1623.75
/proc/23627/stat : 23627 (java) S 23625 23627 23206 0 -1 0 319427 0 1 0 162186 189 0 0 18 0 13 0 131459725 1841995776 197069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23627/statm: 449706 197069 1326 9 0 447317 0
[pid=23627/tid=23629] ppid=23625 vsize=1798824 CPUtime=1579.24
/proc/23627/task/23629/stat : 23629 (java) R 23625 23627 23206 0 -1 64 115754 0 1 0 157862 62 0 0 25 0 13 0 131459727 1841995776 197069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109980372 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23630] ppid=23625 vsize=1798824 CPUtime=20.11
/proc/23627/task/23630/stat : 23630 (java) S 23625 23627 23206 0 -1 64 95267 0 0 0 1966 45 0 0 16 0 13 0 131459728 1841995776 197069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23631] ppid=23625 vsize=1798824 CPUtime=20.22
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 23206 0 -1 64 96573 0 0 0 1976 46 0 0 16 0 13 0 131459728 1841995776 197069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23632] ppid=23625 vsize=1798824 CPUtime=0.68
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 23206 0 -1 64 356 0 0 0 40 28 0 0 15 0 13 0 131459731 1841995776 197069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 131459731 1841995776 197069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 23206 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131459731 1841995776 197069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 23206 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 131459735 1841995776 197069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23636] ppid=23625 vsize=1798824 CPUtime=1.46
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 23206 0 -1 64 3581 0 0 0 145 1 0 0 16 0 13 0 131459735 1841995776 197069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23637] ppid=23625 vsize=1798824 CPUtime=1.97
/proc/23627/task/23637/stat : 23637 (java) S 23625 23627 23206 0 -1 64 7175 0 0 0 194 3 0 0 16 0 13 0 131459735 1841995776 197069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23638] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 23206 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131459735 1841995776 197069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 23206 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 131459735 1841995776 197069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23640] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23640/stat : 23640 (java) S 23625 23627 23206 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 131460015 1841995776 197069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1623.75
Current children cumulated vsize (KiB) 1798824

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 23838
/proc/meminfo: memFree=923248/2055920 swapFree=4154132/4192956
[pid=23627] ppid=23625 vsize=1798824 CPUtime=1684.87
/proc/23627/stat : 23627 (java) S 23625 23627 23206 0 -1 0 325148 0 1 0 168293 194 0 0 18 0 13 0 131459725 1841995776 202263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23627/statm: 449706 202263 1326 9 0 447317 0
[pid=23627/tid=23629] ppid=23625 vsize=1798824 CPUtime=1638.02
/proc/23627/task/23629/stat : 23629 (java) R 23625 23627 23206 0 -1 64 115847 0 1 0 163739 63 0 0 25 0 13 0 131459727 1841995776 202263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109583386 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23630] ppid=23625 vsize=1798824 CPUtime=21.27
/proc/23627/task/23630/stat : 23630 (java) S 23625 23627 23206 0 -1 64 98117 0 0 0 2080 47 0 0 16 0 13 0 131459728 1841995776 202263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23631] ppid=23625 vsize=1798824 CPUtime=21.37
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 23206 0 -1 64 99351 0 0 0 2089 48 0 0 16 0 13 0 131459728 1841995776 202263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23632] ppid=23625 vsize=1798824 CPUtime=0.7
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 23206 0 -1 64 356 0 0 0 41 29 0 0 15 0 13 0 131459731 1841995776 202263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 131459731 1841995776 202263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 23206 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131459731 1841995776 202263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 23206 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 131459735 1841995776 202263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23636] ppid=23625 vsize=1798824 CPUtime=1.46
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 23206 0 -1 64 3581 0 0 0 145 1 0 0 16 0 13 0 131459735 1841995776 202263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23637] ppid=23625 vsize=1798824 CPUtime=1.97
/proc/23627/task/23637/stat : 23637 (java) S 23625 23627 23206 0 -1 64 7175 0 0 0 194 3 0 0 16 0 13 0 131459735 1841995776 202263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23638] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 23206 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131459735 1841995776 202263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 23206 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 131459735 1841995776 202263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23640] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23640/stat : 23640 (java) S 23625 23627 23206 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 131460015 1841995776 202263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1684.87
Current children cumulated vsize (KiB) 1798824

[startup+1722.3 s]
/proc/loadavg: 1.15 1.04 1.01 2/90 23838
/proc/meminfo: memFree=905392/2055920 swapFree=4154132/4192956
[pid=23627] ppid=23625 vsize=1798824 CPUtime=1745.94
/proc/23627/stat : 23627 (java) S 23625 23627 23206 0 -1 0 330126 0 1 0 174396 198 0 0 18 0 13 0 131459725 1841995776 206786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23627/statm: 449706 206786 1326 9 0 447317 0
[pid=23627/tid=23629] ppid=23625 vsize=1798824 CPUtime=1696.83
/proc/23627/task/23629/stat : 23629 (java) R 23625 23627 23206 0 -1 64 115935 0 1 0 169620 63 0 0 21 0 13 0 131459727 1841995776 206786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109981636 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23630] ppid=23625 vsize=1798824 CPUtime=22.4
/proc/23627/task/23630/stat : 23630 (java) S 23625 23627 23206 0 -1 64 100274 0 0 0 2191 49 0 0 16 0 13 0 131459728 1841995776 206786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23631] ppid=23625 vsize=1798824 CPUtime=22.49
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 23206 0 -1 64 102084 0 0 0 2200 49 0 0 16 0 13 0 131459728 1841995776 206786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23632] ppid=23625 vsize=1798824 CPUtime=0.72
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 23206 0 -1 64 356 0 0 0 42 30 0 0 16 0 13 0 131459731 1841995776 206786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23633] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 131459731 1841995776 206786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 23206 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131459731 1841995776 206786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 23206 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 131459735 1841995776 206786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23636] ppid=23625 vsize=1798824 CPUtime=1.46
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 23206 0 -1 64 3581 0 0 0 145 1 0 0 16 0 13 0 131459735 1841995776 206786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23637] ppid=23625 vsize=1798824 CPUtime=1.97
/proc/23627/task/23637/stat : 23637 (java) S 23625 23627 23206 0 -1 64 7175 0 0 0 194 3 0 0 16 0 13 0 131459735 1841995776 206786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23638] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 23206 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131459735 1841995776 206786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 23206 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 131459735 1841995776 206786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23640] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23640/stat : 23640 (java) S 23625 23627 23206 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 131460015 1841995776 206786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1745.94
Current children cumulated vsize (KiB) 1798824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.41 s]
/proc/loadavg: 1.06 1.03 1.00 2/90 23838
/proc/meminfo: memFree=888176/2055920 swapFree=4154132/4192956
[pid=23627] ppid=23625 vsize=1798824 CPUtime=1800.03
/proc/23627/stat : 23627 (java) S 23625 23627 23206 0 -1 0 334749 0 1 0 179802 201 0 0 18 0 13 0 131459725 1841995776 211006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23627/statm: 449706 211006 1326 9 0 447317 0
[pid=23627/tid=23629] ppid=23625 vsize=1798824 CPUtime=1748.87
/proc/23627/task/23629/stat : 23629 (java) R 23625 23627 23206 0 -1 64 116012 0 1 0 174823 64 0 0 25 0 13 0 131459727 1841995776 211006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109959543 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23630] ppid=23625 vsize=1798824 CPUtime=23.43
/proc/23627/task/23630/stat : 23630 (java) S 23625 23627 23206 0 -1 64 102555 0 0 0 2293 50 0 0 16 0 13 0 131459728 1841995776 211006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23631] ppid=23625 vsize=1798824 CPUtime=23.5
/proc/23627/task/23631/stat : 23631 (java) S 23625 23627 23206 0 -1 64 104349 0 0 0 2300 50 0 0 16 0 13 0 131459728 1841995776 211006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23632] ppid=23625 vsize=1798824 CPUtime=0.74
/proc/23627/task/23632/stat : 23632 (java) S 23625 23627 23206 0 -1 64 356 0 0 0 44 30 0 0 16 0 13 0 131459731 1841995776 211006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23633] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23633/stat : 23633 (java) S 23625 23627 23206 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 131459731 1841995776 211006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23634] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23634/stat : 23634 (java) S 23625 23627 23206 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131459731 1841995776 211006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23635] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23635/stat : 23635 (java) S 23625 23627 23206 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 131459735 1841995776 211006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23636] ppid=23625 vsize=1798824 CPUtime=1.46
/proc/23627/task/23636/stat : 23636 (java) S 23625 23627 23206 0 -1 64 3581 0 0 0 145 1 0 0 16 0 13 0 131459735 1841995776 211006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23637] ppid=23625 vsize=1798824 CPUtime=1.97
/proc/23627/task/23637/stat : 23637 (java) S 23625 23627 23206 0 -1 64 7175 0 0 0 194 3 0 0 16 0 13 0 131459735 1841995776 211006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23638] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23638/stat : 23638 (java) S 23625 23627 23206 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131459735 1841995776 211006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23627/tid=23639] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23639/stat : 23639 (java) S 23625 23627 23206 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 131459735 1841995776 211006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23627/tid=23640] ppid=23625 vsize=1798824 CPUtime=0
/proc/23627/task/23640/stat : 23640 (java) S 23625 23627 23206 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 131460015 1841995776 211006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1798824

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

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

[startup+1775.51 s]
/proc/loadavg: 1.06 1.03 1.00 2/90 23838
/proc/meminfo: memFree=888176/2055920 swapFree=4154132/4192956
[pid=23627] ppid=23625 vsize=0 CPUtime=1800.14
/proc/23627/stat : 23627 (java) Z 23625 23627 23206 0 -1 1036 334769 0 1 0 179806 208 0 0 16 0 2 0 131459725 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23627/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1775.57
CPU time (s): 1800.21
CPU user time (s): 1798.07
CPU system time (s): 2.13967
CPU usage (%): 101.388
Max. virtual memory (cumulated for all children) (KiB): 1799240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.07
system time used= 2.13967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 334769
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= 62280
involuntary context switches= 53513

runsolver used 1.9757 second user time and 5.71313 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Apr 14 12:37:00 UTC 2007

IDJOB= 347969
IDBENCH= 1592
IDSOLVER= 164
FILE ID= node4/347969-1176554220

PBS_JOBID= 4556754

Free space on /tmp= 66554 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  05331fdb110fa172ec60e73b94e68465

RANDOM SEED= 901682889

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1731120 kB
Buffers:         20748 kB
Cached:         227348 kB
SwapCached:       2416 kB
Active:          71224 kB
Inactive:       200024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731120 kB
SwapTotal:     4192956 kB
SwapFree:      4154132 kB
Dirty:            6264 kB
Writeback:           0 kB
Mapped:          30868 kB
Slab:            39020 kB
Committed_AS:  4064440 kB
PageTables:       1816 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= 66554 MiB

End job on node4 on Sat Apr 14 13:06:37 UTC 2007