Trace number 352367

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.11 1790.7

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
MD5SUM5f836d1b8d150c1925229546ed283812
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark453
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 453
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 491651
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 491651
Number of bits of the biggest sum of numbers19
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.10/0.38	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.38	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.38	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.39	c no version file found!!!
0.10/0.39	c sun.arch.data.model	32
0.10/0.39	c java.version	1.6.0
0.10/0.39	c os.name	Linux
0.10/0.39	c os.version	2.6.9-22.EL.rootsmp
0.10/0.39	c os.arch	i386
0.10/0.39	c Free memory 1651659224
0.10/0.39	c Max memory 1654456320
0.10/0.39	c Total memory 1654456320
0.10/0.39	c Number of processors 2
0.18/0.45	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.18/0.45	--- Begin Solver configuration ---
0.18/0.45	c Stops conflict analysis at the first Unique Implication Point
0.18/0.45	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.18/0.45	c Learn all clauses as in MiniSAT
0.18/0.45	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.18/0.45	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.45	c No reason simplification
0.18/0.45	c --- End Solver configuration ---
0.18/0.45	c solving /tmp/evaluation/352367-1176630106/instance-352367-1176630106.opb
0.18/0.45	c reading problem ... 
13.16/11.10	c ... done. Wall clock time 10.647s.
13.16/11.10	c CPU time (experimental) 8.67s.
13.16/11.10	c #vars     10000
13.16/11.10	c #constraints  656900
1800.00/1790.61	c starts		: 2
1800.00/1790.61	c conflicts		: 6318
1800.00/1790.61	c decisions		: 20533
1800.00/1790.61	c propagations		: 695636
1800.00/1790.61	c inspects		: 3627808
1800.00/1790.61	c learnt literals	: 0
1800.00/1790.61	c learnt binary clauses	: 0
1800.00/1790.61	c learnt ternary clauses	: 0
1800.00/1790.61	c learnt clauses	: 6317
1800.00/1790.61	c root simplifications	: 0
1800.00/1790.61	c removed literals (reason simplification)	: 0
1800.00/1790.61	c reason swapping (by a shorter reason)	: 0
1800.00/1790.61	c Calls to reduceDB	: 0
1800.00/1790.61	c speed (decisions/second)	: 11.540210323747496
1800.00/1790.61	c non guided choices	0
1800.00/1790.61	s UNKNOWN
1800.00/1790.61	c Total wall clock time (ms): 1790.162

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/node54/watcher-352367-1176630106 -o ROOT/results/node54/solver-352367-1176630106 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352367-1176630106/sat4jPseudoCP.jar /tmp/evaluation/352367-1176630106/instance-352367-1176630106.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.91 0.97 0.99 2/66 24373
/proc/meminfo: memFree=1834984/2055920 swapFree=4191892/4192956
[pid=24373] ppid=24371 vsize=152 CPUtime=0
/proc/24373/stat : 24373 (java) R 24371 24373 21597 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 110385152 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 1818923 0 0 4096 0 0 0 0 17 1 0 0
/proc/24373/statm: 38 26 19 9 0 4 0

