Trace number 349353

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.29 1766.01

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-NSR8K.opb
MD5SUMcc5d7ea426a09a5b1cb030d82bbe1743
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables221520
Total number of constraints6283
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6283
Minimum length of a constraint45
Maximum length of a constraint221520
Number of terms in the objective function 221520
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 34400198927214221876937
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 34400301327214221876937
Number of bits of the biggest sum of numbers75
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/349353-1176697632/instance-349353-1176697632.opb
0.20/0.20	c reading problem ... 
13.62/10.38	c ... done. Wall clock time 10.184s.
13.62/10.38	c CPU time (experimental) 7.67s.
13.62/10.38	c #vars     221520
13.62/10.38	c #constraints  12478
1800.07/1765.81	c starts		: 1
1800.07/1765.81	c conflicts		: 42
1800.07/1765.81	c decisions		: 786386
1800.07/1765.81	c propagations		: 1597653
1800.07/1765.81	c inspects		: 6329873
1800.07/1765.81	c learnt literals	: 0
1800.07/1765.81	c learnt binary clauses	: 0
1800.07/1765.81	c learnt ternary clauses	: 0
1800.07/1765.81	c learnt clauses	: 41
1800.07/1765.81	c root simplifications	: 0
1800.07/1765.81	c removed literals (reason simplification)	: 0
1800.07/1765.81	c reason swapping (by a shorter reason)	: 0
1800.07/1765.81	c Calls to reduceDB	: 0
1800.07/1765.81	c speed (decisions/second)	: 448.25994067176345
1800.07/1765.81	c non guided choices	0
1800.07/1765.81	s UNKNOWN
1800.07/1765.81	c Total wall clock time (ms): 1765.613

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/node69/watcher-349353-1176697632 -o ROOT/results/node69/solver-349353-1176697632 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349353-1176697632/sat4jPseudoCP.jar /tmp/evaluation/349353-1176697632/instance-349353-1176697632.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.99 2/64 5683
/proc/meminfo: memFree=1808468/2055920 swapFree=4184008/4192956
[pid=5683] ppid=5681 vsize=152 CPUtime=0
/proc/5683/stat : 5683 (java) R 5681 5683 4983 0 -1 0 42 0 0 0 0 0 0 0 19 0 1 0 145752714 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 11952932 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/5683/statm: 38 26 19 9 0 4 0

