Trace number 349530

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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.23 1765.43

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-danoint.opb
MD5SUM72b327feddced7495a083616b5e4ecd7
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 variables13898
Total number of constraints672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint7
Maximum length of a constraint1500
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 13421772800
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 53690300878
Number of bits of the biggest sum of numbers36
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
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 Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/349530-1176706240/instance-349530-1176706240.opb
0.20/0.20	c reading problem ... 
2.77/1.77	c ... done. Wall clock time 1.571s.
2.77/1.77	c CPU time (experimental) 1.16s.
2.77/1.77	c #vars     13898
2.77/1.77	c #constraints  816
1800.00/1765.21	c starts		: 2
1800.00/1765.21	c conflicts		: 39350
1800.00/1765.21	c decisions		: 80506
1800.00/1765.21	c propagations		: 1091232
1800.00/1765.21	c inspects		: 154702542
1800.00/1765.21	c learnt literals	: 0
1800.00/1765.21	c learnt binary clauses	: 0
1800.00/1765.21	c learnt ternary clauses	: 0
1800.00/1765.21	c learnt clauses	: 39349
1800.00/1765.21	c root simplifications	: 0
1800.00/1765.21	c removed literals (reason simplification)	: 0
1800.00/1765.21	c reason swapping (by a shorter reason)	: 0
1800.00/1765.21	c Calls to reduceDB	: 0
1800.00/1765.21	c speed (decisions/second)	: 45.65364339959896
1800.00/1765.21	c non guided choices	1078
1800.00/1765.21	s UNKNOWN
1800.00/1765.21	c Total wall clock time (ms): 1765.012

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/node6/watcher-349530-1176706240 -o ROOT/results/node6/solver-349530-1176706240 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349530-1176706240/sat4jPseudoCPClause.jar /tmp/evaluation/349530-1176706240/instance-349530-1176706240.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.99 0.99 2/77 11635
/proc/meminfo: memFree=1824432/2055924 swapFree=4158252/4192956
[pid=11635] ppid=11633 vsize=1832 CPUtime=0
/proc/11635/stat : 11635 (java) R 11633 11635 11459 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 146661621 1875968 149 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11635/statm: 450 148 111 9 0 92 0

[startup+0.085744 s]
/proc/loadavg: 0.92 0.99 0.99 2/77 11635
/proc/meminfo: memFree=1824432/2055924 swapFree=4158252/4192956
[pid=11635] ppid=11633 vsize=1777844 CPUtime=0.07
/proc/11635/stat : 11635 (java) S 11633 11635 11459 0 -1 0 3835 0 1 0 5 2 0 0 18 0 7 0 146661621 1820512256 3577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/11635/statm: 444461 3577 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101746 s]
/proc/loadavg: 0.92 0.99 0.99 2/77 11635
/proc/meminfo: memFree=1824432/2055924 swapFree=4158252/4192956
[pid=11635] ppid=11633 vsize=1780112 CPUtime=0.09
/proc/11635/stat : 11635 (java) S 11633 11635 11459 0 -1 0 3982 0 1 0 6 3 0 0 18 0 12 0 146661621 1822834688 3723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11635/statm: 445028 3723 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780112

[startup+0.30177 s]
/proc/loadavg: 0.92 0.99 0.99 2/77 11635
/proc/meminfo: memFree=1824432/2055924 swapFree=4158252/4192956
[pid=11635] ppid=11633 vsize=1781412 CPUtime=0.32
/proc/11635/stat : 11635 (java) S 11633 11635 11459 0 -1 0 5241 0 1 0 29 3 0 0 18 0 12 0 146661621 1824165888 4979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11635/statm: 445353 4979 1269 9 0 442964 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781412

