Trace number 349543

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.21 1756.37

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-roll3000.opb
MD5SUM553e03f28bab227c11d33a47edd1fb32
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 variables8902
Total number of constraints2864
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints2690
Minimum length of a constraint2
Maximum length of a constraint2407
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2123511627775
Number of bits of the biggest sum of numbers41
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/349543-1176707350/instance-349543-1176707350.opb
0.20/0.20	c reading problem ... 
3.04/1.95	c ... done. Wall clock time 1.751s.
3.04/1.95	c CPU time (experimental) 1.15s.
3.04/1.95	c #vars     8902
3.04/1.95	c #constraints  3038
1800.05/1756.21	c starts		: 2
1800.05/1756.21	c conflicts		: 55606
1800.05/1756.21	c decisions		: 99926
1800.05/1756.21	c propagations		: 1378162
1800.05/1756.21	c inspects		: 475852720
1800.05/1756.21	c learnt literals	: 0
1800.05/1756.21	c learnt binary clauses	: 0
1800.05/1756.21	c learnt ternary clauses	: 0
1800.05/1756.21	c learnt clauses	: 55606
1800.05/1756.21	c root simplifications	: 0
1800.05/1756.21	c removed literals (reason simplification)	: 0
1800.05/1756.21	c reason swapping (by a shorter reason)	: 0
1800.05/1756.21	c Calls to reduceDB	: 0
1800.05/1756.21	c speed (decisions/second)	: 56.96265669918032
1800.05/1756.21	c non guided choices	0
1800.05/1756.21	s UNKNOWN
1800.05/1756.21	c Total wall clock time (ms): 1756.008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node19/watcher-349543-1176707350 -o ROOT/results/node19/solver-349543-1176707350 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349543-1176707350/sat4jPseudoCP.jar /tmp/evaluation/349543-1176707350/instance-349543-1176707350.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: 1.06 1.01 1.00 2/77 30837
/proc/meminfo: memFree=1793240/2055920 swapFree=4159396/4192956
[pid=30837] ppid=30835 vsize=152 CPUtime=0
/proc/30837/stat : 30837 (java) R 30835 30837 30135 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 118652417 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7484196 0 0 4096 0 0 0 0 17 1 0 0
/proc/30837/statm: 38 26 19 9 0 4 0

