Trace number 363090

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.17 1770.1

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-enigma.opb
MD5SUM41834777456d00b1f1bcfadb1f825a87
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.147976
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of variables100
Total number of constraints21
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint9
Maximum length of a constraint90
Number of terms in the objective function 9
Biggest coefficient in the objective function 9
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 49638
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 524340
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.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.08/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.08/0.20	--- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c No reason simplification
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving /tmp/evaluation/363090-1177022870/instance-363090-1177022870.opb
0.08/0.20	c reading problem ... 
0.20/0.24	c ... done. Wall clock time 0.048s.
0.20/0.24	c CPU time (experimental) 0.21s.
0.20/0.24	c #vars     100
0.20/0.24	c #constraints  42
1800.07/1770.01	c starts		: 2
1800.07/1770.01	c conflicts		: 33218
1800.07/1770.01	c decisions		: 42379
1800.07/1770.01	c propagations		: 369264
1800.07/1770.01	c inspects		: 606987111
1800.07/1770.01	c learnt literals	: 0
1800.07/1770.01	c learnt binary clauses	: 0
1800.07/1770.01	c learnt ternary clauses	: 0
1800.07/1770.01	c learnt clauses	: 33217
1800.07/1770.01	c root simplifications	: 0
1800.07/1770.01	c removed literals (reason simplification)	: 0
1800.07/1770.01	c reason swapping (by a shorter reason)	: 0
1800.07/1770.01	c Calls to reduceDB	: 0
1800.07/1770.01	c speed (decisions/second)	: 23.94617126267332
1800.07/1770.01	c non guided choices	34
1800.07/1770.01	s UNKNOWN
1800.07/1770.01	c Total wall clock time (ms): 1769.816

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

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


[startup+0 s]
/proc/loadavg: 0.91 1.03 0.99 3/66 3156
/proc/meminfo: memFree=1805104/2055920 swapFree=4183056/4192956
[pid=3156] ppid=3154 vsize=1472 CPUtime=0
/proc/3156/stat : 3156 (java) R 3154 3156 2697 0 -1 0 95 0 0 0 0 0 0 0 20 0 1 0 150201776 1507328 67 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4160631504 0 0 4096 0 0 0 0 17 1 0 0
/proc/3156/statm: 368 77 57 9 0 10 0

[startup+0.0105101 s]
/proc/loadavg: 0.91 1.03 0.99 3/66 3156
/proc/meminfo: memFree=1805104/2055920 swapFree=4183056/4192956
[pid=3156] ppid=3154 vsize=12056 CPUtime=0
/proc/3156/stat : 3156 (java) R 3154 3156 2697 0 -1 0 587 0 0 0 0 0 0 0 18 0 1 0 150201776 12345344 394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 9728810 0 0 4096 0 0 0 0 17 1 0 0
/proc/3156/statm: 3014 400 140 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.101529 s]
/proc/loadavg: 0.91 1.03 0.99 3/66 3156
/proc/meminfo: memFree=1805104/2055920 swapFree=4183056/4192956
[pid=3156] ppid=3154 vsize=1780256 CPUtime=0.08
/proc/3156/stat : 3156 (java) S 3154 3156 2697 0 -1 0 4015 0 1 0 6 2 0 0 18 0 12 0 150201776 1822982144 3756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3156/statm: 445064 3756 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780256

[startup+0.30155 s]
/proc/loadavg: 0.91 1.03 0.99 3/66 3156
/proc/meminfo: memFree=1805104/2055920 swapFree=4183056/4192956
[pid=3156] ppid=3154 vsize=1782768 CPUtime=0.33
/proc/3156/stat : 3156 (java) S 3154 3156 2697 0 -1 0 5213 0 1 0 29 4 0 0 18 0 13 0 150201776 1825554432 4951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3156/statm: 445692 4951 1276 9 0 443304 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782768

