Trace number 355074

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.26 1755.43

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_14.opb
MD5SUM840eda79f99ca12a0c705eefe22c37b7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark144
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 144
Optimality of the best value was proved NO
Number of variables3296
Total number of constraints6384
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6383
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 91
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 218
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 286
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1475
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.15	c no version file found!!!
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version	1.6.0
0.07/0.15	c os.name	Linux
0.07/0.15	c os.version	2.6.9-22.EL.rootsmp
0.07/0.15	c os.arch	i386
0.07/0.15	c Free memory 1651659224
0.07/0.15	c Max memory 1654456320
0.07/0.15	c Total memory 1654456320
0.07/0.15	c Number of processors 2
0.19/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c solving /tmp/evaluation/355074-1176764740/instance-355074-1176764740.opb
0.19/0.20	c reading problem ... 
3.20/2.34	c ... done. Wall clock time 2.137s.
3.20/2.34	c CPU time (experimental) 1.6s.
3.20/2.34	c #vars     3296
3.20/2.34	c #constraints  6383
1800.13/1755.31	c starts		: 2
1800.13/1755.31	c conflicts		: 73727
1800.13/1755.31	c decisions		: 88016
1800.13/1755.31	c propagations		: 6241092
1800.13/1755.31	c inspects		: 784759729
1800.13/1755.31	c learnt literals	: 0
1800.13/1755.31	c learnt binary clauses	: 0
1800.13/1755.31	c learnt ternary clauses	: 0
1800.13/1755.31	c learnt clauses	: 73727
1800.13/1755.31	c root simplifications	: 0
1800.13/1755.31	c removed literals (reason simplification)	: 0
1800.13/1755.31	c reason swapping (by a shorter reason)	: 0
1800.13/1755.31	c Calls to reduceDB	: 0
1800.13/1755.31	c speed (decisions/second)	: 50.20981606011304
1800.13/1755.31	c non guided choices	3136
1800.13/1755.31	s UNKNOWN
1800.13/1755.31	c Total wall clock time (ms): 1755.111

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/node1/watcher-355074-1176764740 -o ROOT/results/node1/solver-355074-1176764740 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355074-1176764740/sat4jPseudoCP.jar /tmp/evaluation/355074-1176764740/instance-355074-1176764740.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 0.98 0.95 3/77 13509
/proc/meminfo: memFree=1753480/2055920 swapFree=4145916/4192956
[pid=13509] ppid=13507 vsize=324 CPUtime=0
/proc/13509/stat : 13509 (java) R 13507 13509 12805 0 -1 0 60 0 0 0 0 0 0 0 20 0 1 0 152511807 331776 44 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 5829179 0 0 4096 0 0 0 0 17 1 0 0
/proc/13509/statm: 378 48 36 9 0 8 0

