Trace number 1797295

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 + SatElite 2009-03-18? (TO) 1200.02 1200.61

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_12_UNKNOWN.cnf
MD5SUMd18a114d646a89f18fb3efba2be009e6
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 variables1898
Number of clauses118441
Sum of the clauses size352559
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22994
Number of clauses of size 3115424
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 SatElite...
0.00/0.00	c Parsing...
0.09/0.17	c ==============================================================================
0.09/0.17	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.17	c ==============================================================================
0.09/0.17	c |         0 |  118441   352559 |   35532       0        0     nan |  0.000 % |
0.89/0.94	c |         0 |  117566   500149 |      --       0       --      -- |     --   | -875/147590
0.89/0.94	c ==============================================================================
0.89/0.94	c Result  :   #vars: 1205   #clauses: 117566   #literals: 500149
0.89/0.94	c CPU time:   0.922859 s
0.89/0.94	c ==============================================================================
1.09/1.17	c SatElite is done !
1.09/1.17	c revival is preprocessing the formula...Time out is reached... exporting CNF
500.93/501.29	#ITERATIONS 43
500.93/501.29	#LEARNT CLAUSES 0
501.13/501.42	done !
501.13/501.42	c Calling MINISAT
501.13/501.42	This is MiniSat 2.0 beta
501.13/501.42	WARNING: for repeatability, setting FPU to use double precision
501.13/501.42	============================[ Problem Statistics ]=============================
501.13/501.42	|                                                                             |
501.13/501.42	|  Number of variables:  1205                                                 |
501.13/501.42	|  Number of clauses:    117566                                               |
501.13/501.49	|  Parsing time:         0.06         s                                       |
501.13/501.49	============================[ Search Statistics ]==============================
501.13/501.49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
501.13/501.49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
501.13/501.50	===============================================================================
501.13/501.50	|         0 |    1205   117566   487889 |    39188        0    nan |  0.000 % |
501.25/501.52	|       101 |    1205   117566   487889 |    43107      101     48 |  0.000 % |
501.25/501.56	|       253 |    1205   117566   487889 |    47418      253     57 |  0.000 % |
501.35/501.61	|       478 |    1205   117566   487889 |    52160      478     59 |  0.000 % |
501.35/501.66	|       815 |    1205   117566   487889 |    57376      815     64 |  0.000 % |
501.45/501.75	|      1322 |    1205   117566   487889 |    63113     1322     73 |  0.000 % |
501.65/501.90	|      2081 |    1205   117566   487889 |    69425     2081     79 |  0.000 % |
501.94/502.23	|      3220 |    1205   117566   487889 |    76367     3220     79 |  0.001 % |
502.35/502.69	|      4928 |    1205   117566   487889 |    84004     4928     85 |  0.000 % |
503.44/503.80	|      7491 |    1205   117566   487889 |    92404     7491     83 |  0.000 % |
505.45/505.78	|     11336 |    1205   117566   487889 |   101645    11336     83 |  0.000 % |
509.14/509.45	|     17105 |    1205   117566   487889 |   111809    17105     88 |  0.000 % |
514.73/515.08	|     25754 |    1205   117566   487889 |   122990    25754     94 |  0.000 % |
524.13/524.47	|     38729 |    1205   117566   487889 |   135289    38729     99 |  0.000 % |
544.32/544.63	|     58190 |    1205   117566   487889 |   148818    58190     99 |  0.000 % |
605.20/605.58	|     87385 |    1205   117566   487889 |   163700    87385    100 |  0.000 % |
792.40/792.84	|    131174 |    1205   117566   487889 |   180070   131174    103 |  0.000 % |
1035.49/1036.03	|    196858 |    1205   117566   487889 |   198077    35765     91 |  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-1797295-1242088163/watcher-1797295-1242088163 -o /tmp/evaluation-result-1797295-1242088163/solver-1797295-1242088163 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797295-1242088163.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.00 1.00 1.00 3/65 15386
/proc/meminfo: memFree=1160944/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=0
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236845788 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 238 197 169 0 51 0
[pid=15387] ppid=15386 vsize=996 CPUtime=0
/proc/15387/stat : 15387 (SatElite) R 15386 15386 15318 0 -1 4194304 177 0 0 0 0 0 0 0 19 0 1 0 236845788 1019904 160 1992294400 134512640 135031949 4294956224 18446744073709551615 134672959 0 0 4096 3 0 0 0 17 0 0 0
/proc/15387/statm: 249 161 51 126 0 120 0