[startup+0.701599 s]
/proc/loadavg: 0.91 1.03 0.99 3/66 3156
/proc/meminfo: memFree=1805104/2055920 swapFree=4183056/4192956
[pid=3156] ppid=3154 vsize=1784460 CPUtime=0.99
/proc/3156/stat : 3156 (java) S 3154 3156 2697 0 -1 0 9433 0 1 0 94 5 0 0 18 0 13 0 150201776 1827287040 8468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3156/statm: 446115 8468 1294 9 0 443727 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1784460

[startup+1.50269 s]
/proc/loadavg: 0.92 1.03 0.99 4/79 3169
/proc/meminfo: memFree=1758216/2055920 swapFree=4183056/4192956
[pid=3156] ppid=3154 vsize=1803532 CPUtime=2.53
/proc/3156/stat : 3156 (java) S 3154 3156 2697 0 -1 0 25575 0 1 0 241 12 0 0 18 0 13 0 150201776 1846816768 19995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3156/statm: 450883 19995 1299 9 0 448495 0
[pid=3156/tid=3158] ppid=3154 vsize=1803532 CPUtime=0.94
/proc/3156/task/3158/stat : 3158 (java) R 3154 3156 2697 0 -1 64 14719 0 1 0 86 8 0 0 18 0 13 0 150201777 1846816768 19995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109214171 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3159] ppid=3154 vsize=1803532 CPUtime=0
/proc/3156/task/3159/stat : 3159 (java) S 3154 3156 2697 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 150201779 1846816768 19995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3160] ppid=3154 vsize=1803532 CPUtime=0
/proc/3156/task/3160/stat : 3160 (java) S 3154 3156 2697 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 150201779 1846816768 19995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3161] ppid=3154 vsize=1803532 CPUtime=0
/proc/3156/task/3161/stat : 3161 (java) S 3154 3156 2697 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 150201781 1846816768 19995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3162] ppid=3154 vsize=1803532 CPUtime=0
/proc/3156/task/3162/stat : 3162 (java) S 3154 3156 2697 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 150201781 1846816768 19995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3163] ppid=3154 vsize=1803532 CPUtime=0
/proc/3156/task/3163/stat : 3163 (java) S 3154 3156 2697 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 150201781 1846816768 19995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3164] ppid=3154 vsize=1803532 CPUtime=0
/proc/3156/task/3164/stat : 3164 (java) S 3154 3156 2697 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 150201785 1846816768 19995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3165] ppid=3154 vsize=1803532 CPUtime=0.79
/proc/3156/task/3165/stat : 3165 (java) R 3154 3156 2697 0 -1 64 4462 0 0 0 78 1 0 0 18 0 13 0 150201785 1846816768 19995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103313299 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3166] ppid=3154 vsize=1803532 CPUtime=0.78
/proc/3156/task/3166/stat : 3166 (java) R 3154 3156 2697 0 -1 64 5669 0 0 0 76 2 0 0 18 0 13 0 150201785 1846816768 19995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103334785 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3167] ppid=3154 vsize=1803532 CPUtime=0
/proc/3156/task/3167/stat : 3167 (java) S 3154 3156 2697 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150201785 1846816768 19995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3168] ppid=3154 vsize=1803532 CPUtime=0
/proc/3156/task/3168/stat : 3168 (java) S 3154 3156 2697 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150201785 1846816768 19995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3169] ppid=3154 vsize=1803532 CPUtime=0
/proc/3156/task/3169/stat : 3169 (java) S 3154 3156 2697 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 150201802 1846816768 19995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1803532

