Trace number 1883825

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerCPU timeWall clock time
BoolVar 2009-04-26? (MO) 421.984 422.944

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_2_15.opb
MD5SUM2e96a8731ecdc9612117a9b1f6bb2f31
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.22881
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31340
Sum of products size (including duplicates)62680
Number of different products15670
Sum of products size31340

Solver Data

407.76/408.70	------------------------
407.76/408.71	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
407.76/408.71	Size : 0, 1086654, 0, 0, 3478471
407.76/408.71	Count : 0, 32840, 0, 0, 3
407.76/408.71	
407.76/408.71	Command line : minisat tmp.dimacs %var 
407.76/408.71	
407.76/408.71	------------------------
407.76/408.74	This is MiniSat 2.0 beta
407.76/408.74	WARNING: for repeatability, setting FPU to use double precision
407.76/408.74	============================[ Problem Statistics ]=============================
407.76/408.74	|                                                                             |
407.76/408.74	|  Number of variables:  41110                                                |
407.76/408.74	|  Number of clauses:    1703131                                              |
409.15/410.10	|  Parsing time:         1.23         s                                       |

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1883825-1245217484/watcher-1883825-1245217484 -o /tmp/evaluation-result-1883825-1245217484/solver-1883825-1245217484 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883825-1245217484.opb minisat %dimacs %var 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 7058
/proc/meminfo: memFree=1806296/2055920 swapFree=4192952/4192956
[pid=7058] ppid=7056 vsize=324 CPUtime=0
/proc/7058/stat : 7058 (java) R 7056 7058 6635 0 -1 0 60 0 0 0 0 0 0 0 18 0 1 0 189344090 331776 44 1992294400 134512640 134550932 4294956192 18446744073709551615 4870948 0 0 4096 0 0 0 0 17 1 0 0
/proc/7058/statm: 81 44 33 9 0 6 0

[startup+0.106367 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 7058
/proc/meminfo: memFree=1806296/2055920 swapFree=4192952/4192956
[pid=7058] ppid=7056 vsize=1685288 CPUtime=0.11
/proc/7058/stat : 7058 (java) S 7056 7058 6635 0 -1 0 3018 0 1 0 9 2 0 0 18 0 9 0 189344090 1725734912 2508 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7058/statm: 421322 2508 1226 9 0 416233 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1685288

[startup+0.201373 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 7058
/proc/meminfo: memFree=1806296/2055920 swapFree=4192952/4192956
[pid=7058] ppid=7056 vsize=1685440 CPUtime=0.23
/proc/7058/stat : 7058 (java) S 7056 7058 6635 0 -1 0 3398 0 1 0 21 2 0 0 18 0 9 0 189344090 1725890560 2881 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7058/statm: 421360 2881 1227 9 0 416271 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1685440

[startup+0.301382 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 7058
/proc/meminfo: memFree=1806296/2055920 swapFree=4192952/4192956
[pid=7058] ppid=7056 vsize=1685440 CPUtime=0.33
/proc/7058/stat : 7058 (java) S 7056 7058 6635 0 -1 0 3738 0 1 0 31 2 0 0 18 0 9 0 189344090 1725890560 3213 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7058/statm: 421360 3213 1227 9 0 416271 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1685440

[startup+0.701415 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 7058
/proc/meminfo: memFree=1806296/2055920 swapFree=4192952/4192956
[pid=7058] ppid=7056 vsize=1685468 CPUtime=0.72
/proc/7058/stat : 7058 (java) S 7056 7058 6635 0 -1 0 6750 0 1 0 69 3 0 0 18 0 9 0 189344090 1725919232 5941 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7058/statm: 421367 5941 2154 9 0 416278 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 1685468

[startup+1.50148 s]
/proc/loadavg: 1.00 1.00 0.94 2/73 7067
/proc/meminfo: memFree=1784976/2055920 swapFree=4192952/4192956
[pid=7058] ppid=7056 vsize=1685468 CPUtime=1.54
/proc/7058/stat : 7058 (java) S 7056 7058 6635 0 -1 0 8826 0 1 0 150 4 0 0 18 0 9 0 189344090 1725919232 7758 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7058/statm: 421367 7758 2166 9 0 416278 0
[pid=7058/tid=7060] ppid=7056 vsize=1685468 CPUtime=1.15
/proc/7058/task/7060/stat : 7060 (java) R 7056 7058 6635 0 -1 64 2118 0 1 0 114 1 0 0 17 0 9 0 189344091 1725919232 7758 1992294400 134512640 134550932 4294956032 18446744073709551615 4126506272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7061] ppid=7056 vsize=1685468 CPUtime=0.3
/proc/7058/task/7061/stat : 7061 (java) S 7056 7058 6635 0 -1 64 5654 0 0 0 28 2 0 0 15 0 9 0 189344092 1725919232 7758 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7062] ppid=7056 vsize=1685468 CPUtime=0
/proc/7058/task/7062/stat : 7062 (java) S 7056 7058 6635 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 189344092 1725919232 7758 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7063] ppid=7056 vsize=1685468 CPUtime=0
/proc/7058/task/7063/stat : 7063 (java) S 7056 7058 6635 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 189344092 1725919232 7758 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7064] ppid=7056 vsize=1685468 CPUtime=0
/proc/7058/task/7064/stat : 7064 (java) S 7056 7058 6635 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 189344094 1725919232 7758 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7065] ppid=7056 vsize=1685468 CPUtime=0.06
/proc/7058/task/7065/stat : 7065 (java) S 7056 7058 6635 0 -1 64 318 0 0 0 6 0 0 0 16 0 9 0 189344094 1725919232 7758 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7066] ppid=7056 vsize=1685468 CPUtime=0
/proc/7058/task/7066/stat : 7066 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 189344094 1725919232 7758 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7067] ppid=7056 vsize=1685468 CPUtime=0
/proc/7058/task/7067/stat : 7067 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189344095 1725919232 7758 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 1685468

