Trace number 354406

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.2 1785.72

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-qiu.opb
MD5SUM42437a98f8f475fdcbcf3676beea9d9f
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23808
Total number of constraints1192
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 constraints1192
Minimum length of a constraint31
Maximum length of a constraint5940
Number of terms in the objective function 7968
Biggest coefficient in the objective function 9098351345664
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 4803935111035752
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 9098351345664
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 4803935111035752
Number of bits of the biggest sum of numbers53
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	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/354406-1176707941/instance-354406-1176707941.opb
0.20/0.20	c reading problem ... 
2.99/1.91	c ... done. Wall clock time 1.714s.
2.99/1.91	c CPU time (experimental) 1.22s.
2.99/1.91	c #vars     23808
2.99/1.91	c #constraints  1324
1800.10/1785.61	c starts		: 2
1800.10/1785.61	c conflicts		: 6385
1800.10/1785.61	c decisions		: 96176
1800.10/1785.61	c propagations		: 263110
1800.10/1785.61	c inspects		: 121054113
1800.10/1785.61	c learnt literals	: 0
1800.10/1785.61	c learnt binary clauses	: 0
1800.10/1785.61	c learnt ternary clauses	: 0
1800.10/1785.61	c learnt clauses	: 6384
1800.10/1785.61	c root simplifications	: 0
1800.10/1785.61	c removed literals (reason simplification)	: 0
1800.10/1785.61	c reason swapping (by a shorter reason)	: 0
1800.10/1785.61	c Calls to reduceDB	: 0
1800.10/1785.61	c speed (decisions/second)	: 53.92703007154124
1800.10/1785.61	c non guided choices	0
1800.10/1785.61	s UNKNOWN
1800.10/1785.61	c Total wall clock time (ms): 1785.414

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/node74/watcher-354406-1176707941 -o ROOT/results/node74/solver-354406-1176707941 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354406-1176707941/sat4jPseudoCPClause.jar /tmp/evaluation/354406-1176707941/instance-354406-1176707941.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.05 1.04 1.00 3/66 3160
/proc/meminfo: memFree=1956696/2055920 swapFree=4183016/4192956
[pid=3160] ppid=3158 vsize=152 CPUtime=0
/proc/3160/stat : 3160 (java) R 3158 3160 2525 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 118708861 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 9757476 0 0 4096 0 0 0 0 17 1 0 0
/proc/3160/statm: 50 33 26 9 0 4 0

[startup+0.0625721 s]
/proc/loadavg: 1.05 1.04 1.00 3/66 3160
/proc/meminfo: memFree=1956696/2055920 swapFree=4183016/4192956
[pid=3160] ppid=3158 vsize=1777708 CPUtime=0.04
/proc/3160/stat : 3160 (java) S 3158 3160 2525 0 -1 0 3645 0 1 0 3 1 0 0 18 0 7 0 118708861 1820372992 3387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3160/statm: 444427 3387 1077 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101571 s]
/proc/loadavg: 1.05 1.04 1.00 3/66 3160
/proc/meminfo: memFree=1956696/2055920 swapFree=4183016/4192956
[pid=3160] ppid=3158 vsize=1780112 CPUtime=0.08
/proc/3160/stat : 3160 (java) S 3158 3160 2525 0 -1 0 3981 0 1 0 6 2 0 0 18 0 12 0 118708861 1822834688 3722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3160/statm: 445028 3722 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.3016 s]
/proc/loadavg: 1.05 1.04 1.00 3/66 3160
/proc/meminfo: memFree=1956696/2055920 swapFree=4183016/4192956
[pid=3160] ppid=3158 vsize=1782060 CPUtime=0.34
/proc/3160/stat : 3160 (java) S 3158 3160 2525 0 -1 0 5298 0 1 0 31 3 0 0 18 0 12 0 118708861 1824829440 5033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3160/statm: 445515 5033 1267 9 0 443126 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782060