[startup+3.10187 s]
/proc/loadavg: 0.92 1.03 0.99 4/79 3169
/proc/meminfo: memFree=1683272/2055920 swapFree=4183056/4192956
[pid=3156] ppid=3154 vsize=1800272 CPUtime=5.18
/proc/3156/stat : 3156 (java) S 3154 3156 2697 0 -1 0 52266 0 1 0 493 25 0 0 18 0 13 0 150201776 1843478528 43476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3156/statm: 450068 43476 1323 9 0 447680 0
[pid=3156/tid=3158] ppid=3154 vsize=1800272 CPUtime=2.23
/proc/3156/task/3158/stat : 3158 (java) R 3154 3156 2697 0 -1 64 37717 0 1 0 204 19 0 0 24 0 13 0 150201777 1843478528 43476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109492619 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3159] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3159/stat : 3159 (java) S 3154 3156 2697 0 -1 64 179 0 0 0 0 0 0 0 16 0 13 0 150201779 1843478528 43476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3160] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3160/stat : 3160 (java) S 3154 3156 2697 0 -1 64 197 0 0 0 0 0 0 0 16 0 13 0 150201779 1843478528 43476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3161] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3161/stat : 3161 (java) S 3154 3156 2697 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 43476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3162] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3162/stat : 3162 (java) S 3154 3156 2697 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 43476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3163] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3163/stat : 3163 (java) S 3154 3156 2697 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 43476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3164] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3164/stat : 3164 (java) S 3154 3156 2697 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 150201785 1843478528 43476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3165] ppid=3154 vsize=1800272 CPUtime=1.5
/proc/3156/task/3165/stat : 3165 (java) S 3154 3156 2697 0 -1 64 6455 0 0 0 148 2 0 0 16 0 13 0 150201785 1843478528 43476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3166] ppid=3154 vsize=1800272 CPUtime=1.4
/proc/3156/task/3166/stat : 3166 (java) S 3154 3156 2697 0 -1 64 6989 0 0 0 138 2 0 0 16 0 13 0 150201785 1843478528 43476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3167] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3167/stat : 3167 (java) S 3154 3156 2697 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150201785 1843478528 43476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3168] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3168/stat : 3168 (java) S 3154 3156 2697 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150201785 1843478528 43476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3169] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3169/stat : 3169 (java) S 3154 3156 2697 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 150201802 1843478528 43476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 1800272

[startup+6.30224 s]
/proc/loadavg: 0.92 1.03 0.99 3/79 3169
/proc/meminfo: memFree=1630984/2055920 swapFree=4183056/4192956
[pid=3156] ppid=3154 vsize=1800272 CPUtime=8.76
/proc/3156/stat : 3156 (java) S 3154 3156 2697 0 -1 0 56595 0 1 0 849 27 0 0 18 0 13 0 150201776 1843478528 46174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3156/statm: 450068 46174 1323 9 0 447680 0
[pid=3156/tid=3158] ppid=3154 vsize=1800272 CPUtime=5.32
/proc/3156/task/3158/stat : 3158 (java) R 3154 3156 2697 0 -1 64 37723 0 1 0 513 19 0 0 17 0 13 0 150201777 1843478528 46174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109527485 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3159] ppid=3154 vsize=1800272 CPUtime=0.07
/proc/3156/task/3159/stat : 3159 (java) S 3154 3156 2697 0 -1 64 2114 0 0 0 7 0 0 0 17 0 13 0 150201779 1843478528 46174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3160] ppid=3154 vsize=1800272 CPUtime=0.08
/proc/3156/task/3160/stat : 3160 (java) S 3154 3156 2697 0 -1 64 2079 0 0 0 8 0 0 0 16 0 13 0 150201779 1843478528 46174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3161] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3161/stat : 3161 (java) S 3154 3156 2697 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 46174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3162] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3162/stat : 3162 (java) S 3154 3156 2697 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 46174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3163] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3163/stat : 3163 (java) S 3154 3156 2697 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 46174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3164] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3164/stat : 3164 (java) S 3154 3156 2697 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 150201785 1843478528 46174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3165] ppid=3154 vsize=1800272 CPUtime=1.6
/proc/3156/task/3165/stat : 3165 (java) S 3154 3156 2697 0 -1 64 6458 0 0 0 158 2 0 0 17 0 13 0 150201785 1843478528 46174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3166] ppid=3154 vsize=1800272 CPUtime=1.62
/proc/3156/task/3166/stat : 3166 (java) S 3154 3156 2697 0 -1 64 7471 0 0 0 160 2 0 0 15 0 13 0 150201785 1843478528 46174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3167] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3167/stat : 3167 (java) S 3154 3156 2697 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150201785 1843478528 46174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3168] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3168/stat : 3168 (java) S 3154 3156 2697 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150201785 1843478528 46174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3169] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3169/stat : 3169 (java) S 3154 3156 2697 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 150201802 1843478528 46174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.76
Current children cumulated vsize (KiB) 1800272