[startup+0.0663309 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 30837
/proc/meminfo: memFree=1793240/2055920 swapFree=4159396/4192956
[pid=30837] ppid=30835 vsize=1777708 CPUtime=0.05
/proc/30837/stat : 30837 (java) S 30835 30837 30135 0 -1 0 3661 0 1 0 3 2 0 0 18 0 7 0 118652417 1820372992 3403 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/30837/statm: 444427 3403 1078 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.102336 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 30837
/proc/meminfo: memFree=1793240/2055920 swapFree=4159396/4192956
[pid=30837] ppid=30835 vsize=1780108 CPUtime=0.08
/proc/30837/stat : 30837 (java) S 30835 30837 30135 0 -1 0 3974 0 1 0 6 2 0 0 18 0 12 0 118652417 1822830592 3715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30837/statm: 445027 3715 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301355 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 30837
/proc/meminfo: memFree=1793240/2055920 swapFree=4159396/4192956
[pid=30837] ppid=30835 vsize=1782436 CPUtime=0.33
/proc/30837/stat : 30837 (java) S 30835 30837 30135 0 -1 0 5229 0 1 0 29 4 0 0 18 0 12 0 118652417 1825214464 4967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30837/statm: 445609 4967 1263 9 0 443221 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782436

[startup+0.701397 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 30837
/proc/meminfo: memFree=1793240/2055920 swapFree=4159396/4192956
[pid=30837] ppid=30835 vsize=1783788 CPUtime=0.9
/proc/30837/stat : 30837 (java) S 30835 30837 30135 0 -1 0 7392 0 1 0 85 5 0 0 18 0 12 0 118652417 1826598912 7080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30837/statm: 445947 7081 1309 9 0 443559 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1783788

[startup+1.50249 s]
/proc/loadavg: 1.06 1.01 1.00 4/89 30849
/proc/meminfo: memFree=1763448/2055920 swapFree=4159396/4192956
[pid=30837] ppid=30835 vsize=1796124 CPUtime=2.46
/proc/30837/stat : 30837 (java) S 30835 30837 30135 0 -1 0 18207 0 1 0 223 23 0 0 18 0 12 0 118652417 1839230976 13705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30837/statm: 449031 13705 1310 9 0 446643 0
[pid=30837/tid=30839] ppid=30835 vsize=1796124 CPUtime=0.7
/proc/30837/task/30839/stat : 30839 (java) R 30835 30837 30135 0 -1 64 9467 0 1 0 65 5 0 0 18 0 12 0 118652419 1839230976 13705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30840] ppid=30835 vsize=1796124 CPUtime=0
/proc/30837/task/30840/stat : 30840 (java) S 30835 30837 30135 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 118652420 1839230976 13705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30841] ppid=30835 vsize=1796124 CPUtime=0
/proc/30837/task/30841/stat : 30841 (java) S 30835 30837 30135 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 118652420 1839230976 13705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30842] ppid=30835 vsize=1796124 CPUtime=0.22
/proc/30837/task/30842/stat : 30842 (java) S 30835 30837 30135 0 -1 64 2 0 0 0 9 13 0 0 16 0 12 0 118652422 1839230976 13705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30843] ppid=30835 vsize=1796124 CPUtime=0
/proc/30837/task/30843/stat : 30843 (java) S 30835 30837 30135 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 118652423 1839230976 13705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30844] ppid=30835 vsize=1796124 CPUtime=0
/proc/30837/task/30844/stat : 30844 (java) S 30835 30837 30135 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 118652423 1839230976 13705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30845] ppid=30835 vsize=1796124 CPUtime=0
/proc/30837/task/30845/stat : 30845 (java) S 30835 30837 30135 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 118652427 1839230976 13705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30846] ppid=30835 vsize=1796124 CPUtime=0.96
/proc/30837/task/30846/stat : 30846 (java) R 30835 30837 30135 0 -1 64 5710 0 0 0 94 2 0 0 21 0 12 0 118652427 1839230976 13705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102396878 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30847] ppid=30835 vsize=1796124 CPUtime=0.54
/proc/30837/task/30847/stat : 30847 (java) R 30835 30837 30135 0 -1 64 2308 0 0 0 54 0 0 0 16 0 12 0 118652427 1839230976 13705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 106125958 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30848] ppid=30835 vsize=1796124 CPUtime=0
/proc/30837/task/30848/stat : 30848 (java) S 30835 30837 30135 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118652427 1839230976 13705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30849] ppid=30835 vsize=1796124 CPUtime=0
/proc/30837/task/30849/stat : 30849 (java) S 30835 30837 30135 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118652427 1839230976 13705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 1796124