[startup+0.0279781 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 24373
/proc/meminfo: memFree=1834984/2055920 swapFree=4191892/4192956
[pid=24373] ppid=24371 vsize=308 CPUtime=0
/proc/24373/stat : 24373 (java) D 24371 24373 21597 0 -1 0 57 0 1 0 0 0 0 0 18 0 1 0 110385152 315392 41 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 1819428 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/24373/statm: 77 41 31 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.101994 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 24373
/proc/meminfo: memFree=1834984/2055920 swapFree=4191892/4192956
[pid=24373] ppid=24371 vsize=12420 CPUtime=0.02
/proc/24373/stat : 24373 (java) S 24371 24373 21597 0 -1 0 743 0 26 0 0 2 0 0 18 0 2 0 110385152 12718080 551 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/24373/statm: 3105 551 241 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12420

[startup+0.302019 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 24373
/proc/meminfo: memFree=1834984/2055920 swapFree=4191892/4192956
[pid=24373] ppid=24371 vsize=1777844 CPUtime=0.1
/proc/24373/stat : 24373 (java) S 24371 24373 21597 0 -1 0 3824 0 35 0 5 5 0 0 18 0 7 0 110385152 1820512256 3600 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/24373/statm: 444461 3600 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1777844

[startup+0.70107 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 24373
/proc/meminfo: memFree=1834984/2055920 swapFree=4191892/4192956
[pid=24373] ppid=24371 vsize=1783604 CPUtime=0.61
/proc/24373/stat : 24373 (java) S 24371 24373 21597 0 -1 0 5978 0 35 0 54 7 0 0 18 0 12 0 110385152 1826410496 5586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24373/statm: 445901 5586 1284 9 0 443513 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1783604

[startup+1.50218 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 24385
/proc/meminfo: memFree=1802248/2055920 swapFree=4191892/4192956
[pid=24373] ppid=24371 vsize=1787348 CPUtime=1.81
/proc/24373/stat : 24373 (java) S 24371 24373 21597 0 -1 0 13436 0 35 0 170 11 0 0 18 0 12 0 110385152 1830244352 11512 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24373/statm: 446837 11513 1301 9 0 444449 0
[pid=24373/tid=24375] ppid=24371 vsize=1787348 CPUtime=0.91
/proc/24373/task/24375/stat : 24375 (java) R 24371 24373 21597 0 -1 64 9341 0 9 0 84 7 0 0 19 0 12 0 110385162 1830244352 11513 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109640910 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24376] ppid=24371 vsize=1787348 CPUtime=0
/proc/24373/task/24376/stat : 24376 (java) S 24371 24373 21597 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 110385170 1830244352 11514 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24377] ppid=24371 vsize=1787348 CPUtime=0
/proc/24373/task/24377/stat : 24377 (java) S 24371 24373 21597 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 110385170 1830244352 11514 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24378] ppid=24371 vsize=1787348 CPUtime=0
/proc/24373/task/24378/stat : 24378 (java) S 24371 24373 21597 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 110385174 1830244352 11515 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24379] ppid=24371 vsize=1787348 CPUtime=0
/proc/24373/task/24379/stat : 24379 (java) S 24371 24373 21597 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 110385174 1830244352 11515 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24380] ppid=24371 vsize=1787348 CPUtime=0
/proc/24373/task/24380/stat : 24380 (java) S 24371 24373 21597 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 110385174 1830244352 11516 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24381] ppid=24371 vsize=1787348 CPUtime=0
/proc/24373/task/24381/stat : 24381 (java) S 24371 24373 21597 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 110385183 1830244352 11516 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24382] ppid=24371 vsize=1787348 CPUtime=0.36
/proc/24373/task/24382/stat : 24382 (java) S 24371 24373 21597 0 -1 64 1072 0 0 0 36 0 0 0 16 0 12 0 110385183 1830244352 11517 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24383] ppid=24371 vsize=1787348 CPUtime=0.5
/proc/24373/task/24383/stat : 24383 (java) R 24371 24373 21597 0 -1 64 2328 0 0 0 49 1 0 0 17 0 12 0 110385183 1830244352 11517 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 102297732 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24384] ppid=24371 vsize=1787348 CPUtime=0
/proc/24373/task/24384/stat : 24384 (java) S 24371 24373 21597 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 110385183 1830244352 11518 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24385] ppid=24371 vsize=1787348 CPUtime=0
/proc/24373/task/24385/stat : 24385 (java) S 24371 24373 21597 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110385183 1830244352 11518 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 1787348