[startup+12.702 s]
/proc/loadavg: 1.00 1.05 1.00 2/79 3169
/proc/meminfo: memFree=1588840/2055920 swapFree=4183056/4192956
[pid=3156] ppid=3154 vsize=1800272 CPUtime=15.34
/proc/3156/stat : 3156 (java) S 3154 3156 2697 0 -1 0 65966 0 1 0 1503 31 0 0 18 0 13 0 150201776 1843478528 55150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3156/statm: 450068 55150 1330 9 0 447680 0
[pid=3156/tid=3158] ppid=3154 vsize=1800272 CPUtime=11.6
/proc/3156/task/3158/stat : 3158 (java) R 3154 3156 2697 0 -1 64 40840 0 1 0 1140 20 0 0 25 0 13 0 150201777 1843478528 55150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474422 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3159] ppid=3154 vsize=1800272 CPUtime=0.2
/proc/3156/task/3159/stat : 3159 (java) S 3154 3156 2697 0 -1 64 5463 0 0 0 18 2 0 0 16 0 13 0 150201779 1843478528 55150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3160] ppid=3154 vsize=1800272 CPUtime=0.19
/proc/3156/task/3160/stat : 3160 (java) S 3154 3156 2697 0 -1 64 4970 0 0 0 17 2 0 0 16 0 13 0 150201779 1843478528 55150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3161] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3161/stat : 3161 (java) S 3154 3156 2697 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 55150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3162] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3162/stat : 3162 (java) S 3154 3156 2697 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 55150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3163] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3163/stat : 3163 (java) S 3154 3156 2697 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 55150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3164] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3164/stat : 3164 (java) S 3154 3156 2697 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 150201785 1843478528 55150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3165] ppid=3154 vsize=1800272 CPUtime=1.62
/proc/3156/task/3165/stat : 3165 (java) S 3154 3156 2697 0 -1 64 6458 0 0 0 160 2 0 0 16 0 13 0 150201785 1843478528 55150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3166] ppid=3154 vsize=1800272 CPUtime=1.68
/proc/3156/task/3166/stat : 3166 (java) S 3154 3156 2697 0 -1 64 7485 0 0 0 166 2 0 0 16 0 13 0 150201785 1843478528 55150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3167] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3167/stat : 3167 (java) S 3154 3156 2697 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150201785 1843478528 55150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3168] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3168/stat : 3168 (java) S 3154 3156 2697 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150201785 1843478528 55150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3169] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3169/stat : 3169 (java) S 3154 3156 2697 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 150201802 1843478528 55150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.34
Current children cumulated vsize (KiB) 1800272