[startup+0.065555 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 13509
/proc/meminfo: memFree=1753480/2055920 swapFree=4145916/4192956
[pid=13509] ppid=13507 vsize=1777708 CPUtime=0.05
/proc/13509/stat : 13509 (java) S 13507 13509 12805 0 -1 0 3664 0 1 0 3 2 0 0 18 0 7 0 152511807 1820372992 3407 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/13509/statm: 444427 3407 1079 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101561 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 13509
/proc/meminfo: memFree=1753480/2055920 swapFree=4145916/4192956
[pid=13509] ppid=13507 vsize=1780108 CPUtime=0.07
/proc/13509/stat : 13509 (java) S 13507 13509 12805 0 -1 0 3976 0 1 0 5 2 0 0 18 0 12 0 152511807 1822830592 3718 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13509/statm: 445027 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780108

[startup+0.30158 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 13509
/proc/meminfo: memFree=1753480/2055920 swapFree=4145916/4192956
[pid=13509] ppid=13507 vsize=1781420 CPUtime=0.3
/proc/13509/stat : 13509 (java) S 13507 13509 12805 0 -1 0 5140 0 1 0 27 3 0 0 18 0 12 0 152511807 1824174080 4879 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13509/statm: 445355 4879 1269 9 0 442967 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781420

[startup+0.701632 s]
/proc/loadavg: 0.92 0.98 0.95 3/77 13509
/proc/meminfo: memFree=1753480/2055920 swapFree=4145916/4192956
[pid=13509] ppid=13507 vsize=1785076 CPUtime=0.97
/proc/13509/stat : 13509 (java) S 13507 13509 12805 0 -1 0 7450 0 1 0 93 4 0 0 18 0 12 0 152511807 1827917824 6871 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13509/statm: 446269 6871 1310 9 0 443881 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1785076

[startup+1.50276 s]
/proc/loadavg: 0.92 0.98 0.95 4/89 13521
/proc/meminfo: memFree=1721128/2055920 swapFree=4145916/4192956
[pid=13509] ppid=13507 vsize=1794044 CPUtime=2.36
/proc/13509/stat : 13509 (java) S 13507 13509 12805 0 -1 0 21564 0 1 0 225 11 0 0 18 0 12 0 152511807 1837101056 16357 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13509/statm: 448511 16358 1311 9 0 446123 0
[pid=13509/tid=13511] ppid=13507 vsize=1794044 CPUtime=0.78
/proc/13509/task/13511/stat : 13511 (java) R 13507 13509 12805 0 -1 64 12255 0 1 0 70 8 0 0 24 0 12 0 152511809 1837101056 16359 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109560820 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13512] ppid=13507 vsize=1794044 CPUtime=0
/proc/13509/task/13512/stat : 13512 (java) S 13507 13509 12805 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 152511810 1837101056 16360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13513] ppid=13507 vsize=1794044 CPUtime=0
/proc/13509/task/13513/stat : 13513 (java) S 13507 13509 12805 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 152511810 1837101056 16361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13514] ppid=13507 vsize=1794044 CPUtime=0
/proc/13509/task/13514/stat : 13514 (java) S 13507 13509 12805 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 152511813 1837101056 16362 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13515] ppid=13507 vsize=1794044 CPUtime=0
/proc/13509/task/13515/stat : 13515 (java) S 13507 13509 12805 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 152511813 1837101056 16363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13516] ppid=13507 vsize=1794044 CPUtime=0
/proc/13509/task/13516/stat : 13516 (java) S 13507 13509 12805 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 152511813 1837101056 16364 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13517] ppid=13507 vsize=1794044 CPUtime=0
/proc/13509/task/13517/stat : 13517 (java) S 13507 13509 12805 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 152511817 1837101056 16365 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13518] ppid=13507 vsize=1794044 CPUtime=0.83
/proc/13509/task/13518/stat : 13518 (java) S 13507 13509 12805 0 -1 64 4758 0 0 0 82 1 0 0 18 0 12 0 152511817 1837101056 16366 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13519] ppid=13507 vsize=1794044 CPUtime=0.73
/proc/13509/task/13519/stat : 13519 (java) S 13507 13509 12805 0 -1 64 3832 0 0 0 72 1 0 0 16 0 12 0 152511817 1837101056 16367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13520] ppid=13507 vsize=1794044 CPUtime=0
/proc/13509/task/13520/stat : 13520 (java) S 13507 13509 12805 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 152511817 1837101056 16368 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13521] ppid=13507 vsize=1794044 CPUtime=0
/proc/13509/task/13521/stat : 13521 (java) S 13507 13509 12805 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 152511817 1837101056 16368 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 1794044

