Trace number 348489

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.27 1772.48

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-scfxm1.opb
MD5SUM26050490bdc7147f2ccbcc29a5d8feeb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13710
Total number of constraints327
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 constraints327
Minimum length of a constraint30
Maximum length of a constraint1710
Number of terms in the objective function 690
Biggest coefficient in the objective function 20011
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 524791
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 525557
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.18	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.19	c no version file found!!!
0.09/0.19	c sun.arch.data.model	32
0.09/0.19	c java.version	1.6.0
0.09/0.19	c os.name	Linux
0.09/0.19	c os.version	2.6.9-22.EL.rootsmp
0.09/0.19	c os.arch	i386
0.09/0.19	c Free memory 1651659224
0.09/0.19	c Max memory 1654456320
0.09/0.19	c Total memory 1654456320
0.09/0.19	c Number of processors 2
0.14/0.25	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.14/0.25	--- Begin Solver configuration ---
0.14/0.25	c Stops conflict analysis at the first Unique Implication Point
0.14/0.25	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.14/0.25	c Learn all clauses as in MiniSAT
0.14/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.14/0.25	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.25	c No reason simplification
0.14/0.25	c --- End Solver configuration ---
0.14/0.25	c Simplify asserted PB constraints to clauses
0.14/0.25	c solving /tmp/evaluation/348489-1176585601/instance-348489-1176585601.opb
0.14/0.25	c reading problem ... 
2.94/1.71	c ... done. Wall clock time 1.465s.
2.94/1.71	c CPU time (experimental) 1.07s.
2.94/1.71	c #vars     13710
2.94/1.71	c #constraints  512
1800.08/1772.31	c starts		: 2
1800.08/1772.31	c conflicts		: 14441
1800.08/1772.31	c decisions		: 354334
1800.08/1772.31	c propagations		: 1556057
1800.08/1772.31	c inspects		: 94879570
1800.08/1772.31	c learnt literals	: 0
1800.08/1772.31	c learnt binary clauses	: 0
1800.08/1772.31	c learnt ternary clauses	: 0
1800.08/1772.31	c learnt clauses	: 14440
1800.08/1772.31	c root simplifications	: 0
1800.08/1772.31	c removed literals (reason simplification)	: 0
1800.08/1772.31	c reason swapping (by a shorter reason)	: 0
1800.08/1772.31	c Calls to reduceDB	: 0
1800.08/1772.31	c speed (decisions/second)	: 200.1259492080167
1800.08/1772.31	c non guided choices	3665
1800.08/1772.31	s UNKNOWN
1800.08/1772.31	c Total wall clock time (ms): 1772.062

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-348489-1176585601 -o ROOT/results/node30/solver-348489-1176585601 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348489-1176585601/sat4jPseudoCPClause.jar /tmp/evaluation/348489-1176585601/instance-348489-1176585601.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.01 1.02 1.00 2/77 7742
/proc/meminfo: memFree=1746112/2055920 swapFree=4186972/4192956
[pid=7742] ppid=7740 vsize=152 CPUtime=0
/proc/7742/stat : 7742 (java) R 7740 7742 7120 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 106475741 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 7017252 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 38 26 19 9 0 4 0