[startup+0.701816 s]
/proc/loadavg: 0.92 0.99 0.99 2/77 11635
/proc/meminfo: memFree=1824432/2055924 swapFree=4158252/4192956
[pid=11635] ppid=11633 vsize=1794720 CPUtime=1.07
/proc/11635/stat : 11635 (java) S 11633 11635 11459 0 -1 0 9717 0 1 0 102 5 0 0 18 0 12 0 146661621 1837793280 8669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11635/statm: 448680 8669 1304 9 0 446291 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1794720

[startup+1.5029 s]
/proc/loadavg: 0.92 0.99 0.99 4/89 11647
/proc/meminfo: memFree=1785168/2055924 swapFree=4158252/4192956
[pid=11635] ppid=11633 vsize=1794836 CPUtime=2.57
/proc/11635/stat : 11635 (java) S 11633 11635 11459 0 -1 0 24023 0 1 0 245 12 0 0 18 0 12 0 146661621 1837912064 18857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11635/statm: 448709 18858 1308 9 0 446320 0
[pid=11635/tid=11637] ppid=11633 vsize=1794836 CPUtime=0.89
/proc/11635/task/11637/stat : 11637 (java) R 11633 11635 11459 0 -1 64 14709 0 1 0 82 7 0 0 19 0 12 0 146661622 1837912064 18859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109633479 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11638] ppid=11633 vsize=1794836 CPUtime=0
/proc/11635/task/11638/stat : 11638 (java) S 11633 11635 11459 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 146661624 1837912064 18859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11639] ppid=11633 vsize=1794836 CPUtime=0
/proc/11635/task/11639/stat : 11639 (java) S 11633 11635 11459 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 146661624 1837912064 18859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11640] ppid=11633 vsize=1794836 CPUtime=0
/proc/11635/task/11640/stat : 11640 (java) S 11633 11635 11459 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 146661626 1837912064 18859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11641] ppid=11633 vsize=1794836 CPUtime=0
/proc/11635/task/11641/stat : 11641 (java) S 11633 11635 11459 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 146661627 1837912064 18860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11642] ppid=11633 vsize=1794836 CPUtime=0
/proc/11635/task/11642/stat : 11642 (java) S 11633 11635 11459 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 146661627 1837912064 18861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11643] ppid=11633 vsize=1794836 CPUtime=0
/proc/11635/task/11643/stat : 11643 (java) S 11633 11635 11459 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 146661631 1837912064 18862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11644] ppid=11633 vsize=1794836 CPUtime=1.08
/proc/11635/task/11644/stat : 11644 (java) S 11633 11635 11459 0 -1 64 6261 0 0 0 106 2 0 0 18 0 12 0 146661631 1837912064 18863 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11645] ppid=11633 vsize=1794836 CPUtime=0.57
/proc/11635/task/11645/stat : 11645 (java) S 11633 11635 11459 0 -1 64 2335 0 0 0 56 1 0 0 16 0 12 0 146661631 1837912064 18864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11646] ppid=11633 vsize=1794836 CPUtime=0
/proc/11635/task/11646/stat : 11646 (java) S 11633 11635 11459 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 146661631 1837912064 18865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11647] ppid=11633 vsize=1794836 CPUtime=0
/proc/11635/task/11647/stat : 11647 (java) S 11633 11635 11459 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 146661631 1837912064 18865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1794836