[startup+3.10162 s]
/proc/loadavg: 1.00 1.00 0.94 2/73 7067
/proc/meminfo: memFree=1782224/2055920 swapFree=4192952/4192956
[pid=7058] ppid=7056 vsize=1685468 CPUtime=3.14
/proc/7058/stat : 7058 (java) S 7056 7058 6635 0 -1 0 9467 0 1 0 309 5 0 0 18 0 9 0 189344090 1725919232 8375 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7058/statm: 421367 8375 2166 9 0 416278 0
[pid=7058/tid=7060] ppid=7056 vsize=1685468 CPUtime=2.72
/proc/7058/task/7060/stat : 7060 (java) R 7056 7058 6635 0 -1 64 2142 0 1 0 271 1 0 0 17 0 9 0 189344091 1725919232 8375 1992294400 134512640 134550932 4294956032 18446744073709551615 4125903034 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7061] ppid=7056 vsize=1685468 CPUtime=0.34
/proc/7058/task/7061/stat : 7061 (java) S 7056 7058 6635 0 -1 64 6271 0 0 0 31 3 0 0 15 0 9 0 189344092 1725919232 8375 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7062] ppid=7056 vsize=1685468 CPUtime=0
/proc/7058/task/7062/stat : 7062 (java) S 7056 7058 6635 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 189344092 1725919232 8375 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7063] ppid=7056 vsize=1685468 CPUtime=0
/proc/7058/task/7063/stat : 7063 (java) S 7056 7058 6635 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 189344092 1725919232 8375 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7064] ppid=7056 vsize=1685468 CPUtime=0
/proc/7058/task/7064/stat : 7064 (java) S 7056 7058 6635 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 189344094 1725919232 8375 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7065] ppid=7056 vsize=1685468 CPUtime=0.06
/proc/7058/task/7065/stat : 7065 (java) S 7056 7058 6635 0 -1 64 318 0 0 0 6 0 0 0 16 0 9 0 189344094 1725919232 8375 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7066] ppid=7056 vsize=1685468 CPUtime=0
/proc/7058/task/7066/stat : 7066 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 189344094 1725919232 8375 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7067] ppid=7056 vsize=1685468 CPUtime=0
/proc/7058/task/7067/stat : 7067 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189344095 1725919232 8375 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 1685468