[startup+0.0777831 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 7742
/proc/meminfo: memFree=1746112/2055920 swapFree=4186972/4192956
[pid=7742] ppid=7740 vsize=1777708 CPUtime=0.06
/proc/7742/stat : 7742 (java) S 7740 7742 7120 0 -1 0 3762 0 1 0 5 1 0 0 18 0 7 0 106475741 1820372992 3504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/7742/statm: 444427 3504 1085 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.102782 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 7742
/proc/meminfo: memFree=1746112/2055920 swapFree=4186972/4192956
[pid=7742] ppid=7740 vsize=1780112 CPUtime=0.09
/proc/7742/stat : 7742 (java) S 7740 7742 7120 0 -1 0 3978 0 1 0 7 2 0 0 18 0 12 0 106475741 1822834688 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7742/statm: 445028 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780112

[startup+0.302795 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 7742
/proc/meminfo: memFree=1746112/2055920 swapFree=4186972/4192956
[pid=7742] ppid=7740 vsize=1781408 CPUtime=0.25
/proc/7742/stat : 7742 (java) S 7740 7742 7120 0 -1 0 5087 0 1 0 23 2 0 0 18 0 12 0 106475741 1824161792 4825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7742/statm: 445352 4825 1262 9 0 442963 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1781408

[startup+0.702819 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 7742
/proc/meminfo: memFree=1746112/2055920 swapFree=4186972/4192956
[pid=7742] ppid=7740 vsize=1793368 CPUtime=0.98
/proc/7742/stat : 7742 (java) S 7740 7742 7120 0 -1 0 9210 0 1 0 94 4 0 0 18 0 12 0 106475741 1836408832 8346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7742/statm: 448342 8346 1302 9 0 445953 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1793368

[startup+1.50187 s]
/proc/loadavg: 1.01 1.02 1.00 3/89 7754
/proc/meminfo: memFree=1710304/2055920 swapFree=4186972/4192956
[pid=7742] ppid=7740 vsize=1799268 CPUtime=2.57
/proc/7742/stat : 7742 (java) S 7740 7742 7120 0 -1 0 24323 0 1 0 245 12 0 0 18 0 12 0 106475741 1842450432 19190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7742/statm: 449817 19190 1307 9 0 447428 0
[pid=7742/tid=7744] ppid=7740 vsize=1799268 CPUtime=0.87
/proc/7742/task/7744/stat : 7744 (java) R 7740 7742 7120 0 -1 64 14305 0 1 0 80 7 0 0 18 0 12 0 106475742 1842450432 19190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109518042 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7745] ppid=7740 vsize=1799268 CPUtime=0
/proc/7742/task/7745/stat : 7745 (java) S 7740 7742 7120 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 106475743 1842450432 19190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7746] ppid=7740 vsize=1799268 CPUtime=0
/proc/7742/task/7746/stat : 7746 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 106475743 1842450432 19190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7747] ppid=7740 vsize=1799268 CPUtime=0
/proc/7742/task/7747/stat : 7747 (java) S 7740 7742 7120 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 106475746 1842450432 19190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7748] ppid=7740 vsize=1799268 CPUtime=0
/proc/7742/task/7748/stat : 7748 (java) S 7740 7742 7120 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 106475746 1842450432 19190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7749] ppid=7740 vsize=1799268 CPUtime=0
/proc/7742/task/7749/stat : 7749 (java) S 7740 7742 7120 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 106475746 1842450432 19190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7750] ppid=7740 vsize=1799268 CPUtime=0
/proc/7742/task/7750/stat : 7750 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 106475750 1842450432 19190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7751] ppid=7740 vsize=1799268 CPUtime=1.1
/proc/7742/task/7751/stat : 7751 (java) R 7740 7742 7120 0 -1 64 6817 0 0 0 107 3 0 0 21 0 12 0 106475750 1842450432 19190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103313573 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7752] ppid=7740 vsize=1799268 CPUtime=0.58
/proc/7742/task/7752/stat : 7752 (java) S 7740 7742 7120 0 -1 64 2478 0 0 0 57 1 0 0 16 0 12 0 106475750 1842450432 19190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7753] ppid=7740 vsize=1799268 CPUtime=0
/proc/7742/task/7753/stat : 7753 (java) S 7740 7742 7120 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 106475750 1842450432 19190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7754] ppid=7740 vsize=1799268 CPUtime=0
/proc/7742/task/7754/stat : 7754 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 106475750 1842450432 19190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1799268

