Trace number 1883868

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) 54.4217 54.374

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-71-70.opb
MD5SUM2d2ba598d361b1b8832ef2eaa384d61f
Bench CategoryPURE-SAT (instances containing only clauses)
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4970
Total number of constraints174021
Number of constraints which are clauses174021
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint70
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 71
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

14.17/14.20	------------------------
14.26/14.20	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
14.26/14.20	Size : 0, 352870, 0, 0, 0
14.26/14.20	Count : 0, 174021, 0, 0, 0
14.26/14.20	
14.26/14.20	Command line : minisat tmp.dimacs %var 
14.26/14.20	
14.26/14.20	------------------------
14.26/14.23	This is MiniSat 2.0 beta
14.26/14.23	WARNING: for repeatability, setting FPU to use double precision
14.26/14.23	============================[ Problem Statistics ]=============================
14.26/14.23	|                                                                             |
14.26/14.23	|  Number of variables:  4970                                                 |
14.26/14.23	|  Number of clauses:    174021                                               |
14.28/14.36	|  Parsing time:         0.11         s                                       |
20.95/20.96	============================[ Search Statistics ]==============================
20.95/20.96	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.95/20.96	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.95/20.96	===============================================================================
20.95/20.96	|         0 |    4899   173950   685860 |    57983        0    nan |  0.000 % |
20.95/20.99	|       101 |    4899   173950   685860 |    63781      101    339 |  0.000 % |
21.04/21.03	|       253 |    4899   173950   685860 |    70159      253    451 |  0.000 % |
21.04/21.08	|       480 |    4899   173950   685860 |    77175      480    581 |  0.000 % |
21.14/21.12	|       819 |    4899   173950   685860 |    84893      819    491 |  0.000 % |
21.14/21.20	|      1326 |    4899   173950   685860 |    93382     1326    445 |  0.000 % |
21.34/21.31	|      2085 |    4899   173950   685860 |   102721     2085    428 |  0.000 % |
21.44/21.49	|      3227 |    4899   173950   685860 |   112993     3227    417 |  0.000 % |
21.84/21.80	|      4935 |    4899   173950   685860 |   124292     4935    412 |  0.000 % |
22.35/22.34	|      7497 |    4899   173950   685860 |   136721     7497    425 |  0.000 % |
23.54/23.51	|     11341 |    4899   173950   685860 |   150393    11341    445 |  0.000 % |
25.84/25.89	|     17108 |    4899   173950   685860 |   165433    17108    450 |  0.000 % |
31.54/31.53	|     25759 |    4899   173950   685860 |   181976    25759    487 |  0.000 % |
45.63/45.67	|     38733 |    4899   173950   685860 |   200174    38733    725 |  0.000 % |

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-1883868-1245236328/watcher-1883868-1245236328 -o /tmp/evaluation-result-1883868-1245236328/solver-1883868-1245236328 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883868-1245236328.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: 0.00 0.00 0.00 3/64 8542
/proc/meminfo: memFree=1723512/2055920 swapFree=4181384/4192956
[pid=8542] ppid=8540 vsize=148 CPUtime=0
/proc/8542/stat : 8542 (java) R 8540 8542 8499 0 -1 0 35 0 0 0 0 0 0 0 18 0 1 0 191225782 151552 20 1992294400 134512640 134550932 4294956192 18446744073709551615 3810401 0 0 4096 0 0 0 0 17 1 0 0
/proc/8542/statm: 38 26 19 9 0 4 0

