Trace number 363356

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.27 1747.66

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-pp08a.opb
MD5SUMda103607b020ad44cf05bd0679eb486a
Bench CategoryOPT-SMALLINT (optimisation, small 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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5344
Total number of constraints136
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 constraints136
Minimum length of a constraint31
Maximum length of a constraint240
Number of terms in the objective function 3424
Biggest coefficient in the objective function 3121
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 527152
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262120
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 527152
Number of bits of the biggest sum of numbers20
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.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/363356-1177026211/instance-363356-1177026211.opb
0.20/0.20	c reading problem ... 
1.64/1.06	c ... done. Wall clock time 0.858s.
1.64/1.06	c CPU time (experimental) 0.59s.
1.64/1.06	c #vars     5344
1.64/1.06	c #constraints  200
1800.09/1747.51	c starts		: 2
1800.09/1747.51	c conflicts		: 46102
1800.09/1747.51	c decisions		: 66769
1800.09/1747.51	c propagations		: 470209
1800.09/1747.51	c inspects		: 210204255
1800.09/1747.51	c learnt literals	: 0
1800.09/1747.51	c learnt binary clauses	: 0
1800.09/1747.51	c learnt ternary clauses	: 0
1800.09/1747.51	c learnt clauses	: 46101
1800.09/1747.51	c root simplifications	: 0
1800.09/1747.51	c removed literals (reason simplification)	: 0
1800.09/1747.51	c reason swapping (by a shorter reason)	: 0
1800.09/1747.51	c Calls to reduceDB	: 0
1800.09/1747.51	c speed (decisions/second)	: 38.23332699632835
1800.09/1747.51	c non guided choices	848
1800.09/1747.51	s UNKNOWN
1800.09/1747.51	c Total wall clock time (ms): 1747.311

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/node19/watcher-363356-1177026211 -o ROOT/results/node19/solver-363356-1177026211 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363356-1177026211/sat4jPseudoCP.jar /tmp/evaluation/363356-1177026211/instance-363356-1177026211.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.97 1.02 1.00 3/77 11870
/proc/meminfo: memFree=1647480/2055920 swapFree=4159444/4192956
[pid=11870] ppid=11868 vsize=272 CPUtime=0
/proc/11870/stat : 11870 (java) R 11868 11870 28397 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 150538476 278528 37 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7484196 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/11870/statm: 68 37 28 9 0 6 0

[startup+0.0514359 s]
/proc/loadavg: 0.97 1.02 1.00 3/77 11870
/proc/meminfo: memFree=1647480/2055920 swapFree=4159444/4192956
[pid=11870] ppid=11868 vsize=1777060 CPUtime=0.03
/proc/11870/stat : 11870 (java) S 11868 11870 28397 0 -1 0 3499 0 1 0 2 1 0 0 18 0 5 0 150538476 1819709440 3243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11870/statm: 444265 3243 1039 9 0 441901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777060

[startup+0.102444 s]
/proc/loadavg: 0.97 1.02 1.00 3/77 11870
/proc/meminfo: memFree=1647480/2055920 swapFree=4159444/4192956
[pid=11870] ppid=11868 vsize=1780108 CPUtime=0.08
/proc/11870/stat : 11870 (java) S 11868 11870 28397 0 -1 0 3980 0 1 0 6 2 0 0 18 0 12 0 150538476 1822830592 3721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11870/statm: 445027 3721 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302465 s]
/proc/loadavg: 0.97 1.02 1.00 3/77 11870
/proc/meminfo: memFree=1647480/2055920 swapFree=4159444/4192956
[pid=11870] ppid=11868 vsize=1781392 CPUtime=0.33
/proc/11870/stat : 11870 (java) S 11868 11870 28397 0 -1 0 5098 0 1 0 30 3 0 0 18 0 12 0 150538476 1824145408 4836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11870/statm: 445348 4836 1264 9 0 442960 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781392

