Trace number 1883811

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) 425.436 426.837

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_3_80.opb
MD5SUM6671ed3c9b389a2223dba62c8a435d2e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective 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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31444
Sum of products size (including duplicates)62888
Number of different products15722
Sum of products size31444

Solver Data

412.92/414.31	------------------------
412.92/414.31	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
412.92/414.31	Size : 0, 1081550, 0, 0, 3505255
412.92/414.31	Count : 0, 32938, 0, 0, 9
412.92/414.31	
412.92/414.31	Command line : minisat tmp.dimacs %var 
412.92/414.31	
412.92/414.31	------------------------
412.92/414.35	This is MiniSat 2.0 beta
412.92/414.35	WARNING: for repeatability, setting FPU to use double precision
412.92/414.35	============================[ Problem Statistics ]=============================
412.92/414.35	|                                                                             |
412.92/414.35	|  Number of variables:  42794                                                |
412.92/414.35	|  Number of clauses:    1710029                                              |
414.32/415.73	|  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-1883811-1245216129/watcher-1883811-1245216129 -o /tmp/evaluation-result-1883811-1245216129/solver-1883811-1245216129 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883811-1245216129.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.04 1.03 1.00 3/64 16198
/proc/meminfo: memFree=1857912/2055920 swapFree=4181840/4192956
[pid=16198] ppid=16196 vsize=152 CPUtime=0
/proc/16198/stat : 16198 (java) D 16196 16198 15125 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 189213267 155648 26 1992294400 134512640 134550932 4294956192 18446744073709551615 2605860 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/16198/statm: 38 26 19 9 0 4 0

[startup+0.0395379 s]
/proc/loadavg: 1.04 1.03 1.00 3/64 16198
/proc/meminfo: memFree=1857912/2055920 swapFree=4181840/4192956
[pid=16198] ppid=16196 vsize=1682168 CPUtime=0.02
/proc/16198/stat : 16198 (java) S 16196 16198 15125 0 -1 0 1860 0 1 0 1 1 0 0 18 0 5 0 189213267 1722540032 1462 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16198/statm: 420542 1462 849 9 0 415457 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1682168

[startup+0.102543 s]
/proc/loadavg: 1.04 1.03 1.00 3/64 16198
/proc/meminfo: memFree=1857912/2055920 swapFree=4181840/4192956
[pid=16198] ppid=16196 vsize=1685156 CPUtime=0.11
/proc/16198/stat : 16198 (java) S 16196 16198 15125 0 -1 0 3015 0 1 0 9 2 0 0 18 0 9 0 189213267 1725599744 2505 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16198/statm: 421289 2505 1226 9 0 416200 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1685156

[startup+0.302563 s]
/proc/loadavg: 1.04 1.03 1.00 3/64 16198
/proc/meminfo: memFree=1857912/2055920 swapFree=4181840/4192956
[pid=16198] ppid=16196 vsize=1685312 CPUtime=0.33
/proc/16198/stat : 16198 (java) S 16196 16198 15125 0 -1 0 3735 0 1 0 31 2 0 0 18 0 9 0 189213267 1725759488 3210 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16198/statm: 421328 3210 1227 9 0 416239 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1685312

[startup+0.702603 s]
/proc/loadavg: 1.04 1.03 1.00 3/64 16198
/proc/meminfo: memFree=1857912/2055920 swapFree=4181840/4192956
[pid=16198] ppid=16196 vsize=1685436 CPUtime=0.73
/proc/16198/stat : 16198 (java) S 16196 16198 15125 0 -1 0 6691 0 1 0 70 3 0 0 18 0 9 0 189213267 1725886464 5883 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16198/statm: 421359 5884 2154 9 0 416270 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1685436