[startup+0.0267709 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 8542
/proc/meminfo: memFree=1723512/2055920 swapFree=4181384/4192956
[pid=8542] ppid=8540 vsize=1681004 CPUtime=0.01
/proc/8542/stat : 8542 (java) S 8540 8542 8499 0 -1 0 1269 0 1 0 0 1 0 0 18 0 2 0 191225782 1721348096 966 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/8542/statm: 420251 969 533 9 0 415166 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1681004

[startup+0.101784 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 8542
/proc/meminfo: memFree=1723512/2055920 swapFree=4181384/4192956
[pid=8542] ppid=8540 vsize=1684400 CPUtime=0.1
/proc/8542/stat : 8542 (java) S 8540 8542 8499 0 -1 0 2846 0 1 0 9 1 0 0 18 0 9 0 191225782 1724825600 2340 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8542/statm: 421100 2340 1218 9 0 416011 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1684400

[startup+0.301815 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 8542
/proc/meminfo: memFree=1723512/2055920 swapFree=4181384/4192956
[pid=8542] ppid=8540 vsize=1684868 CPUtime=0.32
/proc/8542/stat : 8542 (java) S 8540 8542 8499 0 -1 0 4315 0 1 0 29 3 0 0 18 0 9 0 191225782 1725304832 3743 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8542/statm: 421217 3743 1364 9 0 416128 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1684868

[startup+0.701865 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 8542
/proc/meminfo: memFree=1723512/2055920 swapFree=4181384/4192956
[pid=8542] ppid=8540 vsize=1684596 CPUtime=0.72
/proc/8542/stat : 8542 (java) S 8540 8542 8499 0 -1 0 7575 0 1 0 68 4 0 0 18 0 9 0 191225782 1725026304 6539 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8542/statm: 421149 6539 2154 9 0 416060 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 1684596

[startup+1.50198 s]
/proc/loadavg: 0.00 0.00 0.00 2/73 8551
/proc/meminfo: memFree=1699696/2055920 swapFree=4181384/4192956
[pid=8542] ppid=8540 vsize=1684596 CPUtime=1.53
/proc/8542/stat : 8542 (java) S 8540 8542 8499 0 -1 0 12413 0 1 0 146 7 0 0 18 0 9 0 191225782 1725026304 10410 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8542/statm: 421149 10410 2154 9 0 416060 0
[pid=8542/tid=8544] ppid=8540 vsize=1684596 CPUtime=0.92
/proc/8542/task/8544/stat : 8544 (java) R 8540 8542 8499 0 -1 64 2221 0 1 0 90 2 0 0 17 0 9 0 191225784 1725026304 10410 1992294400 134512640 134550932 4294956032 18446744073709551615 4126362387 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8545] ppid=8540 vsize=1684596 CPUtime=0.55
/proc/8542/task/8545/stat : 8545 (java) S 8540 8542 8499 0 -1 64 9169 0 0 0 51 4 0 0 16 0 9 0 191225785 1725026304 10410 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8542/tid=8546] ppid=8540 vsize=1684596 CPUtime=0
/proc/8542/task/8546/stat : 8546 (java) S 8540 8542 8499 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 191225785 1725026304 10410 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8542/tid=8547] ppid=8540 vsize=1684596 CPUtime=0
/proc/8542/task/8547/stat : 8547 (java) S 8540 8542 8499 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 191225785 1725026304 10410 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8542/tid=8548] ppid=8540 vsize=1684596 CPUtime=0
/proc/8542/task/8548/stat : 8548 (java) S 8540 8542 8499 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 191225787 1725026304 10410 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8549] ppid=8540 vsize=1684596 CPUtime=0.04
/proc/8542/task/8549/stat : 8549 (java) S 8540 8542 8499 0 -1 64 291 0 0 0 4 0 0 0 16 0 9 0 191225787 1725026304 10410 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8542/tid=8550] ppid=8540 vsize=1684596 CPUtime=0
/proc/8542/task/8550/stat : 8550 (java) S 8540 8542 8499 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 191225787 1725026304 10410 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8551] ppid=8540 vsize=1684596 CPUtime=0
/proc/8542/task/8551/stat : 8551 (java) S 8540 8542 8499 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 191225787 1725026304 10410 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1684596