[startup+0.0840841 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 5683
/proc/meminfo: memFree=1808468/2055920 swapFree=4184008/4192956
[pid=5683] ppid=5681 vsize=1777844 CPUtime=0.06
/proc/5683/stat : 5683 (java) S 5681 5683 4983 0 -1 0 3805 0 1 0 4 2 0 0 18 0 7 0 145752714 1820512256 3547 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/5683/statm: 444461 3547 1087 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.101087 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 5683
/proc/meminfo: memFree=1808468/2055920 swapFree=4184008/4192956
[pid=5683] ppid=5681 vsize=1780108 CPUtime=0.08
/proc/5683/stat : 5683 (java) S 5681 5683 4983 0 -1 0 3971 0 1 0 6 2 0 0 18 0 12 0 145752714 1822830592 3712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5683/statm: 445027 3712 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.30112 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 5683
/proc/meminfo: memFree=1808468/2055920 swapFree=4184008/4192956
[pid=5683] ppid=5681 vsize=1782656 CPUtime=0.34
/proc/5683/stat : 5683 (java) S 5681 5683 4983 0 -1 0 6994 0 1 0 30 4 0 0 18 0 12 0 145752714 1825439744 6732 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5683/statm: 445664 6732 1267 9 0 443276 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782656

[startup+0.701183 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 5683
/proc/meminfo: memFree=1808468/2055920 swapFree=4184008/4192956
[pid=5683] ppid=5681 vsize=1784608 CPUtime=0.86
/proc/5683/stat : 5683 (java) S 5681 5683 4983 0 -1 0 10641 0 1 0 81 5 0 0 18 0 12 0 145752714 1827438592 10123 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5683/statm: 446152 10124 1297 9 0 443764 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1784608

[startup+1.50231 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 5695
/proc/meminfo: memFree=1753652/2055920 swapFree=4184008/4192956
[pid=5683] ppid=5681 vsize=1784608 CPUtime=1.66
/proc/5683/stat : 5683 (java) S 5681 5683 4983 0 -1 0 23064 0 1 0 155 11 0 0 18 0 12 0 145752714 1827438592 22546 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5683/statm: 446152 22547 1297 9 0 443764 0
[pid=5683/tid=5685] ppid=5681 vsize=1784608 CPUtime=1.34
/proc/5683/task/5685/stat : 5685 (java) R 5681 5683 4983 0 -1 64 21098 0 1 0 124 10 0 0 25 0 12 0 145752716 1827438592 22547 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109529555 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5686] ppid=5681 vsize=1784608 CPUtime=0
/proc/5683/task/5686/stat : 5686 (java) S 5681 5683 4983 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 145752717 1827438592 22548 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5687] ppid=5681 vsize=1784608 CPUtime=0
/proc/5683/task/5687/stat : 5687 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 145752717 1827438592 22548 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5688] ppid=5681 vsize=1784608 CPUtime=0
/proc/5683/task/5688/stat : 5688 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 145752719 1827438592 22549 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5689] ppid=5681 vsize=1784608 CPUtime=0
/proc/5683/task/5689/stat : 5689 (java) S 5681 5683 4983 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 145752720 1827438592 22549 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5690] ppid=5681 vsize=1784608 CPUtime=0
/proc/5683/task/5690/stat : 5690 (java) S 5681 5683 4983 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 145752720 1827438592 22550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5691] ppid=5681 vsize=1784608 CPUtime=0
/proc/5683/task/5691/stat : 5691 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 145752724 1827438592 22551 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5692] ppid=5681 vsize=1784608 CPUtime=0.15
/proc/5683/task/5692/stat : 5692 (java) S 5681 5683 4983 0 -1 64 654 0 0 0 15 0 0 0 16 0 12 0 145752724 1827438592 22551 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5693] ppid=5681 vsize=1784608 CPUtime=0.15
/proc/5683/task/5693/stat : 5693 (java) S 5681 5683 4983 0 -1 64 592 0 0 0 15 0 0 0 16 0 12 0 145752724 1827438592 22552 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5694] ppid=5681 vsize=1784608 CPUtime=0
/proc/5683/task/5694/stat : 5694 (java) S 5681 5683 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 145752724 1827438592 22552 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5695] ppid=5681 vsize=1784608 CPUtime=0
/proc/5683/task/5695/stat : 5695 (java) R 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145752724 1827438592 22553 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 1784608

[startup+3.10258 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 5695
/proc/meminfo: memFree=1685044/2055920 swapFree=4184008/4192956
[pid=5683] ppid=5681 vsize=1795732 CPUtime=4.04
/proc/5683/stat : 5683 (java) S 5681 5683 4983 0 -1 0 52155 0 1 0 377 27 0 0 18 0 12 0 145752714 1838829568 49379 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5683/statm: 448933 49379 1319 9 0 446545 0
[pid=5683/tid=5685] ppid=5681 vsize=1795732 CPUtime=2.39
/proc/5683/task/5685/stat : 5685 (java) R 5681 5683 4983 0 -1 64 37671 0 1 0 219 20 0 0 18 0 12 0 145752716 1838829568 49379 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109547009 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5686] ppid=5681 vsize=1795732 CPUtime=0.21
/proc/5683/task/5686/stat : 5686 (java) R 5681 5683 4983 0 -1 64 4255 0 0 0 20 1 0 0 19 0 12 0 145752717 1838829568 49379 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5687] ppid=5681 vsize=1795732 CPUtime=0.21
/proc/5683/task/5687/stat : 5687 (java) S 5681 5683 4983 0 -1 64 3957 0 0 0 19 2 0 0 18 0 12 0 145752717 1838829568 49379 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5688] ppid=5681 vsize=1795732 CPUtime=0
/proc/5683/task/5688/stat : 5688 (java) S 5681 5683 4983 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 145752719 1838829568 49379 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5689] ppid=5681 vsize=1795732 CPUtime=0
/proc/5683/task/5689/stat : 5689 (java) S 5681 5683 4983 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 145752720 1838829568 49379 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5690] ppid=5681 vsize=1795732 CPUtime=0
/proc/5683/task/5690/stat : 5690 (java) S 5681 5683 4983 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 145752720 1838829568 49379 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5691] ppid=5681 vsize=1795732 CPUtime=0
/proc/5683/task/5691/stat : 5691 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 145752724 1838829568 49379 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5692] ppid=5681 vsize=1795732 CPUtime=0.72
/proc/5683/task/5692/stat : 5692 (java) R 5681 5683 4983 0 -1 64 3848 0 0 0 71 1 0 0 20 0 12 0 145752724 1838829568 49379 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103336748 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5693] ppid=5681 vsize=1795732 CPUtime=0.46
/proc/5683/task/5693/stat : 5693 (java) S 5681 5683 4983 0 -1 64 1698 0 0 0 46 0 0 0 16 0 12 0 145752724 1838829568 49379 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5694] ppid=5681 vsize=1795732 CPUtime=0
/proc/5683/task/5694/stat : 5694 (java) S 5681 5683 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 145752724 1838829568 49379 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5695] ppid=5681 vsize=1795732 CPUtime=0
/proc/5683/task/5695/stat : 5695 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145752724 1838829568 49379 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 1795732

