Trace number 351799

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.17 1780.75

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-danoint.opb
MD5SUM9a58bdfc023900d726e146c07979fe71
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables13898
Total number of constraints672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint7
Maximum length of a constraint1500
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
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 525350
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.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.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/351799-1176613829/instance-351799-1176613829.opb
0.20/0.20	c reading problem ... 
2.37/1.60	c ... done. Wall clock time 1.398s.
2.37/1.60	c CPU time (experimental) 1.05s.
2.37/1.60	c #vars     13898
2.37/1.60	c #constraints  816
1800.01/1780.61	c starts		: 2
1800.01/1780.61	c conflicts		: 5219
1800.01/1780.61	c decisions		: 545994
1800.01/1780.61	c propagations		: 5090002
1800.01/1780.61	c inspects		: 86963465
1800.01/1780.61	c learnt literals	: 0
1800.01/1780.61	c learnt binary clauses	: 0
1800.01/1780.61	c learnt ternary clauses	: 0
1800.01/1780.61	c learnt clauses	: 5219
1800.01/1780.61	c root simplifications	: 0
1800.01/1780.61	c removed literals (reason simplification)	: 0
1800.01/1780.61	c reason swapping (by a shorter reason)	: 0
1800.01/1780.61	c Calls to reduceDB	: 0
1800.01/1780.61	c speed (decisions/second)	: 306.91390183481445
1800.01/1780.61	c non guided choices	1241
1800.01/1780.61	s UNKNOWN
1800.01/1780.61	c Total wall clock time (ms): 1780.41

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/node39/watcher-351799-1176613829 -o ROOT/results/node39/solver-351799-1176613829 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351799-1176613829/sat4jPseudoCPClause.jar /tmp/evaluation/351799-1176613829/instance-351799-1176613829.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.00 1.00 1.00 2/77 20109
/proc/meminfo: memFree=1567984/2055920 swapFree=4146276/4192956
[pid=20109] ppid=20107 vsize=1520 CPUtime=0
/proc/20109/stat : 20109 (java) R 20107 20109 19401 0 -1 0 91 0 0 0 0 0 0 0 18 0 1 0 109295008 1556480 73 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 11063904 0 0 4096 0 0 0 0 17 1 0 0
/proc/20109/statm: 380 73 56 9 0 10 0

