Trace number 1883797

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) 507.66 509.12

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_1_15.opb
MD5SUMdc4640b37e8ff69e4d6e183444e5d071
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 benchmark2.38564
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)74732
Sum of products size (including duplicates)149464
Number of different products37366
Sum of products size74732

Solver Data

505.40/506.52	------------------------
505.40/506.52	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
505.40/506.52	Size : 0, 262562, 0, 0, 13817759
505.40/506.52	Count : 0, 75232, 0, 0, 1003
505.40/506.52	
505.40/506.52	Command line : minisat tmp.dimacs %var 
505.40/506.52	
505.40/506.52	------------------------
505.40/506.58	This is MiniSat 2.0 beta
505.40/506.58	WARNING: for repeatability, setting FPU to use double precision
505.40/506.58	============================[ Problem Statistics ]=============================
505.40/506.58	|                                                                             |
505.40/506.58	|  Number of variables:  533104                                               |
505.40/506.58	|  Number of clauses:    4884099                                              |

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-1883797-1245215464/watcher-1883797-1245215464 -o /tmp/evaluation-result-1883797-1245215464/solver-1883797-1245215464 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883797-1245215464.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.52 1.16 1.07 2/65 21427
/proc/meminfo: memFree=1788008/2055920 swapFree=4192812/4192956
[pid=21427] ppid=21425 vsize=1520 CPUtime=0
/proc/21427/stat : 21427 (java) R 21425 21427 20586 0 -1 0 80 0 0 0 0 0 0 0 19 0 1 0 189145309 1556480 63 1992294400 134512640 134550932 4294956192 18446744073709551615 10394593 0 0 4096 0 0 0 0 17 0 0 0
/proc/21427/statm: 380 73 56 9 0 10 0

[startup+0.0226221 s]
/proc/loadavg: 1.52 1.16 1.07 2/65 21427
/proc/meminfo: memFree=1788008/2055920 swapFree=4192812/4192956
[pid=21427] ppid=21425 vsize=1681004 CPUtime=0.01
/proc/21427/stat : 21427 (java) S 21425 21427 20586 0 -1 0 1211 0 1 0 0 1 0 0 19 0 2 0 189145309 1721348096 924 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21427/statm: 420251 927 514 9 0 415166 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1681004

[startup+0.101642 s]
/proc/loadavg: 1.52 1.16 1.07 2/65 21427
/proc/meminfo: memFree=1788008/2055920 swapFree=4192812/4192956
[pid=21427] ppid=21425 vsize=1685156 CPUtime=0.09
/proc/21427/stat : 21427 (java) S 21425 21427 20586 0 -1 0 3043 0 1 0 8 1 0 0 19 0 9 0 189145309 1725599744 2533 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21427/statm: 421289 2533 1226 9 0 416200 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1685156

[startup+0.301681 s]
/proc/loadavg: 1.52 1.16 1.07 2/65 21427
/proc/meminfo: memFree=1788008/2055920 swapFree=4192812/4192956
[pid=21427] ppid=21425 vsize=1685316 CPUtime=0.32
/proc/21427/stat : 21427 (java) S 21425 21427 20586 0 -1 0 3925 0 1 0 30 2 0 0 19 0 9 0 189145309 1725763584 3399 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21427/statm: 421329 3399 1227 9 0 416240 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1685316

[startup+0.701756 s]
/proc/loadavg: 1.52 1.16 1.07 2/65 21427
/proc/meminfo: memFree=1788008/2055920 swapFree=4192812/4192956
[pid=21427] ppid=21425 vsize=1685440 CPUtime=0.72
/proc/21427/stat : 21427 (java) S 21425 21427 20586 0 -1 0 6378 0 1 0 70 2 0 0 19 0 9 0 189145309 1725890560 5663 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21427/statm: 421360 5663 2154 9 0 416271 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 1685440