[startup+1.50188 s]
/proc/loadavg: 1.04 1.03 1.00 2/73 16207
/proc/meminfo: memFree=1837872/2055920 swapFree=4181840/4192956
[pid=16198] ppid=16196 vsize=1685424 CPUtime=1.55
/proc/16198/stat : 16198 (java) S 16196 16198 15125 0 -1 0 8770 0 1 0 151 4 0 0 18 0 9 0 189213267 1725874176 7699 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16198/statm: 421356 7699 2166 9 0 416267 0
[pid=16198/tid=16200] ppid=16196 vsize=1685424 CPUtime=1.12
/proc/16198/task/16200/stat : 16200 (java) R 16196 16198 15125 0 -1 64 2105 0 1 0 111 1 0 0 17 0 9 0 189213269 1725874176 7699 1992294400 134512640 134550932 4294956032 18446744073709551615 4126510162 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16201] ppid=16196 vsize=1685424 CPUtime=0.34
/proc/16198/task/16201/stat : 16201 (java) S 16196 16198 15125 0 -1 64 5616 0 0 0 33 1 0 0 15 0 9 0 189213270 1725874176 7699 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16202] ppid=16196 vsize=1685424 CPUtime=0
/proc/16198/task/16202/stat : 16202 (java) S 16196 16198 15125 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189213270 1725874176 7699 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16203] ppid=16196 vsize=1685424 CPUtime=0
/proc/16198/task/16203/stat : 16203 (java) S 16196 16198 15125 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 189213270 1725874176 7699 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16204] ppid=16196 vsize=1685424 CPUtime=0
/proc/16198/task/16204/stat : 16204 (java) S 16196 16198 15125 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 189213272 1725874176 7699 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16205] ppid=16196 vsize=1685424 CPUtime=0.06
/proc/16198/task/16205/stat : 16205 (java) S 16196 16198 15125 0 -1 64 314 0 0 0 6 0 0 0 16 0 9 0 189213272 1725874176 7699 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16206] ppid=16196 vsize=1685424 CPUtime=0
/proc/16198/task/16206/stat : 16206 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189213272 1725874176 7699 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16207] ppid=16196 vsize=1685424 CPUtime=0
/proc/16198/task/16207/stat : 16207 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189213272 1725874176 7699 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 1685424

[startup+3.10104 s]
/proc/loadavg: 1.04 1.03 1.00 2/73 16207
/proc/meminfo: memFree=1834096/2055920 swapFree=4181840/4192956
[pid=16198] ppid=16196 vsize=1685424 CPUtime=3.14
/proc/16198/stat : 16198 (java) S 16196 16198 15125 0 -1 0 9438 0 1 0 310 4 0 0 18 0 9 0 189213267 1725874176 8340 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16198/statm: 421356 8340 2166 9 0 416267 0
[pid=16198/tid=16200] ppid=16196 vsize=1685424 CPUtime=2.68
/proc/16198/task/16200/stat : 16200 (java) R 16196 16198 15125 0 -1 64 2132 0 1 0 267 1 0 0 17 0 9 0 189213269 1725874176 8340 1992294400 134512640 134550932 4294956032 18446744073709551615 4126539741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16201] ppid=16196 vsize=1685424 CPUtime=0.38
/proc/16198/task/16201/stat : 16201 (java) S 16196 16198 15125 0 -1 64 6257 0 0 0 36 2 0 0 15 0 9 0 189213270 1725874176 8340 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16202] ppid=16196 vsize=1685424 CPUtime=0
/proc/16198/task/16202/stat : 16202 (java) S 16196 16198 15125 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189213270 1725874176 8340 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16203] ppid=16196 vsize=1685424 CPUtime=0
/proc/16198/task/16203/stat : 16203 (java) S 16196 16198 15125 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 189213270 1725874176 8340 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16204] ppid=16196 vsize=1685424 CPUtime=0
/proc/16198/task/16204/stat : 16204 (java) S 16196 16198 15125 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 189213272 1725874176 8340 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16205] ppid=16196 vsize=1685424 CPUtime=0.06
/proc/16198/task/16205/stat : 16205 (java) S 16196 16198 15125 0 -1 64 314 0 0 0 6 0 0 0 16 0 9 0 189213272 1725874176 8340 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16206] ppid=16196 vsize=1685424 CPUtime=0
/proc/16198/task/16206/stat : 16206 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189213272 1725874176 8340 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16207] ppid=16196 vsize=1685424 CPUtime=0
/proc/16198/task/16207/stat : 16207 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189213272 1725874176 8340 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) 1685424

