Trace number 1797751

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
minisat2-core 070721UNSAT 493.196 493.437

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h22-unknown.cnf
MD5SUM8c6ad18be635cee0d986377c4d06ab11
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark167.798
Satisfiable
(Un)Satisfiability was proved
Number of variables146874
Number of clauses937242
Sum of the clauses size2519136
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2791651
Number of clauses of size 3139269
Number of clauses of size 41522
Number of clauses of size 583
Number of clauses of size over 54592

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  148153                                               |
0.00/0.00	|  Number of clauses:    937242                                               |
0.49/0.50	|  Parsing time:         0.44         s                                       |
0.49/0.53	============================[ Search Statistics ]==============================
0.49/0.53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.53	===============================================================================
0.49/0.53	|         0 |  148028   936867  2518386 |   312289        0    nan |  0.000 % |
0.89/0.92	|       100 |  148028   936867  2518386 |   343517      100     14 |  0.084 % |
1.69/1.72	|       250 |  148028   936867  2518386 |   377869      250     25 |  0.084 % |
2.59/2.65	|       475 |  148028   936867  2518386 |   415656      475     24 |  0.084 % |
4.29/4.36	|       812 |  148028   936867  2518386 |   457222      812     43 |  0.084 % |
7.09/7.14	|      1318 |  148028   936867  2518386 |   502944     1318     52 |  0.084 % |
11.19/11.22	|      2079 |  148028   936867  2518386 |   553239     2079     67 |  0.084 % |
18.38/18.47	|      3218 |  148028   936867  2518386 |   608562     3218     66 |  0.084 % |
28.29/28.30	|      4926 |  148028   936867  2518386 |   669419     4926     70 |  0.084 % |
38.97/39.07	|      7488 |  148028   936867  2518386 |   736361     7488     78 |  0.084 % |
61.47/61.50	|     11332 |  148028   936867  2518386 |   809997    11332     73 |  0.084 % |
95.55/95.62	|     17102 |  148028   936867  2518386 |   890996    17102     89 |  0.084 % |
137.53/137.63	|     25752 |  148028   936867  2518386 |   980096    25752     81 |  0.084 % |
214.19/214.31	|     38727 |  148028   936867  2518386 |  1078106    38727     75 |  0.084 % |
343.42/343.69	|     58189 |  148028   936867  2518386 |  1185916    58189     66 |  0.084 % |
493.15/493.42	===============================================================================
493.15/493.42	restarts              : 15
493.15/493.42	conflicts             : 84726          (172 /sec)
493.15/493.42	decisions             : 174210         (1.66 % random) (353 /sec)
493.15/493.42	propagations          : 1008742066     (2045955 /sec)
493.15/493.42	conflict literals     : 4774215        (38.87 % deleted)
493.15/493.42	Memory used           : 68.63 MB
493.15/493.42	CPU time              : 493.042 s
493.15/493.42	
493.15/493.42	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1797751-1242075325/watcher-1797751-1242075325 -o /tmp/evaluation-result-1797751-1242075325/solver-1797751-1242075325 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797751-1242075325.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3465
/proc/meminfo: memFree=1165752/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=2276 CPUtime=0
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 438 0 0 0 0 0 0 0 18 0 1 0 235565656 2330624 423 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 569 424 58 171 0 395 0