[startup+1.50292 s]
/proc/loadavg: 1.52 1.16 1.07 2/74 21436
/proc/meminfo: memFree=1768096/2055920 swapFree=4192812/4192956
[pid=21427] ppid=21425 vsize=1685424 CPUtime=1.52
/proc/21427/stat : 21427 (java) S 21425 21427 20586 0 -1 0 10507 0 1 0 147 5 0 0 19 0 9 0 189145309 1725874176 9189 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21427/statm: 421356 9189 2154 9 0 416267 0
[pid=21427/tid=21429] ppid=21425 vsize=1685424 CPUtime=0.98
/proc/21427/task/21429/stat : 21429 (java) R 21425 21427 20586 0 -1 64 2226 0 1 0 97 1 0 0 16 0 9 0 189145310 1725874176 9189 1992294400 134512640 134550932 4294956032 18446744073709551615 4126417304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21430] ppid=21425 vsize=1685424 CPUtime=0.48
/proc/21427/task/21430/stat : 21430 (java) S 21425 21427 20586 0 -1 64 7242 0 0 0 45 3 0 0 17 0 9 0 189145311 1725874176 9189 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21431] ppid=21425 vsize=1685424 CPUtime=0
/proc/21427/task/21431/stat : 21431 (java) S 21425 21427 20586 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 189145311 1725874176 9189 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21432] ppid=21425 vsize=1685424 CPUtime=0
/proc/21427/task/21432/stat : 21432 (java) S 21425 21427 20586 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 189145311 1725874176 9189 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21433] ppid=21425 vsize=1685424 CPUtime=0
/proc/21427/task/21433/stat : 21433 (java) S 21425 21427 20586 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189145313 1725874176 9189 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21434] ppid=21425 vsize=1685424 CPUtime=0.04
/proc/21427/task/21434/stat : 21434 (java) S 21425 21427 20586 0 -1 64 303 0 0 0 4 0 0 0 15 0 9 0 189145313 1725874176 9189 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21435] ppid=21425 vsize=1685424 CPUtime=0
/proc/21427/task/21435/stat : 21435 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189145313 1725874176 9189 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21436] ppid=21425 vsize=1685424 CPUtime=0
/proc/21427/task/21436/stat : 21436 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189145313 1725874176 9189 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 1685424

[startup+3.10224 s]
/proc/loadavg: 1.52 1.16 1.07 2/74 21436
/proc/meminfo: memFree=1748704/2055920 swapFree=4192812/4192956
[pid=21427] ppid=21425 vsize=1685492 CPUtime=3.14
/proc/21427/stat : 21427 (java) S 21425 21427 20586 0 -1 0 14622 0 1 0 307 7 0 0 19 0 9 0 189145309 1725943808 12790 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21427/statm: 421373 12790 2163 9 0 416284 0
[pid=21427/tid=21429] ppid=21425 vsize=1685492 CPUtime=2.22
/proc/21427/task/21429/stat : 21429 (java) R 21425 21427 20586 0 -1 64 2551 0 1 0 221 1 0 0 16 0 9 0 189145310 1725943808 12790 1992294400 134512640 134550932 4294956032 18446744073709551615 4126046802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21430] ppid=21425 vsize=1685492 CPUtime=0.84
/proc/21427/task/21430/stat : 21430 (java) S 21425 21427 20586 0 -1 64 11012 0 0 0 79 5 0 0 16 0 9 0 189145311 1725943808 12790 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21431] ppid=21425 vsize=1685492 CPUtime=0
/proc/21427/task/21431/stat : 21431 (java) S 21425 21427 20586 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189145311 1725943808 12790 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21432] ppid=21425 vsize=1685492 CPUtime=0
/proc/21427/task/21432/stat : 21432 (java) S 21425 21427 20586 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189145311 1725943808 12790 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21433] ppid=21425 vsize=1685492 CPUtime=0
/proc/21427/task/21433/stat : 21433 (java) S 21425 21427 20586 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189145313 1725943808 12790 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21434] ppid=21425 vsize=1685492 CPUtime=0.06
/proc/21427/task/21434/stat : 21434 (java) S 21425 21427 20586 0 -1 64 323 0 0 0 6 0 0 0 16 0 9 0 189145313 1725943808 12790 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21435] ppid=21425 vsize=1685492 CPUtime=0
/proc/21427/task/21435/stat : 21435 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189145313 1725943808 12790 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21436] ppid=21425 vsize=1685492 CPUtime=0
/proc/21427/task/21436/stat : 21436 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189145313 1725943808 12790 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) 1685492

