Trace number 419415

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.2 1784.5

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/
industrial/babic/xinetd/itox_vc909.opb
MD5SUM97312360abb035db30191b451520c6ab
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark24.0653
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables112115
Total number of constraints327768
Number of constraints which are clauses327768
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.28	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.28	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.28	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.29	c no version file found!!!
0.07/0.29	c sun.arch.data.model	32
0.07/0.29	c java.version	1.6.0
0.07/0.29	c os.name	Linux
0.07/0.29	c os.version	2.6.9-22.EL.rootsmp
0.07/0.29	c os.arch	i386
0.07/0.29	c Free memory 1651659224
0.07/0.29	c Max memory 1654456320
0.07/0.29	c Total memory 1654456320
0.07/0.30	c Number of processors 2
0.14/0.35	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.14/0.35	--- Begin Solver configuration ---
0.14/0.35	c Stops conflict analysis at the first Unique Implication Point
0.14/0.35	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.14/0.35	c Learn all clauses as in MiniSAT
0.14/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.14/0.35	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.35	c No reason simplification
0.14/0.35	c --- End Solver configuration ---
0.14/0.35	c solving /tmp/evaluation/419415-1177407775/instance-419415-1177407775.opb
0.14/0.35	c reading problem ... 
7.93/6.95	c ... done. Wall clock time 6.6s.
7.93/6.95	c CPU time (experimental) 5.68s.
7.93/6.95	c #vars     112115
7.93/6.95	c #constraints  319779
1800.10/1784.41	c starts		: 2
1800.10/1784.41	c conflicts		: 186066
1800.10/1784.41	c decisions		: 275542
1800.10/1784.41	c propagations		: 76533994
1800.10/1784.41	c inspects		: 604220921
1800.10/1784.41	c learnt literals	: 3
1800.10/1784.41	c learnt binary clauses	: 894
1800.10/1784.41	c learnt ternary clauses	: 2024
1800.10/1784.41	c learnt clauses	: 186062
1800.10/1784.41	c root simplifications	: 0
1800.10/1784.41	c removed literals (reason simplification)	: 0
1800.10/1784.41	c reason swapping (by a shorter reason)	: 0
1800.10/1784.41	c Calls to reduceDB	: 0
1800.10/1784.41	c speed (decisions/second)	: 155.04712601637453
1800.10/1784.41	c non guided choices	20274
1800.10/1784.41	s UNKNOWN
1800.10/1784.41	c Total wall clock time (ms): 1784.06

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/node1/watcher-419415-1177407775 -o ROOT/results/node1/solver-419415-1177407775 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419415-1177407775/sat4jPseudoCP.jar /tmp/evaluation/419415-1177407775/instance-419415-1177407775.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.02 1.05 3/77 20360
/proc/meminfo: memFree=1857920/2055920 swapFree=4141772/4192956
[pid=20360] ppid=20358 vsize=1516 CPUtime=0
/proc/20360/stat : 20360 (java) R 20358 20360 19213 0 -1 0 65 0 0 0 0 0 0 0 18 0 1 0 216815414 1552384 50 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 5813548 0 0 4096 0 0 0 0 17 1 0 0
/proc/20360/statm: 380 62 47 9 0 10 0

[startup+0.033811 s]
/proc/loadavg: 0.92 1.02 1.05 3/77 20360
/proc/meminfo: memFree=1857920/2055920 swapFree=4141772/4192956
[pid=20360] ppid=20358 vsize=12412 CPUtime=0
/proc/20360/stat : 20360 (java) S 20358 20360 19213 0 -1 0 750 0 0 0 0 0 0 0 18 0 2 0 216815414 12709888 538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 3103 542 234 9 0 1239 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101762 s]
/proc/loadavg: 0.92 1.02 1.05 3/77 20360
/proc/meminfo: memFree=1857920/2055920 swapFree=4141772/4192956
[pid=20360] ppid=20358 vsize=1777712 CPUtime=0.05
/proc/20360/stat : 20360 (java) S 20358 20360 19213 0 -1 0 3565 0 1 0 3 2 0 0 18 0 7 0 216815414 1820377088 3310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 444428 3310 1061 9 0 442064 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777712