[startup+0.077649 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20109
/proc/meminfo: memFree=1567984/2055920 swapFree=4146276/4192956
[pid=20109] ppid=20107 vsize=1777708 CPUtime=0.06
/proc/20109/stat : 20109 (java) S 20107 20109 19401 0 -1 0 3769 0 1 0 4 2 0 0 18 0 7 0 109295008 1820372992 3511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/20109/statm: 444427 3511 1085 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.102654 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20109
/proc/meminfo: memFree=1567984/2055920 swapFree=4146276/4192956
[pid=20109] ppid=20107 vsize=1780112 CPUtime=0.08
/proc/20109/stat : 20109 (java) S 20107 20109 19401 0 -1 0 3982 0 1 0 6 2 0 0 18 0 12 0 109295008 1822834688 3723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20109/statm: 445028 3723 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301683 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20109
/proc/meminfo: memFree=1567984/2055920 swapFree=4146276/4192956
[pid=20109] ppid=20107 vsize=1782072 CPUtime=0.3
/proc/20109/stat : 20109 (java) S 20107 20109 19401 0 -1 0 5248 0 1 0 27 3 0 0 18 0 12 0 109295008 1824841728 4986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20109/statm: 445518 4986 1270 9 0 443129 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782072

[startup+0.702757 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20109
/proc/meminfo: memFree=1567984/2055920 swapFree=4146276/4192956
[pid=20109] ppid=20107 vsize=1793760 CPUtime=1.08
/proc/20109/stat : 20109 (java) S 20107 20109 19401 0 -1 0 10019 0 1 0 102 6 0 0 18 0 12 0 109295008 1836810240 8410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20109/statm: 448440 8410 1302 9 0 446051 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1793760

[startup+1.50188 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 20121
/proc/meminfo: memFree=1533264/2055920 swapFree=4146276/4192956
[pid=20109] ppid=20107 vsize=1792296 CPUtime=2.27
/proc/20109/stat : 20109 (java) S 20107 20109 19401 0 -1 0 25133 0 1 0 214 13 0 0 18 0 12 0 109295008 1835311104 21793 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20109/statm: 448074 21793 1307 9 0 445685 0
[pid=20109/tid=20111] ppid=20107 vsize=1792296 CPUtime=0.96
/proc/20109/task/20111/stat : 20111 (java) R 20107 20109 19401 0 -1 64 18306 0 1 0 87 9 0 0 18 0 12 0 109295010 1835311104 21793 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109601504 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20112] ppid=20107 vsize=1792296 CPUtime=0
/proc/20109/task/20112/stat : 20112 (java) S 20107 20109 19401 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 109295011 1835311104 21793 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20113] ppid=20107 vsize=1792296 CPUtime=0
/proc/20109/task/20113/stat : 20113 (java) S 20107 20109 19401 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 109295011 1835311104 21795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20114] ppid=20107 vsize=1792296 CPUtime=0
/proc/20109/task/20114/stat : 20114 (java) S 20107 20109 19401 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 109295013 1835311104 21797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20115] ppid=20107 vsize=1792296 CPUtime=0
/proc/20109/task/20115/stat : 20115 (java) S 20107 20109 19401 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 109295014 1835311104 21798 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20116] ppid=20107 vsize=1792296 CPUtime=0
/proc/20109/task/20116/stat : 20116 (java) S 20107 20109 19401 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 109295014 1835311104 21799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20117] ppid=20107 vsize=1792296 CPUtime=0
/proc/20109/task/20117/stat : 20117 (java) S 20107 20109 19401 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 109295018 1835311104 21800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20118] ppid=20107 vsize=1792296 CPUtime=0.59
/proc/20109/task/20118/stat : 20118 (java) S 20107 20109 19401 0 -1 64 2357 0 0 0 58 1 0 0 16 0 12 0 109295018 1835311104 21801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20119] ppid=20107 vsize=1792296 CPUtime=0.68
/proc/20109/task/20119/stat : 20119 (java) S 20107 20109 19401 0 -1 64 3748 0 0 0 67 1 0 0 16 0 12 0 109295018 1835311104 21802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20120] ppid=20107 vsize=1792296 CPUtime=0
/proc/20109/task/20120/stat : 20120 (java) S 20107 20109 19401 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 109295018 1835311104 21802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20121] ppid=20107 vsize=1792296 CPUtime=0
/proc/20109/task/20121/stat : 20121 (java) S 20107 20109 19401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 109295018 1835311104 21803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1792296