[startup+6.30286 s]
/proc/loadavg: 1.56 1.18 1.07 2/74 21436
/proc/meminfo: memFree=1741344/2055920 swapFree=4192812/4192956
[pid=21427] ppid=21425 vsize=1685476 CPUtime=6.32
/proc/21427/stat : 21427 (java) S 21425 21427 20586 0 -1 0 15702 0 1 0 625 7 0 0 19 0 9 0 189145309 1725927424 13846 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21427/statm: 421369 13846 2163 9 0 416280 0
[pid=21427/tid=21429] ppid=21425 vsize=1685476 CPUtime=5.35
/proc/21427/task/21429/stat : 21429 (java) R 21425 21427 20586 0 -1 64 2571 0 1 0 534 1 0 0 17 0 9 0 189145310 1725927424 13846 1992294400 134512640 134550932 4294956032 18446744073709551615 4125903024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21430] ppid=21425 vsize=1685476 CPUtime=0.89
/proc/21427/task/21430/stat : 21430 (java) S 21425 21427 20586 0 -1 64 12072 0 0 0 84 5 0 0 15 0 9 0 189145311 1725927424 13846 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21431] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21431/stat : 21431 (java) S 21425 21427 20586 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189145311 1725927424 13846 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21432] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21432/stat : 21432 (java) S 21425 21427 20586 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189145311 1725927424 13846 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21433] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21433/stat : 21433 (java) S 21425 21427 20586 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189145313 1725927424 13846 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21434] ppid=21425 vsize=1685476 CPUtime=0.06
/proc/21427/task/21434/stat : 21434 (java) S 21425 21427 20586 0 -1 64 323 0 0 0 6 0 0 0 16 0 9 0 189145313 1725927424 13846 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21435] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21435/stat : 21435 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189145313 1725927424 13846 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21436] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21436/stat : 21436 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189145313 1725927424 13846 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 1685476

[startup+12.7021 s]
/proc/loadavg: 1.51 1.17 1.07 2/74 21436
/proc/meminfo: memFree=1736736/2055920 swapFree=4192812/4192956
[pid=21427] ppid=21425 vsize=1685476 CPUtime=12.71
/proc/21427/stat : 21427 (java) S 21425 21427 20586 0 -1 0 17021 0 1 0 1263 8 0 0 19 0 9 0 189145309 1725927424 15129 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21427/statm: 421369 15129 2163 9 0 416280 0
[pid=21427/tid=21429] ppid=21425 vsize=1685476 CPUtime=11.64
/proc/21427/task/21429/stat : 21429 (java) R 21425 21427 20586 0 -1 64 2607 0 1 0 1163 1 0 0 16 0 9 0 189145310 1725927424 15129 1992294400 134512640 134550932 4294956032 18446744073709551615 102876368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21430] ppid=21425 vsize=1685476 CPUtime=0.98
/proc/21427/task/21430/stat : 21430 (java) S 21425 21427 20586 0 -1 64 13346 0 0 0 92 6 0 0 17 0 9 0 189145311 1725927424 15129 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21431] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21431/stat : 21431 (java) S 21425 21427 20586 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189145311 1725927424 15129 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21432] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21432/stat : 21432 (java) S 21425 21427 20586 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189145311 1725927424 15129 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21433] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21433/stat : 21433 (java) S 21425 21427 20586 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189145313 1725927424 15129 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21434] ppid=21425 vsize=1685476 CPUtime=0.07
/proc/21427/task/21434/stat : 21434 (java) S 21425 21427 20586 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 189145313 1725927424 15129 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21435] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21435/stat : 21435 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189145313 1725927424 15129 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21436] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21436/stat : 21436 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189145313 1725927424 15129 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) 1685476