[startup+3.10209 s]
/proc/loadavg: 0.92 0.99 0.99 3/90 11648
/proc/meminfo: memFree=1719240/2055924 swapFree=4158252/4192956
[pid=11635] ppid=11633 vsize=1795160 CPUtime=4.77
/proc/11635/stat : 11635 (java) S 11633 11635 11459 0 -1 0 52075 0 1 0 453 24 0 0 18 0 13 0 146661621 1838243840 44946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11635/statm: 448790 44946 1326 9 0 446401 0
[pid=11635/tid=11637] ppid=11633 vsize=1795160 CPUtime=2.17
/proc/11635/task/11637/stat : 11637 (java) R 11633 11635 11459 0 -1 64 37711 0 1 0 200 17 0 0 25 0 13 0 146661622 1838243840 44946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109520015 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11638] ppid=11633 vsize=1795160 CPUtime=0.05
/proc/11635/task/11638/stat : 11638 (java) S 11633 11635 11459 0 -1 64 1609 0 0 0 5 0 0 0 16 0 13 0 146661624 1838243840 44946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11639] ppid=11633 vsize=1795160 CPUtime=0.06
/proc/11635/task/11639/stat : 11639 (java) S 11633 11635 11459 0 -1 64 1409 0 0 0 6 0 0 0 16 0 13 0 146661624 1838243840 44946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11640] ppid=11633 vsize=1795160 CPUtime=0
/proc/11635/task/11640/stat : 11640 (java) S 11633 11635 11459 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 146661626 1838243840 44946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11641] ppid=11633 vsize=1795160 CPUtime=0
/proc/11635/task/11641/stat : 11641 (java) S 11633 11635 11459 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146661627 1838243840 44946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11642] ppid=11633 vsize=1795160 CPUtime=0
/proc/11635/task/11642/stat : 11642 (java) S 11633 11635 11459 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146661627 1838243840 44946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11643] ppid=11633 vsize=1795160 CPUtime=0
/proc/11635/task/11643/stat : 11643 (java) S 11633 11635 11459 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146661631 1838243840 44946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11644] ppid=11633 vsize=1795160 CPUtime=1.51
/proc/11635/task/11644/stat : 11644 (java) S 11633 11635 11459 0 -1 64 6321 0 0 0 149 2 0 0 17 0 13 0 146661631 1838243840 44946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11645] ppid=11633 vsize=1795160 CPUtime=0.92
/proc/11635/task/11645/stat : 11645 (java) S 11633 11635 11459 0 -1 64 4295 0 0 0 91 1 0 0 17 0 13 0 146661631 1838243840 44946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11646] ppid=11633 vsize=1795160 CPUtime=0
/proc/11635/task/11646/stat : 11646 (java) S 11633 11635 11459 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146661631 1838243840 44946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11647] ppid=11633 vsize=1795160 CPUtime=0
/proc/11635/task/11647/stat : 11647 (java) S 11633 11635 11459 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146661631 1838243840 44946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11648] ppid=11633 vsize=1795160 CPUtime=0
/proc/11635/task/11648/stat : 11648 (java) S 11633 11635 11459 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146661808 1838243840 44946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 1795160

[startup+6.30146 s]
/proc/loadavg: 0.93 0.99 0.99 2/90 11648
/proc/meminfo: memFree=1645512/2055924 swapFree=4158252/4192956
[pid=11635] ppid=11633 vsize=1795452 CPUtime=8.35
/proc/11635/stat : 11635 (java) S 11633 11635 11459 0 -1 0 58051 0 1 0 808 27 0 0 18 0 13 0 146661621 1838542848 48246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11635/statm: 448863 48246 1326 9 0 446474 0
[pid=11635/tid=11637] ppid=11633 vsize=1795452 CPUtime=5.08
/proc/11635/task/11637/stat : 11637 (java) R 11633 11635 11459 0 -1 64 37718 0 1 0 491 17 0 0 25 0 13 0 146661622 1838542848 48246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109520879 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11638] ppid=11633 vsize=1795452 CPUtime=0.3
/proc/11635/task/11638/stat : 11638 (java) S 11633 11635 11459 0 -1 64 4588 0 0 0 28 2 0 0 16 0 13 0 146661624 1838542848 48246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11639] ppid=11633 vsize=1795452 CPUtime=0.3
/proc/11635/task/11639/stat : 11639 (java) S 11633 11635 11459 0 -1 64 4319 0 0 0 29 1 0 0 17 0 13 0 146661624 1838542848 48246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11640] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11640/stat : 11640 (java) S 11633 11635 11459 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 146661626 1838542848 48246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11641] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11641/stat : 11641 (java) S 11633 11635 11459 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146661627 1838542848 48246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11642] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11642/stat : 11642 (java) S 11633 11635 11459 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146661627 1838542848 48246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11643] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11643/stat : 11643 (java) S 11633 11635 11459 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146661631 1838542848 48246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11644] ppid=11633 vsize=1795452 CPUtime=1.61
/proc/11635/task/11644/stat : 11644 (java) S 11633 11635 11459 0 -1 64 6327 0 0 0 159 2 0 0 17 0 13 0 146661631 1838542848 48246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11645] ppid=11633 vsize=1795452 CPUtime=1
/proc/11635/task/11645/stat : 11645 (java) S 11633 11635 11459 0 -1 64 4346 0 0 0 99 1 0 0 16 0 13 0 146661631 1838542848 48246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11646] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11646/stat : 11646 (java) S 11633 11635 11459 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146661631 1838542848 48246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11647] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11647/stat : 11647 (java) S 11633 11635 11459 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146661631 1838542848 48246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11648] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11648/stat : 11648 (java) S 11633 11635 11459 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146661808 1838542848 48246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.35
Current children cumulated vsize (KiB) 1795452