[startup+6.30292 s]
/proc/loadavg: 1.00 1.00 0.94 2/73 7067
/proc/meminfo: memFree=1778640/2055920 swapFree=4192952/4192956
[pid=7058] ppid=7056 vsize=1688608 CPUtime=6.34
/proc/7058/stat : 7058 (java) S 7056 7058 6635 0 -1 0 11638 0 1 0 628 6 0 0 18 0 9 0 189344090 1729134592 9861 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7058/statm: 422152 9861 2166 9 0 417063 0
[pid=7058/tid=7060] ppid=7056 vsize=1688608 CPUtime=5.83
/proc/7058/task/7060/stat : 7060 (java) S 7056 7058 6635 0 -1 64 2185 0 1 0 582 1 0 0 17 0 9 0 189344091 1729134592 9861 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7061] ppid=7056 vsize=1688608 CPUtime=0.42
/proc/7058/task/7061/stat : 7061 (java) R 7056 7058 6635 0 -1 64 8399 0 0 0 39 3 0 0 16 0 9 0 189344092 1729134592 9861 1992294400 134512640 134550932 4294956032 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7062] ppid=7056 vsize=1688608 CPUtime=0
/proc/7058/task/7062/stat : 7062 (java) S 7056 7058 6635 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 189344092 1729134592 9861 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7063] ppid=7056 vsize=1688608 CPUtime=0
/proc/7058/task/7063/stat : 7063 (java) S 7056 7058 6635 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 189344092 1729134592 9861 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7064] ppid=7056 vsize=1688608 CPUtime=0
/proc/7058/task/7064/stat : 7064 (java) S 7056 7058 6635 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 189344094 1729134592 9861 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7065] ppid=7056 vsize=1688608 CPUtime=0.06
/proc/7058/task/7065/stat : 7065 (java) S 7056 7058 6635 0 -1 64 318 0 0 0 6 0 0 0 16 0 9 0 189344094 1729134592 9861 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7066] ppid=7056 vsize=1688608 CPUtime=0
/proc/7058/task/7066/stat : 7066 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 189344094 1729134592 9861 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7067] ppid=7056 vsize=1688608 CPUtime=0
/proc/7058/task/7067/stat : 7067 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189344095 1729134592 9861 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 1688608