[startup+3.10345 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 24385
/proc/meminfo: memFree=1721480/2055920 swapFree=4191892/4192956
[pid=24373] ppid=24371 vsize=1786484 CPUtime=3.49
/proc/24373/stat : 24373 (java) S 24371 24373 21597 0 -1 0 43860 0 35 0 322 27 0 0 18 0 12 0 110385152 1829359616 41643 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24373/statm: 446621 41643 1310 9 0 444233 0
[pid=24373/tid=24375] ppid=24371 vsize=1786484 CPUtime=2.44
/proc/24373/task/24375/stat : 24375 (java) R 24371 24373 21597 0 -1 64 37681 0 9 0 223 21 0 0 20 0 12 0 110385162 1829359616 41643 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109512523 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24376] ppid=24371 vsize=1786484 CPUtime=0.05
/proc/24373/task/24376/stat : 24376 (java) S 24371 24373 21597 0 -1 64 1071 0 0 0 5 0 0 0 16 0 12 0 110385170 1829359616 41643 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24377] ppid=24371 vsize=1786484 CPUtime=0.05
/proc/24373/task/24377/stat : 24377 (java) S 24371 24373 21597 0 -1 64 995 0 0 0 5 0 0 0 17 0 12 0 110385170 1829359616 41643 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24378] ppid=24371 vsize=1786484 CPUtime=0
/proc/24373/task/24378/stat : 24378 (java) S 24371 24373 21597 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 110385174 1829359616 41643 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24379] ppid=24371 vsize=1786484 CPUtime=0
/proc/24373/task/24379/stat : 24379 (java) S 24371 24373 21597 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 110385174 1829359616 41643 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24380] ppid=24371 vsize=1786484 CPUtime=0
/proc/24373/task/24380/stat : 24380 (java) S 24371 24373 21597 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 110385174 1829359616 41643 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24381] ppid=24371 vsize=1786484 CPUtime=0
/proc/24373/task/24381/stat : 24381 (java) S 24371 24373 21597 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 110385183 1829359616 41643 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24382] ppid=24371 vsize=1786484 CPUtime=0.37
/proc/24373/task/24382/stat : 24382 (java) S 24371 24373 21597 0 -1 64 1072 0 0 0 37 0 0 0 16 0 12 0 110385183 1829359616 41643 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24383] ppid=24371 vsize=1786484 CPUtime=0.51
/proc/24373/task/24383/stat : 24383 (java) S 24371 24373 21597 0 -1 64 2342 0 0 0 50 1 0 0 16 0 12 0 110385183 1829359616 41643 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24384] ppid=24371 vsize=1786484 CPUtime=0
/proc/24373/task/24384/stat : 24384 (java) S 24371 24373 21597 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 110385183 1829359616 41643 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24385] ppid=24371 vsize=1786484 CPUtime=0
/proc/24373/task/24385/stat : 24385 (java) S 24371 24373 21597 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110385183 1829359616 41643 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 1786484

[startup+6.30178 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 24385
/proc/meminfo: memFree=1638344/2055920 swapFree=4191892/4192956
[pid=24373] ppid=24371 vsize=1788728 CPUtime=7
/proc/24373/stat : 24373 (java) S 24371 24373 21597 0 -1 0 53586 0 35 0 667 33 0 0 18 0 12 0 110385152 1831657472 50988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24373/statm: 447182 50988 1310 9 0 444794 0
[pid=24373/tid=24375] ppid=24371 vsize=1788728 CPUtime=5.31
/proc/24373/task/24375/stat : 24375 (java) R 24371 24373 21597 0 -1 64 37686 0 9 0 508 23 0 0 20 0 12 0 110385162 1831657472 50988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109512459 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24376] ppid=24371 vsize=1788728 CPUtime=0.37
/proc/24373/task/24376/stat : 24376 (java) S 24371 24373 21597 0 -1 64 6204 0 0 0 34 3 0 0 16 0 12 0 110385170 1831657472 50988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24377] ppid=24371 vsize=1788728 CPUtime=0.37
/proc/24373/task/24377/stat : 24377 (java) S 24371 24373 21597 0 -1 64 5577 0 0 0 35 2 0 0 17 0 12 0 110385170 1831657472 50988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24378] ppid=24371 vsize=1788728 CPUtime=0
/proc/24373/task/24378/stat : 24378 (java) S 24371 24373 21597 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 110385174 1831657472 50988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24379] ppid=24371 vsize=1788728 CPUtime=0
/proc/24373/task/24379/stat : 24379 (java) S 24371 24373 21597 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 110385174 1831657472 50988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24380] ppid=24371 vsize=1788728 CPUtime=0
/proc/24373/task/24380/stat : 24380 (java) S 24371 24373 21597 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 110385174 1831657472 50988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24381] ppid=24371 vsize=1788728 CPUtime=0
/proc/24373/task/24381/stat : 24381 (java) S 24371 24373 21597 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 110385183 1831657472 50988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24382] ppid=24371 vsize=1788728 CPUtime=0.37
/proc/24373/task/24382/stat : 24382 (java) S 24371 24373 21597 0 -1 64 1072 0 0 0 37 0 0 0 16 0 12 0 110385183 1831657472 50988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24383] ppid=24371 vsize=1788728 CPUtime=0.51
/proc/24373/task/24383/stat : 24383 (java) S 24371 24373 21597 0 -1 64 2342 0 0 0 50 1 0 0 16 0 12 0 110385183 1831657472 50988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24384] ppid=24371 vsize=1788728 CPUtime=0
/proc/24373/task/24384/stat : 24384 (java) S 24371 24373 21597 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 110385183 1831657472 50988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24385] ppid=24371 vsize=1788728 CPUtime=0
/proc/24373/task/24385/stat : 24385 (java) S 24371 24373 21597 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110385183 1831657472 50988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 1788728