[startup+0.70251 s]
/proc/loadavg: 0.97 1.02 1.00 3/77 11870
/proc/meminfo: memFree=1647480/2055920 swapFree=4159444/4192956
[pid=11870] ppid=11868 vsize=1789144 CPUtime=1.04
/proc/11870/stat : 11870 (java) S 11868 11870 28397 0 -1 0 8652 0 1 0 99 5 0 0 18 0 12 0 150538476 1832083456 7803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11870/statm: 447286 7803 1303 9 0 444898 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1789144

[startup+1.5016 s]
/proc/loadavg: 0.97 1.02 1.00 3/89 11882
/proc/meminfo: memFree=1611608/2055920 swapFree=4159444/4192956
[pid=11870] ppid=11868 vsize=1796580 CPUtime=2.62
/proc/11870/stat : 11870 (java) S 11868 11870 28397 0 -1 0 17321 0 1 0 255 7 0 0 18 0 13 0 150538476 1839697920 12981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11870/statm: 449145 12981 1312 9 0 446757 0
[pid=11870/tid=11872] ppid=11868 vsize=1796580 CPUtime=0.95
/proc/11870/task/11872/stat : 11872 (java) R 11868 11870 28397 0 -1 64 8536 0 1 0 91 4 0 0 24 0 13 0 150538477 1839697920 12981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109669535 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11873] ppid=11868 vsize=1796580 CPUtime=0
/proc/11870/task/11873/stat : 11873 (java) S 11868 11870 28397 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 150538479 1839697920 12981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11874] ppid=11868 vsize=1796580 CPUtime=0
/proc/11870/task/11874/stat : 11874 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 150538479 1839697920 12981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11875] ppid=11868 vsize=1796580 CPUtime=0
/proc/11870/task/11875/stat : 11875 (java) S 11868 11870 28397 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 150538481 1839697920 12981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11876] ppid=11868 vsize=1796580 CPUtime=0
/proc/11870/task/11876/stat : 11876 (java) S 11868 11870 28397 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 150538481 1839697920 12981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11877] ppid=11868 vsize=1796580 CPUtime=0
/proc/11870/task/11877/stat : 11877 (java) S 11868 11870 28397 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 150538481 1839697920 12981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11878] ppid=11868 vsize=1796580 CPUtime=0
/proc/11870/task/11878/stat : 11878 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150538485 1839697920 12981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11879] ppid=11868 vsize=1796580 CPUtime=0.81
/proc/11870/task/11879/stat : 11879 (java) R 11868 11870 28397 0 -1 64 2988 0 0 0 81 0 0 0 19 0 13 0 150538485 1839697920 12981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103318631 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11880] ppid=11868 vsize=1796580 CPUtime=0.83
/proc/11870/task/11880/stat : 11880 (java) R 11868 11870 28397 0 -1 64 5069 0 0 0 82 1 0 0 21 0 13 0 150538485 1839697920 12981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102395854 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11881] ppid=11868 vsize=1796580 CPUtime=0
/proc/11870/task/11881/stat : 11881 (java) S 11868 11870 28397 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150538485 1839697920 12981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11882] ppid=11868 vsize=1796580 CPUtime=0
/proc/11870/task/11882/stat : 11882 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150538485 1839697920 12981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 1796580