[startup+3.10192 s]
/proc/loadavg: 0.92 0.98 0.95 2/89 13521
/proc/meminfo: memFree=1628072/2055920 swapFree=4145916/4192956
[pid=13509] ppid=13507 vsize=1794368 CPUtime=4.34
/proc/13509/stat : 13509 (java) S 13507 13509 12805 0 -1 0 51701 0 1 0 409 25 0 0 18 0 13 0 152511807 1837432832 45899 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13509/statm: 448592 45899 1329 9 0 446204 0
[pid=13509/tid=13511] ppid=13507 vsize=1794368 CPUtime=2.21
/proc/13509/task/13511/stat : 13511 (java) R 13507 13509 12805 0 -1 64 37713 0 1 0 202 19 0 0 21 0 13 0 152511809 1837432832 45899 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109807752 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13512] ppid=13507 vsize=1794368 CPUtime=0.06
/proc/13509/task/13512/stat : 13512 (java) S 13507 13509 12805 0 -1 64 2171 0 0 0 5 1 0 0 16 0 13 0 152511810 1837432832 45899 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13513] ppid=13507 vsize=1794368 CPUtime=0.06
/proc/13509/task/13513/stat : 13513 (java) S 13507 13509 12805 0 -1 64 1890 0 0 0 6 0 0 0 17 0 13 0 152511810 1837432832 45899 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13514] ppid=13507 vsize=1794368 CPUtime=0
/proc/13509/task/13514/stat : 13514 (java) S 13507 13509 12805 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 152511813 1837432832 45899 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13515] ppid=13507 vsize=1794368 CPUtime=0
/proc/13509/task/13515/stat : 13515 (java) S 13507 13509 12805 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152511813 1837432832 45899 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13516] ppid=13507 vsize=1794368 CPUtime=0
/proc/13509/task/13516/stat : 13516 (java) S 13507 13509 12805 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 152511813 1837432832 45899 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13517] ppid=13507 vsize=1794368 CPUtime=0
/proc/13509/task/13517/stat : 13517 (java) S 13507 13509 12805 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 152511817 1837432832 45899 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13518] ppid=13507 vsize=1794368 CPUtime=0.94
/proc/13509/task/13518/stat : 13518 (java) S 13507 13509 12805 0 -1 64 4763 0 0 0 93 1 0 0 16 0 13 0 152511817 1837432832 45899 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13519] ppid=13507 vsize=1794368 CPUtime=1
/proc/13509/task/13519/stat : 13519 (java) S 13507 13509 12805 0 -1 64 4436 0 0 0 99 1 0 0 16 0 13 0 152511817 1837432832 45899 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13520] ppid=13507 vsize=1794368 CPUtime=0
/proc/13509/task/13520/stat : 13520 (java) S 13507 13509 12805 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 152511817 1837432832 45899 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13521] ppid=13507 vsize=1794368 CPUtime=0
/proc/13509/task/13521/stat : 13521 (java) S 13507 13509 12805 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152511817 1837432832 45899 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 1794368

[startup+6.30229 s]
/proc/loadavg: 0.93 0.98 0.95 2/90 13522
/proc/meminfo: memFree=1555680/2055920 swapFree=4145916/4192956
[pid=13509] ppid=13507 vsize=1796012 CPUtime=8.55
/proc/13509/stat : 13509 (java) S 13507 13509 12805 0 -1 0 58287 0 1 0 827 28 0 0 18 0 13 0 152511807 1839116288 50668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13509/statm: 449003 50668 1332 9 0 446615 0
[pid=13509/tid=13511] ppid=13507 vsize=1796012 CPUtime=5.06
/proc/13509/task/13511/stat : 13511 (java) R 13507 13509 12805 0 -1 64 37721 0 1 0 487 19 0 0 20 0 13 0 152511809 1839116288 50668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109811112 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13512] ppid=13507 vsize=1796012 CPUtime=0.19
/proc/13509/task/13512/stat : 13512 (java) S 13507 13509 12805 0 -1 64 4559 0 0 0 17 2 0 0 17 0 13 0 152511810 1839116288 50668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13513] ppid=13507 vsize=1796012 CPUtime=0.19
/proc/13509/task/13513/stat : 13513 (java) S 13507 13509 12805 0 -1 64 3951 0 0 0 18 1 0 0 17 0 13 0 152511810 1839116288 50668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13514] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13514/stat : 13514 (java) S 13507 13509 12805 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 152511813 1839116288 50668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13515] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13515/stat : 13515 (java) S 13507 13509 12805 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152511813 1839116288 50668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13516] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13516/stat : 13516 (java) S 13507 13509 12805 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 152511813 1839116288 50668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13517] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13517/stat : 13517 (java) S 13507 13509 12805 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 152511817 1839116288 50668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13518] ppid=13507 vsize=1796012 CPUtime=1.46
/proc/13509/task/13518/stat : 13518 (java) S 13507 13509 12805 0 -1 64 6082 0 0 0 144 2 0 0 17 0 13 0 152511817 1839116288 50668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13519] ppid=13507 vsize=1796012 CPUtime=1.6
/proc/13509/task/13519/stat : 13519 (java) S 13507 13509 12805 0 -1 64 5240 0 0 0 158 2 0 0 16 0 13 0 152511817 1839116288 50668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13520] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13520/stat : 13520 (java) S 13507 13509 12805 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 152511817 1839116288 50668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13521] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13521/stat : 13521 (java) S 13507 13509 12805 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152511817 1839116288 50668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13522] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13522/stat : 13522 (java) S 13507 13509 12805 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 152512043 1839116288 50668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.55
Current children cumulated vsize (KiB) 1796012