[startup+12.7026 s]
/proc/loadavg: 0.93 0.97 0.99 4/79 24386
/proc/meminfo: memFree=1585216/2055920 swapFree=4191892/4192956
[pid=24373] ppid=24371 vsize=1794172 CPUtime=15.55
/proc/24373/stat : 24373 (java) S 24371 24373 21597 0 -1 0 68848 0 35 0 1514 41 0 0 18 0 13 0 110385152 1837232128 63158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24373/statm: 448543 63158 1326 9 0 446155 0
[pid=24373/tid=24375] ppid=24371 vsize=1794172 CPUtime=9.87
/proc/24373/task/24375/stat : 24375 (java) R 24371 24373 21597 0 -1 64 37749 0 9 0 963 24 0 0 21 0 13 0 110385162 1837232128 63158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109813503 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24376] ppid=24371 vsize=1794172 CPUtime=1.92
/proc/24373/task/24376/stat : 24376 (java) S 24371 24373 21597 0 -1 64 14756 0 0 0 186 6 0 0 16 0 13 0 110385170 1837232128 63158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24377] ppid=24371 vsize=1794172 CPUtime=1.9
/proc/24373/task/24377/stat : 24377 (java) S 24371 24373 21597 0 -1 64 12008 0 0 0 185 5 0 0 17 0 13 0 110385170 1837232128 63158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24378] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24378/stat : 24378 (java) S 24371 24373 21597 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 110385174 1837232128 63158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24379] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24379/stat : 24379 (java) S 24371 24373 21597 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 110385174 1837232128 63158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24380] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24380/stat : 24380 (java) S 24371 24373 21597 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110385174 1837232128 63158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24381] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24381/stat : 24381 (java) S 24371 24373 21597 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 110385183 1837232128 63158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24382] ppid=24371 vsize=1794172 CPUtime=0.85
/proc/24373/task/24382/stat : 24382 (java) S 24371 24373 21597 0 -1 64 1125 0 0 0 85 0 0 0 16 0 13 0 110385183 1837232128 63158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24383] ppid=24371 vsize=1794172 CPUtime=0.94
/proc/24373/task/24383/stat : 24383 (java) S 24371 24373 21597 0 -1 64 2498 0 0 0 93 1 0 0 16 0 13 0 110385183 1837232128 63158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24384] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24384/stat : 24384 (java) S 24371 24373 21597 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 110385183 1837232128 63158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24385] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24385/stat : 24385 (java) S 24371 24373 21597 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110385183 1837232128 63158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24386] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24386/stat : 24386 (java) S 24371 24373 21597 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110386289 1837232128 63158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.55
Current children cumulated vsize (KiB) 1794172