[startup+0.03882 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15386
/proc/meminfo: memFree=1160944/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=0
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236845788 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 238 197 169 0 51 0
[pid=15387] ppid=15386 vsize=2196 CPUtime=0.03
/proc/15387/stat : 15387 (SatElite) R 15386 15386 15318 0 -1 4194304 466 0 0 0 3 0 0 0 19 0 1 0 236845788 2248704 449 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/15387/statm: 549 450 51 126 0 420 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7556

[startup+0.102831 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15386
/proc/meminfo: memFree=1160944/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=0
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236845788 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 238 197 169 0 51 0
[pid=15387] ppid=15386 vsize=4556 CPUtime=0.09
/proc/15387/stat : 15387 (SatElite) R 15386 15386 15318 0 -1 4194304 993 0 0 0 9 0 0 0 20 0 1 0 236845788 4665344 976 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/15387/statm: 1139 976 51 126 0 1010 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9916

[startup+0.302866 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15386
/proc/meminfo: memFree=1160944/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=0
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236845788 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 238 197 169 0 51 0
[pid=15387] ppid=15386 vsize=10304 CPUtime=0.29
/proc/15387/stat : 15387 (SatElite) R 15386 15386 15318 0 -1 4194304 2516 0 0 0 28 1 0 0 22 0 1 0 236845788 10551296 2499 1992294400 134512640 135031949 4294956224 18446744073709551615 134547045 0 0 4096 3 0 0 0 17 0 0 0
/proc/15387/statm: 2576 2500 67 126 0 2447 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15664

[startup+0.702937 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15386
/proc/meminfo: memFree=1160944/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=0
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 236845788 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 238 197 169 0 51 0
[pid=15387] ppid=15386 vsize=13768 CPUtime=0.69
/proc/15387/stat : 15387 (SatElite) R 15386 15386 15318 0 -1 4194304 3077 0 0 0 67 2 0 0 25 0 1 0 236845788 14098432 3060 1992294400 134512640 135031949 4294956224 18446744073709551615 134569378 0 0 4096 3 0 0 0 17 0 0 0
/proc/15387/statm: 3442 3060 67 126 0 3313 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19128

[startup+1.50109 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15388
/proc/meminfo: memFree=1148512/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=1.16
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 317 3083 0 0 0 0 114 2 19 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 5360

[startup+3.10136 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15389
/proc/meminfo: memFree=1151264/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=1.16
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 317 3083 0 0 0 0 114 2 19 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15389] ppid=15386 vsize=7944 CPUtime=1.91
/proc/15389/stat : 15389 (revival) R 15386 15386 15318 0 -1 4194304 2271 0 0 0 190 1 0 0 25 0 1 50000 236845906 8134656 1650 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15389/statm: 1986 1650 85 6 0 1624 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13304

[startup+6.30193 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15389
/proc/meminfo: memFree=1151008/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=1.16
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 317 3083 0 0 0 0 114 2 19 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15389] ppid=15386 vsize=7944 CPUtime=5.11
/proc/15389/stat : 15389 (revival) R 15386 15386 15318 0 -1 4194304 2273 0 0 0 510 1 0 0 25 0 1 50000 236845906 8134656 1652 1992294400 134512640 134537284 4294956384 18446744073709551615 134523882 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15389/statm: 1986 1652 85 6 0 1624 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13304

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15389
/proc/meminfo: memFree=1151016/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=1.16
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 317 3083 0 0 0 0 114 2 19 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15389] ppid=15386 vsize=7944 CPUtime=11.51
/proc/15389/stat : 15389 (revival) R 15386 15386 15318 0 -1 4194304 2278 0 0 0 1150 1 0 0 25 0 1 50000 236845906 8134656 1657 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15389/statm: 1986 1657 85 6 0 1624 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13304

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15389
/proc/meminfo: memFree=1151080/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=1.16
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 317 3083 0 0 0 0 114 2 19 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15389] ppid=15386 vsize=7944 CPUtime=24.3
/proc/15389/stat : 15389 (revival) R 15386 15386 15318 0 -1 4194304 2282 0 0 0 2429 1 0 0 25 0 1 50000 236845906 8134656 1661 1992294400 134512640 134537284 4294956384 18446744073709551615 134523742 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15389/statm: 1986 1661 85 6 0 1624 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13304

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15389
/proc/meminfo: memFree=1151144/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=1.16
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 317 3083 0 0 0 0 114 2 19 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15389] ppid=15386 vsize=7944 CPUtime=49.89
/proc/15389/stat : 15389 (revival) R 15386 15386 15318 0 -1 4194304 2283 0 0 0 4988 1 0 0 25 0 1 50000 236845906 8134656 1662 1992294400 134512640 134537284 4294956384 18446744073709551615 134523794 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15389/statm: 1986 1662 85 6 0 1624 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 13304

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15389
/proc/meminfo: memFree=1151080/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=1.16
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 317 3083 0 0 0 0 114 2 19 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15389] ppid=15386 vsize=7944 CPUtime=101.07
/proc/15389/stat : 15389 (revival) R 15386 15386 15318 0 -1 4194304 2284 0 0 0 10106 1 0 0 25 0 1 50000 236845906 8134656 1663 1992294400 134512640 134537284 4294956384 18446744073709551615 134523857 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15389/statm: 1986 1663 85 6 0 1624 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 13304

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15389
/proc/meminfo: memFree=1151016/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=1.16
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 317 3083 0 0 0 0 114 2 19 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15389] ppid=15386 vsize=7944 CPUtime=161.03
/proc/15389/stat : 15389 (revival) R 15386 15386 15318 0 -1 4194304 2286 0 0 0 16102 1 0 0 25 0 1 50000 236845906 8134656 1665 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15389/statm: 1986 1665 85 6 0 1624 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 13304

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15389
/proc/meminfo: memFree=1151016/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=1.16
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 317 3083 0 0 0 0 114 2 19 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15389] ppid=15386 vsize=7944 CPUtime=221
/proc/15389/stat : 15389 (revival) R 15386 15386 15318 0 -1 4194304 2287 0 0 0 22099 1 0 0 25 0 1 50000 236845906 8134656 1666 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15389/statm: 1986 1666 85 6 0 1624 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 13304

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15389
/proc/meminfo: memFree=1151016/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=1.16
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 317 3083 0 0 0 0 114 2 19 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15389] ppid=15386 vsize=7944 CPUtime=280.98
/proc/15389/stat : 15389 (revival) R 15386 15386 15318 0 -1 4194304 2288 0 0 0 28097 1 0 0 25 0 1 50000 236845906 8134656 1667 1992294400 134512640 134537284 4294956384 18446744073709551615 134523778 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15389/statm: 1986 1667 85 6 0 1624 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 13304

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15389
/proc/meminfo: memFree=1151016/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=1.16
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 317 3083 0 0 0 0 114 2 19 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15389] ppid=15386 vsize=7944 CPUtime=340.94
/proc/15389/stat : 15389 (revival) R 15386 15386 15318 0 -1 4194304 2288 0 0 0 34093 1 0 0 25 0 1 50000 236845906 8134656 1667 1992294400 134512640 134537284 4294956384 18446744073709551615 134523940 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15389/statm: 1986 1667 85 6 0 1624 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 13304