[startup+3.10177 s]
/proc/loadavg: 0.97 1.02 1.00 4/90 11883
/proc/meminfo: memFree=1566416/2055920 swapFree=4159444/4192956
[pid=11870] ppid=11868 vsize=1794768 CPUtime=5.15
/proc/11870/stat : 11870 (java) S 11868 11870 28397 0 -1 0 52206 0 1 0 496 19 0 0 18 0 13 0 150538476 1837842432 42972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11870/statm: 448692 42972 1324 9 0 446304 0
[pid=11870/tid=11872] ppid=11868 vsize=1794768 CPUtime=2.04
/proc/11870/task/11872/stat : 11872 (java) R 11868 11870 28397 0 -1 64 37725 0 1 0 191 13 0 0 18 0 13 0 150538477 1837842432 42972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109994251 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11873] ppid=11868 vsize=1794768 CPUtime=0.01
/proc/11870/task/11873/stat : 11873 (java) S 11868 11870 28397 0 -1 64 541 0 0 0 1 0 0 0 17 0 13 0 150538479 1837842432 42972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11874] ppid=11868 vsize=1794768 CPUtime=0.01
/proc/11870/task/11874/stat : 11874 (java) S 11868 11870 28397 0 -1 64 469 0 0 0 1 0 0 0 16 0 13 0 150538479 1837842432 42972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11875] ppid=11868 vsize=1794768 CPUtime=0
/proc/11870/task/11875/stat : 11875 (java) S 11868 11870 28397 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 150538481 1837842432 42972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11876] ppid=11868 vsize=1794768 CPUtime=0
/proc/11870/task/11876/stat : 11876 (java) S 11868 11870 28397 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150538481 1837842432 42972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11877] ppid=11868 vsize=1794768 CPUtime=0
/proc/11870/task/11877/stat : 11877 (java) S 11868 11870 28397 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150538481 1837842432 42972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11878] ppid=11868 vsize=1794768 CPUtime=0
/proc/11870/task/11878/stat : 11878 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150538485 1837842432 42972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11879] ppid=11868 vsize=1794768 CPUtime=1.45
/proc/11870/task/11879/stat : 11879 (java) S 11868 11870 28397 0 -1 64 5373 0 0 0 144 1 0 0 16 0 13 0 150538485 1837842432 42972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11880] ppid=11868 vsize=1794768 CPUtime=1.58
/proc/11870/task/11880/stat : 11880 (java) S 11868 11870 28397 0 -1 64 7365 0 0 0 156 2 0 0 16 0 13 0 150538485 1837842432 42972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11881] ppid=11868 vsize=1794768 CPUtime=0
/proc/11870/task/11881/stat : 11881 (java) S 11868 11870 28397 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150538485 1837842432 42972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11882] ppid=11868 vsize=1794768 CPUtime=0
/proc/11870/task/11882/stat : 11882 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150538485 1837842432 42972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11883] ppid=11868 vsize=1794768 CPUtime=0
/proc/11870/task/11883/stat : 11883 (java) S 11868 11870 28397 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 150538593 1837842432 42972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 1794768

[startup+6.30211 s]
/proc/loadavg: 1.06 1.04 1.00 2/90 11883
/proc/meminfo: memFree=1472656/2055920 swapFree=4159444/4192956
[pid=11870] ppid=11868 vsize=1794608 CPUtime=8.78
/proc/11870/stat : 11870 (java) S 11868 11870 28397 0 -1 0 56896 0 1 0 855 23 0 0 18 0 13 0 150538476 1837678592 45248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11870/statm: 448652 45248 1325 9 0 446264 0
[pid=11870/tid=11872] ppid=11868 vsize=1794608 CPUtime=5.01
/proc/11870/task/11872/stat : 11872 (java) R 11868 11870 28397 0 -1 64 37731 0 1 0 488 13 0 0 18 0 13 0 150538477 1837678592 45248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109557147 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11873] ppid=11868 vsize=1794608 CPUtime=0.12
/proc/11870/task/11873/stat : 11873 (java) S 11868 11870 28397 0 -1 64 2693 0 0 0 11 1 0 0 16 0 13 0 150538479 1837678592 45248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11874] ppid=11868 vsize=1794608 CPUtime=0.12
/proc/11870/task/11874/stat : 11874 (java) S 11868 11870 28397 0 -1 64 2361 0 0 0 11 1 0 0 16 0 13 0 150538479 1837678592 45248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11875] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11875/stat : 11875 (java) S 11868 11870 28397 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 150538481 1837678592 45248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11876] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11876/stat : 11876 (java) S 11868 11870 28397 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150538481 1837678592 45248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11877] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11877/stat : 11877 (java) S 11868 11870 28397 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150538481 1837678592 45248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11878] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11878/stat : 11878 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150538485 1837678592 45248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11879] ppid=11868 vsize=1794608 CPUtime=1.63
/proc/11870/task/11879/stat : 11879 (java) S 11868 11870 28397 0 -1 64 5461 0 0 0 161 2 0 0 16 0 13 0 150538485 1837678592 45248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11880] ppid=11868 vsize=1794608 CPUtime=1.84
/proc/11870/task/11880/stat : 11880 (java) S 11868 11870 28397 0 -1 64 7893 0 0 0 182 2 0 0 16 0 13 0 150538485 1837678592 45248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11881] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11881/stat : 11881 (java) S 11868 11870 28397 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150538485 1837678592 45248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11882] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11882/stat : 11882 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150538485 1837678592 45248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11883] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11883/stat : 11883 (java) S 11868 11870 28397 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 150538593 1837678592 45248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.78
Current children cumulated vsize (KiB) 1794608