[startup+12.7022 s]
/proc/loadavg: 0.93 0.99 0.99 2/90 11648
/proc/meminfo: memFree=1617992/2055924 swapFree=4158252/4192956
[pid=11635] ppid=11633 vsize=1795452 CPUtime=14.88
/proc/11635/stat : 11635 (java) S 11633 11635 11459 0 -1 0 63179 0 1 0 1459 29 0 0 18 0 13 0 146661621 1838542848 52668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11635/statm: 448863 52668 1326 9 0 446474 0
[pid=11635/tid=11637] ppid=11633 vsize=1795452 CPUtime=11.35
/proc/11635/task/11637/stat : 11637 (java) R 11633 11635 11459 0 -1 64 37729 0 1 0 1118 17 0 0 25 0 13 0 146661622 1838542848 52668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109833452 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11638] ppid=11633 vsize=1795452 CPUtime=0.41
/proc/11635/task/11638/stat : 11638 (java) S 11633 11635 11459 0 -1 64 7341 0 0 0 38 3 0 0 16 0 13 0 146661624 1838542848 52668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11639] ppid=11633 vsize=1795452 CPUtime=0.42
/proc/11635/task/11639/stat : 11639 (java) S 11633 11635 11459 0 -1 64 6678 0 0 0 39 3 0 0 16 0 13 0 146661624 1838542848 52668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11640] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11640/stat : 11640 (java) S 11633 11635 11459 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 146661626 1838542848 52668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11641] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11641/stat : 11641 (java) S 11633 11635 11459 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146661627 1838542848 52668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11642] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11642/stat : 11642 (java) S 11633 11635 11459 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146661627 1838542848 52668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11643] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11643/stat : 11643 (java) S 11633 11635 11459 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146661631 1838542848 52668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11644] ppid=11633 vsize=1795452 CPUtime=1.61
/proc/11635/task/11644/stat : 11644 (java) S 11633 11635 11459 0 -1 64 6327 0 0 0 159 2 0 0 16 0 13 0 146661631 1838542848 52668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11645] ppid=11633 vsize=1795452 CPUtime=1.04
/proc/11635/task/11645/stat : 11645 (java) S 11633 11635 11459 0 -1 64 4351 0 0 0 103 1 0 0 16 0 13 0 146661631 1838542848 52668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11646] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11646/stat : 11646 (java) S 11633 11635 11459 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146661631 1838542848 52668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11647] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11647/stat : 11647 (java) S 11633 11635 11459 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146661631 1838542848 52668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11648] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11648/stat : 11648 (java) S 11633 11635 11459 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146661808 1838542848 52668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.88
Current children cumulated vsize (KiB) 1795452