[startup+0.014941 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3465
/proc/meminfo: memFree=1165752/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=3236 CPUtime=0.01
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 675 0 0 0 1 0 0 0 18 0 1 0 235565656 3313664 660 1992294400 134512640 135213614 4294956256 18446744073709551615 134528763 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 809 662 58 171 0 635 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3236

[startup+0.101914 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3465
/proc/meminfo: memFree=1165752/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=11684 CPUtime=0.09
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 2648 0 0 0 8 1 0 0 18 0 1 0 235565656 11964416 2633 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 2921 2635 58 171 0 2747 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11684

[startup+0.301948 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3465
/proc/meminfo: memFree=1165752/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=30124 CPUtime=0.29
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 7083 0 0 0 26 3 0 0 20 0 1 0 235565656 30846976 7068 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 7531 7068 58 171 0 7357 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30124

[startup+0.702016 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3465
/proc/meminfo: memFree=1165752/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=50660 CPUtime=0.69
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 12010 0 0 0 62 7 0 0 24 0 1 0 235565656 51875840 11986 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 12665 11986 74 171 0 12491 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50660

[startup+1.50116 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3466
/proc/meminfo: memFree=1117936/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=50660 CPUtime=1.49
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 12014 0 0 0 142 7 0 0 25 0 1 0 235565656 51875840 11990 1992294400 134512640 135213614 4294956256 18446744073709551615 134530543 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 12665 11990 78 171 0 12491 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50660

[startup+3.10143 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3466
/proc/meminfo: memFree=1117808/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=50660 CPUtime=3.09
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 12014 0 0 0 302 7 0 0 25 0 1 0 235565656 51875840 11990 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 12665 11990 78 171 0 12491 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50660

[startup+6.30297 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3466
/proc/meminfo: memFree=1117504/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=50924 CPUtime=6.29
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 12069 0 0 0 622 7 0 0 25 0 1 0 235565656 52146176 12045 1992294400 134512640 135213614 4294956256 18446744073709551615 134527020 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 12731 12045 78 171 0 12557 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50924

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3466
/proc/meminfo: memFree=1117312/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=51452 CPUtime=12.68
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 12179 0 0 0 1261 7 0 0 25 0 1 0 235565656 52686848 12155 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 12863 12155 78 171 0 12689 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 51452

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3466
/proc/meminfo: memFree=1116736/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=52136 CPUtime=25.48
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 12360 0 0 0 2541 7 0 0 25 0 1 0 235565656 53387264 12336 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 13034 12336 78 171 0 12860 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 52136

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3466
/proc/meminfo: memFree=1115008/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=54016 CPUtime=51.07
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 12844 0 0 0 5099 8 0 0 25 0 1 0 235565656 55312384 12820 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 13504 12820 78 171 0 13330 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 54016

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3466
/proc/meminfo: memFree=1110912/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=58000 CPUtime=102.25
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 13827 0 0 0 10216 9 0 0 25 0 1 0 235565656 59392000 13803 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 14500 13803 78 171 0 14326 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 58000

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3466
/proc/meminfo: memFree=1107456/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=61604 CPUtime=162.22
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 14713 0 0 0 16212 10 0 0 25 0 1 0 235565656 63082496 14689 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 15401 14689 78 171 0 15227 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 61604

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3466
/proc/meminfo: memFree=1104640/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=64244 CPUtime=222.19
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 15406 0 0 0 22208 11 0 0 25 0 1 0 235565656 65785856 15382 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 16061 15382 78 171 0 15887 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 64244

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3466
/proc/meminfo: memFree=1102208/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=66832 CPUtime=282.16
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 16015 0 0 0 28204 12 0 0 25 0 1 0 235565656 68435968 15991 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 16708 15991 78 171 0 16534 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 66832

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3472
/proc/meminfo: memFree=1100024/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=68680 CPUtime=342.12
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 16490 0 0 0 34199 13 0 0 25 0 1 0 235565656 70328320 16466 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 17170 16466 78 171 0 16996 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 68680

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3472
/proc/meminfo: memFree=1099576/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=69080 CPUtime=402.09
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 16599 0 0 0 40196 13 0 0 25 0 1 0 235565656 70737920 16575 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 17270 16575 78 171 0 17096 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 69080

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3472
/proc/meminfo: memFree=1099320/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=69596 CPUtime=462.07
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 16701 0 0 0 46193 14 0 0 25 0 1 0 235565656 71266304 16677 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 17399 16677 78 171 0 17225 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 69596

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

[startup+473.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3472
/proc/meminfo: memFree=1099000/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=69872 CPUtime=473.27
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 16784 0 0 0 47313 14 0 0 25 0 1 0 235565656 71548928 16760 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 17468 16760 78 171 0 17294 0
Current children cumulated CPU time (s) 473.27
Current children cumulated vsize (KiB) 69872

[startup+486.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3472
/proc/meminfo: memFree=1098616/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=70272 CPUtime=486.06
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 16883 0 0 0 48592 14 0 0 25 0 1 0 235565656 71958528 16859 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 17568 16859 78 171 0 17394 0
Current children cumulated CPU time (s) 486.06
Current children cumulated vsize (KiB) 70272

[startup+489.505 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3472
/proc/meminfo: memFree=1098616/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=70272 CPUtime=489.26
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 16883 0 0 0 48912 14 0 0 25 0 1 0 235565656 71958528 16859 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 17568 16859 78 171 0 17394 0
Current children cumulated CPU time (s) 489.26
Current children cumulated vsize (KiB) 70272

[startup+491.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3472
/proc/meminfo: memFree=1098616/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=70272 CPUtime=490.85
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 16883 0 0 0 49071 14 0 0 25 0 1 0 235565656 71958528 16859 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 17568 16859 78 171 0 17394 0
Current children cumulated CPU time (s) 490.85
Current children cumulated vsize (KiB) 70272

[startup+492.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3472
/proc/meminfo: memFree=1098616/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=70272 CPUtime=492.46
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 16883 0 0 0 49232 14 0 0 25 0 1 0 235565656 71958528 16859 1992294400 134512640 135213614 4294956256 18446744073709551615 134524114 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 17568 16859 78 171 0 17394 0
Current children cumulated CPU time (s) 492.46
Current children cumulated vsize (KiB) 70272

[startup+493.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3472
/proc/meminfo: memFree=1098616/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=70272 CPUtime=492.85
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 16883 0 0 0 49271 14 0 0 25 0 1 0 235565656 71958528 16859 1992294400 134512640 135213614 4294956256 18446744073709551615 134524114 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 17568 16859 78 171 0 17394 0
Current children cumulated CPU time (s) 492.85
Current children cumulated vsize (KiB) 70272

[startup+493.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3472
/proc/meminfo: memFree=1098616/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=70272 CPUtime=493.05
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 16883 0 0 0 49291 14 0 0 25 0 1 0 235565656 71958528 16859 1992294400 134512640 135213614 4294956256 18446744073709551615 134524196 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 17568 16859 78 171 0 17394 0
Current children cumulated CPU time (s) 493.05
Current children cumulated vsize (KiB) 70272

[startup+493.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3472
/proc/meminfo: memFree=1098616/2055920 swapFree=4164276/4192956
[pid=3465] ppid=3463 vsize=70272 CPUtime=493.15
/proc/3465/stat : 3465 (minisat_static) R 3463 3465 3302 0 -1 4194304 16883 0 0 0 49301 14 0 0 25 0 1 0 235565656 71958528 16859 1992294400 134512640 135213614 4294956256 18446744073709551615 134527747 0 0 4096 3 0 0 0 17 0 0 0
/proc/3465/statm: 17568 16859 78 171 0 17394 0
Current children cumulated CPU time (s) 493.15
Current children cumulated vsize (KiB) 70272

Child status: 20
Real time (s): 493.437
CPU time (s): 493.196
CPU user time (s): 493.042
CPU system time (s): 0.153976
CPU usage (%): 99.9512
Max. virtual memory (cumulated for all children) (KiB): 70272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 493.042
system time used= 0.153976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16894
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1425

runsolver used 0.424935 second user time and 1.37879 second system time

The end

Launcher Data

Begin job on node25 at 2009-05-11 22:55:26
IDJOB=1797751
IDBENCH=20430
IDSOLVER=651
FILE ID=node25/1797751-1242075325
PBS_JOBID= 9277599
Free space on /tmp= 66080 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h22-unknown.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797751-1242075325/watcher-1797751-1242075325 -o /tmp/evaluation-result-1797751-1242075325/solver-1797751-1242075325 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797751-1242075325.cnf

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

MD5SUM BENCH= 8c6ad18be635cee0d986377c4d06ab11
RANDOM SEED=1429730815

node25.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.259
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.259
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:       1166168 kB
Buffers:         67572 kB
Cached:         738336 kB
SwapCached:      23352 kB
Active:         186896 kB
Inactive:       643844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1166168 kB
SwapTotal:     4192956 kB
SwapFree:      4164276 kB
Dirty:           17944 kB
Writeback:           0 kB
Mapped:          14000 kB
Slab:            44992 kB
Committed_AS:   790164 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66080 MiB
End job on node25 at 2009-05-11 23:03:40