Trace number 1797252

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
ReVivAl 0.23 2009-03-18? (TO) 1200.01 1200.41

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_15_UNKNOWN.cnf
MD5SUM8e41b9860982308be5a85106d5324611
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3152
Number of clauses330948
Sum of the clauses size988222
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25025
Number of clauses of size 3325892
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c revival is preprocessing the formula...Time out is reached... exporting CNF
499.94/500.18	#ITERATIONS 12
499.94/500.18	#LEARNT CLAUSES 0
500.33/500.50	done !
500.33/500.50	c Calling MINISAT
500.33/500.50	This is MiniSat 2.0 beta
500.33/500.50	WARNING: for repeatability, setting FPU to use double precision
500.33/500.50	============================[ Problem Statistics ]=============================
500.33/500.50	|                                                                             |
500.33/500.50	|  Number of variables:  3152                                                 |
500.33/500.50	|  Number of clauses:    330948                                               |
500.33/500.65	|  Parsing time:         0.13         s                                       |
500.33/500.66	============================[ Search Statistics ]==============================
500.33/500.66	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
500.33/500.66	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
500.33/500.66	===============================================================================
500.33/500.66	|         0 |    3152   330948   970367 |   110316        0    nan |  0.000 % |
500.33/500.67	|       100 |    3152   330948   970367 |   121347      100     78 |  0.000 % |
500.33/500.69	|       250 |    3152   330948   970367 |   133482      250     72 |  0.000 % |
500.33/500.73	|       476 |    3152   330948   970367 |   146830      476     72 |  0.000 % |
500.33/500.77	|       816 |    3152   330948   970367 |   161513      816     81 |  0.000 % |
500.33/500.84	|      1322 |    3152   330948   970367 |   177665     1322     87 |  0.000 % |
500.33/500.96	|      2081 |    3152   330948   970367 |   195431     2081     97 |  0.000 % |
500.33/501.19	|      3222 |    3152   330948   970367 |   214974     3222     96 |  0.000 % |
501.31/501.54	|      4931 |    3152   330948   970367 |   236472     4931    106 |  0.000 % |
501.91/502.19	|      7495 |    3152   330948   970367 |   260119     7495    117 |  0.000 % |
503.11/503.35	|     11341 |    3152   330948   970367 |   286131    11341    117 |  0.000 % |
504.90/505.16	|     17108 |    3152   330948   970367 |   314744    17108    110 |  0.000 % |
508.21/508.44	|     25758 |    3152   330948   970367 |   346218    25758    129 |  0.000 % |
518.70/518.95	|     38732 |    3152   330948   970367 |   380840    38732    133 |  0.000 % |
533.10/533.33	|     58197 |    3152   330948   970367 |   418924    58197    133 |  0.000 % |
575.28/575.50	|     87392 |    3152   330948   970367 |   460817    87392    149 |  0.000 % |
628.57/628.82	|    131181 |    3152   330948   970367 |   506899   131181    148 |  0.000 % |
786.93/787.25	|    196865 |    3152   330948   970367 |   557588   196865    154 |  0.000 % |
1134.52/1134.98	|    295391 |    3152   330948   970367 |   613347   295391    164 |  0.000 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line 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-1797252-1242087159/watcher-1797252-1242087159 -o /tmp/evaluation-result-1797252-1242087159/solver-1797252-1242087159 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797252-1242087159.cnf HOME 

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: 0.99 0.97 0.99 3/64 12148
/proc/meminfo: memFree=965168/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5356 CPUtime=0
/proc/12148/stat : 12148 (run.sh) R 12146 12148 12080 0 -1 4194304 249 0 0 0 0 0 0 0 19 0 1 0 236743145 5484544 217 1992294400 4194304 4889804 548682068784 18446744073709551615 4326304 0 0 4100 65536 0 0 0 17 0 0 0
/proc/12148/statm: 1339 220 182 169 0 50 0