[startup+402.301 s]

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

/proc/15390/statm: 5726 5572 77 170 0 5554 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 28264

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15390
/proc/meminfo: memFree=1112488/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=501.18
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 343 5389 0 0 0 0 50112 6 16 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15390] ppid=15386 vsize=43740 CPUtime=80.82
/proc/15390/stat : 15390 (minisat) R 15386 15386 15318 0 -1 4194304 10756 0 0 0 8073 9 0 0 25 0 1 0 236895930 44789760 10740 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 10935 10740 77 170 0 10763 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 49100

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15390
/proc/meminfo: memFree=1104936/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=501.18
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 343 5389 0 0 0 0 50112 6 16 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15390] ppid=15386 vsize=51528 CPUtime=140.8
/proc/15390/stat : 15390 (minisat) R 15386 15386 15318 0 -1 4194304 12637 0 0 0 14069 11 0 0 25 0 1 0 236895930 52764672 12621 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 12882 12621 77 170 0 12710 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 56888

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15390
/proc/meminfo: memFree=1098920/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=501.18
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 343 5389 0 0 0 0 50112 6 16 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15390] ppid=15386 vsize=57580 CPUtime=200.77
/proc/15390/stat : 15390 (minisat) R 15386 15386 15318 0 -1 4194304 14142 0 0 0 20065 12 0 0 25 0 1 0 236895930 58961920 14126 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 14395 14126 77 170 0 14223 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 62940

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15392
/proc/meminfo: memFree=1091368/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=501.18
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 343 5389 0 0 0 0 50112 6 16 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15390] ppid=15386 vsize=65060 CPUtime=260.74
/proc/15390/stat : 15390 (minisat) R 15386 15386 15318 0 -1 4194304 16004 0 0 0 26061 13 0 0 25 0 1 0 236895930 66621440 15988 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 16265 15988 77 170 0 16093 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 70420

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15392
/proc/meminfo: memFree=1084264/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=501.18
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 343 5389 0 0 0 0 50112 6 16 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15390] ppid=15386 vsize=72376 CPUtime=320.71
/proc/15390/stat : 15390 (minisat) R 15386 15386 15318 0 -1 4194304 17782 0 0 0 32056 15 0 0 25 0 1 0 236895930 74113024 17766 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 18094 17766 77 170 0 17922 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 77736

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15392
/proc/meminfo: memFree=1077800/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=501.18
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 343 5389 0 0 0 0 50112 6 16 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15390] ppid=15386 vsize=79176 CPUtime=380.68
/proc/15390/stat : 15390 (minisat) R 15386 15386 15318 0 -1 4194304 19382 0 0 0 38052 16 0 0 25 0 1 0 236895930 81076224 19366 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 19794 19366 77 170 0 19622 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 84536

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15392
/proc/meminfo: memFree=1072680/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=501.18
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 343 5389 0 0 0 0 50112 6 16 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15390] ppid=15386 vsize=84416 CPUtime=440.65
/proc/15390/stat : 15390 (minisat) R 15386 15386 15318 0 -1 4194304 20664 0 0 0 44048 17 0 0 25 0 1 0 236895930 86441984 20648 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 21104 20648 77 170 0 20932 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 89776

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15392
/proc/meminfo: memFree=1067432/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=501.18
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 343 5389 0 0 0 0 50112 6 16 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15390] ppid=15386 vsize=89688 CPUtime=500.63
/proc/15390/stat : 15390 (minisat) R 15386 15386 15318 0 -1 4194304 21962 0 0 0 50044 19 0 0 25 0 1 0 236895930 91840512 21946 1992294400 134512640 135212939 4294956240 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 22422 21946 77 170 0 22250 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 95048