[startup+12.7018 s]
/proc/loadavg: 1.05 1.04 1.00 2/90 11883
/proc/meminfo: memFree=1438944/2055920 swapFree=4159444/4192956
[pid=11870] ppid=11868 vsize=1794608 CPUtime=15.29
/proc/11870/stat : 11870 (java) S 11868 11870 28397 0 -1 0 65511 0 1 0 1503 26 0 0 18 0 13 0 150538476 1837678592 53357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11870/statm: 448652 53357 1326 9 0 446264 0
[pid=11870/tid=11872] ppid=11868 vsize=1794608 CPUtime=11.27
/proc/11870/task/11872/stat : 11872 (java) R 11868 11870 28397 0 -1 64 40546 0 1 0 1113 14 0 0 25 0 13 0 150538477 1837678592 53357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109738437 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11873] ppid=11868 vsize=1794608 CPUtime=0.24
/proc/11870/task/11873/stat : 11873 (java) S 11868 11870 28397 0 -1 64 5431 0 0 0 21 3 0 0 16 0 13 0 150538479 1837678592 53357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11874] ppid=11868 vsize=1794608 CPUtime=0.23
/proc/11870/task/11874/stat : 11874 (java) S 11868 11870 28397 0 -1 64 5422 0 0 0 21 2 0 0 16 0 13 0 150538479 1837678592 53357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11875] ppid=11868 vsize=1794608 CPUtime=0.01
/proc/11870/task/11875/stat : 11875 (java) S 11868 11870 28397 0 -1 64 32 0 0 0 1 0 0 0 16 0 13 0 150538481 1837678592 53357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11876] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11876/stat : 11876 (java) S 11868 11870 28397 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150538481 1837678592 53357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11877] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11877/stat : 11877 (java) S 11868 11870 28397 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150538481 1837678592 53357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11878] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11878/stat : 11878 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150538485 1837678592 53357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11879] ppid=11868 vsize=1794608 CPUtime=1.64
/proc/11870/task/11879/stat : 11879 (java) S 11868 11870 28397 0 -1 64 5461 0 0 0 162 2 0 0 17 0 13 0 150538485 1837678592 53357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11880] ppid=11868 vsize=1794608 CPUtime=1.86
/proc/11870/task/11880/stat : 11880 (java) S 11868 11870 28397 0 -1 64 7894 0 0 0 184 2 0 0 16 0 13 0 150538485 1837678592 53357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11881] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11881/stat : 11881 (java) S 11868 11870 28397 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150538485 1837678592 53357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11882] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11882/stat : 11882 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150538485 1837678592 53357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11883] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11883/stat : 11883 (java) S 11868 11870 28397 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 150538593 1837678592 53357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.29
Current children cumulated vsize (KiB) 1794608

