Trace number 1806813

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

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-145-100.cnf
MD5SUM8691e3b6431437da05017ed8abe8cba2
Bench CategoryCRAFTED (crafted 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 variables145
Number of clauses300
Sum of the clauses size900
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3300
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 1
0.00/0.00	#LEARNT CLAUSES 0
0.00/0.00	done !
0.00/0.00	c Calling MINISAT
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:  145                                                  |
0.00/0.00	|  Number of clauses:    300                                                  |
0.00/0.00	|  Parsing time:         0.00         s                                       |
0.00/0.00	============================[ Search Statistics ]==============================
0.00/0.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	===============================================================================
0.00/0.00	|         0 |     145      300      900 |      100        0    nan |  0.000 % |
0.00/0.00	|       101 |     145      300      900 |      110      101     20 |  0.005 % |
0.00/0.01	|       252 |     145      300      900 |      121      156     15 |  0.005 % |
0.00/0.01	|       477 |     145      300      900 |      133      117     14 |  0.005 % |
0.00/0.01	|       814 |     145      300      900 |      146      150     13 |  0.005 % |
0.00/0.02	|      1321 |     145      300      900 |      161      168     13 |  0.005 % |
0.00/0.03	|      2081 |     145      300      900 |      177      200     15 |  0.005 % |
0.00/0.05	|      3220 |     145      300      900 |      194      133     11 |  0.005 % |
0.00/0.08	|      4928 |     145      300      900 |      214      248     17 |  0.005 % |
0.00/0.12	|      7491 |     145      300      900 |      235      182     13 |  0.005 % |
0.00/0.18	|     11335 |     145      300      900 |      259      177     12 |  0.005 % |
0.00/0.28	|     17103 |     145      300      900 |      285      296     17 |  0.005 % |
0.00/0.44	|     25752 |     145      300      900 |      313      309     19 |  0.005 % |
0.00/0.67	|     38726 |     145      300      900 |      345      295     16 |  0.005 % |
0.99/1.03	|     58188 |     145      300      900 |      379      243     13 |  0.005 % |
1.49/1.58	|     87381 |     145      300      900 |      417      320     15 |  0.005 % |
2.39/2.43	|    131170 |     145      300      900 |      459      432     20 |  0.005 % |
3.69/3.71	|    196855 |     145      300      900 |      505      295     13 |  0.005 % |
5.59/5.63	|    295384 |     145      300      900 |      555      399     16 |  0.005 % |
8.38/8.44	|    443176 |     145      300      900 |      611      473     17 |  0.005 % |
13.09/13.12	|    664859 |     145      300      900 |      672      566     20 |  0.005 % |
20.28/20.39	|    997384 |     145      300      900 |      740      652     20 |  0.005 % |
31.47/31.52	|   1496174 |     145      300      900 |      814      505     15 |  0.005 % |
48.76/48.83	|   2244357 |     145      300      900 |      895      839     19 |  0.005 % |
78.25/78.32	|   3366631 |     145      300      900 |      984      821     20 |  0.005 % |
122.63/122.73	|   5050042 |     145      300      900 |     1083      598     16 |  0.005 % |
189.01/189.20	|   7575159 |     145      300      900 |     1191     1031     18 |  0.005 % |
288.07/288.21	|  11362835 |     145      300      900 |     1310      901     17 |  0.005 % |
436.71/436.95	|  17044347 |     145      300      900 |     1442     1050     22 |  0.005 % |
666.02/666.39	|  25566616 |     145      300      900 |     1586     1094     20 |  0.005 % |
1034.93/1035.47	|  38350019 |     145      300      900 |     1744     1079     18 |  0.005 % |
1200.06/1200.60	HOME/run.sh: line 21: 27763 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.06/1200.60	c ERROR !

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-1806813-1242152470/watcher-1806813-1242152470 -o /tmp/evaluation-result-1806813-1242152470/solver-1806813-1242152470 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806813-1242152470.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.11 1.05 0.97 3/65 27761
/proc/meminfo: memFree=1366560/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) R 27759 27761 27234 0 -1 4194304 294 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251600999133 0 0 4100 65536 0 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0

[startup+0.0561809 s]
/proc/loadavg: 1.11 1.05 0.97 3/65 27761
/proc/meminfo: memFree=1366560/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101187 s]
/proc/loadavg: 1.11 1.05 0.97 3/65 27761
/proc/meminfo: memFree=1366560/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301207 s]
/proc/loadavg: 1.11 1.05 0.97 3/65 27761
/proc/meminfo: memFree=1366560/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701253 s]
/proc/loadavg: 1.11 1.05 0.97 3/65 27761
/proc/meminfo: memFree=1366560/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50134 s]
/proc/loadavg: 1.11 1.05 0.97 2/67 27764
/proc/meminfo: memFree=1366096/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2020 CPUtime=1.49
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 142 0 0 0 149 0 0 0 25 0 1 0 243276040 2068480 128 1992294400 134512640 135212939 4294956240 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 505 128 76 170 0 333 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7380