[startup+0.701649 s]
/proc/loadavg: 1.05 1.04 1.00 3/66 3160
/proc/meminfo: memFree=1956696/2055920 swapFree=4183016/4192956
[pid=3160] ppid=3158 vsize=1783784 CPUtime=0.96
/proc/3160/stat : 3160 (java) S 3158 3160 2525 0 -1 0 8055 0 1 0 92 4 0 0 18 0 12 0 118708861 1826594816 7351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3160/statm: 445946 7351 1303 9 0 443557 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1783784

[startup+1.50274 s]
/proc/loadavg: 1.05 1.04 1.00 4/78 3172
/proc/meminfo: memFree=1919416/2055920 swapFree=4183016/4192956
[pid=3160] ppid=3158 vsize=1797624 CPUtime=2.55
/proc/3160/stat : 3160 (java) S 3158 3160 2525 0 -1 0 22601 0 1 0 243 12 0 0 18 0 12 0 118708861 1840766976 16934 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3160/statm: 449406 16935 1311 9 0 447017 0
[pid=3160/tid=3162] ppid=3158 vsize=1797624 CPUtime=0.81
/proc/3160/task/3162/stat : 3162 (java) R 3158 3160 2525 0 -1 64 12336 0 1 0 75 6 0 0 18 0 12 0 118708863 1840766976 16937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109600277 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3163] ppid=3158 vsize=1797624 CPUtime=0
/proc/3160/task/3163/stat : 3163 (java) S 3158 3160 2525 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 118708864 1840766976 16941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3164] ppid=3158 vsize=1797624 CPUtime=0
/proc/3160/task/3164/stat : 3164 (java) S 3158 3160 2525 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 118708864 1840766976 16944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3165] ppid=3158 vsize=1797624 CPUtime=0
/proc/3160/task/3165/stat : 3165 (java) S 3158 3160 2525 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 118708866 1840766976 16945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3166] ppid=3158 vsize=1797624 CPUtime=0
/proc/3160/task/3166/stat : 3166 (java) S 3158 3160 2525 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 118708867 1840766976 16945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3167] ppid=3158 vsize=1797624 CPUtime=0
/proc/3160/task/3167/stat : 3167 (java) S 3158 3160 2525 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 118708867 1840766976 16945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3168] ppid=3158 vsize=1797624 CPUtime=0
/proc/3160/task/3168/stat : 3168 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118708871 1840766976 16946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3169] ppid=3158 vsize=1797624 CPUtime=1.04
/proc/3160/task/3169/stat : 3169 (java) R 3158 3160 2525 0 -1 64 6161 0 0 0 101 3 0 0 20 0 12 0 118708871 1840766976 16949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103315186 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3170] ppid=3158 vsize=1797624 CPUtime=0.67
/proc/3160/task/3170/stat : 3170 (java) S 3158 3160 2525 0 -1 64 3388 0 0 0 65 2 0 0 16 0 12 0 118708871 1840766976 16952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3171] ppid=3158 vsize=1797624 CPUtime=0
/proc/3160/task/3171/stat : 3171 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 118708871 1840766976 16953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3172] ppid=3158 vsize=1797624 CPUtime=0
/proc/3160/task/3172/stat : 3172 (java) S 3158 3160 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 118708871 1840766976 16953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1797624