[startup+3.10166 s]
/proc/loadavg: 1.29 1.06 1.02 4/90 30850
/proc/meminfo: memFree=1697904/2055920 swapFree=4159396/4192956
[pid=30837] ppid=30835 vsize=1794340 CPUtime=4.94
/proc/30837/stat : 30837 (java) S 30835 30837 30135 0 -1 0 50778 0 1 0 458 36 0 0 18 0 13 0 118652417 1837404160 42063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30837/statm: 448585 42064 1326 9 0 446197 0
[pid=30837/tid=30839] ppid=30835 vsize=1794340 CPUtime=1.95
/proc/30837/task/30839/stat : 30839 (java) S 30835 30837 30135 0 -1 64 37731 0 1 0 178 17 0 0 17 0 13 0 118652419 1837404160 42066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30840] ppid=30835 vsize=1794340 CPUtime=0
/proc/30837/task/30840/stat : 30840 (java) R 30835 30837 30135 0 -1 64 164 0 0 0 0 0 0 0 16 0 13 0 118652420 1837404160 42067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30841] ppid=30835 vsize=1794340 CPUtime=0
/proc/30837/task/30841/stat : 30841 (java) R 30835 30837 30135 0 -1 64 166 0 0 0 0 0 0 0 16 0 13 0 118652420 1837404160 42068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30842] ppid=30835 vsize=1794340 CPUtime=0.22
/proc/30837/task/30842/stat : 30842 (java) S 30835 30837 30135 0 -1 64 3 0 0 0 9 13 0 0 16 0 13 0 118652422 1837404160 42069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30843] ppid=30835 vsize=1794340 CPUtime=0
/proc/30837/task/30843/stat : 30843 (java) S 30835 30837 30135 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 118652423 1837404160 42070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30844] ppid=30835 vsize=1794340 CPUtime=0
/proc/30837/task/30844/stat : 30844 (java) S 30835 30837 30135 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118652423 1837404160 42072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30845] ppid=30835 vsize=1794340 CPUtime=0
/proc/30837/task/30845/stat : 30845 (java) S 30835 30837 30135 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118652427 1837404160 42073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30846] ppid=30835 vsize=1794340 CPUtime=1.62
/proc/30837/task/30846/stat : 30846 (java) S 30835 30837 30135 0 -1 64 6583 0 0 0 160 2 0 0 17 0 13 0 118652427 1837404160 42074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30847] ppid=30835 vsize=1794340 CPUtime=1.09
/proc/30837/task/30847/stat : 30847 (java) S 30835 30837 30135 0 -1 64 5416 0 0 0 108 1 0 0 16 0 13 0 118652427 1837404160 42075 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30848] ppid=30835 vsize=1794340 CPUtime=0
/proc/30837/task/30848/stat : 30848 (java) S 30835 30837 30135 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118652427 1837404160 42077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30849] ppid=30835 vsize=1794340 CPUtime=0
/proc/30837/task/30849/stat : 30849 (java) S 30835 30837 30135 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118652427 1837404160 42078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30850] ppid=30835 vsize=1794340 CPUtime=0
/proc/30837/task/30850/stat : 30850 (java) S 30835 30837 30135 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 118652621 1837404160 42079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 1794340

[startup+6.303 s]
/proc/loadavg: 1.29 1.06 1.02 2/90 30850
/proc/meminfo: memFree=1609136/2055920 swapFree=4159396/4192956
[pid=30837] ppid=30835 vsize=1793988 CPUtime=8.94
/proc/30837/stat : 30837 (java) S 30835 30837 30135 0 -1 0 59321 0 1 0 854 40 0 0 18 0 13 0 118652417 1837043712 44493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30837/statm: 448497 44493 1331 9 0 446109 0
[pid=30837/tid=30839] ppid=30835 vsize=1793988 CPUtime=4.69
/proc/30837/task/30839/stat : 30839 (java) R 30835 30837 30135 0 -1 64 37742 0 1 0 452 17 0 0 20 0 13 0 118652419 1837043712 44493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109838744 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30840] ppid=30835 vsize=1793988 CPUtime=0.2
/proc/30837/task/30840/stat : 30840 (java) S 30835 30837 30135 0 -1 64 2674 0 0 0 19 1 0 0 16 0 13 0 118652420 1837043712 44493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30841] ppid=30835 vsize=1793988 CPUtime=0.21
/proc/30837/task/30841/stat : 30841 (java) S 30835 30837 30135 0 -1 64 2763 0 0 0 20 1 0 0 16 0 13 0 118652420 1837043712 44493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30842] ppid=30835 vsize=1793988 CPUtime=0.22
/proc/30837/task/30842/stat : 30842 (java) S 30835 30837 30135 0 -1 64 18 0 0 0 9 13 0 0 15 0 13 0 118652422 1837043712 44493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30843] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30843/stat : 30843 (java) S 30835 30837 30135 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118652423 1837043712 44493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30844] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30844/stat : 30844 (java) S 30835 30837 30135 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118652423 1837043712 44493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30845] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30845/stat : 30845 (java) S 30835 30837 30135 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118652427 1837043712 44493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30846] ppid=30835 vsize=1793988 CPUtime=2.16
/proc/30837/task/30846/stat : 30846 (java) S 30835 30837 30135 0 -1 64 9302 0 0 0 213 3 0 0 16 0 13 0 118652427 1837043712 44493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30847] ppid=30835 vsize=1793988 CPUtime=1.4
/proc/30837/task/30847/stat : 30847 (java) S 30835 30837 30135 0 -1 64 6100 0 0 0 138 2 0 0 16 0 13 0 118652427 1837043712 44493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30848] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30848/stat : 30848 (java) S 30835 30837 30135 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118652427 1837043712 44493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30849] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30849/stat : 30849 (java) S 30835 30837 30135 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118652427 1837043712 44493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30850] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30850/stat : 30850 (java) S 30835 30837 30135 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 118652621 1837043712 44493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.94
Current children cumulated vsize (KiB) 1793988