[startup+25.5014 s]
/proc/loadavg: 1.04 1.03 1.00 2/90 11883
/proc/meminfo: memFree=1417184/2055920 swapFree=4159444/4192956
[pid=11870] ppid=11868 vsize=1794608 CPUtime=28.24
/proc/11870/stat : 11870 (java) S 11868 11870 28397 0 -1 0 71405 0 1 0 2794 30 0 0 18 0 13 0 150538476 1837678592 58610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11870/statm: 448652 58610 1332 9 0 446264 0
[pid=11870/tid=11872] ppid=11868 vsize=1794608 CPUtime=23.88
/proc/11870/task/11872/stat : 11872 (java) R 11868 11870 28397 0 -1 64 41187 0 1 0 2373 15 0 0 25 0 13 0 150538477 1837678592 58610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109729115 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=1794608 CPUtime=0.38
/proc/11870/task/11873/stat : 11873 (java) S 11868 11870 28397 0 -1 64 7606 0 0 0 34 4 0 0 16 0 13 0 150538479 1837678592 58610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11874] ppid=11868 vsize=1794608 CPUtime=0.38
/proc/11870/task/11874/stat : 11874 (java) S 11868 11870 28397 0 -1 64 8493 0 0 0 34 4 0 0 16 0 13 0 150538479 1837678592 58610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11875] ppid=11868 vsize=1794608 CPUtime=0.01
/proc/11870/task/11875/stat : 11875 (java) S 11868 11870 28397 0 -1 64 33 0 0 0 1 0 0 0 15 0 13 0 150538481 1837678592 58610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=11870/tid=11875] ppid=11868 vsize=1794608 CPUtime=0.32
/proc/11870/task/11875/stat : 11875 (java) S 11868 11870 28397 0 -1 64 38 0 0 0 21 11 0 0 15 0 13 0 150538481 1837678592 223118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11876] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11876/stat : 11876 (java) S 11868 11870 28397 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150538481 1837678592 223118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11877] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11877/stat : 11877 (java) S 11868 11870 28397 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150538481 1837678592 223118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11878] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11878/stat : 11878 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150538485 1837678592 223118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11879] ppid=11868 vsize=1794608 CPUtime=1.88
/proc/11870/task/11879/stat : 11879 (java) S 11868 11870 28397 0 -1 64 6073 0 0 0 186 2 0 0 16 0 13 0 150538485 1837678592 223118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11880] ppid=11868 vsize=1794608 CPUtime=1.94
/proc/11870/task/11880/stat : 11880 (java) S 11868 11870 28397 0 -1 64 7901 0 0 0 192 2 0 0 16 0 13 0 150538485 1837678592 223118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11881] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11881/stat : 11881 (java) S 11868 11870 28397 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150538485 1837678592 223118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11882] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11882/stat : 11882 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150538485 1837678592 223118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11883] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11883/stat : 11883 (java) S 11868 11870 28397 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 150538593 1837678592 223118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1586.45
Current children cumulated vsize (KiB) 1794608