[startup+6.30237 s]
/proc/loadavg: 1.04 1.03 1.00 2/73 16207
/proc/meminfo: memFree=1829808/2055920 swapFree=4181840/4192956
[pid=16198] ppid=16196 vsize=1685524 CPUtime=6.33
/proc/16198/stat : 16198 (java) S 16196 16198 15125 0 -1 0 12883 0 1 0 627 6 0 0 18 0 9 0 189213267 1725976576 9027 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16198/statm: 421381 9027 2164 9 0 416292 0
[pid=16198/tid=16200] ppid=16196 vsize=1685524 CPUtime=5.67
/proc/16198/task/16200/stat : 16200 (java) R 16196 16198 15125 0 -1 64 2299 0 1 0 565 2 0 0 18 0 9 0 189213269 1725976576 9027 1992294400 134512640 134550932 4294956032 18446744073709551615 4125903077 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16201] ppid=16196 vsize=1685524 CPUtime=0.58
/proc/16198/task/16201/stat : 16201 (java) S 16196 16198 15125 0 -1 64 9535 0 0 0 55 3 0 0 15 0 9 0 189213270 1725976576 9027 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16202] ppid=16196 vsize=1685524 CPUtime=0
/proc/16198/task/16202/stat : 16202 (java) S 16196 16198 15125 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189213270 1725976576 9027 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16203] ppid=16196 vsize=1685524 CPUtime=0
/proc/16198/task/16203/stat : 16203 (java) S 16196 16198 15125 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189213270 1725976576 9027 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16204] ppid=16196 vsize=1685524 CPUtime=0
/proc/16198/task/16204/stat : 16204 (java) S 16196 16198 15125 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 189213272 1725976576 9027 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16205] ppid=16196 vsize=1685524 CPUtime=0.06
/proc/16198/task/16205/stat : 16205 (java) S 16196 16198 15125 0 -1 64 314 0 0 0 6 0 0 0 16 0 9 0 189213272 1725976576 9027 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16206] ppid=16196 vsize=1685524 CPUtime=0
/proc/16198/task/16206/stat : 16206 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189213272 1725976576 9027 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16207] ppid=16196 vsize=1685524 CPUtime=0
/proc/16198/task/16207/stat : 16207 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189213272 1725976576 9027 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 1685524

[startup+12.702 s]
/proc/loadavg: 1.04 1.03 1.00 2/73 16207
/proc/meminfo: memFree=1826232/2055920 swapFree=4181840/4192956
[pid=16198] ppid=16196 vsize=1685524 CPUtime=12.71
/proc/16198/stat : 16198 (java) S 16196 16198 15125 0 -1 0 14683 0 1 0 1264 7 0 0 18 0 9 0 189213267 1725976576 10765 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16198/statm: 421381 10765 2164 9 0 416292 0
[pid=16198/tid=16200] ppid=16196 vsize=1685524 CPUtime=11.94
/proc/16198/task/16200/stat : 16200 (java) R 16196 16198 15125 0 -1 64 2361 0 1 0 1192 2 0 0 17 0 9 0 189213269 1725976576 10765 1992294400 134512640 134550932 4294956032 18446744073709551615 4126379789 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16201] ppid=16196 vsize=1685524 CPUtime=0.68
/proc/16198/task/16201/stat : 16201 (java) S 16196 16198 15125 0 -1 64 11264 0 0 0 64 4 0 0 16 0 9 0 189213270 1725976576 10765 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16202] ppid=16196 vsize=1685524 CPUtime=0
/proc/16198/task/16202/stat : 16202 (java) S 16196 16198 15125 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189213270 1725976576 10765 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16203] ppid=16196 vsize=1685524 CPUtime=0
/proc/16198/task/16203/stat : 16203 (java) S 16196 16198 15125 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189213270 1725976576 10765 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16204] ppid=16196 vsize=1685524 CPUtime=0
/proc/16198/task/16204/stat : 16204 (java) S 16196 16198 15125 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 189213272 1725976576 10765 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16205] ppid=16196 vsize=1685524 CPUtime=0.07
/proc/16198/task/16205/stat : 16205 (java) S 16196 16198 15125 0 -1 64 323 0 0 0 7 0 0 0 16 0 9 0 189213272 1725976576 10765 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16206] ppid=16196 vsize=1685524 CPUtime=0
/proc/16198/task/16206/stat : 16206 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189213272 1725976576 10765 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16207] ppid=16196 vsize=1685524 CPUtime=0
/proc/16198/task/16207/stat : 16207 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189213272 1725976576 10765 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 1685524