[startup+6.30109 s]
/proc/loadavg: 1.09 1.02 1.01 3/76 5695
/proc/meminfo: memFree=1567156/2055920 swapFree=4184008/4192956
[pid=5683] ppid=5681 vsize=1795312 CPUtime=8.09
/proc/5683/stat : 5683 (java) S 5681 5683 4983 0 -1 0 72822 0 1 0 772 37 0 0 18 0 12 0 145752714 1838399488 66811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5683/statm: 448828 66811 1320 9 0 446440 0
[pid=5683/tid=5685] ppid=5681 vsize=1795312 CPUtime=4.92
/proc/5683/task/5685/stat : 5685 (java) R 5681 5683 4983 0 -1 64 37676 0 1 0 471 21 0 0 20 0 12 0 145752716 1838399488 66811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109599663 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5686] ppid=5681 vsize=1795312 CPUtime=0.82
/proc/5683/task/5686/stat : 5686 (java) S 5681 5683 4983 0 -1 64 13137 0 0 0 76 6 0 0 16 0 12 0 145752717 1838399488 66811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5687] ppid=5681 vsize=1795312 CPUtime=0.8
/proc/5683/task/5687/stat : 5687 (java) S 5681 5683 4983 0 -1 64 14830 0 0 0 74 6 0 0 19 0 12 0 145752717 1838399488 66811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5688] ppid=5681 vsize=1795312 CPUtime=0
/proc/5683/task/5688/stat : 5688 (java) S 5681 5683 4983 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 145752719 1838399488 66811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5689] ppid=5681 vsize=1795312 CPUtime=0
/proc/5683/task/5689/stat : 5689 (java) S 5681 5683 4983 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 145752720 1838399488 66811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5690] ppid=5681 vsize=1795312 CPUtime=0
/proc/5683/task/5690/stat : 5690 (java) S 5681 5683 4983 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 145752720 1838399488 66811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5691] ppid=5681 vsize=1795312 CPUtime=0
/proc/5683/task/5691/stat : 5691 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 145752724 1838399488 66811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5692] ppid=5681 vsize=1795312 CPUtime=0.93
/proc/5683/task/5692/stat : 5692 (java) S 5681 5683 4983 0 -1 64 4731 0 0 0 92 1 0 0 16 0 12 0 145752724 1838399488 66811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5693] ppid=5681 vsize=1795312 CPUtime=0.57
/proc/5683/task/5693/stat : 5693 (java) S 5681 5683 4983 0 -1 64 1722 0 0 0 57 0 0 0 16 0 12 0 145752724 1838399488 66811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5694] ppid=5681 vsize=1795312 CPUtime=0
/proc/5683/task/5694/stat : 5694 (java) S 5681 5683 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 145752724 1838399488 66811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5695] ppid=5681 vsize=1795312 CPUtime=0
/proc/5683/task/5695/stat : 5695 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145752724 1838399488 66811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 1795312