[startup+1602.3 s]
/proc/loadavg: 1.13 1.08 1.02 2/90 12081
/proc/meminfo: memFree=742368/2055920 swapFree=4159444/4192956
[pid=11870] ppid=11868 vsize=1794608 CPUtime=1648.83
/proc/11870/stat : 11870 (java) S 11868 11870 28397 0 -1 0 270422 0 1 0 164730 153 0 0 18 0 13 0 150538476 1837678592 227025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11870/statm: 448652 227025 1333 9 0 446264 0
[pid=11870/tid=11872] ppid=11868 vsize=1794608 CPUtime=1554.8
/proc/11870/task/11872/stat : 11872 (java) R 11868 11870 28397 0 -1 64 42426 0 1 0 155444 36 0 0 25 0 13 0 150538477 1837678592 227025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109666537 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11873] ppid=11868 vsize=1794608 CPUtime=44.94
/proc/11870/task/11873/stat : 11873 (java) S 11868 11870 28397 0 -1 64 102790 0 0 0 4445 49 0 0 17 0 13 0 150538479 1837678592 227025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11874] ppid=11868 vsize=1794608 CPUtime=44.87
/proc/11870/task/11874/stat : 11874 (java) S 11868 11870 28397 0 -1 64 110469 0 0 0 4439 48 0 0 16 0 13 0 150538479 1837678592 227025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11875] ppid=11868 vsize=1794608 CPUtime=0.34
/proc/11870/task/11875/stat : 11875 (java) S 11868 11870 28397 0 -1 64 38 0 0 0 22 12 0 0 15 0 13 0 150538481 1837678592 227025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11876] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11876/stat : 11876 (java) S 11868 11870 28397 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150538481 1837678592 227025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11877] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11877/stat : 11877 (java) S 11868 11870 28397 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150538481 1837678592 227025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11878] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11878/stat : 11878 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150538485 1837678592 227025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11879] ppid=11868 vsize=1794608 CPUtime=1.88
/proc/11870/task/11879/stat : 11879 (java) S 11868 11870 28397 0 -1 64 6073 0 0 0 186 2 0 0 16 0 13 0 150538485 1837678592 227025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11880] ppid=11868 vsize=1794608 CPUtime=1.94
/proc/11870/task/11880/stat : 11880 (java) S 11868 11870 28397 0 -1 64 7901 0 0 0 192 2 0 0 16 0 13 0 150538485 1837678592 227025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11881] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11881/stat : 11881 (java) S 11868 11870 28397 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150538485 1837678592 227025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11882] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11882/stat : 11882 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150538485 1837678592 227025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11883] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11883/stat : 11883 (java) S 11868 11870 28397 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 150538593 1837678592 227025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.83
Current children cumulated vsize (KiB) 1794608

[startup+1662.3 s]
/proc/loadavg: 1.05 1.06 1.01 2/90 12081
/proc/meminfo: memFree=722912/2055920 swapFree=4159444/4192956
[pid=11870] ppid=11868 vsize=1794608 CPUtime=1711.22
/proc/11870/stat : 11870 (java) S 11868 11870 28397 0 -1 0 275780 0 1 0 170966 156 0 0 18 0 13 0 150538476 1837678592 231859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11870/statm: 448652 231859 1333 9 0 446264 0
[pid=11870/tid=11872] ppid=11868 vsize=1794608 CPUtime=1612.34
/proc/11870/task/11872/stat : 11872 (java) R 11868 11870 28397 0 -1 64 42462 0 1 0 161197 37 0 0 25 0 13 0 150538477 1837678592 231859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109669535 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=1794608 CPUtime=47.37
/proc/11870/task/11873/stat : 11873 (java) S 11868 11870 28397 0 -1 64 105454 0 0 0 4687 50 0 0 16 0 13 0 150538479 1837678592 231859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11874] ppid=11868 vsize=1794608 CPUtime=47.27
/proc/11870/task/11874/stat : 11874 (java) S 11868 11870 28397 0 -1 64 113127 0 0 0 4678 49 0 0 16 0 13 0 150538479 1837678592 231859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11875] ppid=11868 vsize=1794608 CPUtime=0.34
/proc/11870/task/11875/stat : 11875 (java) S 11868 11870 28397 0 -1 64 38 0 0 0 22 12 0 0 15 0 13 0 150538481 1837678592 231859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11876] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11876/stat : 11876 (java) S 11868 11870 28397 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150538481 1837678592 231859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11877] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11877/stat : 11877 (java) S 11868 11870 28397 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150538481 1837678592 231859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11878] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11878/stat : 11878 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150538485 1837678592 231859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11879] ppid=11868 vsize=1794608 CPUtime=1.88
/proc/11870/task/11879/stat : 11879 (java) S 11868 11870 28397 0 -1 64 6073 0 0 0 186 2 0 0 16 0 13 0 150538485 1837678592 231859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11880] ppid=11868 vsize=1794608 CPUtime=1.94
/proc/11870/task/11880/stat : 11880 (java) S 11868 11870 28397 0 -1 64 7901 0 0 0 192 2 0 0 16 0 13 0 150538485 1837678592 231859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11881] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11881/stat : 11881 (java) S 11868 11870 28397 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150538485 1837678592 231859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11882] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11882/stat : 11882 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150538485 1837678592 231859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11883] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11883/stat : 11883 (java) S 11868 11870 28397 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 150538593 1837678592 231859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.22
Current children cumulated vsize (KiB) 1794608

