Trace number 354059

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.11 1775.91

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos15.opb
MD5SUMd360a4da18a1223a5a3c77027ac256df
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20742332700051198
Best CPU time to get the best result obtained on this benchmark1800.4
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20742332700051198
Optimality of the best value was proved NO
Number of variables17600
Total number of constraints632
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 constraints632
Minimum length of a constraint11
Maximum length of a constraint150
Number of terms in the objective function 10400
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 77389326876814400021856
Number of bits of the sum of numbers in the objective function 77
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 77389326876814400021856
Number of bits of the biggest sum of numbers77
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 835
/proc/meminfo: memFree=1817016/2055920 swapFree=4169844/4192956
[pid=835] ppid=833 vsize=18568 CPUtime=0
/proc/835/stat : 835 (runsolver) D 833 835 525 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 117240006 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 264907582759 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/835/statm: 4642 292 257 24 0 2626 0

[startup+0.0315851 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 835
/proc/meminfo: memFree=1817016/2055920 swapFree=4169844/4192956
[pid=835] ppid=833 vsize=1774248 CPUtime=0.01
/proc/835/stat : 835 (java) S 833 835 525 0 -1 0 2568 0 1 0 0 1 0 0 18 0 4 0 117240006 1816829952 2316 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/835/statm: 443562 2316 405 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.10159 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 835
/proc/meminfo: memFree=1817016/2055920 swapFree=4169844/4192956
[pid=835] ppid=833 vsize=1780108 CPUtime=0.08
/proc/835/stat : 835 (java) S 833 835 525 0 -1 0 3968 0 1 0 6 2 0 0 18 0 12 0 117240006 1822830592 3709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/835/statm: 445027 3709 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301603 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 835
/proc/meminfo: memFree=1817016/2055920 swapFree=4169844/4192956
[pid=835] ppid=833 vsize=1781420 CPUtime=0.34
/proc/835/stat : 835 (java) S 833 835 525 0 -1 0 5189 0 1 0 31 3 0 0 18 0 12 0 117240006 1824174080 4927 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/835/statm: 445355 4927 1271 9 0 442967 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781420

[startup+0.708627 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 835
/proc/meminfo: memFree=1817016/2055920 swapFree=4169844/4192956
[pid=835] ppid=833 vsize=1783652 CPUtime=0.91
/proc/835/stat : 835 (java) S 833 835 525 0 -1 0 7847 0 1 0 87 4 0 0 18 0 12 0 117240006 1826459648 7337 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/835/statm: 445913 7338 1301 9 0 443525 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1783652

[startup+1.50268 s]
/proc/loadavg: 0.92 0.98 0.99 4/89 847
/proc/meminfo: memFree=1780824/2055920 swapFree=4169844/4192956
[pid=835] ppid=833 vsize=1791892 CPUtime=2.24
/proc/835/stat : 835 (java) S 833 835 525 0 -1 0 22975 0 1 0 213 11 0 0 18 0 12 0 117240006 1834897408 20158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/835/statm: 447973 20158 1312 9 0 445585 0
[pid=835/tid=837] ppid=833 vsize=1791892 CPUtime=1.02
/proc/835/task/837/stat : 837 (java) R 833 835 525 0 -1 64 16715 0 1 0 94 8 0 0 20 0 12 0 117240008 1834897408 20158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109214405 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=838] ppid=833 vsize=1791892 CPUtime=0
/proc/835/task/838/stat : 838 (java) S 833 835 525 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 117240009 1834897408 20158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=839] ppid=833 vsize=1791892 CPUtime=0
/proc/835/task/839/stat : 839 (java) S 833 835 525 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 117240009 1834897408 20158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=840] ppid=833 vsize=1791892 CPUtime=0
/proc/835/task/840/stat : 840 (java) S 833 835 525 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 117240011 1834897408 20158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=841] ppid=833 vsize=1791892 CPUtime=0
/proc/835/task/841/stat : 841 (java) S 833 835 525 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 117240012 1834897408 20158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=842] ppid=833 vsize=1791892 CPUtime=0
/proc/835/task/842/stat : 842 (java) S 833 835 525 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 117240012 1834897408 20158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=843] ppid=833 vsize=1791892 CPUtime=0
/proc/835/task/843/stat : 843 (java) S 833 835 525 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117240016 1834897408 20158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=844] ppid=833 vsize=1791892 CPUtime=0.5
/proc/835/task/844/stat : 844 (java) S 833 835 525 0 -1 64 1286 0 0 0 50 0 0 0 16 0 12 0 117240016 1834897408 20158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=845] ppid=833 vsize=1791892 CPUtime=0.69
/proc/835/task/845/stat : 845 (java) R 833 835 525 0 -1 64 4254 0 0 0 68 1 0 0 16 0 12 0 117240016 1834897408 20158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 104726184 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=846] ppid=833 vsize=1791892 CPUtime=0
/proc/835/task/846/stat : 846 (java) S 833 835 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117240016 1834897408 20158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=847] ppid=833 vsize=1791892 CPUtime=0
/proc/835/task/847/stat : 847 (java) S 833 835 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 117240016 1834897408 20158 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1791892