[startup+3.10115 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20122
/proc/meminfo: memFree=1460744/2055920 swapFree=4146276/4192956
[pid=20109] ppid=20107 vsize=1792620 CPUtime=4.34
/proc/20109/stat : 20109 (java) S 20107 20109 19401 0 -1 0 48036 0 1 0 411 23 0 0 18 0 13 0 109295008 1835642880 44241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20109/statm: 448155 44241 1322 9 0 445766 0
[pid=20109/tid=20111] ppid=20107 vsize=1792620 CPUtime=2.3
/proc/20109/task/20111/stat : 20111 (java) R 20107 20109 19401 0 -1 64 37712 0 1 0 212 18 0 0 20 0 13 0 109295010 1835642880 44241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109475665 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20112] ppid=20107 vsize=1792620 CPUtime=0.05
/proc/20109/task/20112/stat : 20112 (java) S 20107 20109 19401 0 -1 64 1594 0 0 0 5 0 0 0 17 0 13 0 109295011 1835642880 44241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20113] ppid=20107 vsize=1792620 CPUtime=0.05
/proc/20109/task/20113/stat : 20113 (java) S 20107 20109 19401 0 -1 64 1407 0 0 0 5 0 0 0 16 0 13 0 109295011 1835642880 44241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20114] ppid=20107 vsize=1792620 CPUtime=0
/proc/20109/task/20114/stat : 20114 (java) S 20107 20109 19401 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 109295013 1835642880 44241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20115] ppid=20107 vsize=1792620 CPUtime=0
/proc/20109/task/20115/stat : 20115 (java) S 20107 20109 19401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109295014 1835642880 44241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20116] ppid=20107 vsize=1792620 CPUtime=0
/proc/20109/task/20116/stat : 20116 (java) S 20107 20109 19401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109295014 1835642880 44241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20117] ppid=20107 vsize=1792620 CPUtime=0
/proc/20109/task/20117/stat : 20117 (java) S 20107 20109 19401 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 109295018 1835642880 44241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20118] ppid=20107 vsize=1792620 CPUtime=0.93
/proc/20109/task/20118/stat : 20118 (java) S 20107 20109 19401 0 -1 64 2802 0 0 0 92 1 0 0 16 0 13 0 109295018 1835642880 44241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20119] ppid=20107 vsize=1792620 CPUtime=0.95
/proc/20109/task/20119/stat : 20119 (java) S 20107 20109 19401 0 -1 64 3790 0 0 0 94 1 0 0 16 0 13 0 109295018 1835642880 44241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20120] ppid=20107 vsize=1792620 CPUtime=0
/proc/20109/task/20120/stat : 20120 (java) S 20107 20109 19401 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109295018 1835642880 44241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20121] ppid=20107 vsize=1792620 CPUtime=0
/proc/20109/task/20121/stat : 20121 (java) S 20107 20109 19401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109295018 1835642880 44241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20122] ppid=20107 vsize=1792620 CPUtime=0
/proc/20109/task/20122/stat : 20122 (java) S 20107 20109 19401 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 109295177 1835642880 44241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 1792620