[startup+1722.3 s]
/proc/loadavg: 1.02 1.05 1.00 2/90 12081
/proc/meminfo: memFree=694816/2055920 swapFree=4159444/4192956
[pid=11870] ppid=11868 vsize=1794608 CPUtime=1773.77
/proc/11870/stat : 11870 (java) S 11868 11870 28397 0 -1 0 283001 0 1 0 177216 161 0 0 18 0 13 0 150538476 1837678592 238779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11870/statm: 448652 238779 1333 9 0 446264 0
[pid=11870/tid=11872] ppid=11868 vsize=1794608 CPUtime=1669.73
/proc/11870/task/11872/stat : 11872 (java) R 11868 11870 28397 0 -1 64 42497 0 1 0 166935 38 0 0 25 0 13 0 150538477 1837678592 238779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109667864 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11873] ppid=11868 vsize=1794608 CPUtime=49.95
/proc/11870/task/11873/stat : 11873 (java) S 11868 11870 28397 0 -1 64 107615 0 0 0 4944 51 0 0 17 0 13 0 150538479 1837678592 238779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11874] ppid=11868 vsize=1794608 CPUtime=49.86
/proc/11870/task/11874/stat : 11874 (java) S 11868 11870 28397 0 -1 64 118152 0 0 0 4933 53 0 0 16 0 13 0 150538479 1837678592 238779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11875] ppid=11868 vsize=1794608 CPUtime=0.35
/proc/11870/task/11875/stat : 11875 (java) S 11868 11870 28397 0 -1 64 38 0 0 0 23 12 0 0 16 0 13 0 150538481 1837678592 238779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11876] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11876/stat : 11876 (java) S 11868 11870 28397 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150538481 1837678592 238779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11877] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11877/stat : 11877 (java) S 11868 11870 28397 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150538481 1837678592 238779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11878] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11878/stat : 11878 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150538485 1837678592 238779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11879] ppid=11868 vsize=1794608 CPUtime=1.88
/proc/11870/task/11879/stat : 11879 (java) S 11868 11870 28397 0 -1 64 6073 0 0 0 186 2 0 0 16 0 13 0 150538485 1837678592 238779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11880] ppid=11868 vsize=1794608 CPUtime=1.94
/proc/11870/task/11880/stat : 11880 (java) S 11868 11870 28397 0 -1 64 7901 0 0 0 192 2 0 0 16 0 13 0 150538485 1837678592 238779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11881] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11881/stat : 11881 (java) S 11868 11870 28397 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150538485 1837678592 238779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11882] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11882/stat : 11882 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150538485 1837678592 238779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11883] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11883/stat : 11883 (java) S 11868 11870 28397 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 150538593 1837678592 238779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.77
Current children cumulated vsize (KiB) 1794608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1747.5 s]
/proc/loadavg: 1.01 1.05 1.00 2/90 12081
/proc/meminfo: memFree=688672/2055920 swapFree=4159444/4192956
[pid=11870] ppid=11868 vsize=1794608 CPUtime=1800.09
/proc/11870/stat : 11870 (java) S 11868 11870 28397 0 -1 0 284642 0 1 0 179847 162 0 0 18 0 13 0 150538476 1837678592 240323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11870/statm: 448652 240323 1333 9 0 446264 0
[pid=11870/tid=11872] ppid=11868 vsize=1794608 CPUtime=1693.78
/proc/11870/task/11872/stat : 11872 (java) R 11868 11870 28397 0 -1 64 42512 0 1 0 169340 38 0 0 25 0 13 0 150538477 1837678592 240323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110180969 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11873] ppid=11868 vsize=1794608 CPUtime=51.09
/proc/11870/task/11873/stat : 11873 (java) S 11868 11870 28397 0 -1 64 107920 0 0 0 5058 51 0 0 17 0 13 0 150538479 1837678592 240323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11874] ppid=11868 vsize=1794608 CPUtime=51
/proc/11870/task/11874/stat : 11874 (java) S 11868 11870 28397 0 -1 64 119473 0 0 0 5047 53 0 0 16 0 13 0 150538479 1837678592 240323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11875] ppid=11868 vsize=1794608 CPUtime=0.36
/proc/11870/task/11875/stat : 11875 (java) S 11868 11870 28397 0 -1 64 38 0 0 0 23 13 0 0 15 0 13 0 150538481 1837678592 240323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11876] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11876/stat : 11876 (java) S 11868 11870 28397 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150538481 1837678592 240323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11877] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11877/stat : 11877 (java) S 11868 11870 28397 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150538481 1837678592 240323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11878] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11878/stat : 11878 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150538485 1837678592 240323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11879] ppid=11868 vsize=1794608 CPUtime=1.88
/proc/11870/task/11879/stat : 11879 (java) S 11868 11870 28397 0 -1 64 6073 0 0 0 186 2 0 0 16 0 13 0 150538485 1837678592 240323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11880] ppid=11868 vsize=1794608 CPUtime=1.94
/proc/11870/task/11880/stat : 11880 (java) S 11868 11870 28397 0 -1 64 7901 0 0 0 192 2 0 0 16 0 13 0 150538485 1837678592 240323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11881] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11881/stat : 11881 (java) S 11868 11870 28397 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150538485 1837678592 240323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11870/tid=11882] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11882/stat : 11882 (java) S 11868 11870 28397 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150538485 1837678592 240323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11870/tid=11883] ppid=11868 vsize=1794608 CPUtime=0
/proc/11870/task/11883/stat : 11883 (java) S 11868 11870 28397 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 150538593 1837678592 240323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1794608

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

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