[startup+12.7025 s]
/proc/loadavg: 1.00 1.00 0.94 2/73 7067
/proc/meminfo: memFree=1774672/2055920 swapFree=4192952/4192956
[pid=7058] ppid=7056 vsize=1685536 CPUtime=12.75
/proc/7058/stat : 7058 (java) S 7056 7058 6635 0 -1 0 14563 0 1 0 1268 7 0 0 18 0 9 0 189344090 1725988864 10678 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7058/statm: 421384 10681 2164 9 0 416295 0
[pid=7058/tid=7060] ppid=7056 vsize=1685536 CPUtime=12
/proc/7058/task/7060/stat : 7060 (java) S 7056 7058 6635 0 -1 64 2369 0 1 0 1199 1 0 0 17 0 9 0 189344091 1725988864 10683 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7061] ppid=7056 vsize=1685536 CPUtime=0.66
/proc/7058/task/7061/stat : 7061 (java) R 7056 7058 6635 0 -1 64 11138 0 0 0 61 5 0 0 16 0 9 0 189344092 1725988864 10685 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7062] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7062/stat : 7062 (java) S 7056 7058 6635 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189344092 1725988864 10687 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7063] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7063/stat : 7063 (java) S 7056 7058 6635 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189344092 1725988864 10687 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7064] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7064/stat : 7064 (java) S 7056 7058 6635 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 189344094 1725988864 10687 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7065] ppid=7056 vsize=1685536 CPUtime=0.07
/proc/7058/task/7065/stat : 7065 (java) S 7056 7058 6635 0 -1 64 327 0 0 0 7 0 0 0 16 0 9 0 189344094 1725988864 10687 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7066] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7066/stat : 7066 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 189344094 1725988864 10689 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7067] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7067/stat : 7067 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189344095 1725988864 10691 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 1685536

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 0.94 2/73 7067
/proc/meminfo: memFree=1758928/2055920 swapFree=4192952/4192956
[pid=7058] ppid=7056 vsize=1689108 CPUtime=25.53
/proc/7058/stat : 7058 (java) S 7056 7058 6635 0 -1 0 20206 0 1 0 2539 14 0 0 18 0 9 0 189344090 1729646592 13933 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7058/statm: 422277 13933 2164 9 0 417188 0
[pid=7058/tid=7060] ppid=7056 vsize=1689108 CPUtime=24.08
/proc/7058/task/7060/stat : 7060 (java) S 7056 7058 6635 0 -1 64 2605 0 1 0 2404 4 0 0 16 0 9 0 189344091 1729646592 13933 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7061] ppid=7056 vsize=1689108 CPUtime=1.32
/proc/7058/task/7061/stat : 7061 (java) R 7056 7058 6635 0 -1 64 16528 0 0 0 124 8 0 0 16 0 9 0 189344092 1729646592 13933 1992294400 134512640 134550932 4294956032 18446744073709551615 103732894 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7062] ppid=7056 vsize=1689108 CPUtime=0
/proc/7058/task/7062/stat : 7062 (java) S 7056 7058 6635 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189344092 1729646592 13933 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7063] ppid=7056 vsize=1689108 CPUtime=0
/proc/7058/task/7063/stat : 7063 (java) S 7056 7058 6635 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189344092 1729646592 13933 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7064] ppid=7056 vsize=1689108 CPUtime=0
/proc/7058/task/7064/stat : 7064 (java) S 7056 7058 6635 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 189344094 1729646592 13933 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7065] ppid=7056 vsize=1689108 CPUtime=0.09
/proc/7058/task/7065/stat : 7065 (java) S 7056 7058 6635 0 -1 64 337 0 0 0 9 0 0 0 16 0 9 0 189344094 1729646592 13933 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7066] ppid=7056 vsize=1689108 CPUtime=0
/proc/7058/task/7066/stat : 7066 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 189344094 1729646592 13933 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7067] ppid=7056 vsize=1689108 CPUtime=0
/proc/7058/task/7067/stat : 7067 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189344095 1729646592 13933 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 1689108

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 0.94 2/73 7067
/proc/meminfo: memFree=1661264/2055920 swapFree=4192952/4192956
[pid=7058] ppid=7056 vsize=1685536 CPUtime=51.13
/proc/7058/stat : 7058 (java) S 7056 7058 6635 0 -1 0 45938 0 1 0 5081 32 0 0 18 0 9 0 189344090 1725988864 35845 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7058/statm: 421384 35845 2164 9 0 416295 0
[pid=7058/tid=7060] ppid=7056 vsize=1685536 CPUtime=47.03
/proc/7058/task/7060/stat : 7060 (java) R 7056 7058 6635 0 -1 64 4280 0 1 0 4693 10 0 0 20 0 9 0 189344091 1725988864 35845 1992294400 134512640 134550932 4294956032 18446744073709551615 4126506306 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7061] ppid=7056 vsize=1685536 CPUtime=3.97
/proc/7058/task/7061/stat : 7061 (java) S 7056 7058 6635 0 -1 64 40568 0 0 0 377 20 0 0 16 0 9 0 189344092 1725988864 35845 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7062] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7062/stat : 7062 (java) S 7056 7058 6635 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189344092 1725988864 35845 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7063] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7063/stat : 7063 (java) S 7056 7058 6635 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189344092 1725988864 35845 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7064] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7064/stat : 7064 (java) S 7056 7058 6635 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 189344094 1725988864 35845 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7065] ppid=7056 vsize=1685536 CPUtime=0.1
/proc/7058/task/7065/stat : 7065 (java) S 7056 7058 6635 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 189344094 1725988864 35845 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7066] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7066/stat : 7066 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 189344094 1725988864 35845 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=7058/tid=7060] ppid=7056 vsize=1685536 CPUtime=156.31
/proc/7058/task/7060/stat : 7060 (java) R 7056 7058 6635 0 -1 64 4454 0 1 0 15620 11 0 0 17 0 9 0 189344091 1725988864 48949 1992294400 134512640 134550932 4294956032 18446744073709551615 4126551300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7061] ppid=7056 vsize=1685536 CPUtime=5.84
/proc/7058/task/7061/stat : 7061 (java) S 7056 7058 6635 0 -1 64 54356 0 0 0 558 26 0 0 16 0 9 0 189344092 1725988864 48949 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7062] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7062/stat : 7062 (java) S 7056 7058 6635 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189344092 1725988864 48949 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7063] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7063/stat : 7063 (java) S 7056 7058 6635 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189344092 1725988864 48949 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7064] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7064/stat : 7064 (java) S 7056 7058 6635 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 189344094 1725988864 48949 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7065] ppid=7056 vsize=1685536 CPUtime=0.1
/proc/7058/task/7065/stat : 7065 (java) S 7056 7058 6635 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 189344094 1725988864 48949 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7066] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7066/stat : 7066 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 189344094 1725988864 48949 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7067] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7067/stat : 7067 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189344095 1725988864 48949 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 1685536

