Trace number 1883886

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) 57.8212 57.7867

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-61-60.opb
MD5SUM8f6b9d215c54261c818e8073dc5975b0
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 variables3660
Total number of constraints109861
Number of constraints which are clauses109861
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 constraint60
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 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

8.56/8.53	------------------------
8.56/8.53	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
8.56/8.53	Size : 0, 223260, 0, 0, 0
8.56/8.53	Count : 0, 109861, 0, 0, 0
8.56/8.53	
8.56/8.53	Command line : minisat tmp.dimacs %var 
8.56/8.53	
8.56/8.53	------------------------
8.56/8.56	This is MiniSat 2.0 beta
8.56/8.56	WARNING: for repeatability, setting FPU to use double precision
8.56/8.56	============================[ Problem Statistics ]=============================
8.56/8.56	|                                                                             |
8.56/8.56	|  Number of variables:  3660                                                 |
8.56/8.56	|  Number of clauses:    109861                                               |
8.61/8.63	|  Parsing time:         0.07         s                                       |
11.75/11.79	============================[ Search Statistics ]==============================
11.75/11.79	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.75/11.79	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.75/11.79	===============================================================================
11.75/11.79	|         0 |    3599   109800   431880 |    36600        0    nan |  0.000 % |
11.85/11.81	|       103 |    3599   109800   431880 |    40260      103    272 |  0.000 % |
11.85/11.84	|       254 |    3599   109800   431880 |    44286      254    416 |  0.000 % |
11.85/11.87	|       480 |    3599   109800   431880 |    48714      480    396 |  0.000 % |
11.95/11.91	|       820 |    3599   109800   431880 |    53586      820    359 |  0.000 % |
11.95/11.97	|      1328 |    3599   109800   431880 |    58944     1328    348 |  0.000 % |
12.05/12.07	|      2088 |    3599   109800   431880 |    64839     2088    341 |  0.000 % |
12.25/12.22	|      3227 |    3599   109800   431880 |    71323     3227    338 |  0.000 % |
12.54/12.50	|      4935 |    3599   109800   431880 |    78455     4935    343 |  0.000 % |
12.95/12.98	|      7500 |    3599   109800   431880 |    86300     7500    348 |  0.000 % |
14.26/14.21	|     11345 |    3599   109800   431880 |    94930    11345    386 |  0.000 % |
16.35/16.40	|     17112 |    3599   109800   431880 |   104424    17112    443 |  0.000 % |
22.65/22.64	|     25761 |    3599   109800   431880 |   114866    25761    573 |  0.000 % |
32.15/32.12	|     38737 |    3599   109800   431880 |   126353    38737    581 |  0.000 % |
57.54/57.53	|     58199 |    3599   109800   431880 |   138988    58199    629 |  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-1883886-1245236385/watcher-1883886-1245236385 -o /tmp/evaluation-result-1883886-1245236385/solver-1883886-1245236385 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883886-1245236385.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.60 0.17 0.05 3/64 8592
/proc/meminfo: memFree=1724856/2055920 swapFree=4181384/4192956
[pid=8592] ppid=8590 vsize=18576 CPUtime=0
/proc/8592/stat : 8592 (runsolver) R 8590 8592 8499 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 191231444 19021824 284 1992294400 4194304 4302564 548682068448 18446744073709551615 224627584295 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/8592/statm: 4644 284 249 26 0 2626 0

[startup+0.0405629 s]
/proc/loadavg: 0.60 0.17 0.05 3/64 8592
/proc/meminfo: memFree=1724856/2055920 swapFree=4181384/4192956
[pid=8592] ppid=8590 vsize=1682168 CPUtime=0.03
/proc/8592/stat : 8592 (java) S 8590 8592 8499 0 -1 0 1940 0 1 0 2 1 0 0 18 0 5 0 191231444 1722540032 1523 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/8592/statm: 420542 1523 869 9 0 415457 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1682168

[startup+0.101758 s]
/proc/loadavg: 0.60 0.17 0.05 3/64 8592
/proc/meminfo: memFree=1724856/2055920 swapFree=4181384/4192956
[pid=8592] ppid=8590 vsize=1685296 CPUtime=0.11
/proc/8592/stat : 8592 (java) S 8590 8592 8499 0 -1 0 2876 0 1 0 10 1 0 0 18 0 9 0 191231444 1725743104 2370 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8592/statm: 421324 2370 1221 9 0 416235 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1685296