[startup+25.5014 s]
/proc/loadavg: 1.03 1.03 1.00 2/73 16207
/proc/meminfo: memFree=1808632/2055920 swapFree=4181840/4192956
[pid=16198] ppid=16196 vsize=1685516 CPUtime=25.48
/proc/16198/stat : 16198 (java) S 16196 16198 15125 0 -1 0 20442 0 1 0 2534 14 0 0 18 0 9 0 189213267 1725968384 13241 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16198/statm: 421379 13241 2164 9 0 416290 0
[pid=16198/tid=16200] ppid=16196 vsize=1685516 CPUtime=23.97
/proc/16198/task/16200/stat : 16200 (java) S 16196 16198 15125 0 -1 64 2834 0 1 0 2392 5 0 0 16 0 9 0 189213269 1725968384 13241 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16201] ppid=16196 vsize=1685516 CPUtime=1.39
/proc/16198/task/16201/stat : 16201 (java) R 16196 16198 15125 0 -1 64 16535 0 0 0 132 7 0 0 16 0 9 0 189213270 1725968384 13241 1992294400 134512640 134550932 4294956032 18446744073709551615 102142128 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16202] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16202/stat : 16202 (java) S 16196 16198 15125 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189213270 1725968384 13241 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16203] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16203/stat : 16203 (java) S 16196 16198 15125 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189213270 1725968384 13241 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16204] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16204/stat : 16204 (java) S 16196 16198 15125 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 189213272 1725968384 13241 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16205] ppid=16196 vsize=1685516 CPUtime=0.08
/proc/16198/task/16205/stat : 16205 (java) S 16196 16198 15125 0 -1 64 338 0 0 0 8 0 0 0 15 0 9 0 189213272 1725968384 13241 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16206] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16206/stat : 16206 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189213272 1725968384 13241 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16207] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16207/stat : 16207 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189213272 1725968384 13241 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1685516

[startup+51.102 s]
/proc/loadavg: 1.02 1.03 1.00 2/73 16207
/proc/meminfo: memFree=1713656/2055920 swapFree=4181840/4192956
[pid=16198] ppid=16196 vsize=1685516 CPUtime=51.02
/proc/16198/stat : 16198 (java) S 16196 16198 15125 0 -1 0 45701 0 1 0 5072 30 0 0 18 0 9 0 189213267 1725968384 35566 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16198/statm: 421379 35566 2164 9 0 416290 0
[pid=16198/tid=16200] ppid=16196 vsize=1685516 CPUtime=47.21
/proc/16198/task/16200/stat : 16200 (java) R 16196 16198 15125 0 -1 64 4173 0 1 0 4710 11 0 0 17 0 9 0 189213269 1725968384 35566 1992294400 134512640 134550932 4294956032 18446744073709551615 4126380464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16201] ppid=16196 vsize=1685516 CPUtime=3.69
/proc/16198/task/16201/stat : 16201 (java) S 16196 16198 15125 0 -1 64 40440 0 0 0 351 18 0 0 16 0 9 0 189213270 1725968384 35566 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16202] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16202/stat : 16202 (java) S 16196 16198 15125 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189213270 1725968384 35566 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16203] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16203/stat : 16203 (java) S 16196 16198 15125 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189213270 1725968384 35566 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16204] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16204/stat : 16204 (java) S 16196 16198 15125 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 189213272 1725968384 35566 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16205] ppid=16196 vsize=1685516 CPUtime=0.1
/proc/16198/task/16205/stat : 16205 (java) S 16196 16198 15125 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 189213272 1725968384 35566 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16206] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16206/stat : 16206 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189213272 1725968384 35566 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=16198/tid=16200] ppid=16196 vsize=1685516 CPUtime=156.33
/proc/16198/task/16200/stat : 16200 (java) R 16196 16198 15125 0 -1 64 4347 0 1 0 15622 11 0 0 17 0 9 0 189213269 1725968384 46249 1992294400 134512640 134550932 4294956032 18446744073709551615 4126509143 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16201] ppid=16196 vsize=1685516 CPUtime=5.35
/proc/16198/task/16201/stat : 16201 (java) S 16196 16198 15125 0 -1 64 52137 0 0 0 511 24 0 0 16 0 9 0 189213270 1725968384 46249 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16202] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16202/stat : 16202 (java) S 16196 16198 15125 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189213270 1725968384 46249 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16203] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16203/stat : 16203 (java) S 16196 16198 15125 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189213270 1725968384 46249 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16204] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16204/stat : 16204 (java) S 16196 16198 15125 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 189213272 1725968384 46249 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16205] ppid=16196 vsize=1685516 CPUtime=0.1
/proc/16198/task/16205/stat : 16205 (java) S 16196 16198 15125 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 189213272 1725968384 46249 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16206] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16206/stat : 16206 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189213272 1725968384 46249 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16207] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16207/stat : 16207 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189213272 1725968384 46249 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.81
Current children cumulated vsize (KiB) 1685516