[startup+3.10152 s]
/proc/loadavg: 1.11 1.05 0.97 2/67 27764
/proc/meminfo: memFree=1365840/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2020 CPUtime=3.09
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 151 0 0 0 309 0 0 0 25 0 1 0 243276040 2068480 137 1992294400 134512640 135212939 4294956240 18446744073709551615 134530530 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 505 137 76 170 0 333 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7380

[startup+6.30187 s]
/proc/loadavg: 1.10 1.05 0.97 2/67 27764
/proc/meminfo: memFree=1365840/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2020 CPUtime=6.29
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 164 0 0 0 629 0 0 0 25 0 1 0 243276040 2068480 150 1992294400 134512640 135212939 4294956240 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 505 150 76 170 0 333 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7380

[startup+12.7026 s]
/proc/loadavg: 1.09 1.05 0.97 2/67 27764
/proc/meminfo: memFree=1365720/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2152 CPUtime=12.69
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 176 0 0 0 1269 0 0 0 25 0 1 0 243276040 2203648 162 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 538 162 76 170 0 366 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7512

[startup+25.502 s]
/proc/loadavg: 1.07 1.04 0.97 2/67 27764
/proc/meminfo: memFree=1365656/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2152 CPUtime=25.47
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 192 0 0 0 2547 0 0 0 25 0 1 0 243276040 2203648 178 1992294400 134512640 135212939 4294956240 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 538 178 76 170 0 366 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 7512

[startup+51.1018 s]
/proc/loadavg: 1.05 1.04 0.97 2/67 27764
/proc/meminfo: memFree=1365656/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2272 CPUtime=51.06
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 210 0 0 0 5106 0 0 0 25 0 1 0 243276040 2326528 196 1992294400 134512640 135212939 4294956240 18446744073709551615 134539228 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 568 196 76 170 0 396 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 7632

[startup+102.305 s]
/proc/loadavg: 1.02 1.03 0.97 2/67 27764
/proc/meminfo: memFree=1365400/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2404 CPUtime=102.25
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 238 0 0 0 10225 0 0 0 25 0 1 0 243276040 2461696 224 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 601 224 76 170 0 429 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 7764

[startup+162.301 s]
/proc/loadavg: 1.00 1.02 0.97 2/67 27764
/proc/meminfo: memFree=1365272/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2404 CPUtime=162.21
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 259 0 0 0 16221 0 0 0 25 0 1 0 243276040 2461696 245 1992294400 134512640 135212939 4294956240 18446744073709551615 134529635 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 601 245 76 170 0 429 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 7764

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 0.97 2/67 27764
/proc/meminfo: memFree=1365144/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2536 CPUtime=222.19
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 275 0 0 0 22219 0 0 0 25 0 1 0 243276040 2596864 261 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 634 261 76 170 0 462 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 7896

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 0.97 2/67 27764
/proc/meminfo: memFree=1365144/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2536 CPUtime=282.17
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 280 0 0 0 28217 0 0 0 25 0 1 0 243276040 2596864 266 1992294400 134512640 135212939 4294956240 18446744073709551615 134526664 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 634 266 76 170 0 462 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 7896

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 0.97 2/67 27764
/proc/meminfo: memFree=1365080/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2536 CPUtime=342.14
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 298 0 0 0 34214 0 0 0 25 0 1 0 243276040 2596864 284 1992294400 134512640 135212939 4294956240 18446744073709551615 134537038 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 634 284 76 170 0 462 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 7896

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/67 27764
/proc/meminfo: memFree=1365016/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2668 CPUtime=402.13
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 300 0 0 0 40212 1 0 0 25 0 1 0 243276040 2732032 286 1992294400 134512640 135212939 4294956240 18446744073709551615 134543525 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 667 286 76 170 0 495 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 8028

[startup+462.301 s]

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