[startup+222.306 s]
/proc/loadavg: 1.09 1.04 0.96 2/73 7067
/proc/meminfo: memFree=1595920/2055920 swapFree=4192952/4192956
[pid=7058] ppid=7056 vsize=1685536 CPUtime=222.08
/proc/7058/stat : 7058 (java) S 7056 7058 6635 0 -1 0 60276 0 1 0 22163 45 0 0 18 0 9 0 189344090 1725988864 49224 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7058/statm: 421384 49224 2165 9 0 416295 0
[pid=7058/tid=7060] ppid=7056 vsize=1685536 CPUtime=215.5
/proc/7058/task/7060/stat : 7060 (java) R 7056 7058 6635 0 -1 64 4556 0 1 0 21534 16 0 0 17 0 9 0 189344091 1725988864 49224 1992294400 134512640 134550932 4294956032 18446744073709551615 4125903052 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7061] ppid=7056 vsize=1685536 CPUtime=6.44
/proc/7058/task/7061/stat : 7061 (java) S 7056 7058 6635 0 -1 64 54630 0 0 0 617 27 0 0 16 0 9 0 189344092 1725988864 49224 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7062] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7062/stat : 7062 (java) S 7056 7058 6635 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189344092 1725988864 49224 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7063] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7063/stat : 7063 (java) S 7056 7058 6635 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189344092 1725988864 49224 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7064] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7064/stat : 7064 (java) S 7056 7058 6635 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 189344094 1725988864 49224 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7065] ppid=7056 vsize=1685536 CPUtime=0.1
/proc/7058/task/7065/stat : 7065 (java) S 7056 7058 6635 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 189344094 1725988864 49224 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7066] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7066/stat : 7066 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 189344094 1725988864 49224 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7067] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7067/stat : 7067 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189344095 1725988864 49224 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 1685536

[startup+282.301 s]
/proc/loadavg: 1.18 1.07 0.97 3/73 7067
/proc/meminfo: memFree=1585296/2055920 swapFree=4192952/4192956
[pid=7058] ppid=7056 vsize=1685536 CPUtime=281.84
/proc/7058/stat : 7058 (java) S 7056 7058 6635 0 -1 0 63090 0 1 0 28137 47 0 0 18 0 9 0 189344090 1725988864 51962 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7058/statm: 421384 51962 2165 9 0 416295 0
[pid=7058/tid=7060] ppid=7056 vsize=1685536 CPUtime=274.69
/proc/7058/task/7060/stat : 7060 (java) R 7056 7058 6635 0 -1 64 4632 0 1 0 27452 17 0 0 17 0 9 0 189344091 1725988864 51962 1992294400 134512640 134550932 4294956032 18446744073709551615 4126509210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7061] ppid=7056 vsize=1685536 CPUtime=7.02
/proc/7058/task/7061/stat : 7061 (java) S 7056 7058 6635 0 -1 64 57368 0 0 0 674 28 0 0 16 0 9 0 189344092 1725988864 51962 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7062] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7062/stat : 7062 (java) S 7056 7058 6635 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189344092 1725988864 51962 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7063] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7063/stat : 7063 (java) S 7056 7058 6635 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189344092 1725988864 51962 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7064] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7064/stat : 7064 (java) S 7056 7058 6635 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 189344094 1725988864 51962 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7065] ppid=7056 vsize=1685536 CPUtime=0.1
/proc/7058/task/7065/stat : 7065 (java) S 7056 7058 6635 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 189344094 1725988864 51962 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7066] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7066/stat : 7066 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 189344094 1725988864 51962 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7067] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7067/stat : 7067 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189344095 1725988864 51962 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.84
Current children cumulated vsize (KiB) 1685536