[startup+25.5024 s]
/proc/loadavg: 0.94 0.97 0.99 2/79 24386
/proc/meminfo: memFree=1603840/2055920 swapFree=4191892/4192956
[pid=24373] ppid=24371 vsize=1794172 CPUtime=28.69
/proc/24373/stat : 24373 (java) S 24371 24373 21597 0 -1 0 71936 0 35 0 2825 44 0 0 18 0 13 0 110385152 1837232128 56656 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24373/statm: 448543 56656 1326 9 0 446155 0
[pid=24373/tid=24375] ppid=24371 vsize=1794172 CPUtime=22.41
/proc/24373/task/24375/stat : 24375 (java) R 24371 24373 21597 0 -1 64 37771 0 9 0 2217 24 0 0 20 0 13 0 110385162 1837232128 56656 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109855787 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24376] ppid=24371 vsize=1794172 CPUtime=2.04
/proc/24373/task/24376/stat : 24376 (java) S 24371 24373 21597 0 -1 64 16076 0 0 0 197 7 0 0 16 0 13 0 110385170 1837232128 56656 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24377] ppid=24371 vsize=1794172 CPUtime=2.05
/proc/24373/task/24377/stat : 24377 (java) S 24371 24373 21597 0 -1 64 13379 0 0 0 199 6 0 0 16 0 13 0 110385170 1837232128 56656 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24378] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24378/stat : 24378 (java) S 24371 24373 21597 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 110385174 1837232128 56656 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24379] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24379/stat : 24379 (java) S 24371 24373 21597 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 110385174 1837232128 56656 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24380] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24380/stat : 24380 (java) S 24371 24373 21597 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110385174 1837232128 56656 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=24373] ppid=24371 vsize=1794172 CPUtime=1611.02
/proc/24373/stat : 24373 (java) S 24371 24373 21597 0 -1 0 176146 0 35 0 160809 293 0 0 18 0 13 0 110385152 1837232128 86900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24373/statm: 448543 86900 1326 9 0 446155 0
[pid=24373/tid=24375] ppid=24371 vsize=1794172 CPUtime=1583.44
/proc/24373/task/24375/stat : 24375 (java) R 24371 24373 21597 0 -1 64 98555 0 9 0 158279 65 0 0 25 0 13 0 110385162 1837232128 86900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109855768 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24376] ppid=24371 vsize=1794172 CPUtime=12.3
/proc/24373/task/24376/stat : 24376 (java) S 24371 24373 21597 0 -1 64 37882 0 0 0 1118 112 0 0 16 0 13 0 110385170 1837232128 86900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24377] ppid=24371 vsize=1794172 CPUtime=12.58
/proc/24373/task/24377/stat : 24377 (java) S 24371 24373 21597 0 -1 64 34717 0 0 0 1163 95 0 0 16 0 13 0 110385170 1837232128 86900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24378] ppid=24371 vsize=1794172 CPUtime=0.35
/proc/24373/task/24378/stat : 24378 (java) S 24371 24373 21597 0 -1 64 299 0 0 0 21 14 0 0 16 0 13 0 110385174 1837232128 86900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24379] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24379/stat : 24379 (java) S 24371 24373 21597 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 110385174 1837232128 86900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24380] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24380/stat : 24380 (java) S 24371 24373 21597 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110385174 1837232128 86900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24381] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24381/stat : 24381 (java) S 24371 24373 21597 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 110385183 1837232128 86900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24382] ppid=24371 vsize=1794172 CPUtime=1.1
/proc/24373/task/24382/stat : 24382 (java) S 24371 24373 21597 0 -1 64 1168 0 0 0 110 0 0 0 16 0 13 0 110385183 1837232128 86900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24383] ppid=24371 vsize=1794172 CPUtime=1.15
/proc/24373/task/24383/stat : 24383 (java) S 24371 24373 21597 0 -1 64 2828 0 0 0 114 1 0 0 17 0 13 0 110385183 1837232128 86900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24384] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24384/stat : 24384 (java) S 24371 24373 21597 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 110385183 1837232128 86900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24385] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24385/stat : 24385 (java) S 24371 24373 21597 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110385183 1837232128 86900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24386] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24386/stat : 24386 (java) S 24371 24373 21597 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110386289 1837232128 86900 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1611.02
Current children cumulated vsize (KiB) 1794172