[startup+3.10221 s]
/proc/loadavg: 0.00 0.00 0.00 2/73 8551
/proc/meminfo: memFree=1678512/2055920 swapFree=4181384/4192956
[pid=8542] ppid=8540 vsize=1684596 CPUtime=3.16
/proc/8542/stat : 8542 (java) S 8540 8542 8499 0 -1 0 19384 0 1 0 306 10 0 0 18 0 9 0 191225782 1725026304 16370 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8542/statm: 421149 16370 2165 9 0 416060 0
[pid=8542/tid=8544] ppid=8540 vsize=1684596 CPUtime=2.07
/proc/8542/task/8544/stat : 8544 (java) S 8540 8542 8499 0 -1 64 2536 0 1 0 205 2 0 0 17 0 9 0 191225784 1725026304 16370 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8542/tid=8545] ppid=8540 vsize=1684596 CPUtime=0.98
/proc/8542/task/8545/stat : 8545 (java) R 8540 8542 8499 0 -1 64 15784 0 0 0 92 6 0 0 15 0 9 0 191225785 1725026304 16370 1992294400 134512640 134550932 4294956032 18446744073709551615 102142313 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8546] ppid=8540 vsize=1684596 CPUtime=0
/proc/8542/task/8546/stat : 8546 (java) S 8540 8542 8499 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 191225785 1725026304 16370 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8542/tid=8547] ppid=8540 vsize=1684596 CPUtime=0
/proc/8542/task/8547/stat : 8547 (java) S 8540 8542 8499 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 191225785 1725026304 16370 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8542/tid=8548] ppid=8540 vsize=1684596 CPUtime=0
/proc/8542/task/8548/stat : 8548 (java) S 8540 8542 8499 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 191225787 1725026304 16370 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8549] ppid=8540 vsize=1684596 CPUtime=0.08
/proc/8542/task/8549/stat : 8549 (java) S 8540 8542 8499 0 -1 64 332 0 0 0 8 0 0 0 15 0 9 0 191225787 1725026304 16370 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8550] ppid=8540 vsize=1684596 CPUtime=0
/proc/8542/task/8550/stat : 8550 (java) S 8540 8542 8499 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 191225787 1725026304 16370 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8551] ppid=8540 vsize=1684596 CPUtime=0
/proc/8542/task/8551/stat : 8551 (java) S 8540 8542 8499 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 191225787 1725026304 16370 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 1684596

[startup+6.30266 s]
/proc/loadavg: 0.08 0.02 0.01 2/73 8551
/proc/meminfo: memFree=1651376/2055920 swapFree=4181384/4192956
[pid=8542] ppid=8540 vsize=1684684 CPUtime=6.38
/proc/8542/stat : 8542 (java) S 8540 8542 8499 0 -1 0 31571 0 1 0 623 15 0 0 18 0 9 0 191225782 1725116416 21480 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8542/statm: 421171 21480 2163 9 0 416082 0
[pid=8542/tid=8544] ppid=8540 vsize=1684684 CPUtime=4.63
/proc/8542/task/8544/stat : 8544 (java) S 8540 8542 8499 0 -1 64 2969 0 1 0 461 2 0 0 17 0 9 0 191225784 1725116416 21480 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8542/tid=8545] ppid=8540 vsize=1684684 CPUtime=1.61
/proc/8542/task/8545/stat : 8545 (java) R 8540 8542 8499 0 -1 64 27515 0 0 0 150 11 0 0 15 0 9 0 191225785 1725116416 21480 1992294400 134512640 134550932 4294956032 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8546] ppid=8540 vsize=1684684 CPUtime=0
/proc/8542/task/8546/stat : 8546 (java) S 8540 8542 8499 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 191225785 1725116416 21480 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8547] ppid=8540 vsize=1684684 CPUtime=0
/proc/8542/task/8547/stat : 8547 (java) S 8540 8542 8499 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 191225785 1725116416 21480 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8548] ppid=8540 vsize=1684684 CPUtime=0
/proc/8542/task/8548/stat : 8548 (java) S 8540 8542 8499 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 191225787 1725116416 21480 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8549] ppid=8540 vsize=1684684 CPUtime=0.1
/proc/8542/task/8549/stat : 8549 (java) S 8540 8542 8499 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 191225787 1725116416 21480 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8550] ppid=8540 vsize=1684684 CPUtime=0
/proc/8542/task/8550/stat : 8550 (java) S 8540 8542 8499 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 191225787 1725116416 21480 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8551] ppid=8540 vsize=1684684 CPUtime=0
/proc/8542/task/8551/stat : 8551 (java) S 8540 8542 8499 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 191225787 1725116416 21480 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 1684684