[startup+3.10292 s]
/proc/loadavg: 1.05 1.04 1.00 2/78 3172
/proc/meminfo: memFree=1850488/2055920 swapFree=4183016/4192956
[pid=3160] ppid=3158 vsize=1795988 CPUtime=4.76
/proc/3160/stat : 3160 (java) S 3158 3160 2525 0 -1 0 36234 0 1 0 458 18 0 0 18 0 13 0 118708861 1839091712 29222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3160/statm: 448997 29222 1325 9 0 446608 0
[pid=3160/tid=3162] ppid=3158 vsize=1795988 CPUtime=2.23
/proc/3160/task/3162/stat : 3162 (java) R 3158 3160 2525 0 -1 64 24872 0 1 0 212 11 0 0 22 0 13 0 118708863 1839091712 29222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109860839 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3163] ppid=3158 vsize=1795988 CPUtime=0
/proc/3160/task/3163/stat : 3163 (java) S 3158 3160 2525 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 118708864 1839091712 29222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3164] ppid=3158 vsize=1795988 CPUtime=0
/proc/3160/task/3164/stat : 3164 (java) S 3158 3160 2525 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 118708864 1839091712 29222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3165] ppid=3158 vsize=1795988 CPUtime=0
/proc/3160/task/3165/stat : 3165 (java) S 3158 3160 2525 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 118708866 1839091712 29222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3166] ppid=3158 vsize=1795988 CPUtime=0
/proc/3160/task/3166/stat : 3166 (java) S 3158 3160 2525 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 118708867 1839091712 29222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3167] ppid=3158 vsize=1795988 CPUtime=0
/proc/3160/task/3167/stat : 3167 (java) S 3158 3160 2525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118708867 1839091712 29222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3168] ppid=3158 vsize=1795988 CPUtime=0
/proc/3160/task/3168/stat : 3168 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118708871 1839091712 29222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3169] ppid=3158 vsize=1795988 CPUtime=1.41
/proc/3160/task/3169/stat : 3169 (java) S 3158 3160 2525 0 -1 64 6427 0 0 0 138 3 0 0 16 0 13 0 118708871 1839091712 29222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3170] ppid=3158 vsize=1795988 CPUtime=1.08
/proc/3160/task/3170/stat : 3170 (java) S 3158 3160 2525 0 -1 64 4212 0 0 0 106 2 0 0 17 0 13 0 118708871 1839091712 29222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3171] ppid=3158 vsize=1795988 CPUtime=0
/proc/3160/task/3171/stat : 3171 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118708871 1839091712 29222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3172] ppid=3158 vsize=1795988 CPUtime=0
/proc/3160/task/3172/stat : 3172 (java) S 3158 3160 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118708871 1839091712 29222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 1795988

[startup+6.30129 s]
/proc/loadavg: 1.04 1.03 1.00 3/79 3173
/proc/meminfo: memFree=1790832/2055920 swapFree=4183016/4192956
[pid=3160] ppid=3158 vsize=1794060 CPUtime=8.81
/proc/3160/stat : 3160 (java) S 3158 3160 2525 0 -1 0 57874 0 1 0 853 28 0 0 18 0 13 0 118708861 1837117440 47792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3160/statm: 448515 47792 1334 9 0 446126 0
[pid=3160/tid=3162] ppid=3158 vsize=1794060 CPUtime=5.14
/proc/3160/task/3162/stat : 3162 (java) R 3158 3160 2525 0 -1 64 37726 0 1 0 497 17 0 0 18 0 13 0 118708863 1837117440 47792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109910773 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3163] ppid=3158 vsize=1794060 CPUtime=0.11
/proc/3160/task/3163/stat : 3163 (java) S 3158 3160 2525 0 -1 64 3189 0 0 0 10 1 0 0 16 0 13 0 118708864 1837117440 47792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3164] ppid=3158 vsize=1794060 CPUtime=0.12
/proc/3160/task/3164/stat : 3164 (java) S 3158 3160 2525 0 -1 64 3032 0 0 0 11 1 0 0 16 0 13 0 118708864 1837117440 47792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3165] ppid=3158 vsize=1794060 CPUtime=0
/proc/3160/task/3165/stat : 3165 (java) S 3158 3160 2525 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 118708866 1837117440 47792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3166] ppid=3158 vsize=1794060 CPUtime=0
/proc/3160/task/3166/stat : 3166 (java) S 3158 3160 2525 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118708867 1837117440 47792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3167] ppid=3158 vsize=1794060 CPUtime=0
/proc/3160/task/3167/stat : 3167 (java) S 3158 3160 2525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118708867 1837117440 47792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3168] ppid=3158 vsize=1794060 CPUtime=0
/proc/3160/task/3168/stat : 3168 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118708871 1837117440 47792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3169] ppid=3158 vsize=1794060 CPUtime=1.98
/proc/3160/task/3169/stat : 3169 (java) S 3158 3160 2525 0 -1 64 8523 0 0 0 194 4 0 0 16 0 13 0 118708871 1837117440 47792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3170] ppid=3158 vsize=1794060 CPUtime=1.4
/proc/3160/task/3170/stat : 3170 (java) S 3158 3160 2525 0 -1 64 4673 0 0 0 138 2 0 0 16 0 13 0 118708871 1837117440 47792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3171] ppid=3158 vsize=1794060 CPUtime=0
/proc/3160/task/3171/stat : 3171 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118708871 1837117440 47792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3172] ppid=3158 vsize=1794060 CPUtime=0
/proc/3160/task/3172/stat : 3172 (java) S 3158 3160 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118708871 1837117440 47792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3173] ppid=3158 vsize=1794060 CPUtime=0
/proc/3160/task/3173/stat : 3173 (java) S 3158 3160 2525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118709093 1837117440 47792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.81
Current children cumulated vsize (KiB) 1794060

