Trace number 349453

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.21 1785.7

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-standata.opb
MD5SUM0fd8d82b89614ba6aec45b78f4728905
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 variables30004
Total number of constraints455
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 constraints455
Minimum length of a constraint11
Maximum length of a constraint22350
Number of terms in the objective function 210
Biggest coefficient in the objective function 53687091200
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 326417514192
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 77387257610240
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 2427818341201528
Number of bits of the biggest sum of numbers52
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.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	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/349453-1176701861/instance-349453-1176701861.opb
0.20/0.20	c reading problem ... 
2.57/1.80	c ... done. Wall clock time 1.601s.
2.57/1.80	c CPU time (experimental) 1.28s.
2.57/1.80	c #vars     30004
2.57/1.80	c #constraints  615
1800.09/1785.61	c starts		: 2
1800.09/1785.61	c conflicts		: 2280
1800.09/1785.61	c decisions		: 143802
1800.09/1785.61	c propagations		: 4119008
1800.09/1785.61	c inspects		: 60936957
1800.09/1785.61	c learnt literals	: 0
1800.09/1785.61	c learnt binary clauses	: 0
1800.09/1785.61	c learnt ternary clauses	: 0
1800.09/1785.61	c learnt clauses	: 2279
1800.09/1785.61	c root simplifications	: 0
1800.09/1785.61	c removed literals (reason simplification)	: 0
1800.09/1785.61	c reason swapping (by a shorter reason)	: 0
1800.09/1785.61	c Calls to reduceDB	: 0
1800.09/1785.61	c speed (decisions/second)	: 80.61743801569496
1800.09/1785.61	c non guided choices	0
1800.09/1785.61	s UNKNOWN
1800.09/1785.61	c Total wall clock time (ms): 1785.411

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/node45/watcher-349453-1176701861 -o ROOT/results/node45/solver-349453-1176701861 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349453-1176701861/sat4jPseudoCP.jar /tmp/evaluation/349453-1176701861/instance-349453-1176701861.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.99 1.01 1.00 3/64 5634
/proc/meminfo: memFree=1796680/2055920 swapFree=4184868/4192956
[pid=5634] ppid=5632 vsize=152 CPUtime=0
/proc/5634/stat : 5634 (java) D 5632 5634 4886 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 25031780 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4727588 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/5634/statm: 38 26 19 9 0 4 0

[startup+0.104568 s]
/proc/loadavg: 0.99 1.01 1.00 3/64 5634
/proc/meminfo: memFree=1796680/2055920 swapFree=4184868/4192956
[pid=5634] ppid=5632 vsize=1780256 CPUtime=0.08
/proc/5634/stat : 5634 (java) S 5632 5634 4886 0 -1 0 3998 0 1 0 6 2 0 0 18 0 12 0 25031780 1822982144 3739 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5634/statm: 445064 3739 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780256

[startup+0.202578 s]
/proc/loadavg: 0.99 1.01 1.00 3/64 5634
/proc/meminfo: memFree=1796680/2055920 swapFree=4184868/4192956
[pid=5634] ppid=5632 vsize=1781420 CPUtime=0.2
/proc/5634/stat : 5634 (java) S 5632 5634 4886 0 -1 0 4862 0 1 0 17 3 0 0 18 0 12 0 25031780 1824174080 4600 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5634/statm: 445355 4600 1244 9 0 442967 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1781420

[startup+0.302586 s]
/proc/loadavg: 0.99 1.01 1.00 3/64 5634
/proc/meminfo: memFree=1796680/2055920 swapFree=4184868/4192956
[pid=5634] ppid=5632 vsize=1781420 CPUtime=0.33
/proc/5634/stat : 5634 (java) S 5632 5634 4886 0 -1 0 5406 0 1 0 30 3 0 0 18 0 12 0 25031780 1824174080 5144 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5634/statm: 445355 5144 1263 9 0 442967 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781420