[startup+6.30269 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20122
/proc/meminfo: memFree=1382664/2055920 swapFree=4146276/4192956
[pid=20109] ppid=20107 vsize=1792208 CPUtime=8.14
/proc/20109/stat : 20109 (java) S 20107 20109 19401 0 -1 0 54284 0 1 0 789 25 0 0 18 0 13 0 109295008 1835220992 47390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20109/statm: 448052 47390 1325 9 0 445663 0
[pid=20109/tid=20111] ppid=20107 vsize=1792208 CPUtime=5.25
/proc/20109/task/20111/stat : 20111 (java) R 20107 20109 19401 0 -1 64 37719 0 1 0 507 18 0 0 25 0 13 0 109295010 1835220992 47390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109759513 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20112] ppid=20107 vsize=1792208 CPUtime=0.19
/proc/20109/task/20112/stat : 20112 (java) S 20107 20109 19401 0 -1 64 3359 0 0 0 19 0 0 0 16 0 13 0 109295011 1835220992 47390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20113] ppid=20107 vsize=1792208 CPUtime=0.2
/proc/20109/task/20113/stat : 20113 (java) S 20107 20109 19401 0 -1 64 3039 0 0 0 19 1 0 0 16 0 13 0 109295011 1835220992 47390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20114] ppid=20107 vsize=1792208 CPUtime=0
/proc/20109/task/20114/stat : 20114 (java) S 20107 20109 19401 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 109295013 1835220992 47390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20115] ppid=20107 vsize=1792208 CPUtime=0
/proc/20109/task/20115/stat : 20115 (java) S 20107 20109 19401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109295014 1835220992 47390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20116] ppid=20107 vsize=1792208 CPUtime=0
/proc/20109/task/20116/stat : 20116 (java) S 20107 20109 19401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109295014 1835220992 47390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20117] ppid=20107 vsize=1792208 CPUtime=0
/proc/20109/task/20117/stat : 20117 (java) S 20107 20109 19401 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 109295018 1835220992 47390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20118] ppid=20107 vsize=1792208 CPUtime=1.27
/proc/20109/task/20118/stat : 20118 (java) S 20107 20109 19401 0 -1 64 5138 0 0 0 126 1 0 0 16 0 13 0 109295018 1835220992 47390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20119] ppid=20107 vsize=1792208 CPUtime=1.18
/proc/20109/task/20119/stat : 20119 (java) S 20107 20109 19401 0 -1 64 4289 0 0 0 116 2 0 0 16 0 13 0 109295018 1835220992 47390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20120] ppid=20107 vsize=1792208 CPUtime=0
/proc/20109/task/20120/stat : 20120 (java) S 20107 20109 19401 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109295018 1835220992 47390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20121] ppid=20107 vsize=1792208 CPUtime=0
/proc/20109/task/20121/stat : 20121 (java) S 20107 20109 19401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109295018 1835220992 47390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20122] ppid=20107 vsize=1792208 CPUtime=0
/proc/20109/task/20122/stat : 20122 (java) S 20107 20109 19401 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 109295177 1835220992 47390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 1792208

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20122
/proc/meminfo: memFree=1366152/2055920 swapFree=4146276/4192956
[pid=20109] ppid=20107 vsize=1791888 CPUtime=14.84
/proc/20109/stat : 20109 (java) S 20107 20109 19401 0 -1 0 61225 0 1 0 1455 29 0 0 18 0 13 0 109295008 1834893312 51497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20109/statm: 447972 51497 1326 9 0 445583 0
[pid=20109/tid=20111] ppid=20107 vsize=1791888 CPUtime=11.43
/proc/20109/task/20111/stat : 20111 (java) R 20107 20109 19401 0 -1 64 37726 0 1 0 1125 18 0 0 25 0 13 0 109295010 1834893312 51497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109765242 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20112] ppid=20107 vsize=1791888 CPUtime=0.38
/proc/20109/task/20112/stat : 20112 (java) S 20107 20109 19401 0 -1 64 7066 0 0 0 36 2 0 0 17 0 13 0 109295011 1834893312 51497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20113] ppid=20107 vsize=1791888 CPUtime=0.38
/proc/20109/task/20113/stat : 20113 (java) S 20107 20109 19401 0 -1 64 6237 0 0 0 35 3 0 0 16 0 13 0 109295011 1834893312 51497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20114] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20114/stat : 20114 (java) S 20107 20109 19401 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 109295013 1834893312 51497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20115] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20115/stat : 20115 (java) S 20107 20109 19401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109295014 1834893312 51497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20116] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20116/stat : 20116 (java) S 20107 20109 19401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109295014 1834893312 51497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20117] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20117/stat : 20117 (java) S 20107 20109 19401 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 109295018 1834893312 51497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20118] ppid=20107 vsize=1791888 CPUtime=1.3
/proc/20109/task/20118/stat : 20118 (java) S 20107 20109 19401 0 -1 64 5141 0 0 0 129 1 0 0 16 0 13 0 109295018 1834893312 51497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20119] ppid=20107 vsize=1791888 CPUtime=1.29
/proc/20109/task/20119/stat : 20119 (java) S 20107 20109 19401 0 -1 64 4302 0 0 0 127 2 0 0 16 0 13 0 109295018 1834893312 51497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20120] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20120/stat : 20120 (java) S 20107 20109 19401 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109295018 1834893312 51497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20121] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20121/stat : 20121 (java) S 20107 20109 19401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109295018 1834893312 51497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20122] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20122/stat : 20122 (java) S 20107 20109 19401 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 109295177 1834893312 51497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.84
Current children cumulated vsize (KiB) 1791888