[startup+0.301787 s]
/proc/loadavg: 0.92 1.02 1.05 3/77 20360
/proc/meminfo: memFree=1857920/2055920 swapFree=4141772/4192956
[pid=20360] ppid=20358 vsize=1781452 CPUtime=0.14
/proc/20360/stat : 20360 (java) S 20358 20360 19213 0 -1 0 4420 0 1 0 11 3 0 0 18 0 12 0 216815414 1824206848 4160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 445363 4161 1233 9 0 442975 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 1781452

[startup+0.701831 s]
/proc/loadavg: 0.92 1.02 1.05 3/77 20360
/proc/meminfo: memFree=1857920/2055920 swapFree=4141772/4192956
[pid=20360] ppid=20358 vsize=1783600 CPUtime=0.65
/proc/20360/stat : 20360 (java) S 20358 20360 19213 0 -1 0 7150 0 1 0 61 4 0 0 18 0 12 0 216815414 1826406400 6750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 445900 6750 1292 9 0 443512 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 1783600

[startup+1.50293 s]
/proc/loadavg: 0.92 1.02 1.05 4/89 20372
/proc/meminfo: memFree=1829664/2055920 swapFree=4141772/4192956
[pid=20360] ppid=20358 vsize=1787304 CPUtime=1.86
/proc/20360/stat : 20360 (java) S 20358 20360 19213 0 -1 0 14964 0 1 0 177 9 0 0 18 0 12 0 216815414 1830199296 13056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 446826 13056 1302 9 0 444438 0
[pid=20360/tid=20362] ppid=20358 vsize=1787304 CPUtime=0.9
/proc/20360/task/20362/stat : 20362 (java) R 20358 20360 19213 0 -1 64 10899 0 1 0 84 6 0 0 18 0 12 0 216815416 1830199296 13056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109540991 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20363] ppid=20358 vsize=1787304 CPUtime=0
/proc/20360/task/20363/stat : 20363 (java) S 20358 20360 19213 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 216815421 1830199296 13056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20358 vsize=1787304 CPUtime=0
/proc/20360/task/20364/stat : 20364 (java) S 20358 20360 19213 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 216815421 1830199296 13056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20365] ppid=20358 vsize=1787304 CPUtime=0
/proc/20360/task/20365/stat : 20365 (java) S 20358 20360 19213 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 216815424 1830199296 13056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20366] ppid=20358 vsize=1787304 CPUtime=0
/proc/20360/task/20366/stat : 20366 (java) S 20358 20360 19213 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 216815424 1830199296 13056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20367] ppid=20358 vsize=1787304 CPUtime=0
/proc/20360/task/20367/stat : 20367 (java) S 20358 20360 19213 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 216815424 1830199296 13056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20368] ppid=20358 vsize=1787304 CPUtime=0
/proc/20360/task/20368/stat : 20368 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 216815438 1830199296 13056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20369] ppid=20358 vsize=1787304 CPUtime=0.49
/proc/20360/task/20369/stat : 20369 (java) S 20358 20360 19213 0 -1 64 2338 0 0 0 48 1 0 0 16 0 12 0 216815438 1830199296 13056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20370] ppid=20358 vsize=1787304 CPUtime=0.44
/proc/20360/task/20370/stat : 20370 (java) S 20358 20360 19213 0 -1 64 1010 0 0 0 44 0 0 0 16 0 12 0 216815438 1830199296 13056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20371] ppid=20358 vsize=1787304 CPUtime=0
/proc/20360/task/20371/stat : 20371 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 216815438 1830199296 13056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20358 vsize=1787304 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20358 20360 19213 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 216815438 1830199296 13056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 1787304