[startup+25.5025 s]
/proc/loadavg: 1.00 1.04 1.00 2/79 3169
/proc/meminfo: memFree=1583208/2055920 swapFree=4183056/4192956
[pid=3156] ppid=3154 vsize=1800272 CPUtime=28.28
/proc/3156/stat : 3156 (java) S 3154 3156 2697 0 -1 0 69030 0 1 0 2795 33 0 0 18 0 13 0 150201776 1843478528 56507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3156/statm: 450068 56507 1330 9 0 447680 0
[pid=3156/tid=3158] ppid=3154 vsize=1800272 CPUtime=24.27
/proc/3156/task/3158/stat : 3158 (java) R 3154 3156 2697 0 -1 64 40851 0 1 0 2407 20 0 0 25 0 13 0 150201777 1843478528 56507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474520 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3159] ppid=3154 vsize=1800272 CPUtime=0.3
/proc/3156/task/3159/stat : 3159 (java) S 3154 3156 2697 0 -1 64 7203 0 0 0 28 2 0 0 16 0 13 0 150201779 1843478528 56507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3160] ppid=3154 vsize=1800272 CPUtime=0.31
/proc/3156/task/3160/stat : 3160 (java) S 3154 3156 2697 0 -1 64 6283 0 0 0 28 3 0 0 17 0 13 0 150201779 1843478528 56507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=3156] ppid=3154 vsize=1800272 CPUtime=1567.43
/proc/3156/stat : 3156 (java) S 3154 3156 2697 0 -1 0 151440 0 1 0 156661 82 0 0 18 0 13 0 150201776 1843478528 113628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3156/statm: 450068 113628 1332 9 0 447680 0
[pid=3156/tid=3158] ppid=3154 vsize=1800272 CPUtime=1516.93
/proc/3156/task/3158/stat : 3158 (java) R 3154 3156 2697 0 -1 64 55834 0 1 0 151660 33 0 0 19 0 13 0 150201777 1843478528 113628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109557634 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3159] ppid=3154 vsize=1800272 CPUtime=23.39
/proc/3156/task/3159/stat : 3159 (java) S 3154 3156 2697 0 -1 64 38356 0 0 0 2325 14 0 0 17 0 13 0 150201779 1843478528 113628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3160] ppid=3154 vsize=1800272 CPUtime=23.44
/proc/3156/task/3160/stat : 3160 (java) S 3154 3156 2697 0 -1 64 42480 0 0 0 2325 19 0 0 16 0 13 0 150201779 1843478528 113628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3161] ppid=3154 vsize=1800272 CPUtime=0.19
/proc/3156/task/3161/stat : 3161 (java) S 3154 3156 2697 0 -1 64 102 0 0 0 11 8 0 0 16 0 13 0 150201781 1843478528 113628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3162] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3162/stat : 3162 (java) S 3154 3156 2697 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 113628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3163] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3163/stat : 3163 (java) S 3154 3156 2697 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 113628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3164] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3164/stat : 3164 (java) S 3154 3156 2697 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 150201785 1843478528 113628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3165] ppid=3154 vsize=1800272 CPUtime=1.7
/proc/3156/task/3165/stat : 3165 (java) S 3154 3156 2697 0 -1 64 6460 0 0 0 168 2 0 0 17 0 13 0 150201785 1843478528 113628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3166] ppid=3154 vsize=1800272 CPUtime=1.71
/proc/3156/task/3166/stat : 3166 (java) S 3154 3156 2697 0 -1 64 7486 0 0 0 169 2 0 0 16 0 13 0 150201785 1843478528 113628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3167] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3167/stat : 3167 (java) S 3154 3156 2697 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150201785 1843478528 113628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3168] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3168/stat : 3168 (java) S 3154 3156 2697 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150201785 1843478528 113628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3169] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3169/stat : 3169 (java) S 3154 3156 2697 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 150201802 1843478528 113628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1567.43
Current children cumulated vsize (KiB) 1800272

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3367
/proc/meminfo: memFree=1349160/2055920 swapFree=4183056/4192956
[pid=3156] ppid=3154 vsize=1800272 CPUtime=1628.65
/proc/3156/stat : 3156 (java) S 3154 3156 2697 0 -1 0 152718 0 1 0 162782 83 0 0 18 0 13 0 150201776 1843478528 114775 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3156/statm: 450068 114775 1332 9 0 447680 0
[pid=3156/tid=3158] ppid=3154 vsize=1800272 CPUtime=1575.65
/proc/3156/task/3158/stat : 3158 (java) R 3154 3156 2697 0 -1 64 55859 0 1 0 157531 34 0 0 25 0 13 0 150201777 1843478528 114775 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109491688 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3159] ppid=3154 vsize=1800272 CPUtime=24.65
/proc/3156/task/3159/stat : 3159 (java) S 3154 3156 2697 0 -1 64 38703 0 0 0 2450 15 0 0 16 0 13 0 150201779 1843478528 114775 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3160] ppid=3154 vsize=1800272 CPUtime=24.69
/proc/3156/task/3160/stat : 3160 (java) S 3154 3156 2697 0 -1 64 43385 0 0 0 2450 19 0 0 17 0 13 0 150201779 1843478528 114775 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3161] ppid=3154 vsize=1800272 CPUtime=0.21
/proc/3156/task/3161/stat : 3161 (java) S 3154 3156 2697 0 -1 64 103 0 0 0 12 9 0 0 16 0 13 0 150201781 1843478528 114775 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3162] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3162/stat : 3162 (java) S 3154 3156 2697 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 114775 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3163] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3163/stat : 3163 (java) S 3154 3156 2697 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 114775 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3164] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3164/stat : 3164 (java) S 3154 3156 2697 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 150201785 1843478528 114775 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3165] ppid=3154 vsize=1800272 CPUtime=1.7
/proc/3156/task/3165/stat : 3165 (java) S 3154 3156 2697 0 -1 64 6460 0 0 0 168 2 0 0 17 0 13 0 150201785 1843478528 114775 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3166] ppid=3154 vsize=1800272 CPUtime=1.71
/proc/3156/task/3166/stat : 3166 (java) S 3154 3156 2697 0 -1 64 7486 0 0 0 169 2 0 0 16 0 13 0 150201785 1843478528 114775 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3167] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3167/stat : 3167 (java) S 3154 3156 2697 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150201785 1843478528 114775 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3168] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3168/stat : 3168 (java) S 3154 3156 2697 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150201785 1843478528 114775 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3169] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3169/stat : 3169 (java) S 3154 3156 2697 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 150201802 1843478528 114775 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1628.65
Current children cumulated vsize (KiB) 1800272