[startup+12.7026 s]
/proc/loadavg: 0.15 0.03 0.01 2/73 8551
/proc/meminfo: memFree=1534584/2055920 swapFree=4181384/4192956
[pid=8542] ppid=8540 vsize=1684668 CPUtime=12.77
/proc/8542/stat : 8542 (java) S 8540 8542 8499 0 -1 0 70509 0 1 0 1245 32 0 0 18 0 9 0 191225782 1725100032 46375 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8542/statm: 421167 46375 2163 9 0 416078 0
[pid=8542/tid=8544] ppid=8540 vsize=1684668 CPUtime=8.12
/proc/8542/task/8544/stat : 8544 (java) S 8540 8542 8499 0 -1 64 4788 0 1 0 807 5 0 0 17 0 9 0 191225784 1725100032 46375 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8542/tid=8545] ppid=8540 vsize=1684668 CPUtime=4.51
/proc/8542/task/8545/stat : 8545 (java) R 8540 8542 8499 0 -1 64 64633 0 0 0 426 25 0 0 17 0 9 0 191225785 1725100032 46375 1992294400 134512640 134550932 4294956032 18446744073709551615 104187687 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8546] ppid=8540 vsize=1684668 CPUtime=0
/proc/8542/task/8546/stat : 8546 (java) S 8540 8542 8499 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 191225785 1725100032 46375 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8547] ppid=8540 vsize=1684668 CPUtime=0
/proc/8542/task/8547/stat : 8547 (java) S 8540 8542 8499 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 191225785 1725100032 46375 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8548] ppid=8540 vsize=1684668 CPUtime=0
/proc/8542/task/8548/stat : 8548 (java) S 8540 8542 8499 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 191225787 1725100032 46375 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8549] ppid=8540 vsize=1684668 CPUtime=0.11
/proc/8542/task/8549/stat : 8549 (java) S 8540 8542 8499 0 -1 64 356 0 0 0 11 0 0 0 15 0 9 0 191225787 1725100032 46375 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8550] ppid=8540 vsize=1684668 CPUtime=0
/proc/8542/task/8550/stat : 8550 (java) S 8540 8542 8499 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 191225787 1725100032 46375 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8551] ppid=8540 vsize=1684668 CPUtime=0
/proc/8542/task/8551/stat : 8551 (java) S 8540 8542 8499 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 191225787 1725100032 46375 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 1684668

[startup+25.5014 s]
/proc/loadavg: 0.34 0.08 0.02 2/77 8555
/proc/meminfo: memFree=1470680/2055920 swapFree=4181384/4192956
[pid=8542] ppid=8540 vsize=1685640 CPUtime=14.28
/proc/8542/stat : 8542 (java) S 8540 8542 8499 0 -1 0 78713 0 1 0 1392 36 0 0 18 0 12 0 191225782 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8542/statm: 421410 54231 2166 9 0 416321 0
[pid=8553] ppid=8542 vsize=42612 CPUtime=11.26
/proc/8553/stat : 8553 (minisat) R 8542 8542 8499 0 -1 4194304 10874 0 0 0 1121 5 0 0 25 0 1 0 191227203 43634688 10509 1992294400 134512640 135156773 4294956080 18446744073709551615 134556286 0 4 0 3 0 0 0 17 0 0 0
/proc/8553/statm: 10653 10509 75 157 0 10493 0
[pid=8542/tid=8544] ppid=8540 vsize=1685640 CPUtime=9.14
/proc/8542/task/8544/stat : 8544 (java) S 8540 8542 8499 0 -1 64 4952 0 1 0 909 5 0 0 17 0 12 0 191225784 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8545] ppid=8540 vsize=1685640 CPUtime=5
/proc/8542/task/8545/stat : 8545 (java) S 8540 8542 8499 0 -1 64 72471 0 0 0 471 29 0 0 16 0 12 0 191225785 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8546] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8546/stat : 8546 (java) S 8540 8542 8499 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191225785 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8547] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8547/stat : 8547 (java) S 8540 8542 8499 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191225785 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8548] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8548/stat : 8548 (java) S 8540 8542 8499 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191225787 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8549] ppid=8540 vsize=1685640 CPUtime=0.11
/proc/8542/task/8549/stat : 8549 (java) S 8540 8542 8499 0 -1 64 429 0 0 0 11 0 0 0 16 0 12 0 191225787 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8550] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8550/stat : 8550 (java) S 8540 8542 8499 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 191225787 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8551] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8551/stat : 8551 (java) S 8540 8542 8499 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 191225787 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8552] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8552/stat : 8552 (java) S 8540 8542 8499 0 -1 64 67 0 0 0 0 0 0 0 18 0 12 0 191227203 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=8542/tid=8554] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8554/stat : 8554 (java) S 8540 8542 8499 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 191227206 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=8542/tid=8555] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8555/stat : 8555 (java) S 8540 8542 8499 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 191227206 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 1728252