[startup+0.301791 s]
/proc/loadavg: 0.60 0.17 0.05 3/64 8592
/proc/meminfo: memFree=1724856/2055920 swapFree=4181384/4192956
[pid=8592] ppid=8590 vsize=1685736 CPUtime=0.33
/proc/8592/stat : 8592 (java) S 8590 8592 8499 0 -1 0 4314 0 1 0 30 3 0 0 18 0 9 0 191231444 1726193664 3742 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8592/statm: 421434 3742 1364 9 0 416345 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1685736

[startup+0.701841 s]
/proc/loadavg: 0.60 0.17 0.05 3/64 8592
/proc/meminfo: memFree=1724856/2055920 swapFree=4181384/4192956
[pid=8592] ppid=8590 vsize=1685464 CPUtime=0.72
/proc/8592/stat : 8592 (java) S 8590 8592 8499 0 -1 0 7578 0 1 0 69 3 0 0 18 0 9 0 191231444 1725915136 6542 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8592/statm: 421366 6542 2154 9 0 416277 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 1685464

[startup+1.50296 s]
/proc/loadavg: 0.60 0.17 0.05 2/73 8601
/proc/meminfo: memFree=1700592/2055920 swapFree=4181384/4192956
[pid=8592] ppid=8590 vsize=1685464 CPUtime=1.52
/proc/8592/stat : 8592 (java) S 8590 8592 8499 0 -1 0 12423 0 1 0 147 5 0 0 18 0 9 0 191231444 1725915136 10420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8592/statm: 421366 10420 2154 9 0 416277 0
[pid=8592/tid=8594] ppid=8590 vsize=1685464 CPUtime=0.96
/proc/8592/task/8594/stat : 8594 (java) R 8590 8592 8499 0 -1 64 2234 0 1 0 95 1 0 0 16 0 9 0 191231445 1725915136 10420 1992294400 134512640 134550932 4294956032 18446744073709551615 4126374491 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8595] ppid=8590 vsize=1685464 CPUtime=0.5
/proc/8592/task/8595/stat : 8595 (java) S 8590 8592 8499 0 -1 64 9167 0 0 0 47 3 0 0 16 0 9 0 191231447 1725915136 10420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8596] ppid=8590 vsize=1685464 CPUtime=0
/proc/8592/task/8596/stat : 8596 (java) S 8590 8592 8499 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 191231447 1725915136 10420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8597] ppid=8590 vsize=1685464 CPUtime=0
/proc/8592/task/8597/stat : 8597 (java) S 8590 8592 8499 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 191231447 1725915136 10420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8598] ppid=8590 vsize=1685464 CPUtime=0
/proc/8592/task/8598/stat : 8598 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 191231449 1725915136 10420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8599] ppid=8590 vsize=1685464 CPUtime=0.04
/proc/8592/task/8599/stat : 8599 (java) S 8590 8592 8499 0 -1 64 288 0 0 0 4 0 0 0 16 0 9 0 191231449 1725915136 10420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8600] ppid=8590 vsize=1685464 CPUtime=0
/proc/8592/task/8600/stat : 8600 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 191231449 1725915136 10420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8601] ppid=8590 vsize=1685464 CPUtime=0
/proc/8592/task/8601/stat : 8601 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 191231449 1725915136 10420 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 1685464