[startup+25.5017 s]
/proc/loadavg: 0.95 0.99 0.99 2/90 11648
/proc/meminfo: memFree=1689480/2055924 swapFree=4158252/4192956
[pid=11635] ppid=11633 vsize=1795452 CPUtime=27.77
/proc/11635/stat : 11635 (java) S 11633 11635 11459 0 -1 0 67943 0 1 0 2743 34 0 0 18 0 13 0 146661621 1838542848 36892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11635/statm: 448863 36892 1326 9 0 446474 0
[pid=11635/tid=11637] ppid=11633 vsize=1795452 CPUtime=24.01
/proc/11635/task/11637/stat : 11637 (java) R 11633 11635 11459 0 -1 64 40545 0 1 0 2383 18 0 0 25 0 13 0 146661622 1838542848 36892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109781305 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11638] ppid=11633 vsize=1795452 CPUtime=0.5
/proc/11635/task/11638/stat : 11638 (java) S 11633 11635 11459 0 -1 64 8248 0 0 0 47 3 0 0 15 0 13 0 146661624 1838542848 36892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11639] ppid=11633 vsize=1795452 CPUtime=0.5
/proc/11635/task/11639/stat : 11639 (java) S 11633 11635 11459 0 -1 64 7711 0 0 0 47 3 0 0 16 0 13 0 146661624 1838542848 36892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11640] ppid=11633 vsize=1795452 CPUtime=0.03
/proc/11635/task/11640/stat : 11640 (java) S 11633 11635 11459 0 -1 64 39 0 0 0 1 2 0 0 16 0 13 0 146661626 1838542848 36892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=11635/tid=11640] ppid=11633 vsize=1795452 CPUtime=0.32
/proc/11635/task/11640/stat : 11640 (java) S 11633 11635 11459 0 -1 64 115 0 0 0 20 12 0 0 16 0 13 0 146661626 1838542848 252944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11641] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11641/stat : 11641 (java) S 11633 11635 11459 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146661627 1838542848 252944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11642] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11642/stat : 11642 (java) S 11633 11635 11459 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146661627 1838542848 252944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11643] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11643/stat : 11643 (java) S 11633 11635 11459 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146661631 1838542848 252944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11644] ppid=11633 vsize=1795452 CPUtime=1.92
/proc/11635/task/11644/stat : 11644 (java) S 11633 11635 11459 0 -1 64 6358 0 0 0 190 2 0 0 17 0 13 0 146661631 1838542848 252944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11645] ppid=11633 vsize=1795452 CPUtime=1.44
/proc/11635/task/11645/stat : 11645 (java) S 11633 11635 11459 0 -1 64 4371 0 0 0 142 2 0 0 16 0 13 0 146661631 1838542848 252944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11646] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11646/stat : 11646 (java) S 11633 11635 11459 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146661631 1838542848 252944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11647] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11647/stat : 11647 (java) S 11633 11635 11459 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146661631 1838542848 252944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11648] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11648/stat : 11648 (java) S 11633 11635 11459 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146661808 1838542848 252944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1572.26
Current children cumulated vsize (KiB) 1795452

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11846
/proc/meminfo: memFree=794440/2055924 swapFree=4158252/4192956
[pid=11635] ppid=11633 vsize=1795452 CPUtime=1633.48
/proc/11635/stat : 11635 (java) S 11633 11635 11459 0 -1 0 329604 0 1 0 163174 174 0 0 18 0 13 0 146661621 1838542848 257862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11635/statm: 448863 257862 1333 9 0 446474 0
[pid=11635/tid=11637] ppid=11633 vsize=1795452 CPUtime=1570.28
/proc/11635/task/11637/stat : 11637 (java) S 11633 11635 11459 0 -1 64 66962 0 1 0 156981 47 0 0 25 0 13 0 146661622 1838542848 257862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11638] ppid=11633 vsize=1795452 CPUtime=29.75
/proc/11635/task/11638/stat : 11638 (java) R 11633 11635 11459 0 -1 64 126248 0 0 0 2922 53 0 0 17 0 13 0 146661624 1838542848 257862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102355355 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11639] ppid=11633 vsize=1795452 CPUtime=29.7
/proc/11635/task/11639/stat : 11639 (java) R 11633 11635 11459 0 -1 64 124828 0 0 0 2916 54 0 0 17 0 13 0 146661624 1838542848 257862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070783 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11640] ppid=11633 vsize=1795452 CPUtime=0.33
/proc/11635/task/11640/stat : 11640 (java) S 11633 11635 11459 0 -1 64 115 0 0 0 20 13 0 0 15 0 13 0 146661626 1838542848 257862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11641] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11641/stat : 11641 (java) S 11633 11635 11459 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146661627 1838542848 257862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11642] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11642/stat : 11642 (java) S 11633 11635 11459 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146661627 1838542848 257862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11643] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11643/stat : 11643 (java) S 11633 11635 11459 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146661631 1838542848 257862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11644] ppid=11633 vsize=1795452 CPUtime=1.92
/proc/11635/task/11644/stat : 11644 (java) S 11633 11635 11459 0 -1 64 6358 0 0 0 190 2 0 0 17 0 13 0 146661631 1838542848 257862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11645] ppid=11633 vsize=1795452 CPUtime=1.44
/proc/11635/task/11645/stat : 11645 (java) S 11633 11635 11459 0 -1 64 4371 0 0 0 142 2 0 0 16 0 13 0 146661631 1838542848 257862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11646] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11646/stat : 11646 (java) S 11633 11635 11459 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146661631 1838542848 257862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11647] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11647/stat : 11647 (java) S 11633 11635 11459 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146661631 1838542848 257862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11648] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11648/stat : 11648 (java) S 11633 11635 11459 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146661808 1838542848 257862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1633.48
Current children cumulated vsize (KiB) 1795452

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11846
/proc/meminfo: memFree=764616/2055924 swapFree=4158252/4192956
[pid=11635] ppid=11633 vsize=1795452 CPUtime=1694.73
/proc/11635/stat : 11635 (java) S 11633 11635 11459 0 -1 0 338501 0 1 0 169294 179 0 0 18 0 13 0 146661621 1838542848 265291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11635/statm: 448863 265291 1333 9 0 446474 0
[pid=11635/tid=11637] ppid=11633 vsize=1795452 CPUtime=1628.93
/proc/11635/task/11637/stat : 11637 (java) R 11633 11635 11459 0 -1 64 66988 0 1 0 162846 47 0 0 25 0 13 0 146661622 1838542848 265291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109644765 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11638] ppid=11633 vsize=1795452 CPUtime=31.04
/proc/11635/task/11638/stat : 11638 (java) S 11633 11635 11459 0 -1 64 130116 0 0 0 3050 54 0 0 17 0 13 0 146661624 1838542848 265291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11639] ppid=11633 vsize=1795452 CPUtime=30.99
/proc/11635/task/11639/stat : 11639 (java) S 11633 11635 11459 0 -1 64 129830 0 0 0 3042 57 0 0 16 0 13 0 146661624 1838542848 265291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11640] ppid=11633 vsize=1795452 CPUtime=0.34
/proc/11635/task/11640/stat : 11640 (java) S 11633 11635 11459 0 -1 64 116 0 0 0 21 13 0 0 16 0 13 0 146661626 1838542848 265291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11641] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11641/stat : 11641 (java) S 11633 11635 11459 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146661627 1838542848 265291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11642] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11642/stat : 11642 (java) S 11633 11635 11459 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146661627 1838542848 265291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11643] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11643/stat : 11643 (java) S 11633 11635 11459 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146661631 1838542848 265291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11644] ppid=11633 vsize=1795452 CPUtime=1.93
/proc/11635/task/11644/stat : 11644 (java) S 11633 11635 11459 0 -1 64 6358 0 0 0 191 2 0 0 16 0 13 0 146661631 1838542848 265291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11645] ppid=11633 vsize=1795452 CPUtime=1.44
/proc/11635/task/11645/stat : 11645 (java) S 11633 11635 11459 0 -1 64 4371 0 0 0 142 2 0 0 16 0 13 0 146661631 1838542848 265291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11646] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11646/stat : 11646 (java) S 11633 11635 11459 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146661631 1838542848 265291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11647] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11647/stat : 11647 (java) S 11633 11635 11459 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146661631 1838542848 265291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11648] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11648/stat : 11648 (java) S 11633 11635 11459 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146661808 1838542848 265291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1694.73
Current children cumulated vsize (KiB) 1795452