[startup+342.302 s]
/proc/loadavg: 1.06 1.06 0.97 2/73 7067
/proc/meminfo: memFree=1557008/2055920 swapFree=4192952/4192956
[pid=7058] ppid=7056 vsize=1685536 CPUtime=341.62
/proc/7058/stat : 7058 (java) S 7056 7058 6635 0 -1 0 72199 0 1 0 34111 51 0 0 18 0 9 0 189344090 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7058/statm: 421384 58976 2165 9 0 416295 0
[pid=7058/tid=7060] ppid=7056 vsize=1685536 CPUtime=333.04
/proc/7058/task/7060/stat : 7060 (java) R 7056 7058 6635 0 -1 64 4863 0 1 0 33286 18 0 0 17 0 9 0 189344091 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4126539816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7061] ppid=7056 vsize=1685536 CPUtime=8.44
/proc/7058/task/7061/stat : 7061 (java) S 7056 7058 6635 0 -1 64 66246 0 0 0 813 31 0 0 16 0 9 0 189344092 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7062] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7062/stat : 7062 (java) S 7056 7058 6635 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189344092 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7063] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7063/stat : 7063 (java) S 7056 7058 6635 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189344092 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7064] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7064/stat : 7064 (java) S 7056 7058 6635 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 189344094 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7065] ppid=7056 vsize=1685536 CPUtime=0.1
/proc/7058/task/7065/stat : 7065 (java) S 7056 7058 6635 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 189344094 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7066] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7066/stat : 7066 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 189344094 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7067] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7067/stat : 7067 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189344095 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.62
Current children cumulated vsize (KiB) 1685536

[startup+402.302 s]
/proc/loadavg: 1.02 1.04 0.97 2/73 7067
/proc/meminfo: memFree=1557008/2055920 swapFree=4192952/4192956
[pid=7058] ppid=7056 vsize=1685536 CPUtime=401.38
/proc/7058/stat : 7058 (java) S 7056 7058 6635 0 -1 0 72256 0 1 0 40087 51 0 0 18 0 9 0 189344090 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7058/statm: 421384 58976 2165 9 0 416295 0
[pid=7058/tid=7060] ppid=7056 vsize=1685536 CPUtime=392.32
/proc/7058/task/7060/stat : 7060 (java) R 7056 7058 6635 0 -1 64 4920 0 1 0 39214 18 0 0 17 0 9 0 189344091 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4126509264 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7061] ppid=7056 vsize=1685536 CPUtime=8.93
/proc/7058/task/7061/stat : 7061 (java) S 7056 7058 6635 0 -1 64 66246 0 0 0 861 32 0 0 16 0 9 0 189344092 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7062] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7062/stat : 7062 (java) S 7056 7058 6635 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189344092 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7063] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7063/stat : 7063 (java) S 7056 7058 6635 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189344092 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7064] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7064/stat : 7064 (java) S 7056 7058 6635 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 189344094 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7065] ppid=7056 vsize=1685536 CPUtime=0.1
/proc/7058/task/7065/stat : 7065 (java) S 7056 7058 6635 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 189344094 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7066] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7066/stat : 7066 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 189344094 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7067] ppid=7056 vsize=1685536 CPUtime=0
/proc/7058/task/7067/stat : 7067 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189344095 1725988864 58976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.38
Current children cumulated vsize (KiB) 1685536



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+422.803 s]
/proc/loadavg: 1.02 1.04 0.97 2/77 7071
/proc/meminfo: memFree=1362416/2055920 swapFree=4192952/4192956
[pid=7058] ppid=7056 vsize=1686508 CPUtime=407.78
/proc/7058/stat : 7058 (java) S 7056 7058 6635 0 -1 0 79958 0 1 0 40719 59 0 0 18 0 12 0 189344090 1726984192 66382 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7058/statm: 421627 66382 2168 9 0 416538 0
[pid=7069] ppid=7058 vsize=156784 CPUtime=14.07
/proc/7069/stat : 7069 (minisat) R 7058 7058 6635 0 -1 4194304 38340 0 0 0 1387 20 0 0 25 0 1 0 189384961 160546816 38293 1992294400 134512640 135156773 4294956080 18446744073709551615 134537775 0 4 0 3 0 0 0 17 0 0 0
/proc/7069/statm: 39196 38293 71 157 0 39036 0
[pid=7058/tid=7060] ppid=7056 vsize=1686508 CPUtime=398
/proc/7058/task/7060/stat : 7060 (java) S 7056 7058 6635 0 -1 64 5104 0 1 0 39779 21 0 0 18 0 12 0 189344091 1726984192 66382 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7061] ppid=7056 vsize=1686508 CPUtime=9.63
/proc/7058/task/7061/stat : 7061 (java) S 7056 7058 6635 0 -1 64 73632 0 0 0 928 35 0 0 16 0 12 0 189344092 1726984192 66382 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7062] ppid=7056 vsize=1686508 CPUtime=0
/proc/7058/task/7062/stat : 7062 (java) S 7056 7058 6635 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 189344092 1726984192 66382 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7063] ppid=7056 vsize=1686508 CPUtime=0
/proc/7058/task/7063/stat : 7063 (java) S 7056 7058 6635 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189344092 1726984192 66382 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7064] ppid=7056 vsize=1686508 CPUtime=0
/proc/7058/task/7064/stat : 7064 (java) S 7056 7058 6635 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 189344094 1726984192 66382 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7065] ppid=7056 vsize=1686508 CPUtime=0.11
/proc/7058/task/7065/stat : 7065 (java) S 7056 7058 6635 0 -1 64 359 0 0 0 11 0 0 0 15 0 12 0 189344094 1726984192 66382 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7066] ppid=7056 vsize=1686508 CPUtime=0
/proc/7058/task/7066/stat : 7066 (java) S 7056 7058 6635 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 189344094 1726984192 66382 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7058/tid=7067] ppid=7056 vsize=1686508 CPUtime=0
/proc/7058/task/7067/stat : 7067 (java) S 7056 7058 6635 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 189344095 1726984192 66382 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7058/tid=7068] ppid=7056 vsize=1686508 CPUtime=0
/proc/7058/task/7068/stat : 7068 (java) S 7056 7058 6635 0 -1 64 72 0 0 0 0 0 0 0 16 0 12 0 189384961 1726984192 66382 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=7058/tid=7070] ppid=7056 vsize=1686508 CPUtime=0
/proc/7058/task/7070/stat : 7070 (java) S 7056 7058 6635 0 -1 64 38 0 0 0 0 0 0 0 16 0 12 0 189384964 1726984192 66382 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=7058/tid=7071] ppid=7056 vsize=1686508 CPUtime=0
/proc/7058/task/7071/stat : 7071 (java) S 7056 7058 6635 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 189384964 1726984192 66382 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 421.85
Current children cumulated vsize (KiB) 1843292

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

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