[startup+3.10211 s]
/proc/loadavg: 1.09 1.06 1.06 2/89 20372
/proc/meminfo: memFree=1746464/2055920 swapFree=4141772/4192956
[pid=20360] ppid=20358 vsize=1787628 CPUtime=3.58
/proc/20360/stat : 20360 (java) S 20358 20360 19213 0 -1 0 44742 0 1 0 335 23 0 0 18 0 12 0 216815414 1830531072 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 446907 42818 1312 9 0 444519 0
[pid=20360/tid=20362] ppid=20358 vsize=1787628 CPUtime=2.39
/proc/20360/task/20362/stat : 20362 (java) R 20358 20360 19213 0 -1 64 37682 0 1 0 221 18 0 0 21 0 12 0 216815416 1830531072 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109595199 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20363] ppid=20358 vsize=1787628 CPUtime=0.08
/proc/20360/task/20363/stat : 20363 (java) S 20358 20360 19213 0 -1 64 1519 0 0 0 7 1 0 0 16 0 12 0 216815421 1830531072 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20358 vsize=1787628 CPUtime=0.07
/proc/20360/task/20364/stat : 20364 (java) S 20358 20360 19213 0 -1 64 1469 0 0 0 7 0 0 0 17 0 12 0 216815421 1830531072 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20365] ppid=20358 vsize=1787628 CPUtime=0
/proc/20360/task/20365/stat : 20365 (java) S 20358 20360 19213 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 216815424 1830531072 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20366] ppid=20358 vsize=1787628 CPUtime=0
/proc/20360/task/20366/stat : 20366 (java) S 20358 20360 19213 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 216815424 1830531072 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20367] ppid=20358 vsize=1787628 CPUtime=0
/proc/20360/task/20367/stat : 20367 (java) S 20358 20360 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216815424 1830531072 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20368] ppid=20358 vsize=1787628 CPUtime=0
/proc/20360/task/20368/stat : 20368 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 216815438 1830531072 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20369] ppid=20358 vsize=1787628 CPUtime=0.51
/proc/20360/task/20369/stat : 20369 (java) S 20358 20360 19213 0 -1 64 2339 0 0 0 50 1 0 0 17 0 12 0 216815438 1830531072 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20370] ppid=20358 vsize=1787628 CPUtime=0.46
/proc/20360/task/20370/stat : 20370 (java) S 20358 20360 19213 0 -1 64 1010 0 0 0 46 0 0 0 16 0 12 0 216815438 1830531072 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20371] ppid=20358 vsize=1787628 CPUtime=0
/proc/20360/task/20371/stat : 20371 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 216815438 1830531072 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20358 vsize=1787628 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20358 20360 19213 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 216815438 1830531072 42818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 1787628

[startup+6.30148 s]
/proc/loadavg: 1.09 1.06 1.06 2/89 20372
/proc/meminfo: memFree=1656224/2055920 swapFree=4141772/4192956
[pid=20360] ppid=20358 vsize=1789776 CPUtime=7.33
/proc/20360/stat : 20360 (java) S 20358 20360 19213 0 -1 0 57044 0 1 0 704 29 0 0 18 0 12 0 216815414 1832730624 54359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 447444 54359 1312 9 0 445056 0
[pid=20360/tid=20362] ppid=20358 vsize=1789776 CPUtime=5.02
/proc/20360/task/20362/stat : 20362 (java) R 20358 20360 19213 0 -1 64 37686 0 1 0 483 19 0 0 18 0 12 0 216815416 1832730624 54359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109549886 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20363] ppid=20358 vsize=1789776 CPUtime=0.65
/proc/20360/task/20363/stat : 20363 (java) S 20358 20360 19213 0 -1 64 7633 0 0 0 61 4 0 0 16 0 12 0 216815421 1832730624 54359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20364] ppid=20358 vsize=1789776 CPUtime=0.64
/proc/20360/task/20364/stat : 20364 (java) S 20358 20360 19213 0 -1 64 7648 0 0 0 61 3 0 0 16 0 12 0 216815421 1832730624 54359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20365] ppid=20358 vsize=1789776 CPUtime=0
/proc/20360/task/20365/stat : 20365 (java) S 20358 20360 19213 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 216815424 1832730624 54359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20366] ppid=20358 vsize=1789776 CPUtime=0
/proc/20360/task/20366/stat : 20366 (java) S 20358 20360 19213 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 216815424 1832730624 54359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20367] ppid=20358 vsize=1789776 CPUtime=0
/proc/20360/task/20367/stat : 20367 (java) S 20358 20360 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216815424 1832730624 54359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20368] ppid=20358 vsize=1789776 CPUtime=0
/proc/20360/task/20368/stat : 20368 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 216815438 1832730624 54359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20369] ppid=20358 vsize=1789776 CPUtime=0.51
/proc/20360/task/20369/stat : 20369 (java) S 20358 20360 19213 0 -1 64 2339 0 0 0 50 1 0 0 17 0 12 0 216815438 1832730624 54359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20370] ppid=20358 vsize=1789776 CPUtime=0.46
/proc/20360/task/20370/stat : 20370 (java) S 20358 20360 19213 0 -1 64 1010 0 0 0 46 0 0 0 16 0 12 0 216815438 1832730624 54359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20371] ppid=20358 vsize=1789776 CPUtime=0
/proc/20360/task/20371/stat : 20371 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 216815438 1832730624 54359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20358 vsize=1789776 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20358 20360 19213 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 216815438 1832730624 54359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 1789776