[startup+222.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/73 16207
/proc/meminfo: memFree=1670392/2055920 swapFree=4181840/4192956
[pid=16198] ppid=16196 vsize=1685516 CPUtime=221.58
/proc/16198/stat : 16198 (java) S 16196 16198 15125 0 -1 0 57651 0 1 0 22120 38 0 0 18 0 9 0 189213267 1725968384 46249 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16198/statm: 421379 46249 2164 9 0 416290 0
[pid=16198/tid=16200] ppid=16196 vsize=1685516 CPUtime=215.62
/proc/16198/task/16200/stat : 16200 (java) R 16196 16198 15125 0 -1 64 4426 0 1 0 21550 12 0 0 17 0 9 0 189213269 1725968384 46249 1992294400 134512640 134550932 4294956032 18446744073709551615 4126379744 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16201] ppid=16196 vsize=1685516 CPUtime=5.83
/proc/16198/task/16201/stat : 16201 (java) S 16196 16198 15125 0 -1 64 52137 0 0 0 558 25 0 0 15 0 9 0 189213270 1725968384 46249 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16202] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16202/stat : 16202 (java) S 16196 16198 15125 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189213270 1725968384 46249 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16203] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16203/stat : 16203 (java) S 16196 16198 15125 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189213270 1725968384 46249 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16204] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16204/stat : 16204 (java) S 16196 16198 15125 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 189213272 1725968384 46249 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16205] ppid=16196 vsize=1685516 CPUtime=0.1
/proc/16198/task/16205/stat : 16205 (java) S 16196 16198 15125 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 189213272 1725968384 46249 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16206] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16206/stat : 16206 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189213272 1725968384 46249 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16207] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16207/stat : 16207 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189213272 1725968384 46249 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.58
Current children cumulated vsize (KiB) 1685516

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/73 16207
/proc/meminfo: memFree=1637048/2055920 swapFree=4181840/4192956
[pid=16198] ppid=16196 vsize=1685516 CPUtime=281.35
/proc/16198/stat : 16198 (java) S 16196 16198 15125 0 -1 0 63372 0 1 0 28090 45 0 0 18 0 9 0 189213267 1725968384 51857 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16198/statm: 421379 51857 2165 9 0 416290 0
[pid=16198/tid=16200] ppid=16196 vsize=1685516 CPUtime=274.67
/proc/16198/task/16200/stat : 16200 (java) R 16196 16198 15125 0 -1 64 4539 0 1 0 27451 16 0 0 17 0 9 0 189213269 1725968384 51857 1992294400 134512640 134550932 4294956032 18446744073709551615 4126046811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16201] ppid=16196 vsize=1685516 CPUtime=6.56
/proc/16198/task/16201/stat : 16201 (java) S 16196 16198 15125 0 -1 64 57744 0 0 0 628 28 0 0 16 0 9 0 189213270 1725968384 51857 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16202] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16202/stat : 16202 (java) S 16196 16198 15125 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189213270 1725968384 51857 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16203] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16203/stat : 16203 (java) S 16196 16198 15125 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189213270 1725968384 51857 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16204] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16204/stat : 16204 (java) S 16196 16198 15125 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 189213272 1725968384 51857 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16205] ppid=16196 vsize=1685516 CPUtime=0.1
/proc/16198/task/16205/stat : 16205 (java) S 16196 16198 15125 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 189213272 1725968384 51857 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16206] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16206/stat : 16206 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189213272 1725968384 51857 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16207] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16207/stat : 16207 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189213272 1725968384 51857 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.35
Current children cumulated vsize (KiB) 1685516

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/73 16207
/proc/meminfo: memFree=1596344/2055920 swapFree=4181840/4192956
[pid=16198] ppid=16196 vsize=1685516 CPUtime=341.14
/proc/16198/stat : 16198 (java) S 16196 16198 15125 0 -1 0 75733 0 1 0 34064 50 0 0 18 0 9 0 189213267 1725968384 61963 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16198/statm: 421379 61963 2165 9 0 416290 0
[pid=16198/tid=16200] ppid=16196 vsize=1685516 CPUtime=332.94
/proc/16198/task/16200/stat : 16200 (java) R 16196 16198 15125 0 -1 64 5864 0 1 0 33277 17 0 0 17 0 9 0 189213269 1725968384 61963 1992294400 134512640 134550932 4294956032 18446744073709551615 4125903034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16201] ppid=16196 vsize=1685516 CPUtime=8.07
/proc/16198/task/16201/stat : 16201 (java) S 16196 16198 15125 0 -1 64 68780 0 0 0 775 32 0 0 16 0 9 0 189213270 1725968384 61963 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16202] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16202/stat : 16202 (java) S 16196 16198 15125 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189213270 1725968384 61963 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16203] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16203/stat : 16203 (java) S 16196 16198 15125 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189213270 1725968384 61963 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16204] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16204/stat : 16204 (java) S 16196 16198 15125 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 189213272 1725968384 61963 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16205] ppid=16196 vsize=1685516 CPUtime=0.1
/proc/16198/task/16205/stat : 16205 (java) S 16196 16198 15125 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 189213272 1725968384 61963 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16206] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16206/stat : 16206 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189213272 1725968384 61963 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16207] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16207/stat : 16207 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189213272 1725968384 61963 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.14
Current children cumulated vsize (KiB) 1685516

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 16207
/proc/meminfo: memFree=1574968/2055920 swapFree=4181840/4192956
[pid=16198] ppid=16196 vsize=1685516 CPUtime=400.94
/proc/16198/stat : 16198 (java) S 16196 16198 15125 0 -1 0 81189 0 1 0 40040 54 0 0 18 0 9 0 189213267 1725968384 67370 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16198/statm: 421379 67370 2165 9 0 416290 0
[pid=16198/tid=16200] ppid=16196 vsize=1685516 CPUtime=392.2
/proc/16198/task/16200/stat : 16200 (java) R 16196 16198 15125 0 -1 64 5913 0 1 0 39202 18 0 0 17 0 9 0 189213269 1725968384 67370 1992294400 134512640 134550932 4294956032 18446744073709551615 4125903052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16201] ppid=16196 vsize=1685516 CPUtime=8.61
/proc/16198/task/16201/stat : 16201 (java) S 16196 16198 15125 0 -1 64 74187 0 0 0 826 35 0 0 16 0 9 0 189213270 1725968384 67370 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16202] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16202/stat : 16202 (java) S 16196 16198 15125 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189213270 1725968384 67370 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16203] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16203/stat : 16203 (java) S 16196 16198 15125 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189213270 1725968384 67370 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16204] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16204/stat : 16204 (java) S 16196 16198 15125 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 189213272 1725968384 67370 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16205] ppid=16196 vsize=1685516 CPUtime=0.1
/proc/16198/task/16205/stat : 16205 (java) S 16196 16198 15125 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 189213272 1725968384 67370 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16206] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16206/stat : 16206 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189213272 1725968384 67370 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16207] ppid=16196 vsize=1685516 CPUtime=0
/proc/16198/task/16207/stat : 16207 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189213272 1725968384 67370 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.94
Current children cumulated vsize (KiB) 1685516



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+426.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16211
/proc/meminfo: memFree=1363032/2055920 swapFree=4181840/4192956
[pid=16198] ppid=16196 vsize=1686488 CPUtime=412.96
/proc/16198/stat : 16198 (java) S 16196 16198 15125 0 -1 0 92901 0 1 0 41231 65 0 0 18 0 12 0 189213267 1726963712 78781 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16198/statm: 421622 78781 2168 9 0 416533 0
[pid=16209] ppid=16198 vsize=157212 CPUtime=12.36
/proc/16209/stat : 16209 (minisat) R 16198 16198 15125 0 -1 4194304 38525 0 0 0 1215 21 0 0 25 0 1 0 189254699 160985088 38475 1992294400 134512640 135156773 4294956080 18446744073709551615 134523716 0 4 0 3 0 0 0 17 0 0 0
/proc/16209/statm: 39303 38475 71 157 0 39143 0
[pid=16198/tid=16200] ppid=16196 vsize=1686488 CPUtime=403.43
/proc/16198/task/16200/stat : 16200 (java) S 16196 16198 15125 0 -1 64 6095 0 1 0 40320 23 0 0 17 0 12 0 189213269 1726963712 78781 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16198/tid=16201] ppid=16196 vsize=1686488 CPUtime=9.38
/proc/16198/task/16201/stat : 16201 (java) S 16196 16198 15125 0 -1 64 85584 0 0 0 899 39 0 0 16 0 12 0 189213270 1726963712 78781 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16202] ppid=16196 vsize=1686488 CPUtime=0
/proc/16198/task/16202/stat : 16202 (java) S 16196 16198 15125 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 189213270 1726963712 78781 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16203] ppid=16196 vsize=1686488 CPUtime=0
/proc/16198/task/16203/stat : 16203 (java) S 16196 16198 15125 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189213270 1726963712 78781 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16204] ppid=16196 vsize=1686488 CPUtime=0
/proc/16198/task/16204/stat : 16204 (java) S 16196 16198 15125 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 189213272 1726963712 78781 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16205] ppid=16196 vsize=1686488 CPUtime=0.11
/proc/16198/task/16205/stat : 16205 (java) S 16196 16198 15125 0 -1 64 359 0 0 0 11 0 0 0 15 0 12 0 189213272 1726963712 78781 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16206] ppid=16196 vsize=1686488 CPUtime=0
/proc/16198/task/16206/stat : 16206 (java) S 16196 16198 15125 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 189213272 1726963712 78781 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16207] ppid=16196 vsize=1686488 CPUtime=0
/proc/16198/task/16207/stat : 16207 (java) S 16196 16198 15125 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 189213272 1726963712 78781 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16198/tid=16208] ppid=16196 vsize=1686488 CPUtime=0.01
/proc/16198/task/16208/stat : 16208 (java) S 16196 16198 15125 0 -1 64 74 0 0 0 0 1 0 0 16 0 12 0 189254699 1726963712 78781 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=16198/tid=16210] ppid=16196 vsize=1686488 CPUtime=0
/proc/16198/task/16210/stat : 16210 (java) S 16196 16198 15125 0 -1 64 36 0 0 0 0 0 0 0 16 0 12 0 189254703 1726963712 78781 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=16198/tid=16211] ppid=16196 vsize=1686488 CPUtime=0
/proc/16198/task/16211/stat : 16211 (java) S 16196 16198 15125 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 189254703 1726963712 78781 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 425.32
Current children cumulated vsize (KiB) 1843700

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

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