[startup+3.10119 s]
/proc/loadavg: 0.60 0.17 0.05 2/73 8601
/proc/meminfo: memFree=1685424/2055920 swapFree=4181384/4192956
[pid=8592] ppid=8590 vsize=1685504 CPUtime=3.16
/proc/8592/stat : 8592 (java) S 8590 8592 8499 0 -1 0 16759 0 1 0 308 8 0 0 18 0 9 0 191231444 1725956096 13744 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8592/statm: 421376 13744 2162 9 0 416287 0
[pid=8592/tid=8594] ppid=8590 vsize=1685504 CPUtime=2.23
/proc/8592/task/8594/stat : 8594 (java) R 8590 8592 8499 0 -1 64 2547 0 1 0 222 1 0 0 17 0 9 0 191231445 1725956096 13744 1992294400 134512640 134550932 4294956032 18446744073709551615 4126046802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8595] ppid=8590 vsize=1685504 CPUtime=0.83
/proc/8592/task/8595/stat : 8595 (java) S 8590 8592 8499 0 -1 64 13146 0 0 0 78 5 0 0 15 0 9 0 191231447 1725956096 13744 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8596] ppid=8590 vsize=1685504 CPUtime=0
/proc/8592/task/8596/stat : 8596 (java) S 8590 8592 8499 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 191231447 1725956096 13744 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8597] ppid=8590 vsize=1685504 CPUtime=0
/proc/8592/task/8597/stat : 8597 (java) S 8590 8592 8499 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 191231447 1725956096 13744 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8598] ppid=8590 vsize=1685504 CPUtime=0
/proc/8592/task/8598/stat : 8598 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 191231449 1725956096 13744 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8599] ppid=8590 vsize=1685504 CPUtime=0.07
/proc/8592/task/8599/stat : 8599 (java) S 8590 8592 8499 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 191231449 1725956096 13744 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8600] ppid=8590 vsize=1685504 CPUtime=0
/proc/8592/task/8600/stat : 8600 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 191231449 1725956096 13744 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8601] ppid=8590 vsize=1685504 CPUtime=0
/proc/8592/task/8601/stat : 8601 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 191231449 1725956096 13744 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) 1685504

[startup+6.30164 s]
/proc/loadavg: 0.63 0.18 0.06 2/73 8601
/proc/meminfo: memFree=1644976/2055920 swapFree=4181384/4192956
[pid=8592] ppid=8590 vsize=1685508 CPUtime=6.37
/proc/8592/stat : 8592 (java) S 8590 8592 8499 0 -1 0 35495 0 1 0 620 17 0 0 18 0 9 0 191231444 1725960192 26393 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8592/statm: 421377 26393 2163 9 0 416288 0
[pid=8592/tid=8594] ppid=8590 vsize=1685508 CPUtime=4.34
/proc/8592/task/8594/stat : 8594 (java) S 8590 8592 8499 0 -1 64 2993 0 1 0 432 2 0 0 16 0 9 0 191231445 1725960192 26393 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8595] ppid=8590 vsize=1685508 CPUtime=1.9
/proc/8592/task/8595/stat : 8595 (java) R 8590 8592 8499 0 -1 64 31418 0 0 0 177 13 0 0 16 0 9 0 191231447 1725960192 26393 1992294400 134512640 134550932 4294956032 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8596] ppid=8590 vsize=1685508 CPUtime=0
/proc/8592/task/8596/stat : 8596 (java) S 8590 8592 8499 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 191231447 1725960192 26393 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8597] ppid=8590 vsize=1685508 CPUtime=0
/proc/8592/task/8597/stat : 8597 (java) S 8590 8592 8499 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 191231447 1725960192 26393 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8598] ppid=8590 vsize=1685508 CPUtime=0
/proc/8592/task/8598/stat : 8598 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 191231449 1725960192 26393 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8599] ppid=8590 vsize=1685508 CPUtime=0.09
/proc/8592/task/8599/stat : 8599 (java) S 8590 8592 8499 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 191231449 1725960192 26393 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8600] ppid=8590 vsize=1685508 CPUtime=0
/proc/8592/task/8600/stat : 8600 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 191231449 1725960192 26393 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8601] ppid=8590 vsize=1685508 CPUtime=0
/proc/8592/task/8601/stat : 8601 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 191231449 1725960192 26393 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 1685508