[startup+3.10196 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 7755
/proc/meminfo: memFree=1648088/2055920 swapFree=4186972/4192956
[pid=7742] ppid=7740 vsize=1796520 CPUtime=4.92
/proc/7742/stat : 7742 (java) S 7740 7742 7120 0 -1 0 53150 0 1 0 466 26 0 0 18 0 13 0 106475741 1839636480 44807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7742/statm: 449130 44807 1325 9 0 446741 0
[pid=7742/tid=7744] ppid=7740 vsize=1796520 CPUtime=2.21
/proc/7742/task/7744/stat : 7744 (java) R 7740 7742 7120 0 -1 64 37716 0 1 0 204 17 0 0 21 0 13 0 106475742 1839636480 44807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109529456 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7745] ppid=7740 vsize=1796520 CPUtime=0.04
/proc/7742/task/7745/stat : 7745 (java) S 7740 7742 7120 0 -1 64 1412 0 0 0 4 0 0 0 16 0 13 0 106475743 1839636480 44807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7746] ppid=7740 vsize=1796520 CPUtime=0.04
/proc/7742/task/7746/stat : 7746 (java) S 7740 7742 7120 0 -1 64 1277 0 0 0 4 0 0 0 16 0 13 0 106475743 1839636480 44807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7747] ppid=7740 vsize=1796520 CPUtime=0
/proc/7742/task/7747/stat : 7747 (java) S 7740 7742 7120 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 106475746 1839636480 44807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7748] ppid=7740 vsize=1796520 CPUtime=0
/proc/7742/task/7748/stat : 7748 (java) S 7740 7742 7120 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106475746 1839636480 44807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7749] ppid=7740 vsize=1796520 CPUtime=0
/proc/7742/task/7749/stat : 7749 (java) S 7740 7742 7120 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106475746 1839636480 44807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7750] ppid=7740 vsize=1796520 CPUtime=0
/proc/7742/task/7750/stat : 7750 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106475750 1839636480 44807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7751] ppid=7740 vsize=1796520 CPUtime=1.52
/proc/7742/task/7751/stat : 7751 (java) S 7740 7742 7120 0 -1 64 7357 0 0 0 149 3 0 0 16 0 13 0 106475750 1839636480 44807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7752] ppid=7740 vsize=1796520 CPUtime=1.05
/proc/7742/task/7752/stat : 7752 (java) S 7740 7742 7120 0 -1 64 4657 0 0 0 103 2 0 0 16 0 13 0 106475750 1839636480 44807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7753] ppid=7740 vsize=1796520 CPUtime=0
/proc/7742/task/7753/stat : 7753 (java) S 7740 7742 7120 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106475750 1839636480 44807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7754] ppid=7740 vsize=1796520 CPUtime=0
/proc/7742/task/7754/stat : 7754 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106475750 1839636480 44807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7755] ppid=7740 vsize=1796520 CPUtime=0
/proc/7742/task/7755/stat : 7755 (java) S 7740 7742 7120 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 106475935 1839636480 44807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 1796520