[startup+51.102 s]
/proc/loadavg: 0.56 0.15 0.05 2/77 8555
/proc/meminfo: memFree=1368536/2055920 swapFree=4181384/4192956
[pid=8542] ppid=8540 vsize=1685640 CPUtime=14.28
/proc/8542/stat : 8542 (java) S 8540 8542 8499 0 -1 0 78714 0 1 0 1392 36 0 0 18 0 12 0 191225782 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8542/statm: 421410 54231 2166 9 0 416321 0
[pid=8553] ppid=8542 vsize=146228 CPUtime=36.84
/proc/8553/stat : 8553 (minisat) R 8542 8542 8499 0 -1 4194304 36762 0 0 0 3664 20 0 0 25 0 1 0 191227203 149737472 36397 1992294400 134512640 135156773 4294956080 18446744073709551615 134556368 0 4 0 3 0 0 0 17 0 0 0
/proc/8553/statm: 36557 36397 75 157 0 36397 0
[pid=8542/tid=8544] ppid=8540 vsize=1685640 CPUtime=9.14
/proc/8542/task/8544/stat : 8544 (java) S 8540 8542 8499 0 -1 64 4952 0 1 0 909 5 0 0 17 0 12 0 191225784 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8545] ppid=8540 vsize=1685640 CPUtime=5
/proc/8542/task/8545/stat : 8545 (java) S 8540 8542 8499 0 -1 64 72471 0 0 0 471 29 0 0 16 0 12 0 191225785 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8546] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8546/stat : 8546 (java) S 8540 8542 8499 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191225785 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8547] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8547/stat : 8547 (java) S 8540 8542 8499 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191225785 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8548] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8548/stat : 8548 (java) S 8540 8542 8499 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191225787 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8549] ppid=8540 vsize=1685640 CPUtime=0.11
/proc/8542/task/8549/stat : 8549 (java) S 8540 8542 8499 0 -1 64 429 0 0 0 11 0 0 0 16 0 12 0 191225787 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8550] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8550/stat : 8550 (java) S 8540 8542 8499 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 191225787 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8551] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8551/stat : 8551 (java) S 8540 8542 8499 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 191225787 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8552] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8552/stat : 8552 (java) S 8540 8542 8499 0 -1 64 67 0 0 0 0 0 0 0 18 0 12 0 191227203 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=8542/tid=8554] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8554/stat : 8554 (java) S 8540 8542 8499 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 191227206 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=8542/tid=8555] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8555/stat : 8555 (java) S 8540 8542 8499 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 191227206 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 1831868



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+54.3024 s]
/proc/loadavg: 0.60 0.17 0.05 2/77 8555
/proc/meminfo: memFree=1354584/2055920 swapFree=4181384/4192956
[pid=8542] ppid=8540 vsize=1685640 CPUtime=14.28
/proc/8542/stat : 8542 (java) S 8540 8542 8499 0 -1 0 78714 0 1 0 1392 36 0 0 18 0 12 0 191225782 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8542/statm: 421410 54231 2166 9 0 416321 0
[pid=8553] ppid=8542 vsize=157784 CPUtime=40.05
/proc/8553/stat : 8553 (minisat) R 8542 8542 8499 0 -1 4194304 39648 0 0 0 3983 22 0 0 25 0 1 0 191227203 161570816 39283 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/8553/statm: 39446 39283 75 157 0 39286 0
[pid=8542/tid=8544] ppid=8540 vsize=1685640 CPUtime=9.14
/proc/8542/task/8544/stat : 8544 (java) S 8540 8542 8499 0 -1 64 4952 0 1 0 909 5 0 0 17 0 12 0 191225784 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8545] ppid=8540 vsize=1685640 CPUtime=5
/proc/8542/task/8545/stat : 8545 (java) S 8540 8542 8499 0 -1 64 72471 0 0 0 471 29 0 0 16 0 12 0 191225785 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8546] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8546/stat : 8546 (java) S 8540 8542 8499 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191225785 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8547] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8547/stat : 8547 (java) S 8540 8542 8499 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191225785 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8548] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8548/stat : 8548 (java) S 8540 8542 8499 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191225787 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8549] ppid=8540 vsize=1685640 CPUtime=0.11
/proc/8542/task/8549/stat : 8549 (java) S 8540 8542 8499 0 -1 64 429 0 0 0 11 0 0 0 16 0 12 0 191225787 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8550] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8550/stat : 8550 (java) S 8540 8542 8499 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 191225787 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8551] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8551/stat : 8551 (java) S 8540 8542 8499 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 191225787 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8552] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8552/stat : 8552 (java) S 8540 8542 8499 0 -1 64 67 0 0 0 0 0 0 0 18 0 12 0 191227203 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=8542/tid=8554] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8554/stat : 8554 (java) S 8540 8542 8499 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 191227206 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=8542/tid=8555] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8555/stat : 8555 (java) S 8540 8542 8499 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 191227206 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.33
Current children cumulated vsize (KiB) 1843424

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

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