[startup+12.703 s]
/proc/loadavg: 1.04 1.03 1.00 2/79 3173
/proc/meminfo: memFree=1754416/2055920 swapFree=4183016/4192956
[pid=3160] ppid=3158 vsize=1794060 CPUtime=15.47
/proc/3160/stat : 3160 (java) S 3158 3160 2525 0 -1 0 64547 0 1 0 1516 31 0 0 18 0 13 0 118708861 1837117440 51612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3160/statm: 448515 51612 1334 9 0 446126 0
[pid=3160/tid=3162] ppid=3158 vsize=1794060 CPUtime=11.25
/proc/3160/task/3162/stat : 3162 (java) R 3158 3160 2525 0 -1 64 37740 0 1 0 1108 17 0 0 25 0 13 0 118708863 1837117440 51612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109910596 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3163] ppid=3158 vsize=1794060 CPUtime=0.36
/proc/3160/task/3163/stat : 3163 (java) S 3158 3160 2525 0 -1 64 6261 0 0 0 34 2 0 0 16 0 13 0 118708864 1837117440 51612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3164] ppid=3158 vsize=1794060 CPUtime=0.37
/proc/3160/task/3164/stat : 3164 (java) S 3158 3160 2525 0 -1 64 6603 0 0 0 35 2 0 0 16 0 13 0 118708864 1837117440 51612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3165] ppid=3158 vsize=1794060 CPUtime=0
/proc/3160/task/3165/stat : 3165 (java) S 3158 3160 2525 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 118708866 1837117440 51612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3166] ppid=3158 vsize=1794060 CPUtime=0
/proc/3160/task/3166/stat : 3166 (java) S 3158 3160 2525 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118708867 1837117440 51612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3167] ppid=3158 vsize=1794060 CPUtime=0
/proc/3160/task/3167/stat : 3167 (java) S 3158 3160 2525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118708867 1837117440 51612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3168] ppid=3158 vsize=1794060 CPUtime=0
/proc/3160/task/3168/stat : 3168 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118708871 1837117440 51612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3169] ppid=3158 vsize=1794060 CPUtime=2.01
/proc/3160/task/3169/stat : 3169 (java) S 3158 3160 2525 0 -1 64 8523 0 0 0 197 4 0 0 17 0 13 0 118708871 1837117440 51612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3170] ppid=3158 vsize=1794060 CPUtime=1.41
/proc/3160/task/3170/stat : 3170 (java) S 3158 3160 2525 0 -1 64 4673 0 0 0 139 2 0 0 15 0 13 0 118708871 1837117440 51612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3171] ppid=3158 vsize=1794060 CPUtime=0
/proc/3160/task/3171/stat : 3171 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118708871 1837117440 51612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3172] ppid=3158 vsize=1794060 CPUtime=0
/proc/3160/task/3172/stat : 3172 (java) S 3158 3160 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118708871 1837117440 51612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3173] ppid=3158 vsize=1794060 CPUtime=0
/proc/3160/task/3173/stat : 3173 (java) S 3158 3160 2525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118709093 1837117440 51612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.47
Current children cumulated vsize (KiB) 1794060