[startup+1662.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/79 3367
/proc/meminfo: memFree=1344104/2055920 swapFree=4183056/4192956
[pid=3156] ppid=3154 vsize=1800272 CPUtime=1689.97
/proc/3156/stat : 3156 (java) S 3154 3156 2697 0 -1 0 154094 0 1 0 168913 84 0 0 18 0 13 0 150201776 1843478528 116051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3156/statm: 450068 116051 1332 9 0 447680 0
[pid=3156/tid=3158] ppid=3154 vsize=1800272 CPUtime=1634.3
/proc/3156/task/3158/stat : 3158 (java) R 3154 3156 2697 0 -1 64 55885 0 1 0 163396 34 0 0 25 0 13 0 150201777 1843478528 116051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109859208 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3159] ppid=3154 vsize=1800272 CPUtime=25.97
/proc/3156/task/3159/stat : 3159 (java) S 3154 3156 2697 0 -1 64 39079 0 0 0 2582 15 0 0 16 0 13 0 150201779 1843478528 116051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3160] ppid=3154 vsize=1800272 CPUtime=26.02
/proc/3156/task/3160/stat : 3160 (java) S 3154 3156 2697 0 -1 64 44359 0 0 0 2583 19 0 0 16 0 13 0 150201779 1843478528 116051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3161] ppid=3154 vsize=1800272 CPUtime=0.21
/proc/3156/task/3161/stat : 3161 (java) S 3154 3156 2697 0 -1 64 103 0 0 0 12 9 0 0 16 0 13 0 150201781 1843478528 116051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3162] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3162/stat : 3162 (java) S 3154 3156 2697 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 116051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3163] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3163/stat : 3163 (java) S 3154 3156 2697 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 116051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3164] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3164/stat : 3164 (java) S 3154 3156 2697 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 150201785 1843478528 116051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3165] ppid=3154 vsize=1800272 CPUtime=1.7
/proc/3156/task/3165/stat : 3165 (java) S 3154 3156 2697 0 -1 64 6460 0 0 0 168 2 0 0 17 0 13 0 150201785 1843478528 116051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3166] ppid=3154 vsize=1800272 CPUtime=1.71
/proc/3156/task/3166/stat : 3166 (java) S 3154 3156 2697 0 -1 64 7486 0 0 0 169 2 0 0 16 0 13 0 150201785 1843478528 116051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3167] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3167/stat : 3167 (java) S 3154 3156 2697 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150201785 1843478528 116051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3168] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3168/stat : 3168 (java) S 3154 3156 2697 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150201785 1843478528 116051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3169] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3169/stat : 3169 (java) S 3154 3156 2697 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 150201802 1843478528 116051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1689.97
Current children cumulated vsize (KiB) 1800272