[startup+6.30216 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 7755
/proc/meminfo: memFree=1569432/2055920 swapFree=4186972/4192956
[pid=7742] ppid=7740 vsize=1796328 CPUtime=8.49
/proc/7742/stat : 7742 (java) S 7740 7742 7120 0 -1 0 62206 0 1 0 818 31 0 0 18 0 13 0 106475741 1839439872 50582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7742/statm: 449082 50582 1325 9 0 446693 0
[pid=7742/tid=7744] ppid=7740 vsize=1796328 CPUtime=5.07
/proc/7742/task/7744/stat : 7744 (java) R 7740 7742 7120 0 -1 64 37723 0 1 0 490 17 0 0 20 0 13 0 106475742 1839439872 50582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109833628 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7745] ppid=7740 vsize=1796328 CPUtime=0.33
/proc/7742/task/7745/stat : 7745 (java) S 7740 7742 7120 0 -1 64 5949 0 0 0 30 3 0 0 16 0 13 0 106475743 1839439872 50582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7746] ppid=7740 vsize=1796328 CPUtime=0.33
/proc/7742/task/7746/stat : 7746 (java) S 7740 7742 7120 0 -1 64 5754 0 0 0 30 3 0 0 16 0 13 0 106475743 1839439872 50582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7747] ppid=7740 vsize=1796328 CPUtime=0
/proc/7742/task/7747/stat : 7747 (java) S 7740 7742 7120 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 106475746 1839439872 50582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7748] ppid=7740 vsize=1796328 CPUtime=0
/proc/7742/task/7748/stat : 7748 (java) S 7740 7742 7120 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106475746 1839439872 50582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7749] ppid=7740 vsize=1796328 CPUtime=0
/proc/7742/task/7749/stat : 7749 (java) S 7740 7742 7120 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106475746 1839439872 50582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7750] ppid=7740 vsize=1796328 CPUtime=0
/proc/7742/task/7750/stat : 7750 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106475750 1839439872 50582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7751] ppid=7740 vsize=1796328 CPUtime=1.6
/proc/7742/task/7751/stat : 7751 (java) S 7740 7742 7120 0 -1 64 7362 0 0 0 157 3 0 0 16 0 13 0 106475750 1839439872 50582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7752] ppid=7740 vsize=1796328 CPUtime=1.1
/proc/7742/task/7752/stat : 7752 (java) S 7740 7742 7120 0 -1 64 4668 0 0 0 108 2 0 0 16 0 13 0 106475750 1839439872 50582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7753] ppid=7740 vsize=1796328 CPUtime=0
/proc/7742/task/7753/stat : 7753 (java) S 7740 7742 7120 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106475750 1839439872 50582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7754] ppid=7740 vsize=1796328 CPUtime=0
/proc/7742/task/7754/stat : 7754 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106475750 1839439872 50582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7755] ppid=7740 vsize=1796328 CPUtime=0
/proc/7742/task/7755/stat : 7755 (java) S 7740 7742 7120 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 106475935 1839439872 50582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 1796328

[startup+12.7028 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 7755
/proc/meminfo: memFree=1542040/2055920 swapFree=4186972/4192956
[pid=7742] ppid=7740 vsize=1795912 CPUtime=15.02
/proc/7742/stat : 7742 (java) S 7740 7742 7120 0 -1 0 64000 0 1 0 1470 32 0 0 18 0 13 0 106475741 1839013888 52152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7742/statm: 448978 52152 1325 9 0 446589 0
[pid=7742/tid=7744] ppid=7740 vsize=1795912 CPUtime=11.38
/proc/7742/task/7744/stat : 7744 (java) R 7740 7742 7120 0 -1 64 37817 0 1 0 1120 18 0 0 25 0 13 0 106475742 1839013888 52152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109815344 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7745] ppid=7740 vsize=1795912 CPUtime=0.37
/proc/7742/task/7745/stat : 7745 (java) S 7740 7742 7120 0 -1 64 6859 0 0 0 34 3 0 0 16 0 13 0 106475743 1839013888 52152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7746] ppid=7740 vsize=1795912 CPUtime=0.37
/proc/7742/task/7746/stat : 7746 (java) S 7740 7742 7120 0 -1 64 6536 0 0 0 34 3 0 0 16 0 13 0 106475743 1839013888 52152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7747] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7747/stat : 7747 (java) S 7740 7742 7120 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 106475746 1839013888 52152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7748] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7748/stat : 7748 (java) S 7740 7742 7120 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106475746 1839013888 52152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7749] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7749/stat : 7749 (java) S 7740 7742 7120 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106475746 1839013888 52152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7750] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7750/stat : 7750 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106475750 1839013888 52152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7751] ppid=7740 vsize=1795912 CPUtime=1.69
/proc/7742/task/7751/stat : 7751 (java) S 7740 7742 7120 0 -1 64 7369 0 0 0 166 3 0 0 17 0 13 0 106475750 1839013888 52152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7752] ppid=7740 vsize=1795912 CPUtime=1.14
/proc/7742/task/7752/stat : 7752 (java) S 7740 7742 7120 0 -1 64 4669 0 0 0 112 2 0 0 16 0 13 0 106475750 1839013888 52152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7753] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7753/stat : 7753 (java) S 7740 7742 7120 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106475750 1839013888 52152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7754] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7754/stat : 7754 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106475750 1839013888 52152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7755] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7755/stat : 7755 (java) S 7740 7742 7120 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 106475935 1839013888 52152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.02
Current children cumulated vsize (KiB) 1795912

