Trace number 1797308

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.06 1200.61

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_14_UNKNOWN.cnf
MD5SUM74b3bf25aa16f613ee15d6b4b9bc9486
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 variables2220
Number of clauses160694
Sum of the clauses size478924
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23434
Number of clauses of size 3157237
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 12
139.14/139.26	#LEARNT CLAUSES 0
139.34/139.40	done !
139.34/139.41	c Calling MINISAT
139.34/139.41	This is MiniSat 2.0 beta
139.34/139.41	WARNING: for repeatability, setting FPU to use double precision
139.34/139.41	============================[ Problem Statistics ]=============================
139.34/139.41	|                                                                             |
139.34/139.41	|  Number of variables:  2220                                                 |
139.34/139.41	|  Number of clauses:    160694                                               |
139.34/139.48	|  Parsing time:         0.07         s                                       |
139.34/139.48	============================[ Search Statistics ]==============================
139.34/139.48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
139.34/139.48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
139.34/139.48	===============================================================================
139.34/139.48	|         0 |    2220   160694   469946 |    53564        0    nan |  0.000 % |
139.34/139.49	|       101 |    2220   160694   469946 |    58921      101     58 |  0.000 % |
139.34/139.51	|       252 |    2220   160694   469946 |    64813      252     60 |  0.000 % |
139.34/139.52	|       477 |    2220   160694   469946 |    71294      477     65 |  0.000 % |
139.34/139.55	|       816 |    2220   160694   469946 |    78424      816     64 |  0.000 % |
139.52/139.61	|      1326 |    2220   160694   469946 |    86266     1326     76 |  0.000 % |
139.62/139.73	|      2086 |    2220   160694   469946 |    94893     2086     89 |  0.000 % |
139.71/139.88	|      3227 |    2220   160694   469946 |   104382     3227     91 |  0.000 % |
140.21/140.31	|      4937 |    2220   160694   469946 |   114820     4937     89 |  0.000 % |
140.72/140.81	|      7501 |    2220   160694   469946 |   126302     7501     88 |  0.000 % |
141.61/141.75	|     11345 |    2220   160694   469946 |   138932    11345     99 |  0.000 % |
143.12/143.29	|     17112 |    2220   160694   469946 |   152826    17112    110 |  0.000 % |
146.52/146.69	|     25763 |    2220   160694   469946 |   168108    25763    129 |  0.000 % |
159.01/159.18	|     38738 |    2220   160694   469946 |   184919    38738    133 |  0.000 % |
189.01/189.16	|     58200 |    2220   160694   469946 |   203411    58200    134 |  0.000 % |
319.65/319.80	|     87393 |    2220   160694   469946 |   223752    87393    140 |  0.000 % |
511.18/511.45	|    131182 |    2220   160694   469946 |   246128   131182    141 |  0.000 % |
1160.08/1160.61	|    196869 |    2220   160694   469946 |   270741   196869    142 |  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-1797308-1242088386/watcher-1797308-1242088386 -o /tmp/evaluation-result-1797308-1242088386/solver-1797308-1242088386 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797308-1242088386.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: 1.15 1.00 1.00 3/64 6250
/proc/meminfo: memFree=1634616/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=0
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236867190 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 237 196 169 0 51 0
[pid=6251] ppid=6250 vsize=1608 CPUtime=0
/proc/6251/stat : 6251 (revival) R 6250 6250 6182 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 236867190 1646592 113 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/6251/statm: 402 120 80 6 0 40 0

[startup+0.08032 s]
/proc/loadavg: 1.15 1.00 1.00 3/64 6250
/proc/meminfo: memFree=1634616/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=0
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236867190 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 237 196 169 0 51 0
[pid=6251] ppid=6250 vsize=9256 CPUtime=0.06
/proc/6251/stat : 6251 (revival) R 6250 6250 6182 0 -1 4194304 2690 0 0 0 6 0 0 0 18 0 1 50000 236867190 9478144 2006 1992294400 134512640 134537284 4294956368 18446744073709551615 134523745 0 0 4096 8192 0 0 0 17 0 0 0
/proc/6251/statm: 2314 2006 85 6 0 1952 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14616