[startup+12.7015 s]
/proc/loadavg: 0.74 0.21 0.07 2/77 8605
/proc/meminfo: memFree=1578576/2055920 swapFree=4181384/4192956
[pid=8592] ppid=8590 vsize=1686480 CPUtime=8.61
/proc/8592/stat : 8592 (java) S 8590 8592 8499 0 -1 0 50959 0 1 0 837 24 0 0 18 0 12 0 191231444 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8592/statm: 421620 35501 2166 9 0 416531 0
[pid=8603] ppid=8592 vsize=17032 CPUtime=4.14
/proc/8603/stat : 8603 (minisat) R 8592 8592 8499 0 -1 4194304 4368 0 0 0 411 3 0 0 25 0 1 0 191232298 17440768 4125 1992294400 134512640 135156773 4294956080 18446744073709551615 134710443 0 4 0 3 0 0 0 17 0 0 0
/proc/8603/statm: 4258 4125 75 157 0 4098 0
[pid=8592/tid=8594] ppid=8590 vsize=1686480 CPUtime=5.44
/proc/8592/task/8594/stat : 8594 (java) S 8590 8592 8499 0 -1 64 3822 0 1 0 541 3 0 0 16 0 12 0 191231445 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8595] ppid=8590 vsize=1686480 CPUtime=3.04
/proc/8592/task/8595/stat : 8595 (java) S 8590 8592 8499 0 -1 64 45851 0 0 0 285 19 0 0 16 0 12 0 191231447 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8596] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8596/stat : 8596 (java) S 8590 8592 8499 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191231447 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8597] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8597/stat : 8597 (java) S 8590 8592 8499 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191231447 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8598] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8598/stat : 8598 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8599] ppid=8590 vsize=1686480 CPUtime=0.1
/proc/8592/task/8599/stat : 8599 (java) S 8590 8592 8499 0 -1 64 420 0 0 0 10 0 0 0 16 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8600] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8600/stat : 8600 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8601] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8601/stat : 8601 (java) S 8590 8592 8499 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8602] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8602/stat : 8602 (java) S 8590 8592 8499 0 -1 64 71 0 0 0 0 0 0 0 18 0 12 0 191232298 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=8592/tid=8604] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8604/stat : 8604 (java) S 8590 8592 8499 0 -1 64 45 0 0 0 0 0 0 0 15 0 12 0 191232300 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=8592/tid=8605] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8605/stat : 8605 (java) S 8590 8592 8499 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 191232300 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 1703512

[startup+25.5023 s]
/proc/loadavg: 0.80 0.25 0.08 2/77 8605
/proc/meminfo: memFree=1508816/2055920 swapFree=4181384/4192956
[pid=8592] ppid=8590 vsize=1686480 CPUtime=8.62
/proc/8592/stat : 8592 (java) S 8590 8592 8499 0 -1 0 50960 0 1 0 838 24 0 0 18 0 12 0 191231444 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8592/statm: 421620 35501 2166 9 0 416531 0
[pid=8603] ppid=8592 vsize=81948 CPUtime=16.93
/proc/8603/stat : 8603 (minisat) R 8592 8592 8499 0 -1 4194304 20584 0 0 0 1681 12 0 0 25 0 1 0 191232298 83914752 20341 1992294400 134512640 135156773 4294956080 18446744073709551615 134556389 0 4 0 3 0 0 0 17 0 0 0
/proc/8603/statm: 20487 20341 75 157 0 20327 0
[pid=8592/tid=8594] ppid=8590 vsize=1686480 CPUtime=5.44
/proc/8592/task/8594/stat : 8594 (java) S 8590 8592 8499 0 -1 64 3822 0 1 0 541 3 0 0 16 0 12 0 191231445 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8595] ppid=8590 vsize=1686480 CPUtime=3.04
/proc/8592/task/8595/stat : 8595 (java) R 8590 8592 8499 0 -1 64 45851 0 0 0 285 19 0 0 16 0 12 0 191231447 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8596] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8596/stat : 8596 (java) S 8590 8592 8499 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191231447 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8597] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8597/stat : 8597 (java) S 8590 8592 8499 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191231447 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8598] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8598/stat : 8598 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8599] ppid=8590 vsize=1686480 CPUtime=0.1
/proc/8592/task/8599/stat : 8599 (java) S 8590 8592 8499 0 -1 64 420 0 0 0 10 0 0 0 16 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8600] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8600/stat : 8600 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8601] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8601/stat : 8601 (java) S 8590 8592 8499 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8602] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8602/stat : 8602 (java) S 8590 8592 8499 0 -1 64 71 0 0 0 0 0 0 0 18 0 12 0 191232298 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=8592/tid=8604] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8604/stat : 8604 (java) S 8590 8592 8499 0 -1 64 45 0 0 0 0 0 0 0 16 0 12 0 191232300 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=8592/tid=8605] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8605/stat : 8605 (java) S 8590 8592 8499 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 191232300 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 1768428