[startup+25.5016 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 7755
/proc/meminfo: memFree=1610328/2055920 swapFree=4186972/4192956
[pid=7742] ppid=7740 vsize=1795912 CPUtime=27.93
/proc/7742/stat : 7742 (java) S 7740 7742 7120 0 -1 0 65923 0 1 0 2758 35 0 0 18 0 13 0 106475741 1839013888 34910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7742/statm: 448978 34910 1325 9 0 446589 0
[pid=7742/tid=7744] ppid=7740 vsize=1795912 CPUtime=24.04
/proc/7742/task/7744/stat : 7744 (java) R 7740 7742 7120 0 -1 64 37849 0 1 0 2386 18 0 0 22 0 13 0 106475742 1839013888 34910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109815526 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7745] ppid=7740 vsize=1795912 CPUtime=0.47
/proc/7742/task/7745/stat : 7745 (java) S 7740 7742 7120 0 -1 64 7799 0 0 0 44 3 0 0 16 0 13 0 106475743 1839013888 34910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7746] ppid=7740 vsize=1795912 CPUtime=0.48
/proc/7742/task/7746/stat : 7746 (java) S 7740 7742 7120 0 -1 64 7487 0 0 0 44 4 0 0 16 0 13 0 106475743 1839013888 34910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7747] ppid=7740 vsize=1795912 CPUtime=0.02
/proc/7742/task/7747/stat : 7747 (java) S 7740 7742 7120 0 -1 64 26 0 0 0 1 1 0 0 16 0 13 0 106475746 1839013888 34910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=7742/tid=7747] ppid=7740 vsize=1795912 CPUtime=0.32
/proc/7742/task/7747/stat : 7747 (java) S 7740 7742 7120 0 -1 64 101 0 0 0 18 14 0 0 16 0 13 0 106475746 1839013888 195537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7748] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7748/stat : 7748 (java) S 7740 7742 7120 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106475746 1839013888 195537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7749] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7749/stat : 7749 (java) S 7740 7742 7120 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106475746 1839013888 195537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7750] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7750/stat : 7750 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106475750 1839013888 195537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7751] ppid=7740 vsize=1795912 CPUtime=1.95
/proc/7742/task/7751/stat : 7751 (java) S 7740 7742 7120 0 -1 64 7382 0 0 0 192 3 0 0 17 0 13 0 106475750 1839013888 195537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7752] ppid=7740 vsize=1795912 CPUtime=1.32
/proc/7742/task/7752/stat : 7752 (java) S 7740 7742 7120 0 -1 64 4685 0 0 0 130 2 0 0 16 0 13 0 106475750 1839013888 195537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7753] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7753/stat : 7753 (java) S 7740 7742 7120 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106475750 1839013888 195537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7754] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7754/stat : 7754 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106475750 1839013888 195537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7755] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7755/stat : 7755 (java) S 7740 7742 7120 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 106475935 1839013888 195537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1565.38
Current children cumulated vsize (KiB) 1795912

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 7757
/proc/meminfo: memFree=944728/2055920 swapFree=4186972/4192956
[pid=7742] ppid=7740 vsize=1795912 CPUtime=1626.54
/proc/7742/stat : 7742 (java) S 7740 7742 7120 0 -1 0 270720 0 1 0 162513 141 0 0 18 0 13 0 106475741 1839013888 200805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7742/statm: 448978 200805 1332 9 0 446589 0
[pid=7742/tid=7744] ppid=7740 vsize=1795912 CPUtime=1577.19
/proc/7742/task/7744/stat : 7744 (java) R 7740 7742 7120 0 -1 64 67966 0 1 0 157681 38 0 0 20 0 13 0 106475742 1839013888 200805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109815398 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7745] ppid=7740 vsize=1795912 CPUtime=22.85
/proc/7742/task/7745/stat : 7745 (java) S 7740 7742 7120 0 -1 64 93804 0 0 0 2246 39 0 0 16 0 13 0 106475743 1839013888 200805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7746] ppid=7740 vsize=1795912 CPUtime=22.82
/proc/7742/task/7746/stat : 7746 (java) S 7740 7742 7120 0 -1 64 96058 0 0 0 2242 40 0 0 16 0 13 0 106475743 1839013888 200805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7747] ppid=7740 vsize=1795912 CPUtime=0.34
/proc/7742/task/7747/stat : 7747 (java) S 7740 7742 7120 0 -1 64 101 0 0 0 19 15 0 0 16 0 13 0 106475746 1839013888 200805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7748] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7748/stat : 7748 (java) S 7740 7742 7120 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106475746 1839013888 200805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7749] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7749/stat : 7749 (java) S 7740 7742 7120 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106475746 1839013888 200805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7750] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7750/stat : 7750 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106475750 1839013888 200805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7751] ppid=7740 vsize=1795912 CPUtime=1.95
/proc/7742/task/7751/stat : 7751 (java) S 7740 7742 7120 0 -1 64 7382 0 0 0 192 3 0 0 17 0 13 0 106475750 1839013888 200805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7752] ppid=7740 vsize=1795912 CPUtime=1.32
/proc/7742/task/7752/stat : 7752 (java) S 7740 7742 7120 0 -1 64 4685 0 0 0 130 2 0 0 16 0 13 0 106475750 1839013888 200805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7753] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7753/stat : 7753 (java) S 7740 7742 7120 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106475750 1839013888 200805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7754] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7754/stat : 7754 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106475750 1839013888 200805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7755] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7755/stat : 7755 (java) S 7740 7742 7120 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 106475935 1839013888 200805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1626.54
Current children cumulated vsize (KiB) 1795912