[startup+0.101321 s]
/proc/loadavg: 1.15 1.00 1.00 3/64 6250
/proc/meminfo: memFree=1634616/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=0
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236867190 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 237 196 169 0 51 0
[pid=6251] ppid=6250 vsize=9256 CPUtime=0.08
/proc/6251/stat : 6251 (revival) R 6250 6250 6182 0 -1 4194304 2690 0 0 0 8 0 0 0 18 0 1 50000 236867190 9478144 2006 1992294400 134512640 134537284 4294956368 18446744073709551615 134531158 0 0 4096 8192 0 0 0 17 0 0 0
/proc/6251/statm: 2314 2006 85 6 0 1952 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14616

[startup+0.30134 s]
/proc/loadavg: 1.15 1.00 1.00 3/64 6250
/proc/meminfo: memFree=1634616/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=0
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236867190 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 237 196 169 0 51 0
[pid=6251] ppid=6250 vsize=9256 CPUtime=0.28
/proc/6251/stat : 6251 (revival) R 6250 6250 6182 0 -1 4194304 2690 0 0 0 28 0 0 0 19 0 1 50000 236867190 9478144 2006 1992294400 134512640 134537284 4294956368 18446744073709551615 134524059 0 0 4096 8192 0 0 0 17 0 0 0
/proc/6251/statm: 2314 2006 85 6 0 1952 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 14616

[startup+0.701381 s]
/proc/loadavg: 1.15 1.00 1.00 3/64 6250
/proc/meminfo: memFree=1634616/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=0
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236867190 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 237 196 169 0 51 0
[pid=6251] ppid=6250 vsize=9256 CPUtime=0.68
/proc/6251/stat : 6251 (revival) R 6250 6250 6182 0 -1 4194304 2690 0 0 0 68 0 0 0 23 0 1 50000 236867190 9478144 2006 1992294400 134512640 134537284 4294956368 18446744073709551615 134523942 0 0 4096 8192 0 0 0 17 0 0 0
/proc/6251/statm: 2314 2006 85 6 0 1952 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 14616

[startup+1.50146 s]
/proc/loadavg: 1.15 1.00 1.00 2/66 6252
/proc/meminfo: memFree=1626600/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=0
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236867190 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 237 196 169 0 51 0
[pid=6251] ppid=6250 vsize=9256 CPUtime=1.48
/proc/6251/stat : 6251 (revival) R 6250 6250 6182 0 -1 4194304 2690 0 0 0 148 0 0 0 25 0 1 50000 236867190 9478144 2006 1992294400 134512640 134537284 4294956368 18446744073709551615 134523800 0 0 4096 8192 0 0 0 17 0 0 0
/proc/6251/statm: 2314 2006 85 6 0 1952 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14616

[startup+3.10162 s]
/proc/loadavg: 1.14 1.00 1.00 2/66 6252
/proc/meminfo: memFree=1626472/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=0
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236867190 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 237 196 169 0 51 0
[pid=6251] ppid=6250 vsize=9256 CPUtime=3.08
/proc/6251/stat : 6251 (revival) R 6250 6250 6182 0 -1 4194304 2690 0 0 0 308 0 0 0 25 0 1 50000 236867190 9478144 2006 1992294400 134512640 134537284 4294956368 18446744073709551615 134523816 0 0 4096 8192 0 0 0 17 0 0 0
/proc/6251/statm: 2314 2006 85 6 0 1952 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14616

[startup+6.30294 s]
/proc/loadavg: 1.14 1.00 1.00 2/66 6252
/proc/meminfo: memFree=1626280/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=0
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236867190 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 237 196 169 0 51 0
[pid=6251] ppid=6250 vsize=9256 CPUtime=6.28
/proc/6251/stat : 6251 (revival) R 6250 6250 6182 0 -1 4194304 2690 0 0 0 628 0 0 0 25 0 1 50000 236867190 9478144 2006 1992294400 134512640 134537284 4294956368 18446744073709551615 134523918 0 0 4096 8192 0 0 0 17 0 0 0
/proc/6251/statm: 2314 2006 85 6 0 1952 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14616