[startup+25.5016 s]
/proc/loadavg: 1.40 1.17 1.07 2/74 21436
/proc/meminfo: memFree=1717216/2055920 swapFree=4192812/4192956
[pid=21427] ppid=21425 vsize=1685508 CPUtime=25.48
/proc/21427/stat : 21427 (java) S 21425 21427 20586 0 -1 0 23772 0 1 0 2535 13 0 0 19 0 9 0 189145309 1725960192 18828 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21427/statm: 421377 18828 2164 9 0 416288 0
[pid=21427/tid=21429] ppid=21425 vsize=1685508 CPUtime=23.82
/proc/21427/task/21429/stat : 21429 (java) R 21425 21427 20586 0 -1 64 2753 0 1 0 2379 3 0 0 16 0 9 0 189145310 1725960192 18828 1992294400 134512640 134550932 4294956032 18446744073709551615 4125903024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21430] ppid=21425 vsize=1685508 CPUtime=1.55
/proc/21427/task/21430/stat : 21430 (java) S 21425 21427 20586 0 -1 64 19941 0 0 0 146 9 0 0 16 0 9 0 189145311 1725960192 18828 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21431] ppid=21425 vsize=1685508 CPUtime=0
/proc/21427/task/21431/stat : 21431 (java) S 21425 21427 20586 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189145311 1725960192 18828 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21432] ppid=21425 vsize=1685508 CPUtime=0
/proc/21427/task/21432/stat : 21432 (java) S 21425 21427 20586 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189145311 1725960192 18828 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21433] ppid=21425 vsize=1685508 CPUtime=0
/proc/21427/task/21433/stat : 21433 (java) S 21425 21427 20586 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189145313 1725960192 18828 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21434] ppid=21425 vsize=1685508 CPUtime=0.09
/proc/21427/task/21434/stat : 21434 (java) S 21425 21427 20586 0 -1 64 342 0 0 0 9 0 0 0 15 0 9 0 189145313 1725960192 18828 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21435] ppid=21425 vsize=1685508 CPUtime=0
/proc/21427/task/21435/stat : 21435 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189145313 1725960192 18828 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21436] ppid=21425 vsize=1685508 CPUtime=0
/proc/21427/task/21436/stat : 21436 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189145313 1725960192 18828 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) 1685508

[startup+51.1015 s]
/proc/loadavg: 1.60 1.23 1.10 2/74 21436
/proc/meminfo: memFree=1642592/2055920 swapFree=4192812/4192956
[pid=21427] ppid=21425 vsize=1685476 CPUtime=50.99
/proc/21427/stat : 21427 (java) S 21425 21427 20586 0 -1 0 41969 0 1 0 5070 29 0 0 19 0 9 0 189145309 1725927424 33786 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21427/statm: 421369 33786 2164 9 0 416280 0
[pid=21427/tid=21429] ppid=21425 vsize=1685476 CPUtime=47.74
/proc/21427/task/21429/stat : 21429 (java) R 21425 21427 20586 0 -1 64 3559 0 1 0 4764 10 0 0 17 0 9 0 189145310 1725927424 33786 1992294400 134512640 134550932 4294956032 18446744073709551615 4126507383 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21430] ppid=21425 vsize=1685476 CPUtime=3.13
/proc/21427/task/21430/stat : 21430 (java) S 21425 21427 20586 0 -1 64 37325 0 0 0 295 18 0 0 16 0 9 0 189145311 1725927424 33786 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21431] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21431/stat : 21431 (java) S 21425 21427 20586 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189145311 1725927424 33786 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21432] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21432/stat : 21432 (java) S 21425 21427 20586 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189145311 1725927424 33786 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21433] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21433/stat : 21433 (java) S 21425 21427 20586 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189145313 1725927424 33786 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21434] ppid=21425 vsize=1685476 CPUtime=0.1
/proc/21427/task/21434/stat : 21434 (java) S 21425 21427 20586 0 -1 64 349 0 0 0 10 0 0 0 16 0 9 0 189145313 1725927424 33786 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21435] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21435/stat : 21435 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189145313 1725927424 33786 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+342.303 s]
/proc/loadavg: 1.32 1.36 1.19 2/74 21436
/proc/meminfo: memFree=1161824/2055920 swapFree=4192812/4192956
[pid=21427] ppid=21425 vsize=1685476 CPUtime=341.48
/proc/21427/stat : 21427 (java) S 21425 21427 20586 0 -1 0 150027 0 1 0 34035 113 0 0 19 0 9 0 189145309 1725927424 133808 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21427/statm: 421369 133808 2164 9 0 416280 0
[pid=21427/tid=21429] ppid=21425 vsize=1685476 CPUtime=326.72
/proc/21427/task/21429/stat : 21429 (java) R 21425 21427 20586 0 -1 64 8861 0 1 0 32623 49 0 0 17 0 9 0 189145310 1725927424 133808 1992294400 134512640 134550932 4294956032 18446744073709551615 4125903142 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21430] ppid=21425 vsize=1685476 CPUtime=14.64
/proc/21427/task/21430/stat : 21430 (java) S 21425 21427 20586 0 -1 64 140074 0 0 0 1401 63 0 0 16 0 9 0 189145311 1725927424 133808 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21431] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21431/stat : 21431 (java) S 21425 21427 20586 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189145311 1725927424 133808 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21432] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21432/stat : 21432 (java) S 21425 21427 20586 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189145311 1725927424 133808 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21433] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21433/stat : 21433 (java) S 21425 21427 20586 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189145313 1725927424 133808 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21434] ppid=21425 vsize=1685476 CPUtime=0.1
/proc/21427/task/21434/stat : 21434 (java) S 21425 21427 20586 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 189145313 1725927424 133808 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21435] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21435/stat : 21435 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189145313 1725927424 133808 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21436] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21436/stat : 21436 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189145313 1725927424 133808 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.48
Current children cumulated vsize (KiB) 1685476