[startup+25.5029 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20122
/proc/meminfo: memFree=1358088/2055920 swapFree=4146276/4192956
[pid=20109] ppid=20107 vsize=1791888 CPUtime=27.76
/proc/20109/stat : 20109 (java) S 20107 20109 19401 0 -1 0 63958 0 1 0 2746 30 0 0 18 0 13 0 109295008 1834893312 53463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20109/statm: 447972 53463 1326 9 0 445583 0
[pid=20109/tid=20111] ppid=20107 vsize=1791888 CPUtime=24.13
/proc/20109/task/20111/stat : 20111 (java) R 20107 20109 19401 0 -1 64 37737 0 1 0 2395 18 0 0 20 0 13 0 109295010 1834893312 53463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109532037 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20112] ppid=20107 vsize=1791888 CPUtime=0.46
/proc/20109/task/20112/stat : 20112 (java) S 20107 20109 19401 0 -1 64 8588 0 0 0 44 2 0 0 16 0 13 0 109295011 1834893312 53463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20113] ppid=20107 vsize=1791888 CPUtime=0.47
/proc/20109/task/20113/stat : 20113 (java) S 20107 20109 19401 0 -1 64 7437 0 0 0 44 3 0 0 16 0 13 0 109295011 1834893312 53463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20114] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20114/stat : 20114 (java) S 20107 20109 19401 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 109295013 1834893312 53463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=20109/tid=20114] ppid=20107 vsize=1791888 CPUtime=0.43
/proc/20109/task/20114/stat : 20114 (java) S 20107 20109 19401 0 -1 64 184 0 0 0 24 19 0 0 16 0 13 0 109295013 1834893312 157226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20115] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20115/stat : 20115 (java) S 20107 20109 19401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109295014 1834893312 157226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20116] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20116/stat : 20116 (java) S 20107 20109 19401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109295014 1834893312 157226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20117] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20117/stat : 20117 (java) S 20107 20109 19401 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 109295018 1834893312 157226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20118] ppid=20107 vsize=1791888 CPUtime=1.33
/proc/20109/task/20118/stat : 20118 (java) S 20107 20109 19401 0 -1 64 5141 0 0 0 132 1 0 0 16 0 13 0 109295018 1834893312 157226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20119] ppid=20107 vsize=1791888 CPUtime=1.37
/proc/20109/task/20119/stat : 20119 (java) S 20107 20109 19401 0 -1 64 4304 0 0 0 135 2 0 0 17 0 13 0 109295018 1834893312 157226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20120] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20120/stat : 20120 (java) S 20107 20109 19401 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109295018 1834893312 157226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20121] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20121/stat : 20121 (java) S 20107 20109 19401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109295018 1834893312 157226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20122] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20122/stat : 20122 (java) S 20107 20109 19401 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 109295177 1834893312 157226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1558.65
Current children cumulated vsize (KiB) 1791888

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20122
/proc/meminfo: memFree=925320/2055920 swapFree=4146980/4192956
[pid=20109] ppid=20107 vsize=1791888 CPUtime=1619.42
/proc/20109/stat : 20109 (java) S 20107 20109 19401 0 -1 0 248936 0 1 0 161797 145 0 0 18 0 13 0 109295008 1834893312 161315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20109/statm: 447972 161315 1326 9 0 445583 0
[pid=20109/tid=20111] ppid=20107 vsize=1791888 CPUtime=1583.38
/proc/20109/task/20111/stat : 20111 (java) R 20107 20109 19401 0 -1 64 94500 0 1 0 158282 56 0 0 25 0 13 0 109295010 1834893312 161315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109531805 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20112] ppid=20107 vsize=1791888 CPUtime=16.39
/proc/20109/task/20112/stat : 20112 (java) S 20107 20109 19401 0 -1 64 71298 0 0 0 1609 30 0 0 16 0 13 0 109295011 1834893312 161315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20113] ppid=20107 vsize=1791888 CPUtime=16.43
/proc/20109/task/20113/stat : 20113 (java) S 20107 20109 19401 0 -1 64 72786 0 0 0 1611 32 0 0 16 0 13 0 109295011 1834893312 161315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20114] ppid=20107 vsize=1791888 CPUtime=0.45
/proc/20109/task/20114/stat : 20114 (java) S 20107 20109 19401 0 -1 64 184 0 0 0 25 20 0 0 16 0 13 0 109295013 1834893312 161315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20115] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20115/stat : 20115 (java) S 20107 20109 19401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109295014 1834893312 161315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20116] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20116/stat : 20116 (java) S 20107 20109 19401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109295014 1834893312 161315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20117] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20117/stat : 20117 (java) S 20107 20109 19401 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 109295018 1834893312 161315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20118] ppid=20107 vsize=1791888 CPUtime=1.33
/proc/20109/task/20118/stat : 20118 (java) S 20107 20109 19401 0 -1 64 5141 0 0 0 132 1 0 0 16 0 13 0 109295018 1834893312 161315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20119] ppid=20107 vsize=1791888 CPUtime=1.37
/proc/20109/task/20119/stat : 20119 (java) S 20107 20109 19401 0 -1 64 4304 0 0 0 135 2 0 0 17 0 13 0 109295018 1834893312 161315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20120] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20120/stat : 20120 (java) S 20107 20109 19401 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109295018 1834893312 161315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20121] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20121/stat : 20121 (java) S 20107 20109 19401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109295018 1834893312 161315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20122] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20122/stat : 20122 (java) S 20107 20109 19401 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 109295177 1834893312 161315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1619.42
Current children cumulated vsize (KiB) 1791888

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20124
/proc/meminfo: memFree=913992/2055920 swapFree=4146980/4192956
[pid=20109] ppid=20107 vsize=1791888 CPUtime=1680.08
/proc/20109/stat : 20109 (java) S 20107 20109 19401 0 -1 0 251952 0 1 0 167861 147 0 0 18 0 13 0 109295008 1834893312 164077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20109/statm: 447972 164077 1326 9 0 445583 0
[pid=20109/tid=20111] ppid=20107 vsize=1791888 CPUtime=1642.62
/proc/20109/task/20111/stat : 20111 (java) R 20107 20109 19401 0 -1 64 94538 0 1 0 164205 57 0 0 25 0 13 0 109295010 1834893312 164077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109531805 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20112] ppid=20107 vsize=1791888 CPUtime=17.08
/proc/20109/task/20112/stat : 20112 (java) S 20107 20109 19401 0 -1 64 73083 0 0 0 1678 30 0 0 17 0 13 0 109295011 1834893312 164077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20113] ppid=20107 vsize=1791888 CPUtime=17.15
/proc/20109/task/20113/stat : 20113 (java) S 20107 20109 19401 0 -1 64 73979 0 0 0 1682 33 0 0 16 0 13 0 109295011 1834893312 164077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20114] ppid=20107 vsize=1791888 CPUtime=0.46
/proc/20109/task/20114/stat : 20114 (java) S 20107 20109 19401 0 -1 64 184 0 0 0 25 21 0 0 16 0 13 0 109295013 1834893312 164077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20115] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20115/stat : 20115 (java) S 20107 20109 19401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109295014 1834893312 164077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20116] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20116/stat : 20116 (java) S 20107 20109 19401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109295014 1834893312 164077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20117] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20117/stat : 20117 (java) S 20107 20109 19401 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 109295018 1834893312 164077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20118] ppid=20107 vsize=1791888 CPUtime=1.33
/proc/20109/task/20118/stat : 20118 (java) S 20107 20109 19401 0 -1 64 5141 0 0 0 132 1 0 0 16 0 13 0 109295018 1834893312 164077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20119] ppid=20107 vsize=1791888 CPUtime=1.37
/proc/20109/task/20119/stat : 20119 (java) S 20107 20109 19401 0 -1 64 4304 0 0 0 135 2 0 0 17 0 13 0 109295018 1834893312 164077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20120] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20120/stat : 20120 (java) S 20107 20109 19401 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109295018 1834893312 164077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20121] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20121/stat : 20121 (java) S 20107 20109 19401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109295018 1834893312 164077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20122] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20122/stat : 20122 (java) S 20107 20109 19401 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 109295177 1834893312 164077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1680.08
Current children cumulated vsize (KiB) 1791888

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20124
/proc/meminfo: memFree=899720/2055920 swapFree=4147044/4192956
[pid=20109] ppid=20107 vsize=1791888 CPUtime=1740.91
/proc/20109/stat : 20109 (java) S 20107 20109 19401 0 -1 0 255804 0 1 0 173942 149 0 0 18 0 13 0 109295008 1834893312 167624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20109/statm: 447972 167624 1326 9 0 445583 0
[pid=20109/tid=20111] ppid=20107 vsize=1791888 CPUtime=1701.71
/proc/20109/task/20111/stat : 20111 (java) R 20107 20109 19401 0 -1 64 94585 0 1 0 170114 57 0 0 25 0 13 0 109295010 1834893312 167624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109475564 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20112] ppid=20107 vsize=1791888 CPUtime=17.95
/proc/20109/task/20112/stat : 20112 (java) S 20107 20109 19401 0 -1 64 75432 0 0 0 1764 31 0 0 16 0 13 0 109295011 1834893312 167624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20113] ppid=20107 vsize=1791888 CPUtime=18.02
/proc/20109/task/20113/stat : 20113 (java) S 20107 20109 19401 0 -1 64 75435 0 0 0 1768 34 0 0 16 0 13 0 109295011 1834893312 167624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20114] ppid=20107 vsize=1791888 CPUtime=0.47
/proc/20109/task/20114/stat : 20114 (java) S 20107 20109 19401 0 -1 64 184 0 0 0 26 21 0 0 16 0 13 0 109295013 1834893312 167624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20115] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20115/stat : 20115 (java) S 20107 20109 19401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109295014 1834893312 167624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20116] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20116/stat : 20116 (java) S 20107 20109 19401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109295014 1834893312 167624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20117] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20117/stat : 20117 (java) S 20107 20109 19401 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 109295018 1834893312 167624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20118] ppid=20107 vsize=1791888 CPUtime=1.33
/proc/20109/task/20118/stat : 20118 (java) S 20107 20109 19401 0 -1 64 5141 0 0 0 132 1 0 0 16 0 13 0 109295018 1834893312 167624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20119] ppid=20107 vsize=1791888 CPUtime=1.37
/proc/20109/task/20119/stat : 20119 (java) S 20107 20109 19401 0 -1 64 4304 0 0 0 135 2 0 0 17 0 13 0 109295018 1834893312 167624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20120] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20120/stat : 20120 (java) S 20107 20109 19401 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109295018 1834893312 167624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20121] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20121/stat : 20121 (java) S 20107 20109 19401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109295018 1834893312 167624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20122] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20122/stat : 20122 (java) S 20107 20109 19401 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 109295177 1834893312 167624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1740.91
Current children cumulated vsize (KiB) 1791888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.6 s]
/proc/loadavg: 1.15 1.03 1.01 2/90 20124
/proc/meminfo: memFree=886024/2055920 swapFree=4147044/4192956
[pid=20109] ppid=20107 vsize=1791888 CPUtime=1800.01
/proc/20109/stat : 20109 (java) S 20107 20109 19401 0 -1 0 259506 0 1 0 179850 151 0 0 18 0 13 0 109295008 1834893312 171035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20109/statm: 447972 171035 1326 9 0 445583 0
[pid=20109/tid=20111] ppid=20107 vsize=1791888 CPUtime=1759.15
/proc/20109/task/20111/stat : 20111 (java) R 20107 20109 19401 0 -1 64 94626 0 1 0 175858 57 0 0 25 0 13 0 109295010 1834893312 171035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109759019 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20112] ppid=20107 vsize=1791888 CPUtime=18.78
/proc/20109/task/20112/stat : 20112 (java) S 20107 20109 19401 0 -1 64 77159 0 0 0 1846 32 0 0 16 0 13 0 109295011 1834893312 171035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20113] ppid=20107 vsize=1791888 CPUtime=18.83
/proc/20109/task/20113/stat : 20113 (java) S 20107 20109 19401 0 -1 64 77368 0 0 0 1849 34 0 0 16 0 13 0 109295011 1834893312 171035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20114] ppid=20107 vsize=1791888 CPUtime=0.48
/proc/20109/task/20114/stat : 20114 (java) S 20107 20109 19401 0 -1 64 185 0 0 0 27 21 0 0 16 0 13 0 109295013 1834893312 171035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20115] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20115/stat : 20115 (java) S 20107 20109 19401 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109295014 1834893312 171035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20116] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20116/stat : 20116 (java) S 20107 20109 19401 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109295014 1834893312 171035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20117] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20117/stat : 20117 (java) S 20107 20109 19401 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 109295018 1834893312 171035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20118] ppid=20107 vsize=1791888 CPUtime=1.33
/proc/20109/task/20118/stat : 20118 (java) S 20107 20109 19401 0 -1 64 5141 0 0 0 132 1 0 0 16 0 13 0 109295018 1834893312 171035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20119] ppid=20107 vsize=1791888 CPUtime=1.37
/proc/20109/task/20119/stat : 20119 (java) S 20107 20109 19401 0 -1 64 4304 0 0 0 135 2 0 0 17 0 13 0 109295018 1834893312 171035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20120] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20120/stat : 20120 (java) S 20107 20109 19401 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109295018 1834893312 171035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20109/tid=20121] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20121/stat : 20121 (java) S 20107 20109 19401 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109295018 1834893312 171035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20109/tid=20122] ppid=20107 vsize=1791888 CPUtime=0
/proc/20109/task/20122/stat : 20122 (java) S 20107 20109 19401 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 109295177 1834893312 171035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1791888

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

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