[startup+54.3024 s]
/proc/loadavg: 0.60 0.17 0.05 2/77 8555
/proc/meminfo: memFree=1354584/2055920 swapFree=4181384/4192956
[pid=8542] ppid=8540 vsize=1685640 CPUtime=14.28
/proc/8542/stat : 8542 (java) S 8540 8542 8499 0 -1 0 78714 0 1 0 1392 36 0 0 18 0 12 0 191225782 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8542/statm: 421410 54231 2166 9 0 416321 0
[pid=8553] ppid=8542 vsize=157784 CPUtime=40.05
/proc/8553/stat : 8553 (minisat) R 8542 8542 8499 0 -1 4194304 39648 0 0 0 3983 22 0 0 25 0 1 0 191227203 161570816 39283 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/8553/statm: 39446 39283 75 157 0 39286 0
[pid=8542/tid=8544] ppid=8540 vsize=1685640 CPUtime=9.14
/proc/8542/task/8544/stat : 8544 (java) S 8540 8542 8499 0 -1 64 4952 0 1 0 909 5 0 0 17 0 12 0 191225784 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8545] ppid=8540 vsize=1685640 CPUtime=5
/proc/8542/task/8545/stat : 8545 (java) S 8540 8542 8499 0 -1 64 72471 0 0 0 471 29 0 0 16 0 12 0 191225785 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8546] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8546/stat : 8546 (java) S 8540 8542 8499 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191225785 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8547] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8547/stat : 8547 (java) S 8540 8542 8499 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191225785 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8548] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8548/stat : 8548 (java) S 8540 8542 8499 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191225787 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8549] ppid=8540 vsize=1685640 CPUtime=0.11
/proc/8542/task/8549/stat : 8549 (java) S 8540 8542 8499 0 -1 64 429 0 0 0 11 0 0 0 16 0 12 0 191225787 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8550] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8550/stat : 8550 (java) S 8540 8542 8499 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 191225787 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8551] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8551/stat : 8551 (java) S 8540 8542 8499 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 191225787 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8542/tid=8552] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8552/stat : 8552 (java) S 8540 8542 8499 0 -1 64 67 0 0 0 0 0 0 0 18 0 12 0 191227203 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=8542/tid=8554] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8554/stat : 8554 (java) S 8540 8542 8499 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 191227206 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=8542/tid=8555] ppid=8540 vsize=1685640 CPUtime=0
/proc/8542/task/8555/stat : 8555 (java) S 8540 8542 8499 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 191227206 1726095360 54231 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.33
Current children cumulated vsize (KiB) 1843424

Child status: 143
Real time (s): 54.374
CPU time (s): 54.4217
CPU user time (s): 53.7668
CPU system time (s): 0.6549
CPU usage (%): 100.088
Max. virtual memory (cumulated for all children) (KiB): 1843424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.7668
system time used= 0.6549
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118908
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= 1859
involuntary context switches= 1348

runsolver used 0.05999 second user time and 0.172973 second system time

The end

Launcher Data

Begin job on node49 at 2009-06-17 12:58:49
IDJOB=1883868
IDBENCH=2572
IDSOLVER=688
FILE ID=node49/1883868-1245236328
PBS_JOBID= 9372291
Free space on /tmp= 66024 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-71-70.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-1883868-1245236328/watcher-1883868-1245236328 -o /tmp/evaluation-result-1883868-1245236328/solver-1883868-1245236328 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883868-1245236328.opb minisat %dimacs %var

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

MD5SUM BENCH= 2d2ba598d361b1b8832ef2eaa384d61f
RANDOM SEED=500213177

node49.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.232
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.232
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:       1724120 kB
Buffers:         63164 kB
Cached:         197320 kB
SwapCached:       4580 kB
Active:          83928 kB
Inactive:       184584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1724120 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:            5440 kB
Writeback:           0 kB
Mapped:          13708 kB
Slab:            49104 kB
Committed_AS:   193256 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1883868-1245236328.opb

Free space on /tmp at the end= 66024 MiB
End job on node49 at 2009-06-17 12:59:45