[startup+0.702628 s]
/proc/loadavg: 0.99 1.01 1.00 3/64 5634
/proc/meminfo: memFree=1796680/2055920 swapFree=4184868/4192956
[pid=5634] ppid=5632 vsize=1791132 CPUtime=1.03
/proc/5634/stat : 5634 (java) S 5632 5634 4886 0 -1 0 9400 0 1 0 98 5 0 0 18 0 12 0 25031780 1834119168 8472 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5634/statm: 447783 8472 1303 9 0 445395 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1791132

[startup+1.50171 s]
/proc/loadavg: 0.99 1.01 1.00 2/76 5646
/proc/meminfo: memFree=1756968/2055920 swapFree=4184868/4192956
[pid=5634] ppid=5632 vsize=1792216 CPUtime=2.23
/proc/5634/stat : 5634 (java) S 5632 5634 4886 0 -1 0 25089 0 1 0 212 11 0 0 18 0 12 0 25031780 1835229184 22054 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5634/statm: 448054 22054 1303 9 0 445666 0
[pid=5634/tid=5636] ppid=5632 vsize=1792216 CPUtime=0.97
/proc/5634/task/5636/stat : 5636 (java) R 5632 5634 4886 0 -1 64 18417 0 1 0 90 7 0 0 24 0 12 0 25031782 1835229184 22054 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109550572 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5637] ppid=5632 vsize=1792216 CPUtime=0
/proc/5634/task/5637/stat : 5637 (java) S 5632 5634 4886 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 25031783 1835229184 22054 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5638] ppid=5632 vsize=1792216 CPUtime=0
/proc/5634/task/5638/stat : 5638 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25031783 1835229184 22054 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5639] ppid=5632 vsize=1792216 CPUtime=0
/proc/5634/task/5639/stat : 5639 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 25031785 1835229184 22054 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5640] ppid=5632 vsize=1792216 CPUtime=0
/proc/5634/task/5640/stat : 5640 (java) S 5632 5634 4886 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 25031786 1835229184 22054 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5641] ppid=5632 vsize=1792216 CPUtime=0
/proc/5634/task/5641/stat : 5641 (java) S 5632 5634 4886 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 25031786 1835229184 22054 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5642] ppid=5632 vsize=1792216 CPUtime=0
/proc/5634/task/5642/stat : 5642 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 25031790 1835229184 22054 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5643] ppid=5632 vsize=1792216 CPUtime=0.73
/proc/5634/task/5643/stat : 5643 (java) S 5632 5634 4886 0 -1 64 4195 0 0 0 72 1 0 0 16 0 12 0 25031790 1835229184 22054 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5644] ppid=5632 vsize=1792216 CPUtime=0.5
/proc/5634/task/5644/stat : 5644 (java) S 5632 5634 4886 0 -1 64 1757 0 0 0 49 1 0 0 15 0 12 0 25031790 1835229184 22054 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5645] ppid=5632 vsize=1792216 CPUtime=0
/proc/5634/task/5645/stat : 5645 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25031790 1835229184 22054 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5646] ppid=5632 vsize=1792216 CPUtime=0
/proc/5634/task/5646/stat : 5646 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25031790 1835229184 22054 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 1792216