[startup+1747.61 s]
/proc/loadavg: 1.01 1.05 1.00 2/90 12081
/proc/meminfo: memFree=688672/2055920 swapFree=4159444/4192956
[pid=11870] ppid=11868 vsize=0 CPUtime=1800.21
/proc/11870/stat : 11870 (java) Z 11868 11870 28397 0 -1 1036 284662 0 1 0 179849 172 0 0 16 0 2 0 150538476 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11870/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1747.66
CPU time (s): 1800.27
CPU user time (s): 1798.5
CPU system time (s): 1.76873
CPU usage (%): 103.01
Max. virtual memory (cumulated for all children) (KiB): 1800792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.5
system time used= 1.76873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284662
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= 47771
involuntary context switches= 63447

runsolver used 1.67175 second user time and 4.84826 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Thu Apr 19 23:43:31 UTC 2007

IDJOB= 363356
IDBENCH= 1807
IDSOLVER= 160
FILE ID= node19/363356-1177026211

PBS_JOBID= 4630572

Free space on /tmp= 66447 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-pp08a.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363356-1177026211/sat4jPseudoCP.jar /tmp/evaluation/363356-1177026211/instance-363356-1177026211.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-363356-1177026211 -o ROOT/results/node19/solver-363356-1177026211 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363356-1177026211/sat4jPseudoCP.jar /tmp/evaluation/363356-1177026211/instance-363356-1177026211.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  da103607b020ad44cf05bd0679eb486a

RANDOM SEED= 198283982

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.213
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.213
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:       1647888 kB
Buffers:         58788 kB
Cached:         254412 kB
SwapCached:       2320 kB
Active:         145708 kB
Inactive:       196608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1647888 kB
SwapTotal:     4192956 kB
SwapFree:      4159444 kB
Dirty:            3764 kB
Writeback:           0 kB
Mapped:          36172 kB
Slab:            51248 kB
Committed_AS:  3794444 kB
PageTables:       1800 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= 66447 MiB

End job on node19 on Fri Apr 20 00:12:41 UTC 2007