[startup+1780.71 s]
/proc/loadavg: 1.15 1.03 1.01 2/90 20124
/proc/meminfo: memFree=886024/2055920 swapFree=4147044/4192956
[pid=20109] ppid=20107 vsize=0 CPUtime=1800.12
/proc/20109/stat : 20109 (java) Z 20107 20109 19401 0 -1 1036 259527 0 1 0 179854 158 0 0 16 0 2 0 109295008 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20109/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1780.75
CPU time (s): 1800.17
CPU user time (s): 1798.54
CPU system time (s): 1.62575
CPU usage (%): 101.09
Max. virtual memory (cumulated for all children) (KiB): 1798064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 1.62575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259527
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= 54033
involuntary context switches= 53000

runsolver used 1.9517 second user time and 5.41718 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Sun Apr 15 05:10:30 UTC 2007

IDJOB= 351799
IDBENCH= 1812
IDSOLVER= 164
FILE ID= node39/351799-1176613829

PBS_JOBID= 4557039

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/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-danoint.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351799-1176613829/sat4jPseudoCPClause.jar /tmp/evaluation/351799-1176613829/instance-351799-1176613829.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-351799-1176613829 -o ROOT/results/node39/solver-351799-1176613829 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351799-1176613829/sat4jPseudoCPClause.jar /tmp/evaluation/351799-1176613829/instance-351799-1176613829.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9a58bdfc023900d726e146c07979fe71

RANDOM SEED= 869504690

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.256
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.256
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:       1568392 kB
Buffers:         49784 kB
Cached:         221268 kB
SwapCached:       2716 kB
Active:         121688 kB
Inactive:       280348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1568392 kB
SwapTotal:     4192956 kB
SwapFree:      4146276 kB
Dirty:            4376 kB
Writeback:           0 kB
Mapped:         144824 kB
Slab:            70788 kB
Committed_AS:   943348 kB
PageTables:       2012 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 node39 on Sun Apr 15 05:40:12 UTC 2007