[startup+1062.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/67 15392
/proc/meminfo: memFree=1065512/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=501.18
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 343 5389 0 0 0 0 50112 6 16 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15390] ppid=15386 vsize=91404 CPUtime=560.6
/proc/15390/stat : 15390 (minisat) R 15386 15386 15318 0 -1 4194304 22424 0 0 0 56041 19 0 0 25 0 1 0 236895930 93597696 22408 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 22851 22408 77 170 0 22679 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 96764

[startup+1122.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/67 15392
/proc/meminfo: memFree=1065448/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=501.18
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 343 5389 0 0 0 0 50112 6 16 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15390] ppid=15386 vsize=91404 CPUtime=620.57
/proc/15390/stat : 15390 (minisat) R 15386 15386 15318 0 -1 4194304 22425 0 0 0 62038 19 0 0 25 0 1 0 236895930 93597696 22409 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 22851 22409 77 170 0 22679 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 96764

[startup+1182.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/67 15392
/proc/meminfo: memFree=1065448/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=501.18
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 343 5389 0 0 0 0 50112 6 16 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15390] ppid=15386 vsize=91404 CPUtime=680.54
/proc/15390/stat : 15390 (minisat) R 15386 15386 15318 0 -1 4194304 22425 0 0 0 68035 19 0 0 25 0 1 0 236895930 93597696 22409 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 22851 22409 77 170 0 22679 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 96764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.13 1.05 1.01 2/67 15392
/proc/meminfo: memFree=1065448/2055920 swapFree=4191900/4192956
[pid=15386] ppid=15384 vsize=5360 CPUtime=501.18
/proc/15386/stat : 15386 (run.sh) S 15384 15386 15318 0 -1 4194304 343 5389 0 0 0 0 50112 6 16 0 1 0 236845788 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1340 241 197 169 0 51 0
[pid=15390] ppid=15386 vsize=91404 CPUtime=698.84
/proc/15390/stat : 15390 (minisat) R 15386 15386 15318 0 -1 4194304 22425 0 0 0 69865 19 0 0 25 0 1 0 236895930 93597696 22409 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 22851 22409 77 170 0 22679 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 96764

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 15386 and gives
#  childrusage.ru_utime.tv_sec=501
#  childrusage.ru_utime.tv_usec=124817
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=62990
# CPU time returned by wait4() is 501.188
# while last known CPU time is 1200.02
#
# 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.02
CPU user time (s): 1199.77
CPU system time (s): 0.25
CPU usage (%): 99.9507
Max. virtual memory (cumulated for all children) (KiB): 96764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 501.125
system time used= 0.06299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5732
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= 1881

runsolver used 1.19582 second user time and 3.18252 second system time

The end

Launcher Data

Begin job on node89 at 2009-05-12 02:29:23
IDJOB=1797295
IDBENCH=71092
IDSOLVER=648
FILE ID=node89/1797295-1242088163
PBS_JOBID= 9277684
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= d18a114d646a89f18fb3efba2be009e6
RANDOM SEED=1415314344

node89.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.268
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.268
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:       1161488 kB
Buffers:         68680 kB
Cached:         697604 kB
SwapCached:        416 kB
Active:         187792 kB
Inactive:       592288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1161488 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            3284 kB
Writeback:           0 kB
Mapped:          22208 kB
Slab:           100380 kB
Committed_AS:   688152 kB
PageTables:       1372 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= 66440 MiB
End job on node89 at 2009-05-12 02:49:25