[startup+12.7021 s]
/proc/loadavg: 1.16 1.03 1.01 2/77 5696
/proc/meminfo: memFree=1452908/2055920 swapFree=4184008/4192956
[pid=5683] ppid=5681 vsize=1797444 CPUtime=16.99
/proc/5683/stat : 5683 (java) S 5681 5683 4983 0 -1 0 102338 0 1 0 1647 52 0 0 18 0 13 0 145752714 1840582656 89920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5683/statm: 449361 89920 1335 9 0 446973 0
[pid=5683/tid=5685] ppid=5681 vsize=1797444 CPUtime=9.31
/proc/5683/task/5685/stat : 5685 (java) R 5681 5683 4983 0 -1 64 37725 0 1 0 910 21 0 0 18 0 13 0 145752716 1840582656 89920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109993031 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5686] ppid=5681 vsize=1797444 CPUtime=2.62
/proc/5683/task/5686/stat : 5686 (java) S 5681 5683 4983 0 -1 64 26640 0 0 0 250 12 0 0 16 0 13 0 145752717 1840582656 89920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5687] ppid=5681 vsize=1797444 CPUtime=2.6
/proc/5683/task/5687/stat : 5687 (java) S 5681 5683 4983 0 -1 64 30419 0 0 0 246 14 0 0 16 0 13 0 145752717 1840582656 89920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5688] ppid=5681 vsize=1797444 CPUtime=0
/proc/5683/task/5688/stat : 5688 (java) S 5681 5683 4983 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145752719 1840582656 89920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5689] ppid=5681 vsize=1797444 CPUtime=0
/proc/5683/task/5689/stat : 5689 (java) S 5681 5683 4983 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145752720 1840582656 89920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5690] ppid=5681 vsize=1797444 CPUtime=0
/proc/5683/task/5690/stat : 5690 (java) S 5681 5683 4983 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145752720 1840582656 89920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5691] ppid=5681 vsize=1797444 CPUtime=0
/proc/5683/task/5691/stat : 5691 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145752724 1840582656 89920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5692] ppid=5681 vsize=1797444 CPUtime=1.48
/proc/5683/task/5692/stat : 5692 (java) S 5681 5683 4983 0 -1 64 4789 0 0 0 147 1 0 0 16 0 13 0 145752724 1840582656 89920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5693] ppid=5681 vsize=1797444 CPUtime=0.92
/proc/5683/task/5693/stat : 5693 (java) S 5681 5683 4983 0 -1 64 2034 0 0 0 92 0 0 0 16 0 13 0 145752724 1840582656 89920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5694] ppid=5681 vsize=1797444 CPUtime=0
/proc/5683/task/5694/stat : 5694 (java) S 5681 5683 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145752724 1840582656 89920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5695] ppid=5681 vsize=1797444 CPUtime=0
/proc/5683/task/5695/stat : 5695 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145752724 1840582656 89920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5696] ppid=5681 vsize=1797444 CPUtime=0
/proc/5683/task/5696/stat : 5696 (java) S 5681 5683 4983 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 145753882 1840582656 89920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.99
Current children cumulated vsize (KiB) 1797444