[startup+12.7017 s]
/proc/loadavg: 1.25 1.06 1.02 2/90 30850
/proc/meminfo: memFree=1593456/2055920 swapFree=4159396/4192956
[pid=30837] ppid=30835 vsize=1793988 CPUtime=15.49
/proc/30837/stat : 30837 (java) S 30835 30837 30135 0 -1 0 66443 0 1 0 1506 43 0 0 18 0 13 0 118652417 1837043712 50972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30837/statm: 448497 50972 1331 9 0 446109 0
[pid=30837/tid=30839] ppid=30835 vsize=1793988 CPUtime=10.93
/proc/30837/task/30839/stat : 30839 (java) R 30835 30837 30135 0 -1 64 37897 0 1 0 1076 17 0 0 19 0 13 0 118652419 1837043712 50972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109864817 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30840] ppid=30835 vsize=1793988 CPUtime=0.33
/proc/30837/task/30840/stat : 30840 (java) S 30835 30837 30135 0 -1 64 6516 0 0 0 31 2 0 0 15 0 13 0 118652420 1837043712 50972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30841] ppid=30835 vsize=1793988 CPUtime=0.34
/proc/30837/task/30841/stat : 30841 (java) S 30835 30837 30135 0 -1 64 5874 0 0 0 32 2 0 0 15 0 13 0 118652420 1837043712 50972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30842] ppid=30835 vsize=1793988 CPUtime=0.23
/proc/30837/task/30842/stat : 30842 (java) S 30835 30837 30135 0 -1 64 32 0 0 0 10 13 0 0 16 0 13 0 118652422 1837043712 50972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30843] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30843/stat : 30843 (java) S 30835 30837 30135 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118652423 1837043712 50972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30844] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30844/stat : 30844 (java) S 30835 30837 30135 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118652423 1837043712 50972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30845] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30845/stat : 30845 (java) S 30835 30837 30135 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118652427 1837043712 50972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30846] ppid=30835 vsize=1793988 CPUtime=2.17
/proc/30837/task/30846/stat : 30846 (java) S 30835 30837 30135 0 -1 64 9302 0 0 0 214 3 0 0 17 0 13 0 118652427 1837043712 50972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30847] ppid=30835 vsize=1793988 CPUtime=1.42
/proc/30837/task/30847/stat : 30847 (java) S 30835 30837 30135 0 -1 64 6100 0 0 0 140 2 0 0 17 0 13 0 118652427 1837043712 50972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30848] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30848/stat : 30848 (java) S 30835 30837 30135 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118652427 1837043712 50972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30849] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30849/stat : 30849 (java) S 30835 30837 30135 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118652427 1837043712 50972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30850] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30850/stat : 30850 (java) S 30835 30837 30135 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 118652621 1837043712 50972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.49
Current children cumulated vsize (KiB) 1793988