[startup+1662.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/90 7757
/proc/meminfo: memFree=930264/2055920 swapFree=4186972/4192956
[pid=7742] ppid=7740 vsize=1795912 CPUtime=1687.77
/proc/7742/stat : 7742 (java) S 7740 7742 7120 0 -1 0 274661 0 1 0 168633 144 0 0 18 0 13 0 106475741 1839013888 204362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7742/statm: 448978 204362 1332 9 0 446589 0
[pid=7742/tid=7744] ppid=7740 vsize=1795912 CPUtime=1635.88
/proc/7742/task/7744/stat : 7744 (java) R 7740 7742 7120 0 -1 64 68032 0 1 0 163550 38 0 0 21 0 13 0 106475742 1839013888 204362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109529232 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7745] ppid=7740 vsize=1795912 CPUtime=24.12
/proc/7742/task/7745/stat : 7745 (java) S 7740 7742 7120 0 -1 64 95910 0 0 0 2371 41 0 0 16 0 13 0 106475743 1839013888 204362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7746] ppid=7740 vsize=1795912 CPUtime=24.09
/proc/7742/task/7746/stat : 7746 (java) S 7740 7742 7120 0 -1 64 97827 0 0 0 2368 41 0 0 16 0 13 0 106475743 1839013888 204362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7747] ppid=7740 vsize=1795912 CPUtime=0.35
/proc/7742/task/7747/stat : 7747 (java) S 7740 7742 7120 0 -1 64 101 0 0 0 20 15 0 0 16 0 13 0 106475746 1839013888 204362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7748] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7748/stat : 7748 (java) S 7740 7742 7120 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106475746 1839013888 204362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7749] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7749/stat : 7749 (java) S 7740 7742 7120 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106475746 1839013888 204362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7750] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7750/stat : 7750 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106475750 1839013888 204362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7751] ppid=7740 vsize=1795912 CPUtime=1.95
/proc/7742/task/7751/stat : 7751 (java) S 7740 7742 7120 0 -1 64 7382 0 0 0 192 3 0 0 17 0 13 0 106475750 1839013888 204362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7752] ppid=7740 vsize=1795912 CPUtime=1.32
/proc/7742/task/7752/stat : 7752 (java) S 7740 7742 7120 0 -1 64 4685 0 0 0 130 2 0 0 16 0 13 0 106475750 1839013888 204362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7753] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7753/stat : 7753 (java) S 7740 7742 7120 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106475750 1839013888 204362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7754] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7754/stat : 7754 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106475750 1839013888 204362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7755] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7755/stat : 7755 (java) S 7740 7742 7120 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 106475935 1839013888 204362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1687.77
Current children cumulated vsize (KiB) 1795912