[startup+1662.3 s]
/proc/loadavg: 1.04 1.00 1.00 2/79 24586
/proc/meminfo: memFree=1487808/2055920 swapFree=4191892/4192956
[pid=24373] ppid=24371 vsize=1794172 CPUtime=1671.31
/proc/24373/stat : 24373 (java) S 24371 24373 21597 0 -1 0 177446 0 35 0 166828 303 0 0 18 0 13 0 110385152 1837232128 85307 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24373/statm: 448543 85307 1326 9 0 446155 0
[pid=24373/tid=24375] ppid=24371 vsize=1794172 CPUtime=1642.86
/proc/24373/task/24375/stat : 24375 (java) R 24371 24373 21597 0 -1 64 98654 0 9 0 164221 65 0 0 25 0 13 0 110385162 1837232128 85307 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109830063 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24376] ppid=24371 vsize=1794172 CPUtime=12.73
/proc/24373/task/24376/stat : 24376 (java) S 24371 24373 21597 0 -1 64 38300 0 0 0 1158 115 0 0 16 0 13 0 110385170 1837232128 85307 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24377] ppid=24371 vsize=1794172 CPUtime=13.01
/proc/24373/task/24377/stat : 24377 (java) S 24371 24373 21597 0 -1 64 35500 0 0 0 1200 101 0 0 16 0 13 0 110385170 1837232128 85307 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24378] ppid=24371 vsize=1794172 CPUtime=0.37
/proc/24373/task/24378/stat : 24378 (java) S 24371 24373 21597 0 -1 64 299 0 0 0 22 15 0 0 16 0 13 0 110385174 1837232128 85307 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24379] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24379/stat : 24379 (java) S 24371 24373 21597 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 110385174 1837232128 85307 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24380] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24380/stat : 24380 (java) S 24371 24373 21597 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110385174 1837232128 85307 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24381] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24381/stat : 24381 (java) S 24371 24373 21597 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 110385183 1837232128 85307 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24382] ppid=24371 vsize=1794172 CPUtime=1.1
/proc/24373/task/24382/stat : 24382 (java) S 24371 24373 21597 0 -1 64 1168 0 0 0 110 0 0 0 16 0 13 0 110385183 1837232128 85307 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24383] ppid=24371 vsize=1794172 CPUtime=1.15
/proc/24373/task/24383/stat : 24383 (java) S 24371 24373 21597 0 -1 64 2828 0 0 0 114 1 0 0 17 0 13 0 110385183 1837232128 85307 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24384] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24384/stat : 24384 (java) S 24371 24373 21597 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 110385183 1837232128 85307 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24385] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24385/stat : 24385 (java) S 24371 24373 21597 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110385183 1837232128 85307 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24386] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24386/stat : 24386 (java) S 24371 24373 21597 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110386289 1837232128 85307 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1671.31
Current children cumulated vsize (KiB) 1794172