[startup+25.5021 s]
/proc/loadavg: 1.21 1.06 1.02 2/90 30850
/proc/meminfo: memFree=1643696/2055920 swapFree=4159396/4192956
[pid=30837] ppid=30835 vsize=1793988 CPUtime=28.36
/proc/30837/stat : 30837 (java) S 30835 30837 30135 0 -1 0 71321 0 1 0 2789 47 0 0 18 0 13 0 118652417 1837043712 38375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30837/statm: 448497 38375 1331 9 0 446109 0
[pid=30837/tid=30839] ppid=30835 vsize=1793988 CPUtime=23.61
/proc/30837/task/30839/stat : 30839 (java) R 30835 30837 30135 0 -1 64 41112 0 1 0 2343 18 0 0 22 0 13 0 118652419 1837043712 38375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109872409 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30840] ppid=30835 vsize=1793988 CPUtime=0.42
/proc/30837/task/30840/stat : 30840 (java) S 30835 30837 30135 0 -1 64 7411 0 0 0 39 3 0 0 16 0 13 0 118652420 1837043712 38375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30841] ppid=30835 vsize=1793988 CPUtime=0.41
/proc/30837/task/30841/stat : 30841 (java) S 30835 30837 30135 0 -1 64 6632 0 0 0 39 2 0 0 16 0 13 0 118652420 1837043712 38375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30842] ppid=30835 vsize=1793988 CPUtime=0.25
/proc/30837/task/30842/stat : 30842 (java) S 30835 30837 30135 0 -1 64 42 0 0 0 10 15 0 0 15 0 13 0 118652422 1837043712 38375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=30837/tid=30842] ppid=30835 vsize=1793988 CPUtime=0.55
/proc/30837/task/30842/stat : 30842 (java) S 30835 30837 30135 0 -1 64 220 0 0 0 27 28 0 0 16 0 13 0 118652422 1837043712 172913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30843] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30843/stat : 30843 (java) S 30835 30837 30135 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118652423 1837043712 172913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30844] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30844/stat : 30844 (java) S 30835 30837 30135 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118652423 1837043712 172913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30845] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30845/stat : 30845 (java) S 30835 30837 30135 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118652427 1837043712 172913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30846] ppid=30835 vsize=1793988 CPUtime=2.44
/proc/30837/task/30846/stat : 30846 (java) S 30835 30837 30135 0 -1 64 9323 0 0 0 241 3 0 0 16 0 13 0 118652427 1837043712 172913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30847] ppid=30835 vsize=1793988 CPUtime=1.55
/proc/30837/task/30847/stat : 30847 (java) S 30835 30837 30135 0 -1 64 6104 0 0 0 153 2 0 0 17 0 13 0 118652427 1837043712 172913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30848] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30848/stat : 30848 (java) S 30835 30837 30135 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118652427 1837043712 172913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30849] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30849/stat : 30849 (java) S 30835 30837 30135 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118652427 1837043712 172913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30850] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30850/stat : 30850 (java) S 30835 30837 30135 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 118652621 1837043712 172913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1579.27
Current children cumulated vsize (KiB) 1793988