[startup+3.10278 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 848
/proc/meminfo: memFree=1731664/2055920 swapFree=4169844/4192956
[pid=835] ppid=833 vsize=1792216 CPUtime=4.78
/proc/835/stat : 835 (java) S 833 835 525 0 -1 0 38550 0 1 0 461 17 0 0 18 0 13 0 117240006 1835229184 33631 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/835/statm: 448054 33631 1318 9 0 445666 0
[pid=835/tid=837] ppid=833 vsize=1792216 CPUtime=2.28
/proc/835/task/837/stat : 837 (java) R 833 835 525 0 -1 64 30038 0 1 0 215 13 0 0 17 0 13 0 117240008 1835229184 33631 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109802109 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=838] ppid=833 vsize=1792216 CPUtime=0
/proc/835/task/838/stat : 838 (java) S 833 835 525 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 117240009 1835229184 33632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=839] ppid=833 vsize=1792216 CPUtime=0
/proc/835/task/839/stat : 839 (java) S 833 835 525 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 117240009 1835229184 33632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=840] ppid=833 vsize=1792216 CPUtime=0
/proc/835/task/840/stat : 840 (java) S 833 835 525 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 117240011 1835229184 33632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=841] ppid=833 vsize=1792216 CPUtime=0
/proc/835/task/841/stat : 841 (java) S 833 835 525 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 117240012 1835229184 33633 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=842] ppid=833 vsize=1792216 CPUtime=0
/proc/835/task/842/stat : 842 (java) S 833 835 525 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 117240012 1835229184 33636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=843] ppid=833 vsize=1792216 CPUtime=0
/proc/835/task/843/stat : 843 (java) S 833 835 525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117240016 1835229184 33636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=844] ppid=833 vsize=1792216 CPUtime=1.16
/proc/835/task/844/stat : 844 (java) S 833 835 525 0 -1 64 2778 0 0 0 116 0 0 0 16 0 13 0 117240016 1835229184 33637 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=845] ppid=833 vsize=1792216 CPUtime=1.3
/proc/835/task/845/stat : 845 (java) R 833 835 525 0 -1 64 5009 0 0 0 128 2 0 0 16 0 13 0 117240016 1835229184 33638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 104787588 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=846] ppid=833 vsize=1792216 CPUtime=0
/proc/835/task/846/stat : 846 (java) S 833 835 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117240016 1835229184 33638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=847] ppid=833 vsize=1792216 CPUtime=0
/proc/835/task/847/stat : 847 (java) S 833 835 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117240016 1835229184 33639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=848] ppid=833 vsize=1792216 CPUtime=0
/proc/835/task/848/stat : 848 (java) S 833 835 525 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 117240197 1835229184 33641 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 1792216