[startup+402.302 s]
/proc/loadavg: 1.11 1.29 1.18 2/74 21436
/proc/meminfo: memFree=1136864/2055920 swapFree=4192812/4192956
[pid=21427] ppid=21425 vsize=1685476 CPUtime=401.37
/proc/21427/stat : 21427 (java) S 21425 21427 20586 0 -1 0 155888 0 1 0 40021 116 0 0 19 0 9 0 189145309 1725927424 139641 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21427/statm: 421369 139641 2164 9 0 416280 0
[pid=21427/tid=21429] ppid=21425 vsize=1685476 CPUtime=386.04
/proc/21427/task/21429/stat : 21429 (java) R 21425 21427 20586 0 -1 64 8889 0 1 0 38555 49 0 0 18 0 9 0 189145310 1725927424 139641 1992294400 134512640 134550932 4294956032 18446744073709551615 4125903074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21430] ppid=21425 vsize=1685476 CPUtime=15.2
/proc/21427/task/21430/stat : 21430 (java) S 21425 21427 20586 0 -1 64 145907 0 0 0 1454 66 0 0 16 0 9 0 189145311 1725927424 139641 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21431] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21431/stat : 21431 (java) S 21425 21427 20586 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189145311 1725927424 139641 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21432] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21432/stat : 21432 (java) S 21425 21427 20586 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189145311 1725927424 139641 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21433] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21433/stat : 21433 (java) S 21425 21427 20586 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189145313 1725927424 139641 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21434] ppid=21425 vsize=1685476 CPUtime=0.1
/proc/21427/task/21434/stat : 21434 (java) S 21425 21427 20586 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 189145313 1725927424 139641 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21435] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21435/stat : 21435 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189145313 1725927424 139641 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21436] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21436/stat : 21436 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189145313 1725927424 139641 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.37
Current children cumulated vsize (KiB) 1685476