[startup+12.701 s]
/proc/loadavg: 0.93 0.98 0.95 2/90 13522
/proc/meminfo: memFree=1536992/2055920 swapFree=4145916/4192956
[pid=13509] ppid=13507 vsize=1796012 CPUtime=15.58
/proc/13509/stat : 13509 (java) S 13507 13509 12805 0 -1 0 64930 0 1 0 1528 30 0 0 18 0 13 0 152511807 1839116288 55147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13509/statm: 449003 55147 1332 9 0 446615 0
[pid=13509/tid=13511] ppid=13507 vsize=1796012 CPUtime=10.9
/proc/13509/task/13511/stat : 13511 (java) R 13507 13509 12805 0 -1 64 37728 0 1 0 1071 19 0 0 25 0 13 0 152511809 1839116288 55147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109551510 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13512] ppid=13507 vsize=1796012 CPUtime=0.45
/proc/13509/task/13512/stat : 13512 (java) S 13507 13509 12805 0 -1 64 8252 0 0 0 43 2 0 0 16 0 13 0 152511810 1839116288 55147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13513] ppid=13507 vsize=1796012 CPUtime=0.46
/proc/13509/task/13513/stat : 13513 (java) S 13507 13509 12805 0 -1 64 6825 0 0 0 44 2 0 0 17 0 13 0 152511810 1839116288 55147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13514] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13514/stat : 13514 (java) S 13507 13509 12805 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 152511813 1839116288 55147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13515] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13515/stat : 13515 (java) S 13507 13509 12805 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152511813 1839116288 55147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13516] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13516/stat : 13516 (java) S 13507 13509 12805 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 152511813 1839116288 55147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13517] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13517/stat : 13517 (java) S 13507 13509 12805 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 152511817 1839116288 55147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13518] ppid=13507 vsize=1796012 CPUtime=1.79
/proc/13509/task/13518/stat : 13518 (java) S 13507 13509 12805 0 -1 64 6121 0 0 0 177 2 0 0 17 0 13 0 152511817 1839116288 55147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13519] ppid=13507 vsize=1796012 CPUtime=1.92
/proc/13509/task/13519/stat : 13519 (java) S 13507 13509 12805 0 -1 64 5261 0 0 0 190 2 0 0 16 0 13 0 152511817 1839116288 55147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13520] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13520/stat : 13520 (java) S 13507 13509 12805 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 152511817 1839116288 55147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13521] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13521/stat : 13521 (java) S 13507 13509 12805 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152511817 1839116288 55147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13522] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13522/stat : 13522 (java) S 13507 13509 12805 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 152512043 1839116288 55147 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.58
Current children cumulated vsize (KiB) 1796012