[startup+426.819 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16211
/proc/meminfo: memFree=1363032/2055920 swapFree=4181840/4192956
[pid=16198] ppid=16196 vsize=0 CPUtime=425.4
/proc/16198/stat : 16198 (java) Z 16196 16198 15125 0 -1 1036 93463 38527 1 0 41232 69 1215 24 16 0 2 0 189213267 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16198/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 425.4
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 426.837
CPU time (s): 425.436
CPU user time (s): 424.476
CPU system time (s): 0.959854
CPU usage (%): 99.6718
Max. virtual memory (cumulated for all children) (KiB): 1843700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 424.476
system time used= 0.959854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131990
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= 14144
involuntary context switches= 11223

runsolver used 0.52392 second user time and 1.18982 second system time

The end

Launcher Data

Begin job on node24 at 2009-06-17 07:22:09
IDJOB=1883811
IDBENCH=48350
IDSOLVER=688
FILE ID=node24/1883811-1245216129
PBS_JOBID= 9368355
Free space on /tmp= 66364 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_3_80.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-1883811-1245216129/watcher-1883811-1245216129 -o /tmp/evaluation-result-1883811-1245216129/solver-1883811-1245216129 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883811-1245216129.opb minisat %dimacs %var

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

MD5SUM BENCH= 6671ed3c9b389a2223dba62c8a435d2e
RANDOM SEED=1261188486

node24.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.231
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.231
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:       1859416 kB
Buffers:         27676 kB
Cached:          96124 kB
SwapCached:       5332 kB
Active:          40084 kB
Inactive:        91512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859416 kB
SwapTotal:     4192956 kB
SwapFree:      4181840 kB
Dirty:            1276 kB
Writeback:           0 kB
Mapped:          13028 kB
Slab:            50876 kB
Committed_AS:   218804 kB
PageTables:       1444 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-1883811-1245216129.opb

Free space on /tmp at the end= 66360 MiB
End job on node24 at 2009-06-17 07:29:18