[startup+1722.3 s]
/proc/loadavg: 1.18 1.07 1.01 2/90 7757
/proc/meminfo: memFree=915928/2055920 swapFree=4186972/4192956
[pid=7742] ppid=7740 vsize=1795912 CPUtime=1749.02
/proc/7742/stat : 7742 (java) S 7740 7742 7120 0 -1 0 278709 0 1 0 174755 147 0 0 18 0 13 0 106475741 1839013888 207991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7742/statm: 448978 207991 1332 9 0 446589 0
[pid=7742/tid=7744] ppid=7740 vsize=1795912 CPUtime=1694.55
/proc/7742/task/7744/stat : 7744 (java) R 7740 7742 7120 0 -1 64 68098 0 1 0 169416 39 0 0 25 0 13 0 106475742 1839013888 207991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109529289 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7745] ppid=7740 vsize=1795912 CPUtime=25.42
/proc/7742/task/7745/stat : 7745 (java) S 7740 7742 7120 0 -1 64 97538 0 0 0 2500 42 0 0 16 0 13 0 106475743 1839013888 207991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7746] ppid=7740 vsize=1795912 CPUtime=25.36
/proc/7742/task/7746/stat : 7746 (java) S 7740 7742 7120 0 -1 64 100181 0 0 0 2494 42 0 0 17 0 13 0 106475743 1839013888 207991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7747] ppid=7740 vsize=1795912 CPUtime=0.36
/proc/7742/task/7747/stat : 7747 (java) S 7740 7742 7120 0 -1 64 101 0 0 0 20 16 0 0 16 0 13 0 106475746 1839013888 207991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7748] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7748/stat : 7748 (java) S 7740 7742 7120 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106475746 1839013888 207991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7749] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7749/stat : 7749 (java) S 7740 7742 7120 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106475746 1839013888 207991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7750] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7750/stat : 7750 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106475750 1839013888 207991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7751] ppid=7740 vsize=1795912 CPUtime=1.95
/proc/7742/task/7751/stat : 7751 (java) S 7740 7742 7120 0 -1 64 7382 0 0 0 192 3 0 0 17 0 13 0 106475750 1839013888 207991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7752] ppid=7740 vsize=1795912 CPUtime=1.32
/proc/7742/task/7752/stat : 7752 (java) S 7740 7742 7120 0 -1 64 4685 0 0 0 130 2 0 0 16 0 13 0 106475750 1839013888 207991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7753] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7753/stat : 7753 (java) S 7740 7742 7120 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106475750 1839013888 207991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7754] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7754/stat : 7754 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106475750 1839013888 207991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7755] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7755/stat : 7755 (java) S 7740 7742 7120 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 106475935 1839013888 207991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1749.02
Current children cumulated vsize (KiB) 1795912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.3 s]
/proc/loadavg: 1.08 1.06 1.01 2/90 7757
/proc/meminfo: memFree=903704/2055920 swapFree=4186972/4192956
[pid=7742] ppid=7740 vsize=1795912 CPUtime=1800.08
/proc/7742/stat : 7742 (java) S 7740 7742 7120 0 -1 0 282047 0 1 0 179858 150 0 0 18 0 13 0 106475741 1839013888 210978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7742/statm: 448978 210978 1332 9 0 446589 0
[pid=7742/tid=7744] ppid=7740 vsize=1795912 CPUtime=1743.45
/proc/7742/task/7744/stat : 7744 (java) R 7740 7742 7120 0 -1 64 68153 0 1 0 174305 40 0 0 20 0 13 0 106475742 1839013888 210978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109669328 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7745] ppid=7740 vsize=1795912 CPUtime=26.5
/proc/7742/task/7745/stat : 7745 (java) S 7740 7742 7120 0 -1 64 98746 0 0 0 2607 43 0 0 16 0 13 0 106475743 1839013888 210978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7746] ppid=7740 vsize=1795912 CPUtime=26.43
/proc/7742/task/7746/stat : 7746 (java) S 7740 7742 7120 0 -1 64 102256 0 0 0 2601 42 0 0 16 0 13 0 106475743 1839013888 210978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7747] ppid=7740 vsize=1795912 CPUtime=0.38
/proc/7742/task/7747/stat : 7747 (java) S 7740 7742 7120 0 -1 64 101 0 0 0 21 17 0 0 16 0 13 0 106475746 1839013888 210978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7748] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7748/stat : 7748 (java) S 7740 7742 7120 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 106475746 1839013888 210978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7749] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7749/stat : 7749 (java) S 7740 7742 7120 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106475746 1839013888 210978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7750] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7750/stat : 7750 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106475750 1839013888 210978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7751] ppid=7740 vsize=1795912 CPUtime=1.95
/proc/7742/task/7751/stat : 7751 (java) S 7740 7742 7120 0 -1 64 7382 0 0 0 192 3 0 0 17 0 13 0 106475750 1839013888 210978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7742/tid=7752] ppid=7740 vsize=1795912 CPUtime=1.32
/proc/7742/task/7752/stat : 7752 (java) S 7740 7742 7120 0 -1 64 4685 0 0 0 130 2 0 0 16 0 13 0 106475750 1839013888 210978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7753] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7753/stat : 7753 (java) S 7740 7742 7120 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106475750 1839013888 210978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7754] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7754/stat : 7754 (java) S 7740 7742 7120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106475750 1839013888 210978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7742/tid=7755] ppid=7740 vsize=1795912 CPUtime=0
/proc/7742/task/7755/stat : 7755 (java) S 7740 7742 7120 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 106475935 1839013888 210978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1795912

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

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