[startup+0.0441109 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 12148
/proc/meminfo: memFree=965168/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=0
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 236743145 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12148/statm: 1340 237 196 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.102112 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 12148
/proc/meminfo: memFree=965168/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=0
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 236743145 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12148/statm: 1340 237 196 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301133 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 12148
/proc/meminfo: memFree=965168/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=0
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 236743145 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12148/statm: 1340 237 196 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701177 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 12148
/proc/meminfo: memFree=965168/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=0
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 236743145 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12148/statm: 1340 237 196 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50227 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12150
/proc/meminfo: memFree=950432/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=0
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 236743145 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12148/statm: 1340 237 196 169 0 51 0
[pid=12150] ppid=12148 vsize=17236 CPUtime=1.48
/proc/12150/stat : 12150 (revival) R 12148 12148 12080 0 -1 4194304 5106 0 0 0 146 2 0 0 25 0 1 50000 236743145 17649664 3695 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12150/statm: 4309 3695 85 6 0 3947 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22596

[startup+3.10144 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12150
/proc/meminfo: memFree=950240/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=0
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 236743145 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12148/statm: 1340 237 196 169 0 51 0
[pid=12150] ppid=12148 vsize=17236 CPUtime=3.08
/proc/12150/stat : 12150 (revival) R 12148 12148 12080 0 -1 4194304 5106 0 0 0 306 2 0 0 25 0 1 50000 236743145 17649664 3695 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12150/statm: 4309 3695 85 6 0 3947 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 22596

[startup+6.3018 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12150
/proc/meminfo: memFree=949920/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=0
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 236743145 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12148/statm: 1340 237 196 169 0 51 0
[pid=12150] ppid=12148 vsize=17236 CPUtime=6.28
/proc/12150/stat : 12150 (revival) R 12148 12148 12080 0 -1 4194304 5106 0 0 0 626 2 0 0 25 0 1 50000 236743145 17649664 3695 1992294400 134512640 134537284 4294956368 18446744073709551615 134523778 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12150/statm: 4309 3695 85 6 0 3947 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 22596

[startup+12.7015 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12150
/proc/meminfo: memFree=949920/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=0
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 236743145 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12148/statm: 1340 237 196 169 0 51 0
[pid=12150] ppid=12148 vsize=17236 CPUtime=12.68
/proc/12150/stat : 12150 (revival) R 12148 12148 12080 0 -1 4194304 5106 0 0 0 1266 2 0 0 25 0 1 50000 236743145 17649664 3695 1992294400 134512640 134537284 4294956368 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12150/statm: 4309 3695 85 6 0 3947 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22596

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12150
/proc/meminfo: memFree=949920/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=0
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 236743145 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12148/statm: 1340 237 196 169 0 51 0
[pid=12150] ppid=12148 vsize=17236 CPUtime=25.48
/proc/12150/stat : 12150 (revival) R 12148 12148 12080 0 -1 4194304 5106 0 0 0 2546 2 0 0 25 0 1 50000 236743145 17649664 3695 1992294400 134512640 134537284 4294956368 18446744073709551615 134524267 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12150/statm: 4309 3695 85 6 0 3947 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22596

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12150
/proc/meminfo: memFree=950112/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=0
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 236743145 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12148/statm: 1340 237 196 169 0 51 0
[pid=12150] ppid=12148 vsize=17236 CPUtime=51.06
/proc/12150/stat : 12150 (revival) R 12148 12148 12080 0 -1 4194304 5108 0 0 0 5104 2 0 0 25 0 1 50000 236743145 17649664 3697 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12150/statm: 4309 3697 85 6 0 3947 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 22596

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12150
/proc/meminfo: memFree=949856/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=0
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 236743145 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12148/statm: 1340 237 196 169 0 51 0
[pid=12150] ppid=12148 vsize=17368 CPUtime=102.25
/proc/12150/stat : 12150 (revival) R 12148 12148 12080 0 -1 4194304 5160 0 0 0 10223 2 0 0 25 0 1 50000 236743145 17784832 3749 1992294400 134512640 134537284 4294956368 18446744073709551615 134523896 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12150/statm: 4342 3749 85 6 0 3980 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 22728

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12150
/proc/meminfo: memFree=949792/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=0
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 236743145 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12148/statm: 1340 237 196 169 0 51 0
[pid=12150] ppid=12148 vsize=17368 CPUtime=162.23
/proc/12150/stat : 12150 (revival) R 12148 12148 12080 0 -1 4194304 5160 0 0 0 16220 3 0 0 25 0 1 50000 236743145 17784832 3749 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12150/statm: 4342 3749 85 6 0 3980 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 22728

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12150
/proc/meminfo: memFree=949728/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=0
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 236743145 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12148/statm: 1340 237 196 169 0 51 0
[pid=12150] ppid=12148 vsize=17500 CPUtime=222.22
/proc/12150/stat : 12150 (revival) R 12148 12148 12080 0 -1 4194304 5164 0 0 0 22219 3 0 0 25 0 1 50000 236743145 17920000 3753 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12150/statm: 4375 3753 85 6 0 4013 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 22860

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12150
/proc/meminfo: memFree=949728/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=0
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 236743145 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12148/statm: 1340 237 196 169 0 51 0
[pid=12150] ppid=12148 vsize=17500 CPUtime=282.2
/proc/12150/stat : 12150 (revival) R 12148 12148 12080 0 -1 4194304 5172 0 0 0 28217 3 0 0 25 0 1 50000 236743145 17920000 3761 1992294400 134512640 134537284 4294956368 18446744073709551615 134523781 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12150/statm: 4375 3761 85 6 0 4013 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 22860

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12150
/proc/meminfo: memFree=949664/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=0
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 236743145 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12148/statm: 1340 237 196 169 0 51 0
[pid=12150] ppid=12148 vsize=17500 CPUtime=342.18
/proc/12150/stat : 12150 (revival) R 12148 12148 12080 0 -1 4194304 5176 0 0 0 34215 3 0 0 25 0 1 50000 236743145 17920000 3765 1992294400 134512640 134537284 4294956368 18446744073709551615 134523954 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12150/statm: 4375 3765 85 6 0 4013 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 22860

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12150
/proc/meminfo: memFree=949664/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=0
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 236743145 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12148/statm: 1340 237 196 169 0 51 0
[pid=12150] ppid=12148 vsize=17500 CPUtime=402.16
/proc/12150/stat : 12150 (revival) R 12148 12148 12080 0 -1 4194304 5184 0 0 0 40213 3 0 0 25 0 1 50000 236743145 17920000 3773 1992294400 134512640 134537284 4294956368 18446744073709551615 134523781 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12150/statm: 4375 3773 85 6 0 4013 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 22860

[startup+462.301 s]

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

/proc/12151/statm: 10339 10081 77 170 0 10167 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 46716

[startup+582.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12151
/proc/meminfo: memFree=885280/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=500.33
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 312 5207 0 0 0 0 50028 5 16 0 1 0 236743145 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12148/statm: 1340 238 197 169 0 51 0
[pid=12151] ppid=12148 vsize=75528 CPUtime=81.75
/proc/12151/stat : 12151 (minisat) R 12148 12148 12080 0 -1 4194304 18600 0 0 0 8159 16 0 0 25 0 1 0 236793195 77340672 18586 1992294400 134512640 135212939 4294956240 18446744073709551615 134526752 0 0 4096 3 0 0 0 17 1 0 0
/proc/12151/statm: 18882 18586 77 170 0 18710 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 80888

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12151
/proc/meminfo: memFree=857248/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=500.33
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 312 5207 0 0 0 0 50028 5 16 0 1 0 236743145 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12148/statm: 1340 238 197 169 0 51 0
[pid=12151] ppid=12148 vsize=103148 CPUtime=141.74
/proc/12151/stat : 12151 (minisat) R 12148 12148 12080 0 -1 4194304 25469 0 0 0 14151 23 0 0 25 0 1 0 236793195 105623552 25455 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/12151/statm: 25787 25455 77 170 0 25615 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 108508

[startup+702.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12151
/proc/meminfo: memFree=838304/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=500.33
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 312 5207 0 0 0 0 50028 5 16 0 1 0 236743145 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12148/statm: 1340 238 197 169 0 51 0
[pid=12151] ppid=12148 vsize=122376 CPUtime=201.72
/proc/12151/stat : 12151 (minisat) R 12148 12148 12080 0 -1 4194304 30244 0 0 0 20144 28 0 0 25 0 1 0 236793195 125313024 30230 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/12151/statm: 30594 30230 77 170 0 30422 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 127736

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12151
/proc/meminfo: memFree=821536/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=500.33
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 312 5207 0 0 0 0 50028 5 16 0 1 0 236743145 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12148/statm: 1340 238 197 169 0 51 0
[pid=12151] ppid=12148 vsize=139044 CPUtime=261.71
/proc/12151/stat : 12151 (minisat) R 12148 12148 12080 0 -1 4194304 34392 0 0 0 26139 32 0 0 25 0 1 0 236793195 142381056 34378 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/12151/statm: 34761 34378 77 170 0 34589 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 144404

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12151
/proc/meminfo: memFree=806944/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=500.33
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 312 5207 0 0 0 0 50028 5 16 0 1 0 236743145 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12148/statm: 1340 238 197 169 0 51 0
[pid=12151] ppid=12148 vsize=154160 CPUtime=321.68
/proc/12151/stat : 12151 (minisat) R 12148 12148 12080 0 -1 4194304 38076 0 0 0 32132 36 0 0 25 0 1 0 236793195 157859840 38062 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/12151/statm: 38540 38062 77 170 0 38368 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 159520

[startup+882.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12151
/proc/meminfo: memFree=792352/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=500.33
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 312 5207 0 0 0 0 50028 5 16 0 1 0 236743145 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12148/statm: 1340 238 197 169 0 51 0
[pid=12151] ppid=12148 vsize=168660 CPUtime=381.67
/proc/12151/stat : 12151 (minisat) R 12148 12148 12080 0 -1 4194304 41689 0 0 0 38127 40 0 0 25 0 1 0 236793195 172707840 41675 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/12151/statm: 42165 41675 77 170 0 41993 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 174020

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12151
/proc/meminfo: memFree=778144/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=500.33
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 312 5207 0 0 0 0 50028 5 16 0 1 0 236743145 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12148/statm: 1340 238 197 169 0 51 0
[pid=12151] ppid=12148 vsize=183032 CPUtime=441.65
/proc/12151/stat : 12151 (minisat) R 12148 12148 12080 0 -1 4194304 45264 0 0 0 44121 44 0 0 25 0 1 0 236793195 187424768 45250 1992294400 134512640 135212939 4294956240 18446744073709551615 134526829 0 0 4096 3 0 0 0 17 1 0 0
/proc/12151/statm: 45758 45250 77 170 0 45586 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 188392

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12151
/proc/meminfo: memFree=762976/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=500.33
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 312 5207 0 0 0 0 50028 5 16 0 1 0 236743145 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12148/statm: 1340 238 197 169 0 51 0
[pid=12151] ppid=12148 vsize=198172 CPUtime=501.63
/proc/12151/stat : 12151 (minisat) R 12148 12148 12080 0 -1 4194304 49012 0 0 0 50115 48 0 0 25 0 1 0 236793195 202928128 48998 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/12151/statm: 49543 48998 77 170 0 49371 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 203532

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12151
/proc/meminfo: memFree=750944/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=500.33
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 312 5207 0 0 0 0 50028 5 16 0 1 0 236743145 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12148/statm: 1340 238 197 169 0 51 0
[pid=12151] ppid=12148 vsize=210376 CPUtime=561.62
/proc/12151/stat : 12151 (minisat) R 12148 12148 12080 0 -1 4194304 52053 0 0 0 56110 52 0 0 25 0 1 0 236793195 215425024 52031 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/12151/statm: 52594 52031 77 170 0 52422 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 215736

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12151
/proc/meminfo: memFree=740512/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=500.33
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 312 5207 0 0 0 0 50028 5 16 0 1 0 236743145 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12148/statm: 1340 238 197 169 0 51 0
[pid=12151] ppid=12148 vsize=220800 CPUtime=621.59
/proc/12151/stat : 12151 (minisat) R 12148 12148 12080 0 -1 4194304 54622 0 0 0 62105 54 0 0 25 0 1 0 236793195 226099200 54600 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/12151/statm: 55200 54600 77 170 0 55028 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 226160

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12151
/proc/meminfo: memFree=725408/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=500.33
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 312 5207 0 0 0 0 50028 5 16 0 1 0 236743145 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12148/statm: 1340 238 197 169 0 51 0
[pid=12151] ppid=12148 vsize=236880 CPUtime=681.58
/proc/12151/stat : 12151 (minisat) R 12148 12148 12080 0 -1 4194304 58489 0 0 0 68099 59 0 0 25 0 1 0 236793195 242565120 58444 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/12151/statm: 59220 58444 77 170 0 59048 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 242240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12151
/proc/meminfo: memFree=720352/2055920 swapFree=4180664/4192956
[pid=12148] ppid=12146 vsize=5360 CPUtime=500.33
/proc/12148/stat : 12148 (run.sh) S 12146 12148 12080 0 -1 4194304 312 5207 0 0 0 0 50028 5 16 0 1 0 236743145 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12148/statm: 1340 238 197 169 0 51 0
[pid=12151] ppid=12148 vsize=241512 CPUtime=699.68
/proc/12151/stat : 12151 (minisat) R 12148 12148 12080 0 -1 4194304 59653 0 0 0 69908 60 0 0 25 0 1 0 236793195 247308288 59608 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/12151/statm: 60378 59608 77 170 0 60206 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 246872

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12148 and gives
#  childrusage.ru_utime.tv_sec=500
#  childrusage.ru_utime.tv_usec=291944
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=60990
# CPU time returned by wait4() is 500.353
# while last known CPU time is 1200.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.41
CPU time (s): 1200.01
CPU user time (s): 1199.36
CPU system time (s): 0.65
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 246872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 500.292
system time used= 0.06099
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5519
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= 5
involuntary context switches= 871

runsolver used 1.35579 second user time and 2.88056 second system time

The end

Launcher Data

Begin job on node59 at 2009-05-12 02:12:40
IDJOB=1797252
IDBENCH=71077
IDSOLVER=649
FILE ID=node59/1797252-1242087159
PBS_JOBID= 9277685
Free space on /tmp= 66288 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_15_UNKNOWN.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797252-1242087159/watcher-1797252-1242087159 -o /tmp/evaluation-result-1797252-1242087159/solver-1797252-1242087159 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1797252-1242087159.cnf HOME

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

MD5SUM BENCH= 8e41b9860982308be5a85106d5324611
RANDOM SEED=1749682387

node59.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.240
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.240
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:        965648 kB
Buffers:         76012 kB
Cached:         917748 kB
SwapCached:       6724 kB
Active:         198072 kB
Inactive:       805780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        965648 kB
SwapTotal:     4192956 kB
SwapFree:      4180664 kB
Dirty:            6920 kB
Writeback:           0 kB
Mapped:          15036 kB
Slab:            72440 kB
Committed_AS:   845736 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= 66280 MiB
End job on node59 at 2009-05-12 02:32:42