[startup+12.7012 s]
/proc/loadavg: 1.07 1.06 1.06 2/90 20373
/proc/meminfo: memFree=1617752/2055920 swapFree=4141772/4192956
[pid=20360] ppid=20358 vsize=1791124 CPUtime=15.3
/proc/20360/stat : 20360 (java) S 20358 20360 19213 0 -1 0 67914 0 1 0 1494 36 0 0 18 0 13 0 216815414 1834110976 63164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 447781 63164 1327 9 0 445393 0
[pid=20360/tid=20362] ppid=20358 vsize=1791124 CPUtime=10.27
/proc/20360/task/20362/stat : 20362 (java) R 20358 20360 19213 0 -1 64 37737 0 1 0 1008 19 0 0 18 0 13 0 216815416 1834110976 63164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109885836 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20363] ppid=20358 vsize=1791124 CPUtime=1.49
/proc/20360/task/20363/stat : 20363 (java) S 20358 20360 19213 0 -1 64 11945 0 0 0 142 7 0 0 16 0 13 0 216815421 1834110976 63164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20358 vsize=1791124 CPUtime=1.49
/proc/20360/task/20364/stat : 20364 (java) S 20358 20360 19213 0 -1 64 12971 0 0 0 143 6 0 0 17 0 13 0 216815421 1834110976 63164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20365] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20365/stat : 20365 (java) S 20358 20360 19213 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 216815424 1834110976 63164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20366] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20366/stat : 20366 (java) S 20358 20360 19213 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 216815424 1834110976 63164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20367] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20367/stat : 20367 (java) S 20358 20360 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216815424 1834110976 63164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20368] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20368/stat : 20368 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 216815438 1834110976 63164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20369] ppid=20358 vsize=1791124 CPUtime=1.08
/proc/20360/task/20369/stat : 20369 (java) S 20358 20360 19213 0 -1 64 2428 0 0 0 107 1 0 0 16 0 13 0 216815438 1834110976 63164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20370] ppid=20358 vsize=1791124 CPUtime=0.93
/proc/20360/task/20370/stat : 20370 (java) S 20358 20360 19213 0 -1 64 2101 0 0 0 92 1 0 0 16 0 13 0 216815438 1834110976 63164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20371] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20371/stat : 20371 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216815438 1834110976 63164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20358 20360 19213 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216815438 1834110976 63164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20373] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20373/stat : 20373 (java) S 20358 20360 19213 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 216816142 1834110976 63164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.3
Current children cumulated vsize (KiB) 1791124