[startup+12.7016 s]
/proc/loadavg: 1.12 1.00 1.00 2/66 6252
/proc/meminfo: memFree=1626152/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=0
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236867190 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 237 196 169 0 51 0
[pid=6251] ppid=6250 vsize=9256 CPUtime=12.68
/proc/6251/stat : 6251 (revival) R 6250 6250 6182 0 -1 4194304 2693 0 0 0 1268 0 0 0 25 0 1 50000 236867190 9478144 2009 1992294400 134512640 134537284 4294956368 18446744073709551615 134523584 0 0 4096 8192 0 0 0 17 0 0 0
/proc/6251/statm: 2314 2009 85 6 0 1952 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14616

[startup+25.5018 s]
/proc/loadavg: 1.10 1.00 1.00 2/66 6252
/proc/meminfo: memFree=1626152/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=0
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236867190 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 237 196 169 0 51 0
[pid=6251] ppid=6250 vsize=9256 CPUtime=25.48
/proc/6251/stat : 6251 (revival) R 6250 6250 6182 0 -1 4194304 2696 0 0 0 2548 0 0 0 25 0 1 50000 236867190 9478144 2012 1992294400 134512640 134537284 4294956368 18446744073709551615 134523882 0 0 4096 8192 0 0 0 17 0 0 0
/proc/6251/statm: 2314 2012 85 6 0 1952 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14616