[startup+1722.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 24586
/proc/meminfo: memFree=1465472/2055920 swapFree=4191892/4192956
[pid=24373] ppid=24371 vsize=1794172 CPUtime=1731.51
/proc/24373/stat : 24373 (java) S 24371 24373 21597 0 -1 0 184783 0 35 0 172839 312 0 0 18 0 13 0 110385152 1837232128 90973 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24373/statm: 448543 90973 1326 9 0 446155 0
[pid=24373/tid=24375] ppid=24371 vsize=1794172 CPUtime=1702.26
/proc/24373/task/24375/stat : 24375 (java) R 24371 24373 21597 0 -1 64 103577 0 9 0 170159 67 0 0 25 0 13 0 110385162 1837232128 90973 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109830782 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24376] ppid=24371 vsize=1794172 CPUtime=13.15
/proc/24373/task/24376/stat : 24376 (java) S 24371 24373 21597 0 -1 64 38973 0 0 0 1197 118 0 0 16 0 13 0 110385170 1837232128 90973 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24377] ppid=24371 vsize=1794172 CPUtime=13.4
/proc/24373/task/24377/stat : 24377 (java) S 24371 24373 21597 0 -1 64 37225 0 0 0 1234 106 0 0 16 0 13 0 110385170 1837232128 90973 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24378] ppid=24371 vsize=1794172 CPUtime=0.37
/proc/24373/task/24378/stat : 24378 (java) S 24371 24373 21597 0 -1 64 315 0 0 0 22 15 0 0 17 0 13 0 110385174 1837232128 90973 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24379] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24379/stat : 24379 (java) S 24371 24373 21597 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 110385174 1837232128 90973 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24380] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24380/stat : 24380 (java) S 24371 24373 21597 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110385174 1837232128 90973 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24381] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24381/stat : 24381 (java) S 24371 24373 21597 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 110385183 1837232128 90973 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24382] ppid=24371 vsize=1794172 CPUtime=1.1
/proc/24373/task/24382/stat : 24382 (java) S 24371 24373 21597 0 -1 64 1168 0 0 0 110 0 0 0 16 0 13 0 110385183 1837232128 90973 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24383] ppid=24371 vsize=1794172 CPUtime=1.15
/proc/24373/task/24383/stat : 24383 (java) S 24371 24373 21597 0 -1 64 2828 0 0 0 114 1 0 0 17 0 13 0 110385183 1837232128 90973 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24384] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24384/stat : 24384 (java) S 24371 24373 21597 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 110385183 1837232128 90973 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24385] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24385/stat : 24385 (java) S 24371 24373 21597 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110385183 1837232128 90973 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24386] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24386/stat : 24386 (java) S 24371 24373 21597 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110386289 1837232128 90973 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1731.51
Current children cumulated vsize (KiB) 1794172

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24586
/proc/meminfo: memFree=1467584/2055920 swapFree=4191892/4192956
[pid=24373] ppid=24371 vsize=1794172 CPUtime=1791.68
/proc/24373/stat : 24373 (java) S 24371 24373 21597 0 -1 0 186487 0 35 0 178849 319 0 0 18 0 13 0 110385152 1837232128 90366 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24373/statm: 448543 90366 1326 9 0 446155 0
[pid=24373/tid=24375] ppid=24371 vsize=1794172 CPUtime=1761.6
/proc/24373/task/24375/stat : 24375 (java) R 24371 24373 21597 0 -1 64 103671 0 9 0 176092 68 0 0 25 0 13 0 110385162 1837232128 90366 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109830433 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24376] ppid=24371 vsize=1794172 CPUtime=13.57
/proc/24373/task/24376/stat : 24376 (java) S 24371 24373 21597 0 -1 64 39457 0 0 0 1237 120 0 0 16 0 13 0 110385170 1837232128 90366 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24377] ppid=24371 vsize=1794172 CPUtime=13.8
/proc/24373/task/24377/stat : 24377 (java) S 24371 24373 21597 0 -1 64 38351 0 0 0 1270 110 0 0 16 0 13 0 110385170 1837232128 90366 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24378] ppid=24371 vsize=1794172 CPUtime=0.39
/proc/24373/task/24378/stat : 24378 (java) S 24371 24373 21597 0 -1 64 315 0 0 0 24 15 0 0 16 0 13 0 110385174 1837232128 90366 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24379] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24379/stat : 24379 (java) S 24371 24373 21597 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 110385174 1837232128 90366 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24380] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24380/stat : 24380 (java) S 24371 24373 21597 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110385174 1837232128 90366 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24381] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24381/stat : 24381 (java) S 24371 24373 21597 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 110385183 1837232128 90366 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24382] ppid=24371 vsize=1794172 CPUtime=1.1
/proc/24373/task/24382/stat : 24382 (java) S 24371 24373 21597 0 -1 64 1168 0 0 0 110 0 0 0 16 0 13 0 110385183 1837232128 90366 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24383] ppid=24371 vsize=1794172 CPUtime=1.15
/proc/24373/task/24383/stat : 24383 (java) S 24371 24373 21597 0 -1 64 2828 0 0 0 114 1 0 0 17 0 13 0 110385183 1837232128 90366 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24384] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24384/stat : 24384 (java) S 24371 24373 21597 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 110385183 1837232128 90366 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24385] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24385/stat : 24385 (java) S 24371 24373 21597 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110385183 1837232128 90366 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24386] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24386/stat : 24386 (java) S 24371 24373 21597 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110386289 1837232128 90366 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1791.68
Current children cumulated vsize (KiB) 1794172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24586
/proc/meminfo: memFree=1467264/2055920 swapFree=4191892/4192956
[pid=24373] ppid=24371 vsize=1794172 CPUtime=1800
/proc/24373/stat : 24373 (java) S 24371 24373 21597 0 -1 0 186778 0 35 0 179680 320 0 0 18 0 13 0 110385152 1837232128 90493 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24373/statm: 448543 90493 1326 9 0 446155 0
[pid=24373/tid=24375] ppid=24371 vsize=1794172 CPUtime=1769.82
/proc/24373/task/24375/stat : 24375 (java) R 24371 24373 21597 0 -1 64 103683 0 9 0 176914 68 0 0 25 0 13 0 110385162 1837232128 90493 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109813117 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24376] ppid=24371 vsize=1794172 CPUtime=13.61
/proc/24373/task/24376/stat : 24376 (java) S 24371 24373 21597 0 -1 64 39733 0 0 0 1240 121 0 0 16 0 13 0 110385170 1837232128 90493 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24377] ppid=24371 vsize=1794172 CPUtime=13.85
/proc/24373/task/24377/stat : 24377 (java) S 24371 24373 21597 0 -1 64 38354 0 0 0 1275 110 0 0 16 0 13 0 110385170 1837232128 90493 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24378] ppid=24371 vsize=1794172 CPUtime=0.39
/proc/24373/task/24378/stat : 24378 (java) S 24371 24373 21597 0 -1 64 315 0 0 0 24 15 0 0 16 0 13 0 110385174 1837232128 90493 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24379] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24379/stat : 24379 (java) S 24371 24373 21597 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 110385174 1837232128 90493 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24380] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24380/stat : 24380 (java) S 24371 24373 21597 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110385174 1837232128 90493 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24381] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24381/stat : 24381 (java) S 24371 24373 21597 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 110385183 1837232128 90493 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24382] ppid=24371 vsize=1794172 CPUtime=1.1
/proc/24373/task/24382/stat : 24382 (java) S 24371 24373 21597 0 -1 64 1168 0 0 0 110 0 0 0 16 0 13 0 110385183 1837232128 90493 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24373/tid=24383] ppid=24371 vsize=1794172 CPUtime=1.15
/proc/24373/task/24383/stat : 24383 (java) S 24371 24373 21597 0 -1 64 2828 0 0 0 114 1 0 0 17 0 13 0 110385183 1837232128 90493 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24384] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24384/stat : 24384 (java) S 24371 24373 21597 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 110385183 1837232128 90493 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24385] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24385/stat : 24385 (java) S 24371 24373 21597 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110385183 1837232128 90493 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24373/tid=24386] ppid=24371 vsize=1794172 CPUtime=0
/proc/24373/task/24386/stat : 24386 (java) S 24371 24373 21597 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110386289 1837232128 90493 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1794172

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): 1790.7
CPU time (s): 1800.11
CPU user time (s): 1796.84
CPU system time (s): 3.2685
CPU usage (%): 100.526
Max. virtual memory (cumulated for all children) (KiB): 1794172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.84
system time used= 3.2685
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186799
page faults= 35
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67521
involuntary context switches= 29702

runsolver used 2.24566 second user time and 5.9011 second system time

The end

Launcher Data (download as text)

Begin job on node54 on Sun Apr 15 09:41:47 UTC 2007

IDJOB= 352367
IDBENCH= 1970
IDSOLVER= 160
FILE ID= node54/352367-1176630106

PBS_JOBID= 4559780

Free space on /tmp= 66544 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352367-1176630106/sat4jPseudoCP.jar /tmp/evaluation/352367-1176630106/instance-352367-1176630106.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node54/watcher-352367-1176630106 -o ROOT/results/node54/solver-352367-1176630106 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352367-1176630106/sat4jPseudoCP.jar /tmp/evaluation/352367-1176630106/instance-352367-1176630106.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5f836d1b8d150c1925229546ed283812

RANDOM SEED= 315143576

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node54.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:       1835392 kB
Buffers:         43928 kB
Cached:          77732 kB
SwapCached:        264 kB
Active:          39024 kB
Inactive:       101856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835392 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           20408 kB
Writeback:           0 kB
Mapped:          28212 kB
Slab:            65568 kB
Committed_AS:  1944680 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB

End job on node54 on Sun Apr 15 10:11:39 UTC 2007