[startup+25.5027 s]
/proc/loadavg: 1.06 1.05 1.06 2/90 20373
/proc/meminfo: memFree=1637272/2055920 swapFree=4141772/4192956
[pid=20360] ppid=20358 vsize=1791124 CPUtime=28.19
/proc/20360/stat : 20360 (java) S 20358 20360 19213 0 -1 0 68189 0 1 0 2782 37 0 0 18 0 13 0 216815414 1834110976 56043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 447781 56043 1327 9 0 445393 0
[pid=20360/tid=20362] ppid=20358 vsize=1791124 CPUtime=23
/proc/20360/task/20362/stat : 20362 (java) R 20358 20360 19213 0 -1 64 37752 0 1 0 2281 19 0 0 25 0 13 0 216815416 1834110976 56043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109871098 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20363] ppid=20358 vsize=1791124 CPUtime=1.53
/proc/20360/task/20363/stat : 20363 (java) S 20358 20360 19213 0 -1 64 12007 0 0 0 146 7 0 0 16 0 13 0 216815421 1834110976 56043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20358 vsize=1791124 CPUtime=1.53
/proc/20360/task/20364/stat : 20364 (java) S 20358 20360 19213 0 -1 64 13167 0 0 0 147 6 0 0 16 0 13 0 216815421 1834110976 56043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20365] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20365/stat : 20365 (java) S 20358 20360 19213 0 -1 64 15 0 0 0 0 0 0 0 17 0 13 0 216815424 1834110976 56043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20366] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20366/stat : 20366 (java) S 20358 20360 19213 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 216815424 1834110976 56043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20367] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20367/stat : 20367 (java) S 20358 20360 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216815424 1834110976 56043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=20360] ppid=20358 vsize=1791124 CPUtime=1616.79
/proc/20360/stat : 20360 (java) S 20358 20360 19213 0 -1 0 161291 0 1 0 161496 183 0 0 18 0 13 0 216815414 1834110976 93674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 447781 93674 1334 9 0 445393 0
[pid=20360/tid=20362] ppid=20358 vsize=1791124 CPUtime=1584.08
/proc/20360/task/20362/stat : 20362 (java) R 20358 20360 19213 0 -1 64 87398 0 1 0 158348 60 0 0 25 0 13 0 216815416 1834110976 93674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109870785 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20363] ppid=20358 vsize=1791124 CPUtime=14.93
/proc/20360/task/20363/stat : 20363 (java) S 20358 20360 19213 0 -1 64 35284 0 0 0 1440 53 0 0 16 0 13 0 216815421 1834110976 93674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20358 vsize=1791124 CPUtime=14.94
/proc/20360/task/20364/stat : 20364 (java) S 20358 20360 19213 0 -1 64 33165 0 0 0 1456 38 0 0 16 0 13 0 216815421 1834110976 93674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20365] ppid=20358 vsize=1791124 CPUtime=0.65
/proc/20360/task/20365/stat : 20365 (java) S 20358 20360 19213 0 -1 64 188 0 0 0 38 27 0 0 16 0 13 0 216815424 1834110976 93674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20366] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20366/stat : 20366 (java) S 20358 20360 19213 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 216815424 1834110976 93674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20367] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20367/stat : 20367 (java) S 20358 20360 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216815424 1834110976 93674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20368] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20368/stat : 20368 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 216815438 1834110976 93674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20369] ppid=20358 vsize=1791124 CPUtime=1.12
/proc/20360/task/20369/stat : 20369 (java) S 20358 20360 19213 0 -1 64 2429 0 0 0 111 1 0 0 16 0 13 0 216815438 1834110976 93674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20370] ppid=20358 vsize=1791124 CPUtime=1.01
/proc/20360/task/20370/stat : 20370 (java) S 20358 20360 19213 0 -1 64 2108 0 0 0 100 1 0 0 17 0 13 0 216815438 1834110976 93674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20371] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20371/stat : 20371 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216815438 1834110976 93674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20358 20360 19213 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216815438 1834110976 93674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20373] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20373/stat : 20373 (java) S 20358 20360 19213 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 216816142 1834110976 93674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1616.79
Current children cumulated vsize (KiB) 1791124

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 20571
/proc/meminfo: memFree=1482072/2055920 swapFree=4141776/4192956
[pid=20360] ppid=20358 vsize=1791124 CPUtime=1677.17
/proc/20360/stat : 20360 (java) S 20358 20360 19213 0 -1 0 162381 0 1 0 167530 187 0 0 18 0 13 0 216815414 1834110976 93910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 447781 93910 1334 9 0 445393 0
[pid=20360/tid=20362] ppid=20358 vsize=1791124 CPUtime=1643.45
/proc/20360/task/20362/stat : 20362 (java) R 20358 20360 19213 0 -1 64 87464 0 1 0 164285 60 0 0 18 0 13 0 216815416 1834110976 93910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109843013 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20363] ppid=20358 vsize=1791124 CPUtime=15.42
/proc/20360/task/20363/stat : 20363 (java) S 20358 20360 19213 0 -1 64 35899 0 0 0 1487 55 0 0 16 0 13 0 216815421 1834110976 93910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20358 vsize=1791124 CPUtime=15.45
/proc/20360/task/20364/stat : 20364 (java) S 20358 20360 19213 0 -1 64 33573 0 0 0 1506 39 0 0 16 0 13 0 216815421 1834110976 93910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20365] ppid=20358 vsize=1791124 CPUtime=0.66
/proc/20360/task/20365/stat : 20365 (java) S 20358 20360 19213 0 -1 64 189 0 0 0 38 28 0 0 16 0 13 0 216815424 1834110976 93910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20366] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20366/stat : 20366 (java) S 20358 20360 19213 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 216815424 1834110976 93910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20367] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20367/stat : 20367 (java) S 20358 20360 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216815424 1834110976 93910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20368] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20368/stat : 20368 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 216815438 1834110976 93910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20369] ppid=20358 vsize=1791124 CPUtime=1.12
/proc/20360/task/20369/stat : 20369 (java) S 20358 20360 19213 0 -1 64 2429 0 0 0 111 1 0 0 16 0 13 0 216815438 1834110976 93910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20370] ppid=20358 vsize=1791124 CPUtime=1.01
/proc/20360/task/20370/stat : 20370 (java) S 20358 20360 19213 0 -1 64 2108 0 0 0 100 1 0 0 17 0 13 0 216815438 1834110976 93910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20371] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20371/stat : 20371 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216815438 1834110976 93910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20358 20360 19213 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216815438 1834110976 93910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20373] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20373/stat : 20373 (java) S 20358 20360 19213 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 216816142 1834110976 93910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1677.17
Current children cumulated vsize (KiB) 1791124

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20571
/proc/meminfo: memFree=1480408/2055920 swapFree=4141776/4192956
[pid=20360] ppid=20358 vsize=1791124 CPUtime=1737.57
/proc/20360/stat : 20360 (java) S 20358 20360 19213 0 -1 0 163812 0 1 0 173565 192 0 0 18 0 13 0 216815414 1834110976 94362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 447781 94362 1334 9 0 445393 0
[pid=20360/tid=20362] ppid=20358 vsize=1791124 CPUtime=1702.82
/proc/20360/task/20362/stat : 20362 (java) R 20358 20360 19213 0 -1 64 87526 0 1 0 170222 60 0 0 18 0 13 0 216815416 1834110976 94362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109870996 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20363] ppid=20358 vsize=1791124 CPUtime=15.91
/proc/20360/task/20363/stat : 20363 (java) S 20358 20360 19213 0 -1 64 36612 0 0 0 1534 57 0 0 16 0 13 0 216815421 1834110976 94362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20358 vsize=1791124 CPUtime=15.96
/proc/20360/task/20364/stat : 20364 (java) S 20358 20360 19213 0 -1 64 34226 0 0 0 1555 41 0 0 16 0 13 0 216815421 1834110976 94362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20365] ppid=20358 vsize=1791124 CPUtime=0.68
/proc/20360/task/20365/stat : 20365 (java) S 20358 20360 19213 0 -1 64 192 0 0 0 39 29 0 0 16 0 13 0 216815424 1834110976 94362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20366] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20366/stat : 20366 (java) S 20358 20360 19213 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 216815424 1834110976 94362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20367] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20367/stat : 20367 (java) S 20358 20360 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216815424 1834110976 94362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20368] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20368/stat : 20368 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 216815438 1834110976 94362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20369] ppid=20358 vsize=1791124 CPUtime=1.12
/proc/20360/task/20369/stat : 20369 (java) S 20358 20360 19213 0 -1 64 2429 0 0 0 111 1 0 0 16 0 13 0 216815438 1834110976 94362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20370] ppid=20358 vsize=1791124 CPUtime=1.01
/proc/20360/task/20370/stat : 20370 (java) S 20358 20360 19213 0 -1 64 2108 0 0 0 100 1 0 0 17 0 13 0 216815438 1834110976 94362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20371] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20371/stat : 20371 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216815438 1834110976 94362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20358 20360 19213 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216815438 1834110976 94362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20373] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20373/stat : 20373 (java) S 20358 20360 19213 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 216816142 1834110976 94362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1737.57
Current children cumulated vsize (KiB) 1791124

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20571
/proc/meminfo: memFree=1474008/2055920 swapFree=4141776/4192956
[pid=20360] ppid=20358 vsize=1791124 CPUtime=1797.96
/proc/20360/stat : 20360 (java) S 20358 20360 19213 0 -1 0 166189 0 1 0 179601 195 0 0 18 0 13 0 216815414 1834110976 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 447781 95862 1334 9 0 445393 0
[pid=20360/tid=20362] ppid=20358 vsize=1791124 CPUtime=1762.2
/proc/20360/task/20362/stat : 20362 (java) R 20358 20360 19213 0 -1 64 87586 0 1 0 176160 60 0 0 23 0 13 0 216815416 1834110976 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109870632 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20363] ppid=20358 vsize=1791124 CPUtime=16.41
/proc/20360/task/20363/stat : 20363 (java) S 20358 20360 19213 0 -1 64 37667 0 0 0 1582 59 0 0 16 0 13 0 216815421 1834110976 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20358 vsize=1791124 CPUtime=16.47
/proc/20360/task/20364/stat : 20364 (java) S 20358 20360 19213 0 -1 64 35488 0 0 0 1605 42 0 0 16 0 13 0 216815421 1834110976 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20365] ppid=20358 vsize=1791124 CPUtime=0.69
/proc/20360/task/20365/stat : 20365 (java) S 20358 20360 19213 0 -1 64 192 0 0 0 40 29 0 0 16 0 13 0 216815424 1834110976 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20366] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20366/stat : 20366 (java) S 20358 20360 19213 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 216815424 1834110976 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20367] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20367/stat : 20367 (java) S 20358 20360 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216815424 1834110976 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20368] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20368/stat : 20368 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 216815438 1834110976 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20369] ppid=20358 vsize=1791124 CPUtime=1.12
/proc/20360/task/20369/stat : 20369 (java) S 20358 20360 19213 0 -1 64 2429 0 0 0 111 1 0 0 16 0 13 0 216815438 1834110976 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20370] ppid=20358 vsize=1791124 CPUtime=1.01
/proc/20360/task/20370/stat : 20370 (java) S 20358 20360 19213 0 -1 64 2108 0 0 0 100 1 0 0 17 0 13 0 216815438 1834110976 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20371] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20371/stat : 20371 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216815438 1834110976 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20358 20360 19213 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216815438 1834110976 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20373] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20373/stat : 20373 (java) S 20358 20360 19213 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 216816142 1834110976 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.96
Current children cumulated vsize (KiB) 1791124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20571
/proc/meminfo: memFree=1473560/2055920 swapFree=4141776/4192956
[pid=20360] ppid=20358 vsize=1791124 CPUtime=1800.1
/proc/20360/stat : 20360 (java) S 20358 20360 19213 0 -1 0 166339 0 1 0 179814 196 0 0 18 0 13 0 216815414 1834110976 95961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 447781 95961 1334 9 0 445393 0
[pid=20360/tid=20362] ppid=20358 vsize=1791124 CPUtime=1764.27
/proc/20360/task/20362/stat : 20362 (java) R 20358 20360 19213 0 -1 64 87589 0 1 0 176367 60 0 0 25 0 13 0 216815416 1834110976 95961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109871098 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20363] ppid=20358 vsize=1791124 CPUtime=16.43
/proc/20360/task/20363/stat : 20363 (java) S 20358 20360 19213 0 -1 64 37783 0 0 0 1584 59 0 0 16 0 13 0 216815421 1834110976 95961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20358 vsize=1791124 CPUtime=16.5
/proc/20360/task/20364/stat : 20364 (java) S 20358 20360 19213 0 -1 64 35519 0 0 0 1608 42 0 0 16 0 13 0 216815421 1834110976 95961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20365] ppid=20358 vsize=1791124 CPUtime=0.69
/proc/20360/task/20365/stat : 20365 (java) S 20358 20360 19213 0 -1 64 192 0 0 0 40 29 0 0 16 0 13 0 216815424 1834110976 95961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20366] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20366/stat : 20366 (java) S 20358 20360 19213 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 216815424 1834110976 95961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20367] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20367/stat : 20367 (java) S 20358 20360 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216815424 1834110976 95961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20368] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20368/stat : 20368 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 216815438 1834110976 95961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20369] ppid=20358 vsize=1791124 CPUtime=1.12
/proc/20360/task/20369/stat : 20369 (java) S 20358 20360 19213 0 -1 64 2429 0 0 0 111 1 0 0 16 0 13 0 216815438 1834110976 95961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20360/tid=20370] ppid=20358 vsize=1791124 CPUtime=1.01
/proc/20360/task/20370/stat : 20370 (java) S 20358 20360 19213 0 -1 64 2108 0 0 0 100 1 0 0 17 0 13 0 216815438 1834110976 95961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20371] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20371/stat : 20371 (java) S 20358 20360 19213 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 216815438 1834110976 95961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20358 20360 19213 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 216815438 1834110976 95961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20360/tid=20373] ppid=20358 vsize=1791124 CPUtime=0
/proc/20360/task/20373/stat : 20373 (java) S 20358 20360 19213 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 216816142 1834110976 95961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1791124

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

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