[startup+51.1029 s]
/proc/loadavg: 0.87 0.31 0.11 2/77 8605
/proc/meminfo: memFree=1443984/2055920 swapFree=4181384/4192956
[pid=8592] ppid=8590 vsize=1686480 CPUtime=8.62
/proc/8592/stat : 8592 (java) S 8590 8592 8499 0 -1 0 50960 0 1 0 838 24 0 0 18 0 12 0 191231444 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8592/statm: 421620 35501 2166 9 0 416531 0
[pid=8603] ppid=8592 vsize=146452 CPUtime=42.52
/proc/8603/stat : 8603 (minisat) R 8592 8592 8499 0 -1 4194304 36689 0 0 0 4230 22 0 0 25 0 1 0 191232298 149966848 36446 1992294400 134512640 135156773 4294956080 18446744073709551615 134556384 0 4 0 3 0 0 0 17 0 0 0
/proc/8603/statm: 36613 36446 75 157 0 36453 0
[pid=8592/tid=8594] ppid=8590 vsize=1686480 CPUtime=5.44
/proc/8592/task/8594/stat : 8594 (java) S 8590 8592 8499 0 -1 64 3822 0 1 0 541 3 0 0 16 0 12 0 191231445 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8595] ppid=8590 vsize=1686480 CPUtime=3.04
/proc/8592/task/8595/stat : 8595 (java) S 8590 8592 8499 0 -1 64 45851 0 0 0 285 19 0 0 16 0 12 0 191231447 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8596] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8596/stat : 8596 (java) S 8590 8592 8499 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191231447 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8597] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8597/stat : 8597 (java) S 8590 8592 8499 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191231447 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8598] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8598/stat : 8598 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8599] ppid=8590 vsize=1686480 CPUtime=0.1
/proc/8592/task/8599/stat : 8599 (java) S 8590 8592 8499 0 -1 64 420 0 0 0 10 0 0 0 16 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8600] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8600/stat : 8600 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8601] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8601/stat : 8601 (java) S 8590 8592 8499 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8602] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8602/stat : 8602 (java) S 8590 8592 8499 0 -1 64 71 0 0 0 0 0 0 0 18 0 12 0 191232298 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=8592/tid=8604] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8604/stat : 8604 (java) S 8590 8592 8499 0 -1 64 45 0 0 0 0 0 0 0 16 0 12 0 191232300 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=8592/tid=8605] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8605/stat : 8605 (java) S 8590 8592 8499 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 191232300 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 1832932



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+57.7029 s]
/proc/loadavg: 0.89 0.33 0.12 2/77 8605
/proc/meminfo: memFree=1432656/2055920 swapFree=4181384/4192956
[pid=8592] ppid=8590 vsize=1686480 CPUtime=8.62
/proc/8592/stat : 8592 (java) S 8590 8592 8499 0 -1 0 50961 0 1 0 838 24 0 0 18 0 12 0 191231444 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8592/statm: 421620 35501 2166 9 0 416531 0
[pid=8603] ppid=8592 vsize=156932 CPUtime=49.13
/proc/8603/stat : 8603 (minisat) R 8592 8592 8499 0 -1 4194304 39325 0 0 0 4889 24 0 0 25 0 1 0 191232298 160698368 39082 1992294400 134512640 135156773 4294956080 18446744073709551615 134556407 0 4 0 3 0 0 0 17 0 0 0
/proc/8603/statm: 39233 39082 75 157 0 39073 0
[pid=8592/tid=8594] ppid=8590 vsize=1686480 CPUtime=5.44
/proc/8592/task/8594/stat : 8594 (java) S 8590 8592 8499 0 -1 64 3822 0 1 0 541 3 0 0 16 0 12 0 191231445 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8595] ppid=8590 vsize=1686480 CPUtime=3.04
/proc/8592/task/8595/stat : 8595 (java) S 8590 8592 8499 0 -1 64 45851 0 0 0 285 19 0 0 16 0 12 0 191231447 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8596] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8596/stat : 8596 (java) S 8590 8592 8499 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191231447 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8597] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8597/stat : 8597 (java) S 8590 8592 8499 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191231447 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8598] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8598/stat : 8598 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8599] ppid=8590 vsize=1686480 CPUtime=0.1
/proc/8592/task/8599/stat : 8599 (java) S 8590 8592 8499 0 -1 64 420 0 0 0 10 0 0 0 16 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8600] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8600/stat : 8600 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8601] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8601/stat : 8601 (java) S 8590 8592 8499 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8602] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8602/stat : 8602 (java) S 8590 8592 8499 0 -1 64 71 0 0 0 0 0 0 0 18 0 12 0 191232298 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=8592/tid=8604] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8604/stat : 8604 (java) S 8590 8592 8499 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 191232300 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=8592/tid=8605] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8605/stat : 8605 (java) S 8590 8592 8499 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 191232300 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.75
Current children cumulated vsize (KiB) 1843412

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

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