[startup+1602.3 s]
/proc/loadavg: 1.06 1.03 1.01 2/90 30850
/proc/meminfo: memFree=1094576/2055920 swapFree=4159396/4192956
[pid=30837] ppid=30835 vsize=1793988 CPUtime=1641.12
/proc/30837/stat : 30837 (java) S 30835 30837 30135 0 -1 0 260944 0 1 0 163964 148 0 0 18 0 13 0 118652417 1837043712 175290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30837/statm: 448497 175290 1334 9 0 446109 0
[pid=30837/tid=30839] ppid=30835 vsize=1793988 CPUtime=1562.08
/proc/30837/task/30839/stat : 30839 (java) R 30835 30837 30135 0 -1 64 90774 0 1 0 156163 45 0 0 25 0 13 0 118652419 1837043712 175290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109711977 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30840] ppid=30835 vsize=1793988 CPUtime=37.26
/proc/30837/task/30840/stat : 30840 (java) S 30835 30837 30135 0 -1 64 79315 0 0 0 3692 34 0 0 17 0 13 0 118652420 1837043712 175290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30841] ppid=30835 vsize=1793988 CPUtime=37.17
/proc/30837/task/30841/stat : 30841 (java) S 30835 30837 30135 0 -1 64 74486 0 0 0 3684 33 0 0 16 0 13 0 118652420 1837043712 175290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30842] ppid=30835 vsize=1793988 CPUtime=0.56
/proc/30837/task/30842/stat : 30842 (java) S 30835 30837 30135 0 -1 64 220 0 0 0 28 28 0 0 16 0 13 0 118652422 1837043712 175290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30843] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30843/stat : 30843 (java) S 30835 30837 30135 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118652423 1837043712 175290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30844] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30844/stat : 30844 (java) S 30835 30837 30135 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118652423 1837043712 175290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30845] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30845/stat : 30845 (java) S 30835 30837 30135 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118652427 1837043712 175290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30846] ppid=30835 vsize=1793988 CPUtime=2.44
/proc/30837/task/30846/stat : 30846 (java) S 30835 30837 30135 0 -1 64 9323 0 0 0 241 3 0 0 16 0 13 0 118652427 1837043712 175290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30847] ppid=30835 vsize=1793988 CPUtime=1.55
/proc/30837/task/30847/stat : 30847 (java) S 30835 30837 30135 0 -1 64 6104 0 0 0 153 2 0 0 17 0 13 0 118652427 1837043712 175290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30848] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30848/stat : 30848 (java) S 30835 30837 30135 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118652427 1837043712 175290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30849] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30849/stat : 30849 (java) S 30835 30837 30135 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118652427 1837043712 175290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30850] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30850/stat : 30850 (java) S 30835 30837 30135 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 118652621 1837043712 175290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1641.12
Current children cumulated vsize (KiB) 1793988

[startup+1662.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/90 30850
/proc/meminfo: memFree=1082800/2055920 swapFree=4159396/4192956
[pid=30837] ppid=30835 vsize=1793988 CPUtime=1703.06
/proc/30837/stat : 30837 (java) S 30835 30837 30135 0 -1 0 264044 0 1 0 170156 150 0 0 18 0 13 0 118652417 1837043712 178222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30837/statm: 448497 178222 1334 9 0 446109 0
[pid=30837/tid=30839] ppid=30835 vsize=1793988 CPUtime=1620.06
/proc/30837/task/30839/stat : 30839 (java) R 30835 30837 30135 0 -1 64 90801 0 1 0 161961 45 0 0 25 0 13 0 118652419 1837043712 178222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109804002 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30840] ppid=30835 vsize=1793988 CPUtime=39.24
/proc/30837/task/30840/stat : 30840 (java) S 30835 30837 30135 0 -1 64 81492 0 0 0 3889 35 0 0 16 0 13 0 118652420 1837043712 178222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30841] ppid=30835 vsize=1793988 CPUtime=39.15
/proc/30837/task/30841/stat : 30841 (java) S 30835 30837 30135 0 -1 64 75382 0 0 0 3881 34 0 0 16 0 13 0 118652420 1837043712 178222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30842] ppid=30835 vsize=1793988 CPUtime=0.56
/proc/30837/task/30842/stat : 30842 (java) S 30835 30837 30135 0 -1 64 220 0 0 0 28 28 0 0 15 0 13 0 118652422 1837043712 178222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30843] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30843/stat : 30843 (java) S 30835 30837 30135 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118652423 1837043712 178222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30844] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30844/stat : 30844 (java) S 30835 30837 30135 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118652423 1837043712 178222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30845] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30845/stat : 30845 (java) S 30835 30837 30135 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118652427 1837043712 178222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30846] ppid=30835 vsize=1793988 CPUtime=2.44
/proc/30837/task/30846/stat : 30846 (java) S 30835 30837 30135 0 -1 64 9323 0 0 0 241 3 0 0 16 0 13 0 118652427 1837043712 178222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30847] ppid=30835 vsize=1793988 CPUtime=1.55
/proc/30837/task/30847/stat : 30847 (java) S 30835 30837 30135 0 -1 64 6104 0 0 0 153 2 0 0 17 0 13 0 118652427 1837043712 178222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30848] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30848/stat : 30848 (java) S 30835 30837 30135 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118652427 1837043712 178222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30849] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30849/stat : 30849 (java) S 30835 30837 30135 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118652427 1837043712 178222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30850] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30850/stat : 30850 (java) S 30835 30837 30135 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 118652621 1837043712 178222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1703.06
Current children cumulated vsize (KiB) 1793988