[startup+3.10287 s]
/proc/loadavg: 0.99 1.01 1.00 2/77 5647
/proc/meminfo: memFree=1682016/2055920 swapFree=4184868/4192956
[pid=5634] ppid=5632 vsize=1793888 CPUtime=4.2
/proc/5634/stat : 5634 (java) S 5632 5634 4886 0 -1 0 48828 0 1 0 398 22 0 0 18 0 13 0 25031780 1836941312 45765 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5634/statm: 448472 45765 1321 9 0 446084 0
[pid=5634/tid=5636] ppid=5632 vsize=1793888 CPUtime=2.41
/proc/5634/task/5636/stat : 5636 (java) R 5632 5634 4886 0 -1 64 37703 0 1 0 225 16 0 0 17 0 13 0 25031782 1836941312 45765 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109811475 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5637] ppid=5632 vsize=1793888 CPUtime=0.08
/proc/5634/task/5637/stat : 5637 (java) S 5632 5634 4886 0 -1 64 2198 0 0 0 8 0 0 0 16 0 13 0 25031783 1836941312 45765 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5638] ppid=5632 vsize=1793888 CPUtime=0.08
/proc/5634/task/5638/stat : 5638 (java) S 5632 5634 4886 0 -1 64 2176 0 0 0 8 0 0 0 16 0 13 0 25031783 1836941312 45765 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5639] ppid=5632 vsize=1793888 CPUtime=0
/proc/5634/task/5639/stat : 5639 (java) S 5632 5634 4886 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 25031785 1836941312 45765 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5640] ppid=5632 vsize=1793888 CPUtime=0
/proc/5634/task/5640/stat : 5640 (java) S 5632 5634 4886 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25031786 1836941312 45765 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5641] ppid=5632 vsize=1793888 CPUtime=0
/proc/5634/task/5641/stat : 5641 (java) S 5632 5634 4886 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25031786 1836941312 45765 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5642] ppid=5632 vsize=1793888 CPUtime=0
/proc/5634/task/5642/stat : 5642 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25031790 1836941312 45765 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5643] ppid=5632 vsize=1793888 CPUtime=0.89
/proc/5634/task/5643/stat : 5643 (java) S 5632 5634 4886 0 -1 64 4231 0 0 0 88 1 0 0 17 0 13 0 25031790 1836941312 45765 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5644] ppid=5632 vsize=1793888 CPUtime=0.7
/proc/5634/task/5644/stat : 5644 (java) S 5632 5634 4886 0 -1 64 1790 0 0 0 69 1 0 0 16 0 13 0 25031790 1836941312 45765 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5645] ppid=5632 vsize=1793888 CPUtime=0
/proc/5634/task/5645/stat : 5645 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25031790 1836941312 45765 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5646] ppid=5632 vsize=1793888 CPUtime=0
/proc/5634/task/5646/stat : 5646 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25031790 1836941312 45765 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5647] ppid=5632 vsize=1793888 CPUtime=0
/proc/5634/task/5647/stat : 5647 (java) S 5632 5634 4886 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 25031984 1836941312 45765 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 1793888

[startup+6.30219 s]
/proc/loadavg: 0.99 1.01 1.00 2/77 5647
/proc/meminfo: memFree=1599968/2055920 swapFree=4184868/4192956
[pid=5634] ppid=5632 vsize=1794148 CPUtime=8.43
/proc/5634/stat : 5634 (java) S 5632 5634 4886 0 -1 0 53920 0 1 0 819 24 0 0 18 0 13 0 25031780 1837207552 50275 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5634/statm: 448537 50275 1326 9 0 446149 0
[pid=5634/tid=5636] ppid=5632 vsize=1794148 CPUtime=5.13
/proc/5634/task/5636/stat : 5636 (java) R 5632 5634 4886 0 -1 64 37716 0 1 0 497 16 0 0 23 0 13 0 25031782 1837207552 50275 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109759633 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5637] ppid=5632 vsize=1794148 CPUtime=0.27
/proc/5634/task/5637/stat : 5637 (java) S 5632 5634 4886 0 -1 64 4621 0 0 0 26 1 0 0 16 0 13 0 25031783 1837207552 50275 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5638] ppid=5632 vsize=1794148 CPUtime=0.26
/proc/5634/task/5638/stat : 5638 (java) S 5632 5634 4886 0 -1 64 4275 0 0 0 25 1 0 0 16 0 13 0 25031783 1837207552 50275 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5639] ppid=5632 vsize=1794148 CPUtime=0
/proc/5634/task/5639/stat : 5639 (java) S 5632 5634 4886 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 25031785 1837207552 50275 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5640] ppid=5632 vsize=1794148 CPUtime=0
/proc/5634/task/5640/stat : 5640 (java) S 5632 5634 4886 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25031786 1837207552 50275 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5641] ppid=5632 vsize=1794148 CPUtime=0
/proc/5634/task/5641/stat : 5641 (java) S 5632 5634 4886 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25031786 1837207552 50275 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5642] ppid=5632 vsize=1794148 CPUtime=0
/proc/5634/task/5642/stat : 5642 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25031790 1837207552 50275 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5643] ppid=5632 vsize=1794148 CPUtime=1.65
/proc/5634/task/5643/stat : 5643 (java) S 5632 5634 4886 0 -1 64 4766 0 0 0 163 2 0 0 18 0 13 0 25031790 1837207552 50275 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5644] ppid=5632 vsize=1794148 CPUtime=1.05
/proc/5634/task/5644/stat : 5644 (java) S 5632 5634 4886 0 -1 64 1806 0 0 0 104 1 0 0 16 0 13 0 25031790 1837207552 50275 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5645] ppid=5632 vsize=1794148 CPUtime=0
/proc/5634/task/5645/stat : 5645 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25031790 1837207552 50275 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5646] ppid=5632 vsize=1794148 CPUtime=0
/proc/5634/task/5646/stat : 5646 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25031790 1837207552 50275 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5647] ppid=5632 vsize=1794148 CPUtime=0
/proc/5634/task/5647/stat : 5647 (java) S 5632 5634 4886 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 25031984 1837207552 50275 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 1794148