[startup+1722.3 s]
/proc/loadavg: 1.09 1.03 1.01 2/90 11846
/proc/meminfo: memFree=747528/2055924 swapFree=4158252/4192956
[pid=11635] ppid=11633 vsize=1795452 CPUtime=1756.11
/proc/11635/stat : 11635 (java) S 11633 11635 11459 0 -1 0 343235 0 1 0 175430 181 0 0 18 0 13 0 146661621 1838542848 269681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11635/statm: 448863 269681 1333 9 0 446474 0
[pid=11635/tid=11637] ppid=11633 vsize=1795452 CPUtime=1687.43
/proc/11635/task/11637/stat : 11637 (java) R 11633 11635 11459 0 -1 64 67014 0 1 0 168696 47 0 0 18 0 13 0 146661622 1838542848 269681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109803062 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11638] ppid=11633 vsize=1795452 CPUtime=32.47
/proc/11635/task/11638/stat : 11638 (java) S 11633 11635 11459 0 -1 64 133051 0 0 0 3192 55 0 0 16 0 13 0 146661624 1838542848 269681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11639] ppid=11633 vsize=1795452 CPUtime=32.43
/proc/11635/task/11639/stat : 11639 (java) S 11633 11635 11459 0 -1 64 131603 0 0 0 3185 58 0 0 17 0 13 0 146661624 1838542848 269681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11640] ppid=11633 vsize=1795452 CPUtime=0.34
/proc/11635/task/11640/stat : 11640 (java) S 11633 11635 11459 0 -1 64 116 0 0 0 21 13 0 0 16 0 13 0 146661626 1838542848 269681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11641] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11641/stat : 11641 (java) S 11633 11635 11459 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146661627 1838542848 269681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11642] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11642/stat : 11642 (java) S 11633 11635 11459 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146661627 1838542848 269681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11643] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11643/stat : 11643 (java) S 11633 11635 11459 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146661631 1838542848 269681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11644] ppid=11633 vsize=1795452 CPUtime=1.93
/proc/11635/task/11644/stat : 11644 (java) S 11633 11635 11459 0 -1 64 6358 0 0 0 191 2 0 0 16 0 13 0 146661631 1838542848 269681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11645] ppid=11633 vsize=1795452 CPUtime=1.44
/proc/11635/task/11645/stat : 11645 (java) S 11633 11635 11459 0 -1 64 4371 0 0 0 142 2 0 0 16 0 13 0 146661631 1838542848 269681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11646] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11646/stat : 11646 (java) S 11633 11635 11459 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146661631 1838542848 269681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11647] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11647/stat : 11647 (java) S 11633 11635 11459 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146661631 1838542848 269681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11648] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11648/stat : 11648 (java) S 11633 11635 11459 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146661808 1838542848 269681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1756.11
Current children cumulated vsize (KiB) 1795452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.2 s]
/proc/loadavg: 1.09 1.04 1.01 2/90 11846
/proc/meminfo: memFree=734920/2055924 swapFree=4158252/4192956
[pid=11635] ppid=11633 vsize=1795452 CPUtime=1800
/proc/11635/stat : 11635 (java) S 11633 11635 11459 0 -1 0 346522 0 1 0 179817 183 0 0 18 0 13 0 146661621 1838542848 272664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11635/statm: 448863 272664 1333 9 0 446474 0
[pid=11635/tid=11637] ppid=11633 vsize=1795452 CPUtime=1729.3
/proc/11635/task/11637/stat : 11637 (java) R 11633 11635 11459 0 -1 64 67032 0 1 0 172882 48 0 0 25 0 13 0 146661622 1838542848 272664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109781356 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11638] ppid=11633 vsize=1795452 CPUtime=33.49
/proc/11635/task/11638/stat : 11638 (java) S 11633 11635 11459 0 -1 64 134368 0 0 0 3293 56 0 0 16 0 13 0 146661624 1838542848 272664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11639] ppid=11633 vsize=1795452 CPUtime=33.45
/proc/11635/task/11639/stat : 11639 (java) S 11633 11635 11459 0 -1 64 133555 0 0 0 3286 59 0 0 16 0 13 0 146661624 1838542848 272664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11640] ppid=11633 vsize=1795452 CPUtime=0.34
/proc/11635/task/11640/stat : 11640 (java) S 11633 11635 11459 0 -1 64 116 0 0 0 21 13 0 0 15 0 13 0 146661626 1838542848 272664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11641] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11641/stat : 11641 (java) S 11633 11635 11459 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146661627 1838542848 272664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11642] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11642/stat : 11642 (java) S 11633 11635 11459 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146661627 1838542848 272664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11643] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11643/stat : 11643 (java) S 11633 11635 11459 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146661631 1838542848 272664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11644] ppid=11633 vsize=1795452 CPUtime=1.93
/proc/11635/task/11644/stat : 11644 (java) S 11633 11635 11459 0 -1 64 6358 0 0 0 191 2 0 0 16 0 13 0 146661631 1838542848 272664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11645] ppid=11633 vsize=1795452 CPUtime=1.44
/proc/11635/task/11645/stat : 11645 (java) S 11633 11635 11459 0 -1 64 4371 0 0 0 142 2 0 0 16 0 13 0 146661631 1838542848 272664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11646] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11646/stat : 11646 (java) S 11633 11635 11459 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146661631 1838542848 272664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11635/tid=11647] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11647/stat : 11647 (java) S 11633 11635 11459 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146661631 1838542848 272664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11635/tid=11648] ppid=11633 vsize=1795452 CPUtime=0
/proc/11635/task/11648/stat : 11648 (java) S 11633 11635 11459 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146661808 1838542848 272664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1795452

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

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