[startup+462.301 s]
/proc/loadavg: 1.04 1.24 1.16 2/74 21436
/proc/meminfo: memFree=1102624/2055920 swapFree=4192812/4192956
[pid=21427] ppid=21425 vsize=1685476 CPUtime=461.25
/proc/21427/stat : 21427 (java) S 21425 21427 20586 0 -1 0 164454 0 1 0 46005 120 0 0 19 0 9 0 189145309 1725927424 148177 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21427/statm: 421369 148177 2164 9 0 416280 0
[pid=21427/tid=21429] ppid=21425 vsize=1685476 CPUtime=445.16
/proc/21427/task/21429/stat : 21429 (java) R 21425 21427 20586 0 -1 64 8919 0 1 0 44467 49 0 0 18 0 9 0 189145310 1725927424 148177 1992294400 134512640 134550932 4294956032 18446744073709551615 4126509335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21430] ppid=21425 vsize=1685476 CPUtime=15.96
/proc/21427/task/21430/stat : 21430 (java) S 21425 21427 20586 0 -1 64 154443 0 0 0 1526 70 0 0 16 0 9 0 189145311 1725927424 148177 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21431] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21431/stat : 21431 (java) S 21425 21427 20586 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189145311 1725927424 148177 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21432] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21432/stat : 21432 (java) S 21425 21427 20586 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189145311 1725927424 148177 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21433] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21433/stat : 21433 (java) S 21425 21427 20586 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189145313 1725927424 148177 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21434] ppid=21425 vsize=1685476 CPUtime=0.1
/proc/21427/task/21434/stat : 21434 (java) S 21425 21427 20586 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 189145313 1725927424 148177 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21435] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21435/stat : 21435 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189145313 1725927424 148177 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21436] ppid=21425 vsize=1685476 CPUtime=0
/proc/21427/task/21436/stat : 21436 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189145313 1725927424 148177 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.25
Current children cumulated vsize (KiB) 1685476



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+508.602 s]
/proc/loadavg: 1.17 1.23 1.17 2/78 21440
/proc/meminfo: memFree=883264/2055920 swapFree=4192812/4192956
[pid=21427] ppid=21425 vsize=1686448 CPUtime=505.44
/proc/21427/stat : 21427 (java) S 21425 21427 20586 0 -1 0 178444 0 1 0 50409 135 0 0 19 0 12 0 189145309 1726922752 159904 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21427/statm: 421612 159904 2167 9 0 416523 0
[pid=21438] ppid=21427 vsize=166276 CPUtime=2.05
/proc/21438/stat : 21438 (minisat) R 21427 21427 20586 0 -1 4194304 39418 0 0 0 179 26 0 0 25 0 1 0 189195961 170266624 39397 1992294400 134512640 135156773 4294956080 18446744073709551615 134710443 0 4 0 3 0 0 0 17 0 0 0
/proc/21438/statm: 41569 39397 59 157 0 41409 0
[pid=21427/tid=21429] ppid=21425 vsize=1686448 CPUtime=485.21
/proc/21427/task/21429/stat : 21429 (java) S 21425 21427 20586 0 -1 64 10644 0 1 0 48465 56 0 0 16 0 12 0 189145310 1726922752 159904 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21430] ppid=21425 vsize=1686448 CPUtime=20.06
/proc/21427/task/21430/stat : 21430 (java) S 21425 21427 20586 0 -1 64 166573 0 0 0 1931 75 0 0 16 0 12 0 189145311 1726922752 159904 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21431] ppid=21425 vsize=1686448 CPUtime=0
/proc/21427/task/21431/stat : 21431 (java) S 21425 21427 20586 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 189145311 1726922752 159904 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21432] ppid=21425 vsize=1686448 CPUtime=0
/proc/21427/task/21432/stat : 21432 (java) S 21425 21427 20586 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189145311 1726922752 159904 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21433] ppid=21425 vsize=1686448 CPUtime=0
/proc/21427/task/21433/stat : 21433 (java) S 21425 21427 20586 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 189145313 1726922752 159904 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21434] ppid=21425 vsize=1686448 CPUtime=0.12
/proc/21427/task/21434/stat : 21434 (java) S 21425 21427 20586 0 -1 64 365 0 0 0 12 0 0 0 16 0 12 0 189145313 1726922752 159904 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21435] ppid=21425 vsize=1686448 CPUtime=0
/proc/21427/task/21435/stat : 21435 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 189145313 1726922752 159904 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21436] ppid=21425 vsize=1686448 CPUtime=0
/proc/21427/task/21436/stat : 21436 (java) S 21425 21427 20586 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 189145313 1726922752 159904 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21437] ppid=21425 vsize=1686448 CPUtime=0.02
/proc/21427/task/21437/stat : 21437 (java) S 21425 21427 20586 0 -1 64 70 0 0 0 0 2 0 0 16 0 12 0 189195961 1726922752 159904 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=21427/tid=21439] ppid=21425 vsize=1686448 CPUtime=0
/proc/21427/task/21439/stat : 21439 (java) S 21425 21427 20586 0 -1 64 35 0 0 0 0 0 0 0 17 0 12 0 189195967 1726922752 159904 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=21427/tid=21440] ppid=21425 vsize=1686448 CPUtime=0
/proc/21427/task/21440/stat : 21440 (java) S 21425 21427 20586 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 189195967 1726922752 159904 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 507.49
Current children cumulated vsize (KiB) 1852724

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

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