[startup+12.7018 s]
/proc/loadavg: 0.99 1.01 1.00 2/77 5647
/proc/meminfo: memFree=1580000/2055920 swapFree=4184868/4192956
[pid=5634] ppid=5632 vsize=1794468 CPUtime=15.59
/proc/5634/stat : 5634 (java) S 5632 5634 4886 0 -1 0 60712 0 1 0 1531 28 0 0 18 0 13 0 25031780 1837535232 55225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5634/statm: 448617 55225 1332 9 0 446229 0
[pid=5634/tid=5636] ppid=5632 vsize=1794468 CPUtime=11
/proc/5634/task/5636/stat : 5636 (java) R 5632 5634 4886 0 -1 64 37725 0 1 0 1083 17 0 0 25 0 13 0 25031782 1837535232 55225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109915895 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5637] ppid=5632 vsize=1794468 CPUtime=0.67
/proc/5634/task/5637/stat : 5637 (java) S 5632 5634 4886 0 -1 64 7886 0 0 0 64 3 0 0 16 0 13 0 25031783 1837535232 55225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5638] ppid=5632 vsize=1794468 CPUtime=0.67
/proc/5634/task/5638/stat : 5638 (java) S 5632 5634 4886 0 -1 64 7758 0 0 0 64 3 0 0 16 0 13 0 25031783 1837535232 55225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5639] ppid=5632 vsize=1794468 CPUtime=0
/proc/5634/task/5639/stat : 5639 (java) S 5632 5634 4886 0 -1 64 23 0 0 0 0 0 0 0 17 0 13 0 25031785 1837535232 55225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5640] ppid=5632 vsize=1794468 CPUtime=0
/proc/5634/task/5640/stat : 5640 (java) S 5632 5634 4886 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25031786 1837535232 55225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5641] ppid=5632 vsize=1794468 CPUtime=0
/proc/5634/task/5641/stat : 5641 (java) S 5632 5634 4886 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25031786 1837535232 55225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5642] ppid=5632 vsize=1794468 CPUtime=0
/proc/5634/task/5642/stat : 5642 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25031790 1837535232 55225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5643] ppid=5632 vsize=1794468 CPUtime=1.94
/proc/5634/task/5643/stat : 5643 (java) S 5632 5634 4886 0 -1 64 4776 0 0 0 192 2 0 0 16 0 13 0 25031790 1837535232 55225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5644] ppid=5632 vsize=1794468 CPUtime=1.27
/proc/5634/task/5644/stat : 5644 (java) S 5632 5634 4886 0 -1 64 1822 0 0 0 126 1 0 0 16 0 13 0 25031790 1837535232 55225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5645] ppid=5632 vsize=1794468 CPUtime=0
/proc/5634/task/5645/stat : 5645 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25031790 1837535232 55225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5646] ppid=5632 vsize=1794468 CPUtime=0
/proc/5634/task/5646/stat : 5646 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25031790 1837535232 55225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5647] ppid=5632 vsize=1794468 CPUtime=0
/proc/5634/task/5647/stat : 5647 (java) S 5632 5634 4886 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 25031984 1837535232 55225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.59
Current children cumulated vsize (KiB) 1794468