[startup+1722.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/90 30852
/proc/meminfo: memFree=1068720/2055920 swapFree=4159396/4192956
[pid=30837] ppid=30835 vsize=1793988 CPUtime=1764.99
/proc/30837/stat : 30837 (java) S 30835 30837 30135 0 -1 0 267690 0 1 0 176346 153 0 0 18 0 13 0 118652417 1837043712 181721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30837/statm: 448497 181721 1334 9 0 446109 0
[pid=30837/tid=30839] ppid=30835 vsize=1793988 CPUtime=1678.04
/proc/30837/task/30839/stat : 30839 (java) R 30835 30837 30135 0 -1 64 90827 0 1 0 167758 46 0 0 25 0 13 0 118652419 1837043712 181721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109547457 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30840] ppid=30835 vsize=1793988 CPUtime=41.2
/proc/30837/task/30840/stat : 30840 (java) S 30835 30837 30135 0 -1 64 83833 0 0 0 4085 35 0 0 17 0 13 0 118652420 1837043712 181721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30841] ppid=30835 vsize=1793988 CPUtime=41.12
/proc/30837/task/30841/stat : 30841 (java) S 30835 30837 30135 0 -1 64 76661 0 0 0 4077 35 0 0 16 0 13 0 118652420 1837043712 181721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30842] ppid=30835 vsize=1793988 CPUtime=0.56
/proc/30837/task/30842/stat : 30842 (java) S 30835 30837 30135 0 -1 64 220 0 0 0 28 28 0 0 16 0 13 0 118652422 1837043712 181721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30843] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30843/stat : 30843 (java) S 30835 30837 30135 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118652423 1837043712 181721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30844] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30844/stat : 30844 (java) S 30835 30837 30135 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118652423 1837043712 181721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30845] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30845/stat : 30845 (java) S 30835 30837 30135 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118652427 1837043712 181721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30846] ppid=30835 vsize=1793988 CPUtime=2.44
/proc/30837/task/30846/stat : 30846 (java) S 30835 30837 30135 0 -1 64 9323 0 0 0 241 3 0 0 16 0 13 0 118652427 1837043712 181721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30847] ppid=30835 vsize=1793988 CPUtime=1.55
/proc/30837/task/30847/stat : 30847 (java) S 30835 30837 30135 0 -1 64 6104 0 0 0 153 2 0 0 17 0 13 0 118652427 1837043712 181721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30848] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30848/stat : 30848 (java) S 30835 30837 30135 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118652427 1837043712 181721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30849] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30849/stat : 30849 (java) S 30835 30837 30135 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118652427 1837043712 181721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30850] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30850/stat : 30850 (java) S 30835 30837 30135 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 118652621 1837043712 181721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1764.99
Current children cumulated vsize (KiB) 1793988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1756.2 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 30852
/proc/meminfo: memFree=1063024/2055920 swapFree=4159396/4192956
[pid=30837] ppid=30835 vsize=1793988 CPUtime=1800.05
/proc/30837/stat : 30837 (java) S 30835 30837 30135 0 -1 0 269182 0 1 0 179851 154 0 0 18 0 13 0 118652417 1837043712 183134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30837/statm: 448497 183134 1334 9 0 446109 0
[pid=30837/tid=30839] ppid=30835 vsize=1793988 CPUtime=1710.76
/proc/30837/task/30839/stat : 30839 (java) R 30835 30837 30135 0 -1 64 90842 0 1 0 171030 46 0 0 25 0 13 0 118652419 1837043712 183134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109715191 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30840] ppid=30835 vsize=1793988 CPUtime=42.38
/proc/30837/task/30840/stat : 30840 (java) S 30835 30837 30135 0 -1 64 84675 0 0 0 4202 36 0 0 16 0 13 0 118652420 1837043712 183134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30841] ppid=30835 vsize=1793988 CPUtime=42.29
/proc/30837/task/30841/stat : 30841 (java) S 30835 30837 30135 0 -1 64 77296 0 0 0 4194 35 0 0 16 0 13 0 118652420 1837043712 183134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30842] ppid=30835 vsize=1793988 CPUtime=0.57
/proc/30837/task/30842/stat : 30842 (java) S 30835 30837 30135 0 -1 64 220 0 0 0 29 28 0 0 16 0 13 0 118652422 1837043712 183134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30843] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30843/stat : 30843 (java) S 30835 30837 30135 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118652423 1837043712 183134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30844] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30844/stat : 30844 (java) S 30835 30837 30135 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118652423 1837043712 183134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30845] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30845/stat : 30845 (java) S 30835 30837 30135 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118652427 1837043712 183134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30846] ppid=30835 vsize=1793988 CPUtime=2.44
/proc/30837/task/30846/stat : 30846 (java) S 30835 30837 30135 0 -1 64 9323 0 0 0 241 3 0 0 16 0 13 0 118652427 1837043712 183134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30837/tid=30847] ppid=30835 vsize=1793988 CPUtime=1.55
/proc/30837/task/30847/stat : 30847 (java) S 30835 30837 30135 0 -1 64 6104 0 0 0 153 2 0 0 17 0 13 0 118652427 1837043712 183134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30848] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30848/stat : 30848 (java) S 30835 30837 30135 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118652427 1837043712 183134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30849] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30849/stat : 30849 (java) S 30835 30837 30135 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118652427 1837043712 183134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30837/tid=30850] ppid=30835 vsize=1793988 CPUtime=0
/proc/30837/task/30850/stat : 30850 (java) S 30835 30837 30135 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 118652621 1837043712 183134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1793988

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

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