Child status: 143
Real time (s): 1784.5
CPU time (s): 1800.2
CPU user time (s): 1798.18
CPU system time (s): 2.02269
CPU usage (%): 100.88
Max. virtual memory (cumulated for all children) (KiB): 1791124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.18
system time used= 2.02269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166359
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= 61615
involuntary context switches= 47288

runsolver used 1.92071 second user time and 4.88926 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue Apr 24 09:42:56 UTC 2007

IDJOB= 419415
IDBENCH= 47772
IDSOLVER= 160
FILE ID= node1/419415-1177407775

PBS_JOBID= 4675605

Free space on /tmp= 66440 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/xinetd/itox_vc909.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419415-1177407775/sat4jPseudoCP.jar /tmp/evaluation/419415-1177407775/instance-419415-1177407775.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-419415-1177407775 -o ROOT/results/node1/solver-419415-1177407775 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419415-1177407775/sat4jPseudoCP.jar /tmp/evaluation/419415-1177407775/instance-419415-1177407775.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  97312360abb035db30191b451520c6ab

RANDOM SEED= 454914660

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.234
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.234
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:       1858456 kB
Buffers:          1524 kB
Cached:          82260 kB
SwapCached:      15088 kB
Active:         104468 kB
Inactive:        49744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858456 kB
SwapTotal:     4192956 kB
SwapFree:      4141772 kB
Dirty:           14344 kB
Writeback:           0 kB
Mapped:          75984 kB
Slab:            28648 kB
Committed_AS:  5198304 kB
PageTables:       1960 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= 66440 MiB

End job on node1 on Tue Apr 24 10:12:42 UTC 2007