[startup+25.5021 s]
/proc/loadavg: 0.99 1.01 1.00 2/77 5647
/proc/meminfo: memFree=1597984/2055920 swapFree=4184868/4192956
[pid=5634] ppid=5632 vsize=1794160 CPUtime=28.48
/proc/5634/stat : 5634 (java) S 5632 5634 4886 0 -1 0 61496 0 1 0 2819 29 0 0 18 0 13 0 25031780 1837219840 49558 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5634/statm: 448540 49558 1332 9 0 446152 0
[pid=5634/tid=5636] ppid=5632 vsize=1794160 CPUtime=23.71
/proc/5634/task/5636/stat : 5636 (java) R 5632 5634 4886 0 -1 64 37739 0 1 0 2354 17 0 0 25 0 13 0 25031782 1837219840 49558 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109759578 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5637] ppid=5632 vsize=1794160 CPUtime=0.72
/proc/5634/task/5637/stat : 5637 (java) S 5632 5634 4886 0 -1 64 8265 0 0 0 69 3 0 0 15 0 13 0 25031783 1837219840 49558 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5638] ppid=5632 vsize=1794160 CPUtime=0.72
/proc/5634/task/5638/stat : 5638 (java) S 5632 5634 4886 0 -1 64 8149 0 0 0 69 3 0 0 16 0 13 0 25031783 1837219840 49558 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5639] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5639/stat : 5639 (java) S 5632 5634 4886 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 25031785 1837219840 49558 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=5634] ppid=5632 vsize=1794160 CPUtime=1676.15
/proc/5634/stat : 5634 (java) S 5632 5634 4886 0 -1 0 200287 0 1 0 167488 127 0 0 18 0 13 0 25031780 1837219840 110586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5634/statm: 448540 110586 1332 9 0 446152 0
[pid=5634/tid=5636] ppid=5632 vsize=1794160 CPUtime=1647.39
/proc/5634/task/5636/stat : 5636 (java) R 5632 5634 4886 0 -1 64 97679 0 1 0 164681 58 0 0 25 0 13 0 25031782 1837219840 110586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109759578 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5637] ppid=5632 vsize=1794160 CPUtime=12.46
/proc/5634/task/5637/stat : 5637 (java) S 5632 5634 4886 0 -1 64 51306 0 0 0 1220 26 0 0 16 0 13 0 25031783 1837219840 110586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5638] ppid=5632 vsize=1794160 CPUtime=12.47
/proc/5634/task/5638/stat : 5638 (java) S 5632 5634 4886 0 -1 64 43691 0 0 0 1227 20 0 0 17 0 13 0 25031783 1837219840 110586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5639] ppid=5632 vsize=1794160 CPUtime=0.43
/proc/5634/task/5639/stat : 5639 (java) S 5632 5634 4886 0 -1 64 289 0 0 0 26 17 0 0 16 0 13 0 25031785 1837219840 110586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5640] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5640/stat : 5640 (java) S 5632 5634 4886 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25031786 1837219840 110586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5641] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5641/stat : 5641 (java) S 5632 5634 4886 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25031786 1837219840 110586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5642] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5642/stat : 5642 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25031790 1837219840 110586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5643] ppid=5632 vsize=1794160 CPUtime=2.04
/proc/5634/task/5643/stat : 5643 (java) S 5632 5634 4886 0 -1 64 4778 0 0 0 202 2 0 0 16 0 13 0 25031790 1837219840 110586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5644] ppid=5632 vsize=1794160 CPUtime=1.3
/proc/5634/task/5644/stat : 5644 (java) S 5632 5634 4886 0 -1 64 1822 0 0 0 129 1 0 0 16 0 13 0 25031790 1837219840 110586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5645] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5645/stat : 5645 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25031790 1837219840 110586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5646] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5646/stat : 5646 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25031790 1837219840 110586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5647] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5647/stat : 5647 (java) S 5632 5634 4886 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 25031984 1837219840 110586 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1676.15
Current children cumulated vsize (KiB) 1794160