[startup+51.1014 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 6252
/proc/meminfo: memFree=1626216/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=0
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236867190 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 237 196 169 0 51 0
[pid=6251] ppid=6250 vsize=9256 CPUtime=51.07
/proc/6251/stat : 6251 (revival) R 6250 6250 6182 0 -1 4194304 2702 0 0 0 5107 0 0 0 25 0 1 50000 236867190 9478144 2018 1992294400 134512640 134537284 4294956368 18446744073709551615 134523973 0 0 4096 8192 0 0 0 17 0 0 0
/proc/6251/statm: 2314 2018 85 6 0 1952 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14616

[startup+102.305 s]
/proc/loadavg: 1.02 1.00 1.00 2/66 6252
/proc/meminfo: memFree=1626152/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=0
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236867190 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 237 196 169 0 51 0
[pid=6251] ppid=6250 vsize=9256 CPUtime=102.25
/proc/6251/stat : 6251 (revival) R 6250 6250 6182 0 -1 4194304 2713 0 0 0 10225 0 0 0 25 0 1 50000 236867190 9478144 2029 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/6251/statm: 2314 2029 85 6 0 1952 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 14616

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 6253
/proc/meminfo: memFree=1600040/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=139.34
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 312 2735 0 0 0 0 13933 1 16 0 1 0 236867190 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 238 197 169 0 51 0
[pid=6253] ppid=6250 vsize=32560 CPUtime=22.87
/proc/6253/stat : 6253 (minisat) R 6250 6250 6182 0 -1 4194304 7997 0 0 0 2282 5 0 0 25 0 1 0 236881131 33341440 7983 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6253/statm: 8140 7983 77 170 0 7968 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 37920

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6253
/proc/meminfo: memFree=1582952/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=139.34
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 312 2735 0 0 0 0 13933 1 16 0 1 0 236867190 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 238 197 169 0 51 0
[pid=6253] ppid=6250 vsize=49692 CPUtime=82.86
/proc/6253/stat : 6253 (minisat) R 6250 6250 6182 0 -1 4194304 12214 0 0 0 8277 9 0 0 25 0 1 0 236881131 50884608 12200 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6253/statm: 12423 12200 77 170 0 12251 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 55052

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6253
/proc/meminfo: memFree=1574440/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=139.34
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 312 2735 0 0 0 0 13933 1 16 0 1 0 236867190 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 238 197 169 0 51 0
[pid=6253] ppid=6250 vsize=58332 CPUtime=142.83
/proc/6253/stat : 6253 (minisat) R 6250 6250 6182 0 -1 4194304 14348 0 0 0 14272 11 0 0 25 0 1 0 236881131 59731968 14334 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6253/statm: 14583 14334 77 170 0 14411 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 63692

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6253
/proc/meminfo: memFree=1568104/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=139.34
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 312 2735 0 0 0 0 13933 1 16 0 1 0 236867190 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 238 197 169 0 51 0
[pid=6253] ppid=6250 vsize=64560 CPUtime=202.81
/proc/6253/stat : 6253 (minisat) R 6250 6250 6182 0 -1 4194304 15919 0 0 0 20268 13 0 0 25 0 1 0 236881131 66109440 15905 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6253/statm: 16140 15905 77 170 0 15968 0
Current children cumulated CPU time (s) 342.15

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

/proc/6253/statm: 22774 22456 77 170 0 22602 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 96456

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6255
/proc/meminfo: memFree=1533032/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=139.34
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 312 2735 0 0 0 0 13933 1 16 0 1 0 236867190 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 238 197 169 0 51 0
[pid=6253] ppid=6250 vsize=100236 CPUtime=442.7
/proc/6253/stat : 6253 (minisat) R 6250 6250 6182 0 -1 4194304 24663 0 0 0 44247 23 0 0 25 0 1 0 236881131 102641664 24624 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6253/statm: 25059 24624 77 170 0 24887 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 105596

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6255
/proc/meminfo: memFree=1530408/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=139.34
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 312 2735 0 0 0 0 13933 1 16 0 1 0 236867190 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 238 197 169 0 51 0
[pid=6253] ppid=6250 vsize=102876 CPUtime=502.68
/proc/6253/stat : 6253 (minisat) R 6250 6250 6182 0 -1 4194304 25324 0 0 0 50244 24 0 0 25 0 1 0 236881131 105345024 25285 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6253/statm: 25719 25285 77 170 0 25547 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 108236

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6255
/proc/meminfo: memFree=1527656/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=139.34
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 312 2735 0 0 0 0 13933 1 16 0 1 0 236867190 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 238 197 169 0 51 0
[pid=6253] ppid=6250 vsize=105536 CPUtime=562.65
/proc/6253/stat : 6253 (minisat) R 6250 6250 6182 0 -1 4194304 25997 0 0 0 56240 25 0 0 25 0 1 0 236881131 108068864 25958 1992294400 134512640 135212939 4294956240 18446744073709551615 134526785 0 0 4096 3 0 0 0 17 0 0 0
/proc/6253/statm: 26384 25958 77 170 0 26212 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 110896

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6255
/proc/meminfo: memFree=1524200/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=139.34
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 312 2735 0 0 0 0 13933 1 16 0 1 0 236867190 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 238 197 169 0 51 0
[pid=6253] ppid=6250 vsize=108968 CPUtime=622.64
/proc/6253/stat : 6253 (minisat) R 6250 6250 6182 0 -1 4194304 26853 0 0 0 62238 26 0 0 25 0 1 0 236881131 111583232 26814 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6253/statm: 27242 26814 77 170 0 27070 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 114328

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6255
/proc/meminfo: memFree=1520360/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=139.34
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 312 2735 0 0 0 0 13933 1 16 0 1 0 236867190 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 238 197 169 0 51 0
[pid=6253] ppid=6250 vsize=112864 CPUtime=682.61
/proc/6253/stat : 6253 (minisat) R 6250 6250 6182 0 -1 4194304 27824 0 0 0 68234 27 0 0 25 0 1 0 236881131 115572736 27785 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/6253/statm: 28216 27785 77 170 0 28044 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 118224

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6255
/proc/meminfo: memFree=1517096/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=139.34
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 312 2735 0 0 0 0 13933 1 16 0 1 0 236867190 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 238 197 169 0 51 0
[pid=6253] ppid=6250 vsize=116252 CPUtime=742.58
/proc/6253/stat : 6253 (minisat) R 6250 6250 6182 0 -1 4194304 28633 0 0 0 74230 28 0 0 25 0 1 0 236881131 119042048 28594 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/6253/statm: 29063 28594 77 170 0 28891 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 121612

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6255
/proc/meminfo: memFree=1513448/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=139.34
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 312 2735 0 0 0 0 13933 1 16 0 1 0 236867190 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 238 197 169 0 51 0
[pid=6253] ppid=6250 vsize=119844 CPUtime=802.56
/proc/6253/stat : 6253 (minisat) R 6250 6250 6182 0 -1 4194304 29551 0 0 0 80227 29 0 0 25 0 1 0 236881131 122720256 29512 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6253/statm: 29961 29512 77 170 0 29789 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 125204

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6255
/proc/meminfo: memFree=1510504/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=139.34
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 312 2735 0 0 0 0 13933 1 16 0 1 0 236867190 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 238 197 169 0 51 0
[pid=6253] ppid=6250 vsize=122616 CPUtime=862.52
/proc/6253/stat : 6253 (minisat) R 6250 6250 6182 0 -1 4194304 30254 0 0 0 86222 30 0 0 25 0 1 0 236881131 125558784 30215 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6253/statm: 30654 30215 77 170 0 30482 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 127976

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6255
/proc/meminfo: memFree=1507624/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=139.34
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 312 2735 0 0 0 0 13933 1 16 0 1 0 236867190 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 238 197 169 0 51 0
[pid=6253] ppid=6250 vsize=125656 CPUtime=922.49
/proc/6253/stat : 6253 (minisat) R 6250 6250 6182 0 -1 4194304 30994 0 0 0 92218 31 0 0 25 0 1 0 236881131 128671744 30955 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/6253/statm: 31414 30955 77 170 0 31242 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 131016

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6255
/proc/meminfo: memFree=1503912/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=139.34
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 312 2735 0 0 0 0 13933 1 16 0 1 0 236867190 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 238 197 169 0 51 0
[pid=6253] ppid=6250 vsize=129320 CPUtime=982.45
/proc/6253/stat : 6253 (minisat) R 6250 6250 6182 0 -1 4194304 31906 0 0 0 98214 31 0 0 25 0 1 0 236881131 132423680 31867 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/6253/statm: 32330 31867 77 170 0 32158 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 134680

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6255
/proc/meminfo: memFree=1500072/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=139.34
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 312 2735 0 0 0 0 13933 1 16 0 1 0 236867190 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 238 197 169 0 51 0
[pid=6253] ppid=6250 vsize=133132 CPUtime=1042.44
/proc/6253/stat : 6253 (minisat) R 6250 6250 6182 0 -1 4194304 32851 0 0 0 104212 32 0 0 25 0 1 0 236881131 136327168 32812 1992294400 134512640 135212939 4294956240 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/6253/statm: 33283 32812 77 170 0 33111 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 138492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6255
/proc/meminfo: memFree=1498792/2055920 swapFree=4181464/4192956
[pid=6250] ppid=6248 vsize=5360 CPUtime=139.34
/proc/6250/stat : 6250 (run.sh) S 6248 6250 6182 0 -1 4194304 312 2735 0 0 0 0 13933 1 16 0 1 0 236867190 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6250/statm: 1340 238 197 169 0 51 0
[pid=6253] ppid=6250 vsize=134320 CPUtime=1060.72
/proc/6253/stat : 6253 (minisat) R 6250 6250 6182 0 -1 4194304 33162 0 0 0 106040 32 0 0 25 0 1 0 236881131 137543680 33123 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6253/statm: 33580 33123 77 170 0 33408 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 139680

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 6250 and gives
#  childrusage.ru_utime.tv_sec=139
#  childrusage.ru_utime.tv_usec=342816
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=20996
# CPU time returned by wait4() is 139.364
# while last known CPU time is 1200.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.06
CPU user time (s): 1199.73
CPU system time (s): 0.33
CPU usage (%): 99.9539
Max. virtual memory (cumulated for all children) (KiB): 139680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.343
system time used= 0.020996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3047
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= 6
involuntary context switches= 231

runsolver used 1.09583 second user time and 3.2795 second system time

The end

Launcher Data

Begin job on node36 at 2009-05-12 02:33:06
IDJOB=1797308
IDBENCH=71097
IDSOLVER=649
FILE ID=node36/1797308-1242088386
PBS_JOBID= 9277700
Free space on /tmp= 66264 MiB

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

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

MD5SUM BENCH= 74b3bf25aa16f613ee15d6b4b9bc9486
RANDOM SEED=408340519

node36.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:       1635096 kB
Buffers:         46588 kB
Cached:         298276 kB
SwapCached:       5268 kB
Active:          29020 kB
Inactive:       323592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1635096 kB
SwapTotal:     4192956 kB
SwapFree:      4181464 kB
Dirty:            4012 kB
Writeback:           0 kB
Mapped:          13496 kB
Slab:            54360 kB
Committed_AS:   791064 kB
PageTables:       1356 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= 66260 MiB
End job on node36 at 2009-05-12 02:53:09