[startup+422.914 s]
/proc/loadavg: 1.02 1.04 0.97 2/77 7071
/proc/meminfo: memFree=1362416/2055920 swapFree=4192952/4192956
[pid=7058] ppid=7056 vsize=0 CPUtime=421.94
/proc/7058/stat : 7058 (java) Z 7056 7058 6635 0 -1 1036 80474 38341 53 0 40720 63 1387 24 16 0 2 0 189344090 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7058/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 421.94
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 422.944
CPU time (s): 421.984
CPU user time (s): 421.082
CPU system time (s): 0.901862
CPU usage (%): 99.773
Max. virtual memory (cumulated for all children) (KiB): 1843292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 421.082
system time used= 0.901862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118815
page faults= 53
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13211
involuntary context switches= 9337

runsolver used 0.538918 second user time and 1.13883 second system time

The end

Launcher Data

Begin job on node58 at 2009-06-17 07:44:44
IDJOB=1883825
IDBENCH=48364
IDSOLVER=688
FILE ID=node58/1883825-1245217484
PBS_JOBID= 9368412
Free space on /tmp= 66560 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_2_15.opb
COMMAND LINE= java -Xmx1500m -jar pb2cnfsolver.jar 6 BENCHNAME minisat %dimacs %var
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883825-1245217484/watcher-1883825-1245217484 -o /tmp/evaluation-result-1883825-1245217484/solver-1883825-1245217484 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883825-1245217484.opb minisat %dimacs %var

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2e96a8731ecdc9612117a9b1f6bb2f31
RANDOM SEED=622454615

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

/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.243
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.243
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:       1807744 kB
Buffers:         21292 kB
Cached:         157340 kB
SwapCached:          4 kB
Active:          41280 kB
Inactive:       150756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807744 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1504 kB
Writeback:           0 kB
Mapped:          23240 kB
Slab:            42308 kB
Committed_AS:    77672 kB
PageTables:       1360 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1883825-1245217484.opb

Free space on /tmp at the end= 66560 MiB
End job on node58 at 2009-06-17 07:51:50