[startup+25.5025 s]
/proc/loadavg: 1.03 1.03 1.00 2/79 3173
/proc/meminfo: memFree=1817712/2055920 swapFree=4183016/4192956
[pid=3160] ppid=3158 vsize=1794060 CPUtime=28.41
/proc/3160/stat : 3160 (java) S 3158 3160 2525 0 -1 0 65444 0 1 0 2808 33 0 0 18 0 13 0 118708861 1837117440 35805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3160/statm: 448515 35805 1334 9 0 446126 0
[pid=3160/tid=3162] ppid=3158 vsize=1794060 CPUtime=23.95
/proc/3160/task/3162/stat : 3162 (java) R 3158 3160 2525 0 -1 64 37782 0 1 0 2378 17 0 0 22 0 13 0 118708863 1837117440 35805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109910742 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3163] ppid=3158 vsize=1794060 CPUtime=0.41
/proc/3160/task/3163/stat : 3163 (java) S 3158 3160 2525 0 -1 64 6574 0 0 0 38 3 0 0 16 0 13 0 118708864 1837117440 35805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3164] ppid=3158 vsize=1794060 CPUtime=0.43
/proc/3160/task/3164/stat : 3164 (java) S 3158 3160 2525 0 -1 64 7125 0 0 0 40 3 0 0 16 0 13 0 118708864 1837117440 35805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3165] ppid=3158 vsize=1794060 CPUtime=0.01
/proc/3160/task/3165/stat : 3165 (java) S 3158 3160 2525 0 -1 64 44 0 0 0 0 1 0 0 16 0 13 0 118708866 1837117440 35805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3166] ppid=3158 vsize=1794060 CPUtime=0
/proc/3160/task/3166/stat : 3166 (java) S 3158 3160 2525 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118708867 1837117440 35805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=3160/tid=3165] ppid=3158 vsize=1797080 CPUtime=0.78
/proc/3160/task/3165/stat : 3165 (java) S 3158 3160 2525 0 -1 64 525 0 0 0 40 38 0 0 16 0 13 0 118708866 1840209920 96355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3166] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3166/stat : 3166 (java) S 3158 3160 2525 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118708867 1840209920 96355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3167] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3167/stat : 3167 (java) S 3158 3160 2525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118708867 1840209920 96355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3168] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3168/stat : 3168 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118708871 1840209920 96355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3169] ppid=3158 vsize=1797080 CPUtime=2.53
/proc/3160/task/3169/stat : 3169 (java) S 3158 3160 2525 0 -1 64 10754 0 0 0 248 5 0 0 16 0 13 0 118708871 1840209920 96355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3170] ppid=3158 vsize=1797080 CPUtime=1.79
/proc/3160/task/3170/stat : 3170 (java) S 3158 3160 2525 0 -1 64 4701 0 0 0 176 3 0 0 17 0 13 0 118708871 1840209920 96355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3171] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3171/stat : 3171 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118708871 1840209920 96355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3172] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3172/stat : 3172 (java) S 3158 3160 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118708871 1840209920 96355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3173] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3173/stat : 3173 (java) S 3158 3160 2525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118709093 1840209920 96355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1615.25
Current children cumulated vsize (KiB) 1797080