[startup+1756.31 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 30852
/proc/meminfo: memFree=1063024/2055920 swapFree=4159396/4192956
[pid=30837] ppid=30835 vsize=0 CPUtime=1800.15
/proc/30837/stat : 30837 (java) Z 30835 30837 30135 0 -1 1036 269203 0 1 0 179855 160 0 0 16 0 2 0 118652417 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30837/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1756.37
CPU time (s): 1800.21
CPU user time (s): 1798.55
CPU system time (s): 1.65675
CPU usage (%): 102.496
Max. virtual memory (cumulated for all children) (KiB): 1800812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.55
system time used= 1.65675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269203
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= 48683
involuntary context switches= 52666

runsolver used 1.9587 second user time and 5.53216 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Apr 16 07:09:10 UTC 2007

IDJOB= 349543
IDBENCH= 2508
IDSOLVER= 160
FILE ID= node19/349543-1176707350

PBS_JOBID= 4559433

Free space on /tmp= 66503 MiB

SOLVER NAME= sat4jPseudoCP 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-roll3000.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349543-1176707350/sat4jPseudoCP.jar /tmp/evaluation/349543-1176707350/instance-349543-1176707350.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-349543-1176707350 -o ROOT/results/node19/solver-349543-1176707350 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349543-1176707350/sat4jPseudoCP.jar /tmp/evaluation/349543-1176707350/instance-349543-1176707350.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  553e03f28bab227c11d33a47edd1fb32

RANDOM SEED= 762295098

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1793648 kB
Buffers:         31152 kB
Cached:         157108 kB
SwapCached:       2276 kB
Active:          64928 kB
Inactive:       146800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793648 kB
SwapTotal:     4192956 kB
SwapFree:      4159396 kB
Dirty:            4520 kB
Writeback:           0 kB
Mapped:          31256 kB
Slab:            36072 kB
Committed_AS:  2924920 kB
PageTables:       1788 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= 66503 MiB

End job on node19 on Mon Apr 16 07:38:29 UTC 2007