[startup+25.5012 s]
/proc/loadavg: 1.33 1.08 1.02 3/77 5696
/proc/meminfo: memFree=1303660/2055920 swapFree=4184008/4192956
[pid=5683] ppid=5681 vsize=1798468 CPUtime=33.29
/proc/5683/stat : 5683 (java) S 5681 5683 4983 0 -1 0 144545 0 1 0 3255 74 0 0 18 0 13 0 145752714 1841631232 126431 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5683/statm: 449617 126431 1335 9 0 447229 0
[pid=5683/tid=5685] ppid=5681 vsize=1798468 CPUtime=18.88
/proc/5683/task/5685/stat : 5685 (java) R 5681 5683 4983 0 -1 64 37743 0 1 0 1867 21 0 0 17 0 13 0 145752716 1841631232 126431 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110121016 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5686] ppid=5681 vsize=1798468 CPUtime=5.63
/proc/5683/task/5686/stat : 5686 (java) S 5681 5683 4983 0 -1 64 38083 0 0 0 544 19 0 0 16 0 13 0 145752717 1841631232 126431 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5687] ppid=5681 vsize=1798468 CPUtime=5.6
/proc/5683/task/5687/stat : 5687 (java) S 5681 5683 4983 0 -1 64 60492 0 0 0 531 29 0 0 16 0 13 0 145752717 1841631232 126431 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5688] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5688/stat : 5688 (java) S 5681 5683 4983 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 145752719 1841631232 126431 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5689] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5689/stat : 5689 (java) S 5681 5683 4983 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145752720 1841631232 126431 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5690] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5690/stat : 5690 (java) S 5681 5683 4983 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145752720 1841631232 126431 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=5683/tid=5688] ppid=5681 vsize=1798468 CPUtime=0.17
/proc/5683/task/5688/stat : 5688 (java) S 5681 5683 4983 0 -1 64 160 0 0 0 10 7 0 0 16 0 13 0 145752719 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5689] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5689/stat : 5689 (java) S 5681 5683 4983 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145752720 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5690] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5690/stat : 5690 (java) S 5681 5683 4983 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145752720 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5691] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5691/stat : 5691 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5692] ppid=5681 vsize=1798468 CPUtime=1.89
/proc/5683/task/5692/stat : 5692 (java) S 5681 5683 4983 0 -1 64 4812 0 0 0 187 2 0 0 17 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5693] ppid=5681 vsize=1798468 CPUtime=1.34
/proc/5683/task/5693/stat : 5693 (java) S 5681 5683 4983 0 -1 64 2883 0 0 0 134 0 0 0 17 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5694] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5694/stat : 5694 (java) S 5681 5683 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5695] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5695/stat : 5695 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5696] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5696/stat : 5696 (java) S 5681 5683 4983 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 145753882 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1574.94
Current children cumulated vsize (KiB) 1798468

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5698
/proc/meminfo: memFree=583724/2055920 swapFree=4184008/4192956
[pid=5683] ppid=5681 vsize=1798468 CPUtime=1635.39
/proc/5683/stat : 5683 (java) S 5681 5683 4983 0 -1 0 400094 0 1 0 163294 245 0 0 18 0 13 0 145752714 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5683/statm: 449617 306625 1335 9 0 447229 0
[pid=5683/tid=5685] ppid=5681 vsize=1798468 CPUtime=1564.79
/proc/5683/task/5685/stat : 5685 (java) R 5681 5683 4983 0 -1 64 60929 0 1 0 156445 34 0 0 25 0 13 0 145752716 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110026457 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5686] ppid=5681 vsize=1798468 CPUtime=33.57
/proc/5683/task/5686/stat : 5686 (java) S 5681 5683 4983 0 -1 64 142529 0 0 0 3269 88 0 0 16 0 13 0 145752717 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5687] ppid=5681 vsize=1798468 CPUtime=33.55
/proc/5683/task/5687/stat : 5687 (java) S 5681 5683 4983 0 -1 64 188057 0 0 0 3245 110 0 0 17 0 13 0 145752717 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5688] ppid=5681 vsize=1798468 CPUtime=0.19
/proc/5683/task/5688/stat : 5688 (java) S 5681 5683 4983 0 -1 64 160 0 0 0 11 8 0 0 16 0 13 0 145752719 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5689] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5689/stat : 5689 (java) S 5681 5683 4983 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145752720 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5690] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5690/stat : 5690 (java) S 5681 5683 4983 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145752720 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5691] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5691/stat : 5691 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5692] ppid=5681 vsize=1798468 CPUtime=1.89
/proc/5683/task/5692/stat : 5692 (java) S 5681 5683 4983 0 -1 64 4812 0 0 0 187 2 0 0 17 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5693] ppid=5681 vsize=1798468 CPUtime=1.34
/proc/5683/task/5693/stat : 5693 (java) S 5681 5683 4983 0 -1 64 2883 0 0 0 134 0 0 0 17 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5694] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5694/stat : 5694 (java) S 5681 5683 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5695] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5695/stat : 5695 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5696] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5696/stat : 5696 (java) S 5681 5683 4983 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 145753882 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1635.39
Current children cumulated vsize (KiB) 1798468

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5698
/proc/meminfo: memFree=583724/2055920 swapFree=4184008/4192956
[pid=5683] ppid=5681 vsize=1798468 CPUtime=1695.82
/proc/5683/stat : 5683 (java) S 5681 5683 4983 0 -1 0 400129 0 1 0 169335 247 0 0 18 0 13 0 145752714 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5683/statm: 449617 306625 1335 9 0 447229 0
[pid=5683/tid=5685] ppid=5681 vsize=1798468 CPUtime=1624.19
/proc/5683/task/5685/stat : 5685 (java) R 5681 5683 4983 0 -1 64 60964 0 1 0 162385 34 0 0 25 0 13 0 145752716 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110018851 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5686] ppid=5681 vsize=1798468 CPUtime=34.09
/proc/5683/task/5686/stat : 5686 (java) S 5681 5683 4983 0 -1 64 142529 0 0 0 3320 89 0 0 16 0 13 0 145752717 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5687] ppid=5681 vsize=1798468 CPUtime=34.05
/proc/5683/task/5687/stat : 5687 (java) S 5681 5683 4983 0 -1 64 188057 0 0 0 3294 111 0 0 16 0 13 0 145752717 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5688] ppid=5681 vsize=1798468 CPUtime=0.19
/proc/5683/task/5688/stat : 5688 (java) S 5681 5683 4983 0 -1 64 160 0 0 0 11 8 0 0 16 0 13 0 145752719 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5689] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5689/stat : 5689 (java) S 5681 5683 4983 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145752720 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5690] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5690/stat : 5690 (java) S 5681 5683 4983 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145752720 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5691] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5691/stat : 5691 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5692] ppid=5681 vsize=1798468 CPUtime=1.89
/proc/5683/task/5692/stat : 5692 (java) S 5681 5683 4983 0 -1 64 4812 0 0 0 187 2 0 0 17 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5693] ppid=5681 vsize=1798468 CPUtime=1.34
/proc/5683/task/5693/stat : 5693 (java) S 5681 5683 4983 0 -1 64 2883 0 0 0 134 0 0 0 17 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5694] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5694/stat : 5694 (java) S 5681 5683 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5695] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5695/stat : 5695 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5696] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5696/stat : 5696 (java) S 5681 5683 4983 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 145753882 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1695.82
Current children cumulated vsize (KiB) 1798468

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5698
/proc/meminfo: memFree=583724/2055920 swapFree=4184008/4192956
[pid=5683] ppid=5681 vsize=1798468 CPUtime=1756.27
/proc/5683/stat : 5683 (java) S 5681 5683 4983 0 -1 0 400165 0 1 0 175378 249 0 0 18 0 13 0 145752714 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5683/statm: 449617 306625 1335 9 0 447229 0
[pid=5683/tid=5685] ppid=5681 vsize=1798468 CPUtime=1683.57
/proc/5683/task/5685/stat : 5685 (java) R 5681 5683 4983 0 -1 64 61000 0 1 0 168323 34 0 0 17 0 13 0 145752716 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109563348 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5686] ppid=5681 vsize=1798468 CPUtime=34.63
/proc/5683/task/5686/stat : 5686 (java) S 5681 5683 4983 0 -1 64 142529 0 0 0 3374 89 0 0 17 0 13 0 145752717 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5687] ppid=5681 vsize=1798468 CPUtime=34.58
/proc/5683/task/5687/stat : 5687 (java) S 5681 5683 4983 0 -1 64 188057 0 0 0 3346 112 0 0 16 0 13 0 145752717 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5688] ppid=5681 vsize=1798468 CPUtime=0.19
/proc/5683/task/5688/stat : 5688 (java) S 5681 5683 4983 0 -1 64 160 0 0 0 11 8 0 0 15 0 13 0 145752719 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5689] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5689/stat : 5689 (java) S 5681 5683 4983 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145752720 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5690] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5690/stat : 5690 (java) S 5681 5683 4983 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145752720 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5691] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5691/stat : 5691 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5692] ppid=5681 vsize=1798468 CPUtime=1.89
/proc/5683/task/5692/stat : 5692 (java) S 5681 5683 4983 0 -1 64 4812 0 0 0 187 2 0 0 17 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5693] ppid=5681 vsize=1798468 CPUtime=1.34
/proc/5683/task/5693/stat : 5693 (java) S 5681 5683 4983 0 -1 64 2883 0 0 0 134 0 0 0 17 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5694] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5694/stat : 5694 (java) S 5681 5683 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5695] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5695/stat : 5695 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5696] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5696/stat : 5696 (java) S 5681 5683 4983 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 145753882 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1756.27
Current children cumulated vsize (KiB) 1798468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5698
/proc/meminfo: memFree=583724/2055920 swapFree=4184008/4192956
[pid=5683] ppid=5681 vsize=1798468 CPUtime=1800.07
/proc/5683/stat : 5683 (java) S 5681 5683 4983 0 -1 0 400190 0 1 0 179756 251 0 0 18 0 13 0 145752714 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5683/statm: 449617 306625 1335 9 0 447229 0
[pid=5683/tid=5685] ppid=5681 vsize=1798468 CPUtime=1726.63
/proc/5683/task/5685/stat : 5685 (java) R 5681 5683 4983 0 -1 64 61025 0 1 0 172629 34 0 0 25 0 13 0 145752716 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110008099 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5686] ppid=5681 vsize=1798468 CPUtime=34.99
/proc/5683/task/5686/stat : 5686 (java) S 5681 5683 4983 0 -1 64 142529 0 0 0 3409 90 0 0 16 0 13 0 145752717 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5687] ppid=5681 vsize=1798468 CPUtime=34.94
/proc/5683/task/5687/stat : 5687 (java) S 5681 5683 4983 0 -1 64 188057 0 0 0 3382 112 0 0 16 0 13 0 145752717 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5688] ppid=5681 vsize=1798468 CPUtime=0.19
/proc/5683/task/5688/stat : 5688 (java) S 5681 5683 4983 0 -1 64 160 0 0 0 11 8 0 0 16 0 13 0 145752719 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5689] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5689/stat : 5689 (java) S 5681 5683 4983 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145752720 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5690] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5690/stat : 5690 (java) S 5681 5683 4983 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145752720 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5691] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5691/stat : 5691 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5692] ppid=5681 vsize=1798468 CPUtime=1.89
/proc/5683/task/5692/stat : 5692 (java) S 5681 5683 4983 0 -1 64 4812 0 0 0 187 2 0 0 17 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5693] ppid=5681 vsize=1798468 CPUtime=1.34
/proc/5683/task/5693/stat : 5693 (java) S 5681 5683 4983 0 -1 64 2883 0 0 0 134 0 0 0 17 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5683/tid=5694] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5694/stat : 5694 (java) S 5681 5683 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5695] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5695/stat : 5695 (java) S 5681 5683 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145752724 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5683/tid=5696] ppid=5681 vsize=1798468 CPUtime=0
/proc/5683/task/5696/stat : 5696 (java) S 5681 5683 4983 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 145753882 1841631232 306625 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1798468

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

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