[startup+509.003 s]
/proc/loadavg: 1.17 1.23 1.17 2/78 21440
/proc/meminfo: memFree=883264/2055920 swapFree=4192812/4192956
[pid=21427] ppid=21425 vsize=1688580 CPUtime=505.45
/proc/21427/stat : 21427 (java) S 21425 21427 20586 0 -1 0 178937 0 54 0 50409 136 0 0 16 0 9 0 189145309 1729105920 160368 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21427/statm: 422145 160368 2568 9 0 416655 0
[pid=21438] ppid=21427 vsize=0 CPUtime=2.14
/proc/21438/stat : 21438 (minisat) D 21427 21427 20586 0 -1 4195332 39440 0 0 0 179 35 0 0 25 0 1 0 189195961 0 0 1992294400 0 0 0 0 0 0 4 0 3 18446744071563608069 0 0 17 0 0 0
/proc/21438/statm: 0 0 0 0 0 0 0
[pid=21427/tid=21429] ppid=21425 vsize=1688580 CPUtime=485.21
/proc/21427/task/21429/stat : 21429 (java) S 21425 21427 20586 0 -1 64 10644 0 1 0 48465 56 0 0 16 0 9 0 189145310 1729105920 160368 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21430] ppid=21425 vsize=1688580 CPUtime=20.06
/proc/21427/task/21430/stat : 21430 (java) S 21425 21427 20586 0 -1 64 166578 0 0 0 1931 75 0 0 15 0 9 0 189145311 1729105920 160368 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21431] ppid=21425 vsize=1688580 CPUtime=0
/proc/21427/task/21431/stat : 21431 (java) S 21425 21427 20586 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189145311 1729105920 160368 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21432] ppid=21425 vsize=1688580 CPUtime=0
/proc/21427/task/21432/stat : 21432 (java) S 21425 21427 20586 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189145311 1729105920 160368 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21434] ppid=21425 vsize=1688580 CPUtime=0.12
/proc/21427/task/21434/stat : 21434 (java) S 21425 21427 20586 0 -1 64 365 0 0 0 12 0 0 0 16 0 9 0 189145313 1729105920 160368 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21427/tid=21435] ppid=21425 vsize=1688580 CPUtime=0
/proc/21427/task/21435/stat : 21435 (java) S 21425 21427 20586 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189145313 1729105920 160368 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21427/tid=21437] ppid=21425 vsize=1688580 CPUtime=0.02
/proc/21427/task/21437/stat : 21437 (java) S 21425 21427 20586 0 -1 64 70 0 0 0 0 2 0 0 16 0 9 0 189195961 1729105920 160368 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 507.59
Current children cumulated vsize (KiB) 1688580

[startup+509.103 s]
/proc/loadavg: 1.17 1.23 1.17 2/78 21440
/proc/meminfo: memFree=883264/2055920 swapFree=4192812/4192956
[pid=21427] ppid=21425 vsize=0 CPUtime=505.52
/proc/21427/stat : 21427 (java) Z 21425 21427 20586 0 -1 1036 178954 0 54 0 50409 143 0 0 15 0 2 0 189145309 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21427/statm: 0 0 0 0 0 0 0
[pid=21438] ppid=21427 vsize=0 CPUtime=2.14
/proc/21438/stat : 21438 (minisat) D 21427 21427 20586 0 -1 4195332 39440 0 0 0 179 35 0 0 25 0 1 0 189195961 0 0 1992294400 0 0 0 0 0 0 4 0 3 18446744071563608069 0 0 17 0 0 0
/proc/21438/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 507.66
Current children cumulated vsize (KiB) 0

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21427 and gives
#  childrusage.ru_utime.tv_sec=504
#  childrusage.ru_utime.tv_usec=98365
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=453778
# CPU time returned by wait4() is 505.552
# while last known CPU time is 507.66
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 509.12
CPU time (s): 507.66
CPU user time (s): 505.88
CPU system time (s): 1.78
CPU usage (%): 99.7131
Max. virtual memory (cumulated for all children) (KiB): 1852724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 504.098
system time used= 1.45378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178954
page faults= 54
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15202
involuntary context switches= 11086

runsolver used 0.483926 second user time and 1.38279 second system time

The end

Launcher Data

Begin job on node77 at 2009-06-17 07:11:04
IDJOB=1883797
IDBENCH=48336
IDSOLVER=688
FILE ID=node77/1883797-1245215464
PBS_JOBID= 9368403
Free space on /tmp= 66316 MiB

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

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

MD5SUM BENCH= dc4640b37e8ff69e4d6e183444e5d071
RANDOM SEED=396579085

node77.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.263
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.263
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1790864 kB
Buffers:         42904 kB
Cached:         146068 kB
SwapCached:          0 kB
Active:          67232 kB
Inactive:       135024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1992 kB
Writeback:           0 kB
Mapped:          23096 kB
Slab:            48804 kB
Committed_AS:   131452 kB
PageTables:       1380 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-1883797-1245215464.opb

Free space on /tmp at the end= 66204 MiB
End job on node77 at 2009-06-17 07:19:37