[startup+1722.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 5845
/proc/meminfo: memFree=1354656/2055920 swapFree=4184868/4192956
[pid=5634] ppid=5632 vsize=1794160 CPUtime=1736.43
/proc/5634/stat : 5634 (java) S 5632 5634 4886 0 -1 0 201869 0 1 0 173515 128 0 0 18 0 13 0 25031780 1837219840 111200 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5634/statm: 448540 111200 1332 9 0 446152 0
[pid=5634/tid=5636] ppid=5632 vsize=1794160 CPUtime=1707.03
/proc/5634/task/5636/stat : 5636 (java) R 5632 5634 4886 0 -1 64 97908 0 1 0 170645 58 0 0 25 0 13 0 25031782 1837219840 111200 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109758883 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5637] ppid=5632 vsize=1794160 CPUtime=12.77
/proc/5634/task/5637/stat : 5637 (java) S 5632 5634 4886 0 -1 64 51870 0 0 0 1251 26 0 0 16 0 13 0 25031783 1837219840 111200 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5638] ppid=5632 vsize=1794160 CPUtime=12.78
/proc/5634/task/5638/stat : 5638 (java) S 5632 5634 4886 0 -1 64 44478 0 0 0 1258 20 0 0 16 0 13 0 25031783 1837219840 111200 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5639] ppid=5632 vsize=1794160 CPUtime=0.43
/proc/5634/task/5639/stat : 5639 (java) S 5632 5634 4886 0 -1 64 291 0 0 0 26 17 0 0 16 0 13 0 25031785 1837219840 111200 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5640] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5640/stat : 5640 (java) S 5632 5634 4886 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25031786 1837219840 111200 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5641] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5641/stat : 5641 (java) S 5632 5634 4886 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25031786 1837219840 111200 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5642] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5642/stat : 5642 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25031790 1837219840 111200 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5643] ppid=5632 vsize=1794160 CPUtime=2.04
/proc/5634/task/5643/stat : 5643 (java) S 5632 5634 4886 0 -1 64 4778 0 0 0 202 2 0 0 16 0 13 0 25031790 1837219840 111200 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5644] ppid=5632 vsize=1794160 CPUtime=1.3
/proc/5634/task/5644/stat : 5644 (java) S 5632 5634 4886 0 -1 64 1822 0 0 0 129 1 0 0 16 0 13 0 25031790 1837219840 111200 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5645] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5645/stat : 5645 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25031790 1837219840 111200 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5646] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5646/stat : 5646 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25031790 1837219840 111200 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5647] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5647/stat : 5647 (java) S 5632 5634 4886 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 25031984 1837219840 111200 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1736.43
Current children cumulated vsize (KiB) 1794160

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5847
/proc/meminfo: memFree=1347488/2055920 swapFree=4184868/4192956
[pid=5634] ppid=5632 vsize=1794160 CPUtime=1796.74
/proc/5634/stat : 5634 (java) S 5632 5634 4886 0 -1 0 204271 0 1 0 179546 128 0 0 18 0 13 0 25031780 1837219840 113017 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5634/statm: 448540 113017 1332 9 0 446152 0
[pid=5634/tid=5636] ppid=5632 vsize=1794160 CPUtime=1766.63
/proc/5634/task/5636/stat : 5636 (java) R 5632 5634 4886 0 -1 64 98395 0 1 0 176605 58 0 0 25 0 13 0 25031782 1837219840 113017 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109977482 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5637] ppid=5632 vsize=1794160 CPUtime=13.13
/proc/5634/task/5637/stat : 5637 (java) S 5632 5634 4886 0 -1 64 52521 0 0 0 1287 26 0 0 15 0 13 0 25031783 1837219840 113017 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5638] ppid=5632 vsize=1794160 CPUtime=13.13
/proc/5634/task/5638/stat : 5638 (java) S 5632 5634 4886 0 -1 64 45740 0 0 0 1293 20 0 0 16 0 13 0 25031783 1837219840 113017 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5639] ppid=5632 vsize=1794160 CPUtime=0.45
/proc/5634/task/5639/stat : 5639 (java) S 5632 5634 4886 0 -1 64 293 0 0 0 27 18 0 0 16 0 13 0 25031785 1837219840 113017 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5640] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5640/stat : 5640 (java) S 5632 5634 4886 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25031786 1837219840 113017 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5641] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5641/stat : 5641 (java) S 5632 5634 4886 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25031786 1837219840 113017 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5642] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5642/stat : 5642 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25031790 1837219840 113017 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5643] ppid=5632 vsize=1794160 CPUtime=2.04
/proc/5634/task/5643/stat : 5643 (java) S 5632 5634 4886 0 -1 64 4778 0 0 0 202 2 0 0 16 0 13 0 25031790 1837219840 113017 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5644] ppid=5632 vsize=1794160 CPUtime=1.3
/proc/5634/task/5644/stat : 5644 (java) S 5632 5634 4886 0 -1 64 1822 0 0 0 129 1 0 0 16 0 13 0 25031790 1837219840 113017 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5645] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5645/stat : 5645 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25031790 1837219840 113017 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5646] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5646/stat : 5646 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25031790 1837219840 113017 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5647] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5647/stat : 5647 (java) S 5632 5634 4886 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 25031984 1837219840 113017 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 1794160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5847
/proc/meminfo: memFree=1346976/2055920 swapFree=4184868/4192956
[pid=5634] ppid=5632 vsize=1794160 CPUtime=1800.09
/proc/5634/stat : 5634 (java) S 5632 5634 4886 0 -1 0 204410 0 1 0 179880 129 0 0 18 0 13 0 25031780 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5634/statm: 448540 113142 1332 9 0 446152 0
[pid=5634/tid=5636] ppid=5632 vsize=1794160 CPUtime=1769.88
/proc/5634/task/5636/stat : 5636 (java) R 5632 5634 4886 0 -1 64 98399 0 1 0 176930 58 0 0 25 0 13 0 25031782 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109537909 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5637] ppid=5632 vsize=1794160 CPUtime=13.18
/proc/5634/task/5637/stat : 5637 (java) S 5632 5634 4886 0 -1 64 52561 0 0 0 1292 26 0 0 16 0 13 0 25031783 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5638] ppid=5632 vsize=1794160 CPUtime=13.19
/proc/5634/task/5638/stat : 5638 (java) S 5632 5634 4886 0 -1 64 45835 0 0 0 1298 21 0 0 16 0 13 0 25031783 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5639] ppid=5632 vsize=1794160 CPUtime=0.45
/proc/5634/task/5639/stat : 5639 (java) S 5632 5634 4886 0 -1 64 293 0 0 0 27 18 0 0 15 0 13 0 25031785 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5640] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5640/stat : 5640 (java) S 5632 5634 4886 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25031786 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5641] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5641/stat : 5641 (java) S 5632 5634 4886 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25031786 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5642] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5642/stat : 5642 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25031790 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5643] ppid=5632 vsize=1794160 CPUtime=2.04
/proc/5634/task/5643/stat : 5643 (java) S 5632 5634 4886 0 -1 64 4778 0 0 0 202 2 0 0 16 0 13 0 25031790 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5644] ppid=5632 vsize=1794160 CPUtime=1.3
/proc/5634/task/5644/stat : 5644 (java) S 5632 5634 4886 0 -1 64 1822 0 0 0 129 1 0 0 16 0 13 0 25031790 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5645] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5645/stat : 5645 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25031790 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5646] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5646/stat : 5646 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25031790 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5647] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5647/stat : 5647 (java) S 5632 5634 4886 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 25031984 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1794160

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

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