[startup+1766 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5698
/proc/meminfo: memFree=583724/2055920 swapFree=4184008/4192956
[pid=5683] ppid=5681 vsize=0 CPUtime=1800.27
/proc/5683/stat : 5683 (java) Z 5681 5683 4983 0 -1 1036 400210 0 1 0 179758 269 0 0 16 0 2 0 145752714 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5683/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1766.01
CPU time (s): 1800.29
CPU user time (s): 1797.59
CPU system time (s): 2.69959
CPU usage (%): 101.941
Max. virtual memory (cumulated for all children) (KiB): 1798468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.59
system time used= 2.69959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 400210
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= 47791
involuntary context switches= 32148

runsolver used 1.92871 second user time and 5.06023 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Mon Apr 16 04:27:13 UTC 2007

IDJOB= 349353
IDBENCH= 2369
IDSOLVER= 160
FILE ID= node69/349353-1176697632

PBS_JOBID= 4560027

Free space on /tmp= 66515 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-NSR8K.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349353-1176697632/sat4jPseudoCP.jar /tmp/evaluation/349353-1176697632/instance-349353-1176697632.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-349353-1176697632 -o ROOT/results/node69/solver-349353-1176697632 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349353-1176697632/sat4jPseudoCP.jar /tmp/evaluation/349353-1176697632/instance-349353-1176697632.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cc5d7ea426a09a5b1cb030d82bbe1743

RANDOM SEED= 564171186

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.264
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
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:       1808876 kB
Buffers:         12024 kB
Cached:         160932 kB
SwapCached:       3368 kB
Active:          71928 kB
Inactive:       115188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808876 kB
SwapTotal:     4192956 kB
SwapFree:      4184008 kB
Dirty:           20124 kB
Writeback:           0 kB
Mapped:          19528 kB
Slab:            45924 kB
Committed_AS:  1399576 kB
PageTables:       1484 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= 66515 MiB

End job on node69 on Mon Apr 16 04:56:41 UTC 2007