[startup+1772.41 s]
/proc/loadavg: 1.08 1.06 1.01 2/90 7757
/proc/meminfo: memFree=903704/2055920 swapFree=4186972/4192956
[pid=7742] ppid=7740 vsize=0 CPUtime=1800.19
/proc/7742/stat : 7742 (java) Z 7740 7742 7120 0 -1 1036 282067 0 1 0 179863 156 0 0 16 0 2 0 106475741 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7742/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1772.48
CPU time (s): 1800.27
CPU user time (s): 1798.63
CPU system time (s): 1.63475
CPU usage (%): 101.568
Max. virtual memory (cumulated for all children) (KiB): 1799312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 1.63475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282067
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= 50842
involuntary context switches= 58024

runsolver used 2.00469 second user time and 5.36718 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Sat Apr 14 21:20:01 UTC 2007

IDJOB= 348489
IDBENCH= 1684
IDSOLVER= 164
FILE ID= node30/348489-1176585601

PBS_JOBID= 4556942

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  26050490bdc7147f2ccbcc29a5d8feeb

RANDOM SEED= 169707243

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:       1746520 kB
Buffers:         20520 kB
Cached:         139116 kB
SwapCached:       2204 kB
Active:          70676 kB
Inactive:       129268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746520 kB
SwapTotal:     4192956 kB
SwapFree:      4186972 kB
Dirty:            4316 kB
Writeback:           0 kB
Mapped:          56956 kB
Slab:            95052 kB
Committed_AS:   210060 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= 66560 MiB

End job on node30 on Sat Apr 14 21:49:35 UTC 2007