[startup+1785.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5847
/proc/meminfo: memFree=1346976/2055920 swapFree=4184868/4192956
[pid=5634] ppid=5632 vsize=1794160 CPUtime=1800.09
/proc/5634/stat : 5634 (java) S 5632 5634 4886 0 -1 0 204410 0 1 0 179880 129 0 0 18 0 13 0 25031780 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5634/statm: 448540 113142 1332 9 0 446152 0
[pid=5634/tid=5636] ppid=5632 vsize=1794160 CPUtime=1769.88
/proc/5634/task/5636/stat : 5636 (java) R 5632 5634 4886 0 -1 64 98399 0 1 0 176930 58 0 0 25 0 13 0 25031782 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109537909 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5637] ppid=5632 vsize=1794160 CPUtime=13.18
/proc/5634/task/5637/stat : 5637 (java) S 5632 5634 4886 0 -1 64 52561 0 0 0 1292 26 0 0 16 0 13 0 25031783 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5634/tid=5638] ppid=5632 vsize=1794160 CPUtime=13.19
/proc/5634/task/5638/stat : 5638 (java) S 5632 5634 4886 0 -1 64 45835 0 0 0 1298 21 0 0 16 0 13 0 25031783 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5639] ppid=5632 vsize=1794160 CPUtime=0.45
/proc/5634/task/5639/stat : 5639 (java) S 5632 5634 4886 0 -1 64 293 0 0 0 27 18 0 0 15 0 13 0 25031785 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5640] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5640/stat : 5640 (java) S 5632 5634 4886 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25031786 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5641] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5641/stat : 5641 (java) S 5632 5634 4886 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25031786 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5642] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5642/stat : 5642 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25031790 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5643] ppid=5632 vsize=1794160 CPUtime=2.04
/proc/5634/task/5643/stat : 5643 (java) S 5632 5634 4886 0 -1 64 4778 0 0 0 202 2 0 0 16 0 13 0 25031790 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5644] ppid=5632 vsize=1794160 CPUtime=1.3
/proc/5634/task/5644/stat : 5644 (java) S 5632 5634 4886 0 -1 64 1822 0 0 0 129 1 0 0 16 0 13 0 25031790 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5645] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5645/stat : 5645 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25031790 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5646] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5646/stat : 5646 (java) S 5632 5634 4886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25031790 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5634/tid=5647] ppid=5632 vsize=1794160 CPUtime=0
/proc/5634/task/5647/stat : 5647 (java) S 5632 5634 4886 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 25031984 1837219840 113142 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1794160