[startup+25.5025 s]
/proc/loadavg: 0.95 0.98 0.95 2/90 13522
/proc/meminfo: memFree=1531488/2055920 swapFree=4145916/4192956
[pid=13509] ppid=13507 vsize=1796012 CPUtime=28.56
/proc/13509/stat : 13509 (java) S 13507 13509 12805 0 -1 0 66555 0 1 0 2825 31 0 0 18 0 13 0 152511807 1839116288 56538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13509/statm: 449003 56538 1332 9 0 446615 0
[pid=13509/tid=13511] ppid=13507 vsize=1796012 CPUtime=23.54
/proc/13509/task/13511/stat : 13511 (java) R 13507 13509 12805 0 -1 64 37739 0 1 0 2335 19 0 0 20 0 13 0 152511809 1839116288 56538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109551453 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13512] ppid=13507 vsize=1796012 CPUtime=0.61
/proc/13509/task/13512/stat : 13512 (java) S 13507 13509 12805 0 -1 64 9162 0 0 0 58 3 0 0 16 0 13 0 152511810 1839116288 56538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13513] ppid=13507 vsize=1796012 CPUtime=0.61
/proc/13509/task/13513/stat : 13513 (java) S 13507 13509 12805 0 -1 64 7529 0 0 0 58 3 0 0 16 0 13 0 152511810 1839116288 56538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13514] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13514/stat : 13514 (java) S 13507 13509 12805 0 -1 64 22 0 0 0 0 0 0 0 15 0 13 0 152511813 1839116288 56538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13515] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13515/stat : 13515 (java) S 13507 13509 12805 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152511813 1839116288 56538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=13509/tid=13514] ppid=13507 vsize=1796012 CPUtime=0.19
/proc/13509/task/13514/stat : 13514 (java) S 13507 13509 12805 0 -1 64 36 0 0 0 13 6 0 0 15 0 13 0 152511813 1839116288 117605 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13515] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13515/stat : 13515 (java) S 13507 13509 12805 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152511813 1839116288 117605 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13516] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13516/stat : 13516 (java) S 13507 13509 12805 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 152511813 1839116288 117605 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13517] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13517/stat : 13517 (java) S 13507 13509 12805 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 152511817 1839116288 117605 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13518] ppid=13507 vsize=1796012 CPUtime=1.84
/proc/13509/task/13518/stat : 13518 (java) S 13507 13509 12805 0 -1 64 6122 0 0 0 182 2 0 0 16 0 13 0 152511817 1839116288 117605 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13519] ppid=13507 vsize=1796012 CPUtime=2.04
/proc/13509/task/13519/stat : 13519 (java) S 13507 13509 12805 0 -1 64 5268 0 0 0 202 2 0 0 16 0 13 0 152511817 1839116288 117605 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13520] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13520/stat : 13520 (java) S 13507 13509 12805 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 152511817 1839116288 117605 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13521] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13521/stat : 13521 (java) S 13507 13509 12805 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152511817 1839116288 117605 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13522] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13522/stat : 13522 (java) S 13507 13509 12805 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 152512043 1839116288 117605 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1579.81
Current children cumulated vsize (KiB) 1796012