/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2668 CPUtime=462.11
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 311 0 0 0 46210 1 0 0 25 0 1 0 243276040 2732032 297 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 667 297 76 170 0 495 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 8028

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/67 27764
/proc/meminfo: memFree=1364952/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2668 CPUtime=522.08
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 325 0 0 0 52207 1 0 0 25 0 1 0 243276040 2732032 311 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 667 311 76 170 0 495 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 8028

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/67 27764
/proc/meminfo: memFree=1364824/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2668 CPUtime=582.05
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 329 0 0 0 58204 1 0 0 25 0 1 0 243276040 2732032 315 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 667 315 76 170 0 495 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 8028

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/67 27764
/proc/meminfo: memFree=1364760/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2668 CPUtime=642.04
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 331 0 0 0 64203 1 0 0 25 0 1 0 243276040 2732032 317 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 667 317 76 170 0 495 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 8028

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/67 27764
/proc/meminfo: memFree=1364696/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2800 CPUtime=702
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 350 0 0 0 70199 1 0 0 25 0 1 0 243276040 2867200 336 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 700 336 76 170 0 528 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 8160

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.97 2/67 27764
/proc/meminfo: memFree=1364632/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2800 CPUtime=761.99
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 354 0 0 0 76198 1 0 0 25 0 1 0 243276040 2867200 340 1992294400 134512640 135212939 4294956240 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 700 340 76 170 0 528 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 8160

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/67 27764
/proc/meminfo: memFree=1364632/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2800 CPUtime=821.94
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 362 0 0 0 82193 1 0 0 25 0 1 0 243276040 2867200 348 1992294400 134512640 135212939 4294956240 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 700 348 76 170 0 528 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 8160

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/67 27764
/proc/meminfo: memFree=1364568/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2932 CPUtime=881.9
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 365 0 0 0 88189 1 0 0 25 0 1 0 243276040 3002368 351 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 733 351 76 170 0 561 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 8292

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/67 27764
/proc/meminfo: memFree=1364568/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2932 CPUtime=941.87
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 367 0 0 0 94186 1 0 0 25 0 1 0 243276040 3002368 353 1992294400 134512640 135212939 4294956240 18446744073709551615 134536608 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 733 353 76 170 0 561 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 8292

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/67 27764
/proc/meminfo: memFree=1364504/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2932 CPUtime=1001.85
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 368 0 0 0 100184 1 0 0 25 0 1 0 243276040 3002368 354 1992294400 134512640 135212939 4294956240 18446744073709551615 134536398 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 733 354 76 170 0 561 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 8292

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/67 27764
/proc/meminfo: memFree=1364504/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2932 CPUtime=1061.82
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 374 0 0 0 106181 1 0 0 25 0 1 0 243276040 3002368 360 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 733 360 76 170 0 561 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 8292

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/67 27764
/proc/meminfo: memFree=1364440/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2932 CPUtime=1121.79
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 384 0 0 0 112178 1 0 0 25 0 1 0 243276040 3002368 370 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 733 370 76 170 0 561 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 8292

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/67 27764
/proc/meminfo: memFree=1364376/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2932 CPUtime=1181.77
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 388 0 0 0 118176 1 0 0 25 0 1 0 243276040 3002368 374 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 733 374 76 170 0 561 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 8292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.97 2/67 27764
/proc/meminfo: memFree=1364376/2055920 swapFree=4181612/4192956
[pid=27761] ppid=27759 vsize=5360 CPUtime=0
/proc/27761/stat : 27761 (run.sh) S 27759 27761 27234 0 -1 4194304 312 157 0 0 0 0 0 0 18 0 1 0 243276039 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27761/statm: 1340 238 197 169 0 51 0
[pid=27763] ppid=27761 vsize=2932 CPUtime=1200.06
/proc/27763/stat : 27763 (minisat) R 27761 27761 27234 0 -1 4194304 388 0 0 0 120005 1 0 0 25 0 1 0 243276040 3002368 374 1992294400 134512640 135212939 4294956240 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/27763/statm: 733 374 76 170 0 561 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 8292

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.61
CPU time (s): 1200.08
CPU user time (s): 1200.06
CPU system time (s): 0.023996
CPU usage (%): 99.9565
Max. virtual memory (cumulated for all children) (KiB): 8292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.06
system time used= 0.023996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 875
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= 8
involuntary context switches= 4630

runsolver used 1.81772 second user time and 2.56061 second system time

The end

Launcher Data

Begin job on node91 at 2009-05-12 20:21:10
IDJOB=1806813
IDBENCH=71109
IDSOLVER=649
FILE ID=node91/1806813-1242152470
PBS_JOBID= 9289635
Free space on /tmp= 66236 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-145-100.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806813-1242152470/watcher-1806813-1242152470 -o /tmp/evaluation-result-1806813-1242152470/solver-1806813-1242152470 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806813-1242152470.cnf HOME

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

MD5SUM BENCH= 8691e3b6431437da05017ed8abe8cba2
RANDOM SEED=1247591966

node91.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.241
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.241
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1367040 kB
Buffers:         47060 kB
Cached:         562580 kB
SwapCached:       4876 kB
Active:          61016 kB
Inactive:       557376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1367040 kB
SwapTotal:     4192956 kB
SwapFree:      4181612 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:          15212 kB
Slab:            56348 kB
Committed_AS:   776688 kB
PageTables:       1356 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66236 MiB
End job on node91 at 2009-05-12 20:41:11