[startup+1662.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/79 3175
/proc/meminfo: memFree=1576752/2055920 swapFree=4183016/4192956
[pid=3160] ppid=3158 vsize=1797080 CPUtime=1675.71
/proc/3160/stat : 3160 (java) S 3158 3160 2525 0 -1 0 237932 0 1 0 167391 180 0 0 18 0 13 0 118708861 1840209920 95753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3160/statm: 449270 95753 1334 9 0 446881 0
[pid=3160/tid=3162] ppid=3158 vsize=1797080 CPUtime=1648.05
/proc/3160/task/3162/stat : 3162 (java) R 3158 3160 2525 0 -1 64 127288 0 1 0 164739 66 0 0 25 0 13 0 118708863 1840209920 95753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109858336 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3163] ppid=3158 vsize=1797080 CPUtime=11.26
/proc/3160/task/3163/stat : 3163 (java) S 3158 3160 2525 0 -1 64 48005 0 0 0 1093 33 0 0 16 0 13 0 118708864 1840209920 95753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3164] ppid=3158 vsize=1797080 CPUtime=11.22
/proc/3160/task/3164/stat : 3164 (java) S 3158 3160 2525 0 -1 64 45937 0 0 0 1091 31 0 0 16 0 13 0 118708864 1840209920 95753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3165] ppid=3158 vsize=1797080 CPUtime=0.79
/proc/3160/task/3165/stat : 3165 (java) S 3158 3160 2525 0 -1 64 525 0 0 0 40 39 0 0 16 0 13 0 118708866 1840209920 95753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3166] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3166/stat : 3166 (java) S 3158 3160 2525 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118708867 1840209920 95753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3167] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3167/stat : 3167 (java) S 3158 3160 2525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118708867 1840209920 95753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3168] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3168/stat : 3168 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118708871 1840209920 95753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3169] ppid=3158 vsize=1797080 CPUtime=2.53
/proc/3160/task/3169/stat : 3169 (java) S 3158 3160 2525 0 -1 64 10754 0 0 0 248 5 0 0 16 0 13 0 118708871 1840209920 95753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3170] ppid=3158 vsize=1797080 CPUtime=1.79
/proc/3160/task/3170/stat : 3170 (java) S 3158 3160 2525 0 -1 64 4701 0 0 0 176 3 0 0 17 0 13 0 118708871 1840209920 95753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3171] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3171/stat : 3171 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118708871 1840209920 95753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3172] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3172/stat : 3172 (java) S 3158 3160 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118708871 1840209920 95753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3173] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3173/stat : 3173 (java) S 3158 3160 2525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118709093 1840209920 95753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.71
Current children cumulated vsize (KiB) 1797080

[startup+1722.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 3175
/proc/meminfo: memFree=1580144/2055920 swapFree=4183016/4192956
[pid=3160] ppid=3158 vsize=1797080 CPUtime=1736.22
/proc/3160/stat : 3160 (java) S 3158 3160 2525 0 -1 0 239303 0 1 0 173441 181 0 0 18 0 13 0 118708861 1840209920 94885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3160/statm: 449270 94885 1334 9 0 446881 0
[pid=3160/tid=3162] ppid=3158 vsize=1797080 CPUtime=1707.47
/proc/3160/task/3162/stat : 3162 (java) R 3158 3160 2525 0 -1 64 127334 0 1 0 170681 66 0 0 25 0 13 0 118708863 1840209920 94885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109859560 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3163] ppid=3158 vsize=1797080 CPUtime=11.81
/proc/3160/task/3163/stat : 3163 (java) S 3158 3160 2525 0 -1 64 48689 0 0 0 1147 34 0 0 16 0 13 0 118708864 1840209920 94885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3164] ppid=3158 vsize=1797080 CPUtime=11.78
/proc/3160/task/3164/stat : 3164 (java) S 3158 3160 2525 0 -1 64 46578 0 0 0 1146 32 0 0 16 0 13 0 118708864 1840209920 94885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3165] ppid=3158 vsize=1797080 CPUtime=0.8
/proc/3160/task/3165/stat : 3165 (java) S 3158 3160 2525 0 -1 64 525 0 0 0 41 39 0 0 15 0 13 0 118708866 1840209920 94885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3166] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3166/stat : 3166 (java) S 3158 3160 2525 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118708867 1840209920 94885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3167] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3167/stat : 3167 (java) S 3158 3160 2525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118708867 1840209920 94885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3168] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3168/stat : 3168 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118708871 1840209920 94885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3169] ppid=3158 vsize=1797080 CPUtime=2.53
/proc/3160/task/3169/stat : 3169 (java) S 3158 3160 2525 0 -1 64 10754 0 0 0 248 5 0 0 16 0 13 0 118708871 1840209920 94885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3170] ppid=3158 vsize=1797080 CPUtime=1.79
/proc/3160/task/3170/stat : 3170 (java) S 3158 3160 2525 0 -1 64 4701 0 0 0 176 3 0 0 17 0 13 0 118708871 1840209920 94885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3171] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3171/stat : 3171 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118708871 1840209920 94885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3172] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3172/stat : 3172 (java) S 3158 3160 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118708871 1840209920 94885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3173] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3173/stat : 3173 (java) S 3158 3160 2525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118709093 1840209920 94885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1736.22
Current children cumulated vsize (KiB) 1797080