[startup+57.7029 s]
/proc/loadavg: 0.89 0.33 0.12 2/77 8605
/proc/meminfo: memFree=1432656/2055920 swapFree=4181384/4192956
[pid=8592] ppid=8590 vsize=1686480 CPUtime=8.62
/proc/8592/stat : 8592 (java) S 8590 8592 8499 0 -1 0 50961 0 1 0 838 24 0 0 18 0 12 0 191231444 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8592/statm: 421620 35501 2166 9 0 416531 0
[pid=8603] ppid=8592 vsize=156932 CPUtime=49.13
/proc/8603/stat : 8603 (minisat) R 8592 8592 8499 0 -1 4194304 39325 0 0 0 4889 24 0 0 25 0 1 0 191232298 160698368 39082 1992294400 134512640 135156773 4294956080 18446744073709551615 134556407 0 4 0 3 0 0 0 17 0 0 0
/proc/8603/statm: 39233 39082 75 157 0 39073 0
[pid=8592/tid=8594] ppid=8590 vsize=1686480 CPUtime=5.44
/proc/8592/task/8594/stat : 8594 (java) S 8590 8592 8499 0 -1 64 3822 0 1 0 541 3 0 0 16 0 12 0 191231445 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8595] ppid=8590 vsize=1686480 CPUtime=3.04
/proc/8592/task/8595/stat : 8595 (java) S 8590 8592 8499 0 -1 64 45851 0 0 0 285 19 0 0 16 0 12 0 191231447 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8596] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8596/stat : 8596 (java) S 8590 8592 8499 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191231447 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8597] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8597/stat : 8597 (java) S 8590 8592 8499 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191231447 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8598] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8598/stat : 8598 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8599] ppid=8590 vsize=1686480 CPUtime=0.1
/proc/8592/task/8599/stat : 8599 (java) S 8590 8592 8499 0 -1 64 420 0 0 0 10 0 0 0 16 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8600] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8600/stat : 8600 (java) S 8590 8592 8499 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8601] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8601/stat : 8601 (java) S 8590 8592 8499 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 191231449 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8602] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8602/stat : 8602 (java) S 8590 8592 8499 0 -1 64 71 0 0 0 0 0 0 0 18 0 12 0 191232298 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=8592/tid=8604] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8604/stat : 8604 (java) S 8590 8592 8499 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 191232300 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=8592/tid=8605] ppid=8590 vsize=1686480 CPUtime=0
/proc/8592/task/8605/stat : 8605 (java) S 8590 8592 8499 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 191232300 1726955520 35501 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.75
Current children cumulated vsize (KiB) 1843412

Child status: 143
Real time (s): 57.7867
CPU time (s): 57.8212
CPU user time (s): 57.2833
CPU system time (s): 0.537918
CPU usage (%): 100.06
Max. virtual memory (cumulated for all children) (KiB): 1843412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.2833
system time used= 0.537918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90837
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= 1921
involuntary context switches= 1475

runsolver used 0.078987 second user time and 0.170974 second system time

The end

Launcher Data

Begin job on node49 at 2009-06-17 12:59:45
IDJOB=1883886
IDBENCH=2575
IDSOLVER=688
FILE ID=node49/1883886-1245236385
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-61-60.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-1883886-1245236385/watcher-1883886-1245236385 -o /tmp/evaluation-result-1883886-1245236385/solver-1883886-1245236385 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883886-1245236385.opb minisat %dimacs %var

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

MD5SUM BENCH= 8f6b9d215c54261c818e8073dc5975b0
RANDOM SEED=1238937332

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:       1725336 kB
Buffers:         63272 kB
Cached:         195852 kB
SwapCached:       4580 kB
Active:          82600 kB
Inactive:       184612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725336 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:            3652 kB
Writeback:           0 kB
Mapped:          13788 kB
Slab:            49212 kB
Committed_AS:   194348 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-1883886-1245236385.opb

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