[startup+1602.3 s]
/proc/loadavg: 1.02 1.02 0.98 2/90 13524
/proc/meminfo: memFree=1279648/2055920 swapFree=4145916/4192956
[pid=13509] ppid=13507 vsize=1796012 CPUtime=1641.79
/proc/13509/stat : 13509 (java) S 13507 13509 12805 0 -1 0 137614 0 1 0 164092 87 0 0 18 0 13 0 152511807 1839116288 119461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13509/statm: 449003 119461 1334 9 0 446615 0
[pid=13509/tid=13511] ppid=13507 vsize=1796012 CPUtime=1562.45
/proc/13509/task/13511/stat : 13511 (java) R 13507 13509 12805 0 -1 64 39753 0 1 0 156212 33 0 0 17 0 13 0 152511809 1839116288 119461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109808173 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13512] ppid=13507 vsize=1796012 CPUtime=37.6
/proc/13509/task/13512/stat : 13512 (java) S 13507 13509 12805 0 -1 64 44019 0 0 0 3740 20 0 0 16 0 13 0 152511810 1839116288 119461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13513] ppid=13507 vsize=1796012 CPUtime=37.59
/proc/13509/task/13513/stat : 13513 (java) S 13507 13509 12805 0 -1 64 41695 0 0 0 3739 20 0 0 16 0 13 0 152511810 1839116288 119461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13514] ppid=13507 vsize=1796012 CPUtime=0.19
/proc/13509/task/13514/stat : 13514 (java) S 13507 13509 12805 0 -1 64 36 0 0 0 13 6 0 0 15 0 13 0 152511813 1839116288 119461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13515] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13515/stat : 13515 (java) S 13507 13509 12805 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152511813 1839116288 119461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13516] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13516/stat : 13516 (java) S 13507 13509 12805 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 152511813 1839116288 119461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13517] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13517/stat : 13517 (java) S 13507 13509 12805 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 152511817 1839116288 119461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13518] ppid=13507 vsize=1796012 CPUtime=1.84
/proc/13509/task/13518/stat : 13518 (java) S 13507 13509 12805 0 -1 64 6122 0 0 0 182 2 0 0 16 0 13 0 152511817 1839116288 119461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13519] ppid=13507 vsize=1796012 CPUtime=2.04
/proc/13509/task/13519/stat : 13519 (java) S 13507 13509 12805 0 -1 64 5268 0 0 0 202 2 0 0 16 0 13 0 152511817 1839116288 119461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13520] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13520/stat : 13520 (java) S 13507 13509 12805 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 152511817 1839116288 119461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13521] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13521/stat : 13521 (java) S 13507 13509 12805 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152511817 1839116288 119461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13522] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13522/stat : 13522 (java) S 13507 13509 12805 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 152512043 1839116288 119461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1641.79
Current children cumulated vsize (KiB) 1796012