[startup+6.30197 s]
/proc/loadavg: 1.01 1.00 1.00 3/90 848
/proc/meminfo: memFree=1635408/2055920 swapFree=4169844/4192956
[pid=835] ppid=833 vsize=1792076 CPUtime=8.81
/proc/835/stat : 835 (java) S 833 835 525 0 -1 0 56240 0 1 0 856 25 0 0 18 0 13 0 117240006 1835085824 46963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/835/statm: 448019 46963 1328 9 0 445631 0
[pid=835/tid=837] ppid=833 vsize=1792076 CPUtime=5.03
/proc/835/task/837/stat : 837 (java) R 833 835 525 0 -1 64 37722 0 1 0 485 18 0 0 17 0 13 0 117240008 1835085824 46963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109802643 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=838] ppid=833 vsize=1792076 CPUtime=0.16
/proc/835/task/838/stat : 838 (java) S 833 835 525 0 -1 64 3143 0 0 0 15 1 0 0 16 0 13 0 117240009 1835085824 46963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=839] ppid=833 vsize=1792076 CPUtime=0.17
/proc/835/task/839/stat : 839 (java) S 833 835 525 0 -1 64 2534 0 0 0 16 1 0 0 16 0 13 0 117240009 1835085824 46963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=840] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/840/stat : 840 (java) S 833 835 525 0 -1 64 17 0 0 0 0 0 0 0 15 0 13 0 117240011 1835085824 46963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=841] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/841/stat : 841 (java) S 833 835 525 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 117240012 1835085824 46963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=842] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/842/stat : 842 (java) S 833 835 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117240012 1835085824 46963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=843] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/843/stat : 843 (java) S 833 835 525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117240016 1835085824 46963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=844] ppid=833 vsize=1792076 CPUtime=1.56
/proc/835/task/844/stat : 844 (java) S 833 835 525 0 -1 64 4498 0 0 0 155 1 0 0 16 0 13 0 117240016 1835085824 46963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=845] ppid=833 vsize=1792076 CPUtime=1.85
/proc/835/task/845/stat : 845 (java) S 833 835 525 0 -1 64 7605 0 0 0 182 3 0 0 16 0 13 0 117240016 1835085824 46963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=846] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/846/stat : 846 (java) S 833 835 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117240016 1835085824 46963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=847] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/847/stat : 847 (java) S 833 835 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117240016 1835085824 46963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=848] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/848/stat : 848 (java) S 833 835 525 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 117240197 1835085824 46963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.81
Current children cumulated vsize (KiB) 1792076

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 848
/proc/meminfo: memFree=1610896/2055920 swapFree=4169844/4192956
[pid=835] ppid=833 vsize=1792076 CPUtime=15.48
/proc/835/stat : 835 (java) S 833 835 525 0 -1 0 64802 0 1 0 1519 29 0 0 18 0 13 0 117240006 1835085824 52901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/835/statm: 448019 52901 1328 9 0 445631 0
[pid=835/tid=837] ppid=833 vsize=1792076 CPUtime=11.19
/proc/835/task/837/stat : 837 (java) R 833 835 525 0 -1 64 37832 0 1 0 1101 18 0 0 25 0 13 0 117240008 1835085824 52901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109798967 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=838] ppid=833 vsize=1792076 CPUtime=0.38
/proc/835/task/838/stat : 838 (java) S 833 835 525 0 -1 64 7382 0 0 0 35 3 0 0 16 0 13 0 117240009 1835085824 52901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=839] ppid=833 vsize=1792076 CPUtime=0.39
/proc/835/task/839/stat : 839 (java) S 833 835 525 0 -1 64 6730 0 0 0 37 2 0 0 16 0 13 0 117240009 1835085824 52901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=840] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/840/stat : 840 (java) S 833 835 525 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 117240011 1835085824 52901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=841] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/841/stat : 841 (java) S 833 835 525 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 117240012 1835085824 52901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=842] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/842/stat : 842 (java) S 833 835 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117240012 1835085824 52901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=843] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/843/stat : 843 (java) S 833 835 525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117240016 1835085824 52901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=844] ppid=833 vsize=1792076 CPUtime=1.57
/proc/835/task/844/stat : 844 (java) S 833 835 525 0 -1 64 4498 0 0 0 156 1 0 0 16 0 13 0 117240016 1835085824 52901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=845] ppid=833 vsize=1792076 CPUtime=1.9
/proc/835/task/845/stat : 845 (java) S 833 835 525 0 -1 64 7608 0 0 0 187 3 0 0 17 0 13 0 117240016 1835085824 52901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=846] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/846/stat : 846 (java) S 833 835 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117240016 1835085824 52901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=847] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/847/stat : 847 (java) S 833 835 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117240016 1835085824 52901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=848] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/848/stat : 848 (java) S 833 835 525 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 117240197 1835085824 52901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.48
Current children cumulated vsize (KiB) 1792076

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 848
/proc/meminfo: memFree=1594576/2055920 swapFree=4169844/4192956
[pid=835] ppid=833 vsize=1792076 CPUtime=28.47
/proc/835/stat : 835 (java) S 833 835 525 0 -1 0 69145 0 1 0 2815 32 0 0 18 0 13 0 117240006 1835085824 56638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/835/statm: 448019 56638 1334 9 0 445631 0
[pid=835/tid=837] ppid=833 vsize=1792076 CPUtime=23.81
/proc/835/task/837/stat : 837 (java) R 833 835 525 0 -1 64 37847 0 1 0 2363 18 0 0 19 0 13 0 117240008 1835085824 56638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109586951 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=838] ppid=833 vsize=1792076 CPUtime=0.52
/proc/835/task/838/stat : 838 (java) S 833 835 525 0 -1 64 9736 0 0 0 48 4 0 0 16 0 13 0 117240009 1835085824 56638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=839] ppid=833 vsize=1792076 CPUtime=0.53
/proc/835/task/839/stat : 839 (java) S 833 835 525 0 -1 64 8697 0 0 0 50 3 0 0 16 0 13 0 117240009 1835085824 56638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=840] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/840/stat : 840 (java) S 833 835 525 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 117240011 1835085824 56638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=835] ppid=833 vsize=1792076 CPUtime=1562.78
/proc/835/stat : 835 (java) S 833 835 525 0 -1 0 178668 0 1 0 156181 97 0 0 18 0 13 0 117240006 1835085824 123593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/835/statm: 448019 123593 1334 9 0 445631 0
[pid=835/tid=837] ppid=833 vsize=1792076 CPUtime=1521.47
/proc/835/task/837/stat : 837 (java) R 833 835 525 0 -1 64 59915 0 1 0 152113 34 0 0 25 0 13 0 117240008 1835085824 123593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109802109 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=838] ppid=833 vsize=1792076 CPUtime=18.74
/proc/835/task/838/stat : 838 (java) S 833 835 525 0 -1 64 51176 0 0 0 1852 22 0 0 16 0 13 0 117240009 1835085824 123593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=839] ppid=833 vsize=1792076 CPUtime=18.77
/proc/835/task/839/stat : 839 (java) S 833 835 525 0 -1 64 54581 0 0 0 1852 25 0 0 16 0 13 0 117240009 1835085824 123593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=840] ppid=833 vsize=1792076 CPUtime=0.18
/proc/835/task/840/stat : 840 (java) S 833 835 525 0 -1 64 163 0 0 0 10 8 0 0 16 0 13 0 117240011 1835085824 123593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=841] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/841/stat : 841 (java) S 833 835 525 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 117240012 1835085824 123593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=842] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/842/stat : 842 (java) S 833 835 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117240012 1835085824 123593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=843] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/843/stat : 843 (java) S 833 835 525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117240016 1835085824 123593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=844] ppid=833 vsize=1792076 CPUtime=1.63
/proc/835/task/844/stat : 844 (java) S 833 835 525 0 -1 64 4498 0 0 0 162 1 0 0 16 0 13 0 117240016 1835085824 123593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=845] ppid=833 vsize=1792076 CPUtime=1.94
/proc/835/task/845/stat : 845 (java) S 833 835 525 0 -1 64 7614 0 0 0 191 3 0 0 16 0 13 0 117240016 1835085824 123593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=846] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/846/stat : 846 (java) S 833 835 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117240016 1835085824 123593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=847] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/847/stat : 847 (java) S 833 835 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117240016 1835085824 123593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=848] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/848/stat : 848 (java) S 833 835 525 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 117240197 1835085824 123593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1562.78
Current children cumulated vsize (KiB) 1792076

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 850
/proc/meminfo: memFree=1319568/2055920 swapFree=4169844/4192956
[pid=835] ppid=833 vsize=1792076 CPUtime=1623.7
/proc/835/stat : 835 (java) S 833 835 525 0 -1 0 179965 0 1 0 162272 98 0 0 18 0 13 0 117240006 1835085824 124724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/835/statm: 448019 124724 1334 9 0 445631 0
[pid=835/tid=837] ppid=833 vsize=1792076 CPUtime=1580.5
/proc/835/task/837/stat : 837 (java) R 833 835 525 0 -1 64 59933 0 1 0 158016 34 0 0 25 0 13 0 117240008 1835085824 124724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109798999 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=838] ppid=833 vsize=1792076 CPUtime=19.67
/proc/835/task/838/stat : 838 (java) S 833 835 525 0 -1 64 51938 0 0 0 1945 22 0 0 16 0 13 0 117240009 1835085824 124724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=839] ppid=833 vsize=1792076 CPUtime=19.71
/proc/835/task/839/stat : 839 (java) S 833 835 525 0 -1 64 55098 0 0 0 1945 26 0 0 17 0 13 0 117240009 1835085824 124724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=840] ppid=833 vsize=1792076 CPUtime=0.18
/proc/835/task/840/stat : 840 (java) S 833 835 525 0 -1 64 163 0 0 0 10 8 0 0 16 0 13 0 117240011 1835085824 124724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=841] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/841/stat : 841 (java) S 833 835 525 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 117240012 1835085824 124724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=842] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/842/stat : 842 (java) S 833 835 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117240012 1835085824 124724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=843] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/843/stat : 843 (java) S 833 835 525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117240016 1835085824 124724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=844] ppid=833 vsize=1792076 CPUtime=1.63
/proc/835/task/844/stat : 844 (java) S 833 835 525 0 -1 64 4498 0 0 0 162 1 0 0 16 0 13 0 117240016 1835085824 124724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=845] ppid=833 vsize=1792076 CPUtime=1.94
/proc/835/task/845/stat : 845 (java) S 833 835 525 0 -1 64 7614 0 0 0 191 3 0 0 16 0 13 0 117240016 1835085824 124724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=846] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/846/stat : 846 (java) S 833 835 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117240016 1835085824 124724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=847] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/847/stat : 847 (java) S 833 835 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117240016 1835085824 124724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=848] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/848/stat : 848 (java) S 833 835 525 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 117240197 1835085824 124724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1623.7
Current children cumulated vsize (KiB) 1792076

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 850
/proc/meminfo: memFree=1315024/2055920 swapFree=4169844/4192956
[pid=835] ppid=833 vsize=1792076 CPUtime=1684.67
/proc/835/stat : 835 (java) S 833 835 525 0 -1 0 181259 0 1 0 168368 99 0 0 18 0 13 0 117240006 1835085824 125846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/835/statm: 448019 125846 1334 9 0 445631 0
[pid=835/tid=837] ppid=833 vsize=1792076 CPUtime=1639.47
/proc/835/task/837/stat : 837 (java) S 833 835 525 0 -1 64 59951 0 1 0 163913 34 0 0 25 0 13 0 117240008 1835085824 125846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=838] ppid=833 vsize=1792076 CPUtime=20.67
/proc/835/task/838/stat : 838 (java) R 833 835 525 0 -1 64 52886 0 0 0 2044 23 0 0 17 0 13 0 117240009 1835085824 125846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105070795 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=839] ppid=833 vsize=1792076 CPUtime=20.71
/proc/835/task/839/stat : 839 (java) R 833 835 525 0 -1 64 55426 0 0 0 2045 26 0 0 17 0 13 0 117240009 1835085824 125846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105070783 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=840] ppid=833 vsize=1792076 CPUtime=0.19
/proc/835/task/840/stat : 840 (java) S 833 835 525 0 -1 64 163 0 0 0 11 8 0 0 16 0 13 0 117240011 1835085824 125846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=841] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/841/stat : 841 (java) S 833 835 525 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 117240012 1835085824 125846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=842] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/842/stat : 842 (java) S 833 835 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117240012 1835085824 125846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=843] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/843/stat : 843 (java) S 833 835 525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117240016 1835085824 125846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=844] ppid=833 vsize=1792076 CPUtime=1.63
/proc/835/task/844/stat : 844 (java) S 833 835 525 0 -1 64 4498 0 0 0 162 1 0 0 16 0 13 0 117240016 1835085824 125846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=845] ppid=833 vsize=1792076 CPUtime=1.94
/proc/835/task/845/stat : 845 (java) S 833 835 525 0 -1 64 7614 0 0 0 191 3 0 0 16 0 13 0 117240016 1835085824 125846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=846] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/846/stat : 846 (java) S 833 835 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117240016 1835085824 125846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=847] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/847/stat : 847 (java) S 833 835 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117240016 1835085824 125846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=848] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/848/stat : 848 (java) S 833 835 525 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 117240197 1835085824 125846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1684.67
Current children cumulated vsize (KiB) 1792076

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 850
/proc/meminfo: memFree=1309264/2055920 swapFree=4169844/4192956
[pid=835] ppid=833 vsize=1792076 CPUtime=1745.63
/proc/835/stat : 835 (java) S 833 835 525 0 -1 0 182878 0 1 0 174463 100 0 0 18 0 13 0 117240006 1835085824 127313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/835/statm: 448019 127313 1334 9 0 445631 0
[pid=835/tid=837] ppid=833 vsize=1792076 CPUtime=1698.42
/proc/835/task/837/stat : 837 (java) R 833 835 525 0 -1 64 59970 0 1 0 169807 35 0 0 25 0 13 0 117240008 1835085824 127313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109764219 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=838] ppid=833 vsize=1792076 CPUtime=21.68
/proc/835/task/838/stat : 838 (java) S 833 835 525 0 -1 64 54076 0 0 0 2145 23 0 0 17 0 13 0 117240009 1835085824 127313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=839] ppid=833 vsize=1792076 CPUtime=21.71
/proc/835/task/839/stat : 839 (java) S 833 835 525 0 -1 64 55836 0 0 0 2145 26 0 0 16 0 13 0 117240009 1835085824 127313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=840] ppid=833 vsize=1792076 CPUtime=0.19
/proc/835/task/840/stat : 840 (java) S 833 835 525 0 -1 64 163 0 0 0 11 8 0 0 16 0 13 0 117240011 1835085824 127313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=841] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/841/stat : 841 (java) S 833 835 525 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 117240012 1835085824 127313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=842] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/842/stat : 842 (java) S 833 835 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117240012 1835085824 127313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=843] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/843/stat : 843 (java) S 833 835 525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117240016 1835085824 127313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=844] ppid=833 vsize=1792076 CPUtime=1.63
/proc/835/task/844/stat : 844 (java) S 833 835 525 0 -1 64 4498 0 0 0 162 1 0 0 16 0 13 0 117240016 1835085824 127313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=845] ppid=833 vsize=1792076 CPUtime=1.94
/proc/835/task/845/stat : 845 (java) S 833 835 525 0 -1 64 7614 0 0 0 191 3 0 0 16 0 13 0 117240016 1835085824 127313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=846] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/846/stat : 846 (java) S 833 835 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117240016 1835085824 127313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=847] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/847/stat : 847 (java) S 833 835 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117240016 1835085824 127313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=848] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/848/stat : 848 (java) S 833 835 525 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 117240197 1835085824 127313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1745.63
Current children cumulated vsize (KiB) 1792076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 850
/proc/meminfo: memFree=1304976/2055920 swapFree=4169844/4192956
[pid=835] ppid=833 vsize=1792076 CPUtime=1800
/proc/835/stat : 835 (java) S 833 835 525 0 -1 0 183990 0 1 0 179899 101 0 0 18 0 13 0 117240006 1835085824 128311 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/835/statm: 448019 128311 1334 9 0 445631 0
[pid=835/tid=837] ppid=833 vsize=1792076 CPUtime=1751
/proc/835/task/837/stat : 837 (java) R 833 835 525 0 -1 64 59986 0 1 0 175065 35 0 0 25 0 13 0 117240008 1835085824 128311 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109794416 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=838] ppid=833 vsize=1792076 CPUtime=22.57
/proc/835/task/838/stat : 838 (java) S 833 835 525 0 -1 64 54961 0 0 0 2233 24 0 0 17 0 13 0 117240009 1835085824 128311 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=839] ppid=833 vsize=1792076 CPUtime=22.61
/proc/835/task/839/stat : 839 (java) S 833 835 525 0 -1 64 56047 0 0 0 2235 26 0 0 16 0 13 0 117240009 1835085824 128311 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=840] ppid=833 vsize=1792076 CPUtime=0.19
/proc/835/task/840/stat : 840 (java) S 833 835 525 0 -1 64 163 0 0 0 11 8 0 0 16 0 13 0 117240011 1835085824 128311 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=841] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/841/stat : 841 (java) S 833 835 525 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 117240012 1835085824 128311 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=842] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/842/stat : 842 (java) S 833 835 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117240012 1835085824 128311 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=843] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/843/stat : 843 (java) S 833 835 525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117240016 1835085824 128311 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=844] ppid=833 vsize=1792076 CPUtime=1.63
/proc/835/task/844/stat : 844 (java) S 833 835 525 0 -1 64 4498 0 0 0 162 1 0 0 16 0 13 0 117240016 1835085824 128311 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=835/tid=845] ppid=833 vsize=1792076 CPUtime=1.94
/proc/835/task/845/stat : 845 (java) S 833 835 525 0 -1 64 7614 0 0 0 191 3 0 0 16 0 13 0 117240016 1835085824 128311 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=846] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/846/stat : 846 (java) S 833 835 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117240016 1835085824 128311 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=847] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/847/stat : 847 (java) S 833 835 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117240016 1835085824 128311 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=835/tid=848] ppid=833 vsize=1792076 CPUtime=0
/proc/835/task/848/stat : 848 (java) S 833 835 525 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 117240197 1835085824 128311 18446744073709551615 134512640 134550740 4294956464 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) 1792076

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

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

Child status: 143
Real time (s): 1775.91
CPU time (s): 1800.11
CPU user time (s): 1799.02
CPU system time (s): 1.09183
CPU usage (%): 101.363
Max. virtual memory (cumulated for all children) (KiB): 1796476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.09183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184010
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= 43098
involuntary context switches= 59274

runsolver used 1.84672 second user time and 5.11922 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Mon Apr 16 03:14:03 UTC 2007

IDJOB= 354059
IDBENCH= 2334
IDSOLVER= 160
FILE ID= node30/354059-1176693243

PBS_JOBID= 4560013

Free space on /tmp= 66529 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d360a4da18a1223a5a3c77027ac256df

RANDOM SEED= 353366576

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1817424 kB
Buffers:         40060 kB
Cached:         114576 kB
SwapCached:       2376 kB
Active:          88528 kB
Inactive:        89332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817424 kB
SwapTotal:     4192956 kB
SwapFree:      4169844 kB
Dirty:            4464 kB
Writeback:           0 kB
Mapped:          30264 kB
Slab:            46208 kB
Committed_AS:  2737920 kB
PageTables:       1776 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= 66529 MiB

End job on node30 on Mon Apr 16 03:43:41 UTC 2007