[startup+1782.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 3175
/proc/meminfo: memFree=1584048/2055920 swapFree=4183016/4192956
[pid=3160] ppid=3158 vsize=1797080 CPUtime=1796.75
/proc/3160/stat : 3160 (java) S 3158 3160 2525 0 -1 0 240213 0 1 0 179493 182 0 0 18 0 13 0 118708861 1840209920 93873 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3160/statm: 449270 93873 1334 9 0 446881 0
[pid=3160/tid=3162] ppid=3158 vsize=1797080 CPUtime=1766.89
/proc/3160/task/3162/stat : 3162 (java) R 3158 3160 2525 0 -1 64 127377 0 1 0 176623 66 0 0 25 0 13 0 118708863 1840209920 93873 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109858999 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3163] ppid=3158 vsize=1797080 CPUtime=12.34
/proc/3160/task/3163/stat : 3163 (java) S 3158 3160 2525 0 -1 64 49326 0 0 0 1200 34 0 0 16 0 13 0 118708864 1840209920 93873 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3164] ppid=3158 vsize=1797080 CPUtime=12.31
/proc/3160/task/3164/stat : 3164 (java) S 3158 3160 2525 0 -1 64 46808 0 0 0 1199 32 0 0 17 0 13 0 118708864 1840209920 93873 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3165] ppid=3158 vsize=1797080 CPUtime=0.82
/proc/3160/task/3165/stat : 3165 (java) S 3158 3160 2525 0 -1 64 525 0 0 0 42 40 0 0 16 0 13 0 118708866 1840209920 93873 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3166] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3166/stat : 3166 (java) S 3158 3160 2525 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118708867 1840209920 93873 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3167] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3167/stat : 3167 (java) S 3158 3160 2525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118708867 1840209920 93873 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3168] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3168/stat : 3168 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118708871 1840209920 93873 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3169] ppid=3158 vsize=1797080 CPUtime=2.54
/proc/3160/task/3169/stat : 3169 (java) S 3158 3160 2525 0 -1 64 10754 0 0 0 249 5 0 0 17 0 13 0 118708871 1840209920 93873 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3170] ppid=3158 vsize=1797080 CPUtime=1.8
/proc/3160/task/3170/stat : 3170 (java) S 3158 3160 2525 0 -1 64 4701 0 0 0 177 3 0 0 16 0 13 0 118708871 1840209920 93873 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3171] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3171/stat : 3171 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118708871 1840209920 93873 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3172] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3172/stat : 3172 (java) S 3158 3160 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118708871 1840209920 93873 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3173] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3173/stat : 3173 (java) S 3158 3160 2525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118709093 1840209920 93873 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.75
Current children cumulated vsize (KiB) 1797080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.6 s]
/proc/loadavg: 1.08 1.02 1.01 2/79 3175
/proc/meminfo: memFree=1584368/2055920 swapFree=4183016/4192956
[pid=3160] ppid=3158 vsize=1797080 CPUtime=1800.1
/proc/3160/stat : 3160 (java) S 3158 3160 2525 0 -1 0 240308 0 1 0 179827 183 0 0 18 0 13 0 118708861 1840209920 93864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3160/statm: 449270 93864 1334 9 0 446881 0
[pid=3160/tid=3162] ppid=3158 vsize=1797080 CPUtime=1770.15
/proc/3160/task/3162/stat : 3162 (java) R 3158 3160 2525 0 -1 64 127380 0 1 0 176949 66 0 0 25 0 13 0 118708863 1840209920 93864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109860737 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3163] ppid=3158 vsize=1797080 CPUtime=12.38
/proc/3160/task/3163/stat : 3163 (java) S 3158 3160 2525 0 -1 64 49402 0 0 0 1204 34 0 0 16 0 13 0 118708864 1840209920 93864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3164] ppid=3158 vsize=1797080 CPUtime=12.35
/proc/3160/task/3164/stat : 3164 (java) S 3158 3160 2525 0 -1 64 46824 0 0 0 1203 32 0 0 16 0 13 0 118708864 1840209920 93864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3160/tid=3165] ppid=3158 vsize=1797080 CPUtime=0.82
/proc/3160/task/3165/stat : 3165 (java) S 3158 3160 2525 0 -1 64 525 0 0 0 42 40 0 0 15 0 13 0 118708866 1840209920 93864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3166] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3166/stat : 3166 (java) S 3158 3160 2525 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118708867 1840209920 93864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3167] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3167/stat : 3167 (java) S 3158 3160 2525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118708867 1840209920 93864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3168] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3168/stat : 3168 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118708871 1840209920 93864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3169] ppid=3158 vsize=1797080 CPUtime=2.54
/proc/3160/task/3169/stat : 3169 (java) S 3158 3160 2525 0 -1 64 10754 0 0 0 249 5 0 0 17 0 13 0 118708871 1840209920 93864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3170] ppid=3158 vsize=1797080 CPUtime=1.8
/proc/3160/task/3170/stat : 3170 (java) S 3158 3160 2525 0 -1 64 4701 0 0 0 177 3 0 0 16 0 13 0 118708871 1840209920 93864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3171] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3171/stat : 3171 (java) S 3158 3160 2525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118708871 1840209920 93864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3172] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3172/stat : 3172 (java) S 3158 3160 2525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118708871 1840209920 93864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3160/tid=3173] ppid=3158 vsize=1797080 CPUtime=0
/proc/3160/task/3173/stat : 3173 (java) S 3158 3160 2525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118709093 1840209920 93864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1797080

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

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