[startup+1765.4 s]
/proc/loadavg: 1.09 1.04 1.01 2/80 11849
/proc/meminfo: memFree=1708536/2055924 swapFree=4158252/4192956
[pid=11635] ppid=11633 vsize=0 CPUtime=1800.2
/proc/11635/stat : 11635 (java) Z 11633 11635 11459 0 -1 1036 346542 0 1 0 179821 199 0 0 16 0 2 0 146661621 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11635/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1765.43
CPU time (s): 1800.23
CPU user time (s): 1798.22
CPU system time (s): 2.00869
CPU usage (%): 101.971
Max. virtual memory (cumulated for all children) (KiB): 1799256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.22
system time used= 2.00869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 346542
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= 48309
involuntary context switches= 42275

runsolver used 2.09768 second user time and 5.58615 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Apr 16 06:50:40 UTC 2007

IDJOB= 349530
IDBENCH= 2498
IDSOLVER= 164
FILE ID= node6/349530-1176706240

PBS_JOBID= 4559439

Free space on /tmp= 66531 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  72b327feddced7495a083616b5e4ecd7

RANDOM SEED= 898406672

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.232
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.232
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:      2055924 kB
MemFree:       1824840 kB
Buffers:         24736 kB
Cached:         121904 kB
SwapCached:       2076 kB
Active:          49476 kB
Inactive:       121112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1824840 kB
SwapTotal:     4192956 kB
SwapFree:      4158252 kB
Dirty:            4592 kB
Writeback:           0 kB
Mapped:          31652 kB
Slab:            46000 kB
Committed_AS:  6815316 kB
PageTables:       1784 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= 66531 MiB

End job on node6 on Mon Apr 16 07:20:07 UTC 2007