[startup+1722.3 s]
/proc/loadavg: 1.11 1.04 1.01 2/79 3367
/proc/meminfo: memFree=1338728/2055920 swapFree=4183056/4192956
[pid=3156] ppid=3154 vsize=1800272 CPUtime=1751.3
/proc/3156/stat : 3156 (java) S 3154 3156 2697 0 -1 0 155632 0 1 0 175045 85 0 0 18 0 13 0 150201776 1843478528 117425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3156/statm: 450068 117425 1332 9 0 447680 0
[pid=3156/tid=3158] ppid=3154 vsize=1800272 CPUtime=1692.9
/proc/3156/task/3158/stat : 3158 (java) R 3154 3156 2697 0 -1 64 55911 0 1 0 169256 34 0 0 20 0 13 0 150201777 1843478528 117425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109547682 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3159] ppid=3154 vsize=1800272 CPUtime=27.33
/proc/3156/task/3159/stat : 3159 (java) S 3154 3156 2697 0 -1 64 39668 0 0 0 2718 15 0 0 16 0 13 0 150201779 1843478528 117425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3160] ppid=3154 vsize=1800272 CPUtime=27.39
/proc/3156/task/3160/stat : 3160 (java) S 3154 3156 2697 0 -1 64 45282 0 0 0 2719 20 0 0 16 0 13 0 150201779 1843478528 117425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3161] ppid=3154 vsize=1800272 CPUtime=0.22
/proc/3156/task/3161/stat : 3161 (java) S 3154 3156 2697 0 -1 64 103 0 0 0 13 9 0 0 15 0 13 0 150201781 1843478528 117425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3162] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3162/stat : 3162 (java) S 3154 3156 2697 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 117425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3163] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3163/stat : 3163 (java) S 3154 3156 2697 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 117425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3164] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3164/stat : 3164 (java) S 3154 3156 2697 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 150201785 1843478528 117425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3165] ppid=3154 vsize=1800272 CPUtime=1.7
/proc/3156/task/3165/stat : 3165 (java) S 3154 3156 2697 0 -1 64 6460 0 0 0 168 2 0 0 17 0 13 0 150201785 1843478528 117425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3166] ppid=3154 vsize=1800272 CPUtime=1.71
/proc/3156/task/3166/stat : 3166 (java) S 3154 3156 2697 0 -1 64 7486 0 0 0 169 2 0 0 16 0 13 0 150201785 1843478528 117425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3167] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3167/stat : 3167 (java) S 3154 3156 2697 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150201785 1843478528 117425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3168] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3168/stat : 3168 (java) S 3154 3156 2697 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150201785 1843478528 117425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3169] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3169/stat : 3169 (java) S 3154 3156 2697 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 150201802 1843478528 117425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1751.3
Current children cumulated vsize (KiB) 1800272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770 s]
/proc/loadavg: 1.05 1.03 1.00 2/79 3367
/proc/meminfo: memFree=1334696/2055920 swapFree=4183056/4192956
[pid=3156] ppid=3154 vsize=1800272 CPUtime=1800.07
/proc/3156/stat : 3156 (java) S 3154 3156 2697 0 -1 0 156742 0 1 0 179921 86 0 0 18 0 13 0 150201776 1843478528 118395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3156/statm: 450068 118395 1332 9 0 447680 0
[pid=3156/tid=3158] ppid=3154 vsize=1800272 CPUtime=1739.5
/proc/3156/task/3158/stat : 3158 (java) R 3154 3156 2697 0 -1 64 55931 0 1 0 173916 34 0 0 25 0 13 0 150201777 1843478528 118395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109548688 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3159] ppid=3154 vsize=1800272 CPUtime=28.4
/proc/3156/task/3159/stat : 3159 (java) S 3154 3156 2697 0 -1 64 40025 0 0 0 2825 15 0 0 17 0 13 0 150201779 1843478528 118395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3160] ppid=3154 vsize=1800272 CPUtime=28.46
/proc/3156/task/3160/stat : 3160 (java) S 3154 3156 2697 0 -1 64 46015 0 0 0 2826 20 0 0 17 0 13 0 150201779 1843478528 118395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3161] ppid=3154 vsize=1800272 CPUtime=0.22
/proc/3156/task/3161/stat : 3161 (java) S 3154 3156 2697 0 -1 64 103 0 0 0 13 9 0 0 16 0 13 0 150201781 1843478528 118395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3162] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3162/stat : 3162 (java) S 3154 3156 2697 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 118395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3163] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3163/stat : 3163 (java) S 3154 3156 2697 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150201781 1843478528 118395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3164] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3164/stat : 3164 (java) S 3154 3156 2697 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 150201785 1843478528 118395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3165] ppid=3154 vsize=1800272 CPUtime=1.7
/proc/3156/task/3165/stat : 3165 (java) S 3154 3156 2697 0 -1 64 6460 0 0 0 168 2 0 0 17 0 13 0 150201785 1843478528 118395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3166] ppid=3154 vsize=1800272 CPUtime=1.71
/proc/3156/task/3166/stat : 3166 (java) S 3154 3156 2697 0 -1 64 7486 0 0 0 169 2 0 0 16 0 13 0 150201785 1843478528 118395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3167] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3167/stat : 3167 (java) S 3154 3156 2697 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150201785 1843478528 118395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3156/tid=3168] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3168/stat : 3168 (java) S 3154 3156 2697 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150201785 1843478528 118395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3156/tid=3169] ppid=3154 vsize=1800272 CPUtime=0
/proc/3156/task/3169/stat : 3169 (java) S 3154 3156 2697 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 150201802 1843478528 118395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1800272

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

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

Child status: 143
Real time (s): 1770.1
CPU time (s): 1800.17
CPU user time (s): 1799.23
CPU system time (s): 0.934857
CPU usage (%): 101.699
Max. virtual memory (cumulated for all children) (KiB): 1803532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 0.934857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156763
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= 43466
involuntary context switches= 31860

runsolver used 1.70274 second user time and 4.87726 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Thu Apr 19 22:47:50 UTC 2007

IDJOB= 363090
IDBENCH= 1734
IDSOLVER= 160
FILE ID= node74/363090-1177022870

PBS_JOBID= 4630601

Free space on /tmp= 103202 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  41834777456d00b1f1bcfadb1f825a87

RANDOM SEED= 687519977

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:       1805512 kB
Buffers:         20676 kB
Cached:         157416 kB
SwapCached:       2992 kB
Active:          58660 kB
Inactive:       129088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805512 kB
SwapTotal:     4192956 kB
SwapFree:      4183056 kB
Dirty:            3792 kB
Writeback:           0 kB
Mapped:          15700 kB
Slab:            48416 kB
Committed_AS:  2056268 kB
PageTables:       1480 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= 103202 MiB

End job on node74 on Thu Apr 19 23:17:22 UTC 2007