[startup+1785.71 s]
/proc/loadavg: 1.08 1.02 1.01 2/79 3175
/proc/meminfo: memFree=1584368/2055920 swapFree=4183016/4192956
[pid=3160] ppid=3158 vsize=0 CPUtime=1800.2
/proc/3160/stat : 3160 (java) Z 3158 3160 2525 0 -1 1036 240328 0 1 0 179831 189 0 0 16 0 2 0 118708861 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3160/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1785.72
CPU time (s): 1800.2
CPU user time (s): 1798.31
CPU system time (s): 1.89271
CPU usage (%): 100.811
Max. virtual memory (cumulated for all children) (KiB): 1798956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.31
system time used= 1.89271
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240328
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= 72113
involuntary context switches= 46127

runsolver used 1.92171 second user time and 5.65114 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Mon Apr 16 07:19:01 UTC 2007

IDJOB= 354406
IDBENCH= 2512
IDSOLVER= 164
FILE ID= node74/354406-1176707941

PBS_JOBID= 4560046

Free space on /tmp= 103223 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  42437a98f8f475fdcbcf3676beea9d9f

RANDOM SEED= 752306953

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1957104 kB
Buffers:          4728 kB
Cached:          47748 kB
SwapCached:       3352 kB
Active:          34904 kB
Inactive:        28832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1957104 kB
SwapTotal:     4192956 kB
SwapFree:      4183016 kB
Dirty:            4920 kB
Writeback:           0 kB
Mapped:          16696 kB
Slab:            20880 kB
Committed_AS:  1923656 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103223 MiB

End job on node74 on Mon Apr 16 07:48:49 UTC 2007