Child status: 143
Real time (s): 1785.7
CPU time (s): 1800.21
CPU user time (s): 1798.85
CPU system time (s): 1.35979
CPU usage (%): 100.812
Max. virtual memory (cumulated for all children) (KiB): 1794468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.85
system time used= 1.35979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204452
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= 52284
involuntary context switches= 39354

runsolver used 1.89371 second user time and 4.95025 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Mon Apr 16 05:37:42 UTC 2007

IDJOB= 349453
IDBENCH= 2435
IDSOLVER= 160
FILE ID= node45/349453-1176701861

PBS_JOBID= 4560038

Free space on /tmp= 66522 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-standata.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349453-1176701861/sat4jPseudoCP.jar /tmp/evaluation/349453-1176701861/instance-349453-1176701861.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-349453-1176701861 -o ROOT/results/node45/solver-349453-1176701861 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349453-1176701861/sat4jPseudoCP.jar /tmp/evaluation/349453-1176701861/instance-349453-1176701861.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0fd8d82b89614ba6aec45b78f4728905

RANDOM SEED= 508296248

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1797280 kB
Buffers:         12536 kB
Cached:         182908 kB
SwapCached:       2572 kB
Active:          87444 kB
Inactive:       119308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797280 kB
SwapTotal:     4192956 kB
SwapFree:      4184868 kB
Dirty:            4784 kB
Writeback:           0 kB
Mapped:          17700 kB
Slab:            37988 kB
Committed_AS:   970396 kB
PageTables:       1396 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= 66522 MiB

End job on node45 on Mon Apr 16 06:07:29 UTC 2007