[startup+1662.3 s]
/proc/loadavg: 1.04 1.03 0.98 2/90 13524
/proc/meminfo: memFree=1272160/2055920 swapFree=4145916/4192956
[pid=13509] ppid=13507 vsize=1796012 CPUtime=1703.84
/proc/13509/stat : 13509 (java) S 13507 13509 12805 0 -1 0 139476 0 1 0 170295 89 0 0 18 0 13 0 152511807 1839116288 121256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13509/statm: 449003 121256 1334 9 0 446615 0
[pid=13509/tid=13511] ppid=13507 vsize=1796012 CPUtime=1620.35
/proc/13509/task/13511/stat : 13511 (java) R 13507 13509 12805 0 -1 64 39779 0 1 0 162001 34 0 0 25 0 13 0 152511809 1839116288 121256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109811112 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13512] ppid=13507 vsize=1796012 CPUtime=39.67
/proc/13509/task/13512/stat : 13512 (java) S 13507 13509 12805 0 -1 64 44803 0 0 0 3947 20 0 0 16 0 13 0 152511810 1839116288 121256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13513] ppid=13507 vsize=1796012 CPUtime=39.67
/proc/13509/task/13513/stat : 13513 (java) S 13507 13509 12805 0 -1 64 42747 0 0 0 3946 21 0 0 16 0 13 0 152511810 1839116288 121256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13514] ppid=13507 vsize=1796012 CPUtime=0.21
/proc/13509/task/13514/stat : 13514 (java) S 13507 13509 12805 0 -1 64 36 0 0 0 14 7 0 0 16 0 13 0 152511813 1839116288 121256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13515] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13515/stat : 13515 (java) S 13507 13509 12805 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152511813 1839116288 121256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13516] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13516/stat : 13516 (java) S 13507 13509 12805 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 152511813 1839116288 121256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13517] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13517/stat : 13517 (java) S 13507 13509 12805 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 152511817 1839116288 121256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13518] ppid=13507 vsize=1796012 CPUtime=1.84
/proc/13509/task/13518/stat : 13518 (java) S 13507 13509 12805 0 -1 64 6122 0 0 0 182 2 0 0 16 0 13 0 152511817 1839116288 121256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13519] ppid=13507 vsize=1796012 CPUtime=2.04
/proc/13509/task/13519/stat : 13519 (java) S 13507 13509 12805 0 -1 64 5268 0 0 0 202 2 0 0 16 0 13 0 152511817 1839116288 121256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13520] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13520/stat : 13520 (java) S 13507 13509 12805 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 152511817 1839116288 121256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13521] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13521/stat : 13521 (java) S 13507 13509 12805 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152511817 1839116288 121256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13522] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13522/stat : 13522 (java) S 13507 13509 12805 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 152512043 1839116288 121256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1703.84
Current children cumulated vsize (KiB) 1796012

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 0.98 4/90 13524
/proc/meminfo: memFree=1264352/2055920 swapFree=4145916/4192956
[pid=13509] ppid=13507 vsize=1796012 CPUtime=1765.93
/proc/13509/stat : 13509 (java) S 13507 13509 12805 0 -1 0 141615 0 1 0 176502 91 0 0 18 0 13 0 152511807 1839116288 123269 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13509/statm: 449003 123269 1334 9 0 446615 0
[pid=13509/tid=13511] ppid=13507 vsize=1796012 CPUtime=1678.18
/proc/13509/task/13511/stat : 13511 (java) R 13507 13509 12805 0 -1 64 39806 0 1 0 167783 35 0 0 25 0 13 0 152511809 1839116288 123269 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109551350 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13512] ppid=13507 vsize=1796012 CPUtime=41.8
/proc/13509/task/13512/stat : 13512 (java) S 13507 13509 12805 0 -1 64 45917 0 0 0 4159 21 0 0 16 0 13 0 152511810 1839116288 123269 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13513] ppid=13507 vsize=1796012 CPUtime=41.8
/proc/13509/task/13513/stat : 13513 (java) S 13507 13509 12805 0 -1 64 43744 0 0 0 4159 21 0 0 16 0 13 0 152511810 1839116288 123269 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13514] ppid=13507 vsize=1796012 CPUtime=0.21
/proc/13509/task/13514/stat : 13514 (java) S 13507 13509 12805 0 -1 64 37 0 0 0 14 7 0 0 17 0 13 0 152511813 1839116288 123269 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13515] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13515/stat : 13515 (java) S 13507 13509 12805 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152511813 1839116288 123269 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13516] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13516/stat : 13516 (java) S 13507 13509 12805 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 152511813 1839116288 123269 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13517] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13517/stat : 13517 (java) S 13507 13509 12805 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 152511817 1839116288 123269 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13518] ppid=13507 vsize=1796012 CPUtime=1.84
/proc/13509/task/13518/stat : 13518 (java) S 13507 13509 12805 0 -1 64 6122 0 0 0 182 2 0 0 16 0 13 0 152511817 1839116288 123269 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13519] ppid=13507 vsize=1796012 CPUtime=2.04
/proc/13509/task/13519/stat : 13519 (java) S 13507 13509 12805 0 -1 64 5268 0 0 0 202 2 0 0 16 0 13 0 152511817 1839116288 123269 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13520] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13520/stat : 13520 (java) S 13507 13509 12805 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 152511817 1839116288 123269 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13521] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13521/stat : 13521 (java) S 13507 13509 12805 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152511817 1839116288 123269 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13522] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13522/stat : 13522 (java) S 13507 13509 12805 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 152512043 1839116288 123269 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.93
Current children cumulated vsize (KiB) 1796012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1755.3 s]
/proc/loadavg: 1.00 1.02 0.98 2/90 13524
/proc/meminfo: memFree=1259872/2055920 swapFree=4145916/4192956
[pid=13509] ppid=13507 vsize=1796012 CPUtime=1800.13
/proc/13509/stat : 13509 (java) S 13507 13509 12805 0 -1 0 142684 0 1 0 179921 92 0 0 18 0 13 0 152511807 1839116288 124307 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13509/statm: 449003 124307 1334 9 0 446615 0
[pid=13509/tid=13511] ppid=13507 vsize=1796012 CPUtime=1709.96
/proc/13509/task/13511/stat : 13511 (java) R 13507 13509 12805 0 -1 64 39821 0 1 0 170961 35 0 0 17 0 13 0 152511809 1839116288 124307 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109888817 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13512] ppid=13507 vsize=1796012 CPUtime=43
/proc/13509/task/13512/stat : 13512 (java) S 13507 13509 12805 0 -1 64 46597 0 0 0 4279 21 0 0 16 0 13 0 152511810 1839116288 124307 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13513] ppid=13507 vsize=1796012 CPUtime=43.01
/proc/13509/task/13513/stat : 13513 (java) S 13507 13509 12805 0 -1 64 44118 0 0 0 4279 22 0 0 17 0 13 0 152511810 1839116288 124307 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13514] ppid=13507 vsize=1796012 CPUtime=0.22
/proc/13509/task/13514/stat : 13514 (java) S 13507 13509 12805 0 -1 64 37 0 0 0 15 7 0 0 15 0 13 0 152511813 1839116288 124307 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13515] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13515/stat : 13515 (java) S 13507 13509 12805 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152511813 1839116288 124307 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13516] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13516/stat : 13516 (java) S 13507 13509 12805 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 152511813 1839116288 124307 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13517] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13517/stat : 13517 (java) S 13507 13509 12805 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 152511817 1839116288 124307 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13518] ppid=13507 vsize=1796012 CPUtime=1.84
/proc/13509/task/13518/stat : 13518 (java) S 13507 13509 12805 0 -1 64 6122 0 0 0 182 2 0 0 16 0 13 0 152511817 1839116288 124307 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13519] ppid=13507 vsize=1796012 CPUtime=2.04
/proc/13509/task/13519/stat : 13519 (java) S 13507 13509 12805 0 -1 64 5268 0 0 0 202 2 0 0 16 0 13 0 152511817 1839116288 124307 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13520] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13520/stat : 13520 (java) S 13507 13509 12805 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 152511817 1839116288 124307 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13509/tid=13521] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13521/stat : 13521 (java) S 13507 13509 12805 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152511817 1839116288 124307 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13509/tid=13522] ppid=13507 vsize=1796012 CPUtime=0
/proc/13509/task/13522/stat : 13522 (java) S 13507 13509 12805 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 152512043 1839116288 124307 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 1796012

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

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

[startup+1755.41 s]
/proc/loadavg: 1.00 1.02 0.98 2/90 13524
/proc/meminfo: memFree=1259872/2055920 swapFree=4145916/4192956
[pid=13509] ppid=13507 vsize=0 CPUtime=1800.24
/proc/13509/stat : 13509 (java) Z 13507 13509 12805 0 -1 1036 142705 0 1 0 179926 98 0 0 16 0 2 0 152511807 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13509/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1755.43
CPU time (s): 1800.26
CPU user time (s): 1799.26
CPU system time (s): 1.00085
CPU usage (%): 102.554
Max. virtual memory (cumulated for all children) (KiB): 1796892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 1.00085
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142705
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= 43563
involuntary context switches= 69674

runsolver used 1.77073 second user time and 4.73828 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Mon Apr 16 23:05:40 UTC 2007

IDJOB= 355074
IDBENCH= 2942
IDSOLVER= 160
FILE ID= node1/355074-1176764740

PBS_JOBID= 4580741

Free space on /tmp= 66396 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  840eda79f99ca12a0c705eefe22c37b7

RANDOM SEED= 986352316

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:       1753888 kB
Buffers:         34932 kB
Cached:         198916 kB
SwapCached:      14828 kB
Active:         113540 kB
Inactive:       143996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753888 kB
SwapTotal:     4192956 kB
SwapFree:      4145916 kB
Dirty:            5128 kB
Writeback:           0 kB
Mapped:          30424 kB
Slab:            29940 kB
Committed_AS:  4906524 kB
PageTables:       1832 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= 66396 MiB

End job on node1 on Mon Apr 16 23:34:57 UTC 2007