Trace number 1797351

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
SatElite + ReVivAl 0.23 2009-03-18UNSAT 109.458 109.521

General information on the benchmark

Nameeen-tip-uns-nusmv-t5.B.cnf
MD5SUM5a0032960b52c5fb367771f030675e6c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.58776
Satisfiable
(Un)Satisfiability was proved
Number of variables59265
Number of clauses170983
Sum of the clauses size413505
Maximum clause length23
Minimum clause length1
Number of clauses of size 123
Number of clauses of size 299418
Number of clauses of size 371541
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 13
107.74/107.81	#LEARNT CLAUSES 53
107.83/107.91	done !
107.83/107.91	c Now, SatElite...
107.83/107.91	c Parsing...
107.84/108.05	c ==============================================================================
107.84/108.05	c |           |     ORIGINAL     |              LEARNT              |          |
107.84/108.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
107.84/108.05	c ==============================================================================
107.84/108.05	c |         0 |  132022   304357 |   39606       0        0     nan |  0.000 % |
109.01/109.13	c |         0 |   46550   150860 |      --       0       --      -- |     --   | -85472/-153497
109.01/109.13	c ==============================================================================
109.01/109.13	c Result  :   #vars: 9323   #clauses: 46550   #literals: 150860
109.01/109.13	c CPU time:   1.17482 s
109.01/109.13	c ==============================================================================
109.11/109.24	c SatElite is done !
109.11/109.24	c Calling MINISAT
109.11/109.24	This is MiniSat 2.0 beta
109.11/109.24	WARNING: for repeatability, setting FPU to use double precision
109.11/109.24	============================[ Problem Statistics ]=============================
109.11/109.24	|                                                                             |
109.11/109.24	|  Number of variables:  9323                                                 |
109.11/109.24	|  Number of clauses:    46550                                                |
109.11/109.28	|  Parsing time:         0.03         s                                       |
109.11/109.28	============================[ Search Statistics ]==============================
109.11/109.28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
109.11/109.28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
109.11/109.28	===============================================================================
109.11/109.28	|         0 |    9323    46550   150860 |    15516        0    nan |  0.000 % |
109.17/109.30	|       101 |    9323    46550   150860 |    17068      101     11 |  0.000 % |
109.17/109.33	|       251 |    9323    46550   150860 |    18775      251     10 |  0.000 % |
109.17/109.37	|       476 |    9323    46550   150860 |    20652      476     11 |  0.000 % |
109.17/109.44	|       814 |    9323    46550   150860 |    22717      814     11 |  0.000 % |
109.17/109.51	===============================================================================
109.17/109.51	restarts              : 5
109.17/109.51	conflicts             : 1061           (4004 /sec)
109.17/109.51	decisions             : 3288           (1.34 % random) (12409 /sec)
109.17/109.51	propagations          : 748163         (2823693 /sec)
109.17/109.51	conflict literals     : 10966          (35.27 % deleted)
109.17/109.51	Memory used           : 4.65 MB
109.17/109.51	CPU time              : 0.264959 s
109.17/109.51	
109.17/109.52	UNSATISFIABLE
109.17/109.52	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1797351-1242089434/watcher-1797351-1242089434 -o /tmp/evaluation-result-1797351-1242089434/solver-1797351-1242089434 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797351-1242089434.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.36 1.06 1.02 3/64 5536
/proc/meminfo: memFree=1884976/2055920 swapFree=4181456/4192956
[pid=5536] ppid=5534 vsize=5360 CPUtime=0
/proc/5536/stat : 5536 (run.sh) S 5534 5536 5409 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236976420 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5536/statm: 1340 237 196 169 0 51 0
[pid=5537] ppid=5536 vsize=2124 CPUtime=0
/proc/5537/stat : 5537 (revival) R 5536 5536 5409 0 -1 4194304 279 0 0 0 0 0 0 0 19 0 1 0 236976420 2174976 245 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/5537/statm: 531 253 81 6 0 169 0

[startup+0.0300529 s]
/proc/loadavg: 1.36 1.06 1.02 3/64 5536
/proc/meminfo: memFree=1884976/2055920 swapFree=4181456/4192956
[pid=5536] ppid=5534 vsize=5360 CPUtime=0
/proc/5536/stat : 5536 (run.sh) S 5534 5536 5409 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236976420 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5536/statm: 1340 237 196 169 0 51 0
[pid=5537] ppid=5536 vsize=11112 CPUtime=0.02
/proc/5537/stat : 5537 (revival) R 5536 5536 5409 0 -1 4194304 2389 0 0 0 1 1 0 0 19 0 1 0 236976420 11378688 2346 1992294400 134512640 134537284 4294956368 18446744073709551615 13026939 0 0 4096 0 0 0 0 17 0 0 0
/proc/5537/statm: 2778 2347 82 6 0 2416 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16472

[startup+0.101064 s]
/proc/loadavg: 1.36 1.06 1.02 3/64 5536
/proc/meminfo: memFree=1884976/2055920 swapFree=4181456/4192956
[pid=5536] ppid=5534 vsize=5360 CPUtime=0
/proc/5536/stat : 5536 (run.sh) S 5534 5536 5409 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236976420 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5536/statm: 1340 237 196 169 0 51 0
[pid=5537] ppid=5536 vsize=12784 CPUtime=0.08
/proc/5537/stat : 5537 (revival) R 5536 5536 5409 0 -1 4194304 3415 0 0 0 7 1 0 0 19 0 1 50000 236976420 13090816 2645 1992294400 134512640 134537284 4294956368 18446744073709551615 134523703 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5537/statm: 3196 2645 85 6 0 2834 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18144

[startup+0.301095 s]
/proc/loadavg: 1.36 1.06 1.02 3/64 5536
/proc/meminfo: memFree=1884976/2055920 swapFree=4181456/4192956
[pid=5536] ppid=5534 vsize=5360 CPUtime=0
/proc/5536/stat : 5536 (run.sh) S 5534 5536 5409 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236976420 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5536/statm: 1340 237 196 169 0 51 0
[pid=5537] ppid=5536 vsize=12784 CPUtime=0.28
/proc/5537/stat : 5537 (revival) R 5536 5536 5409 0 -1 4194304 3417 0 0 0 27 1 0 0 21 0 1 50000 236976420 13090816 2647 1992294400 134512640 134537284 4294956368 18446744073709551615 134523781 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5537/statm: 3196 2647 85 6 0 2834 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 18144

[startup+0.701158 s]
/proc/loadavg: 1.36 1.06 1.02 3/64 5536
/proc/meminfo: memFree=1884976/2055920 swapFree=4181456/4192956
[pid=5536] ppid=5534 vsize=5360 CPUtime=0
/proc/5536/stat : 5536 (run.sh) S 5534 5536 5409 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236976420 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5536/statm: 1340 237 196 169 0 51 0
[pid=5537] ppid=5536 vsize=12784 CPUtime=0.68
/proc/5537/stat : 5537 (revival) R 5536 5536 5409 0 -1 4194304 3418 0 0 0 67 1 0 0 25 0 1 50000 236976420 13090816 2648 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5537/statm: 3196 2648 85 6 0 2834 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 18144

[startup+1.50128 s]
/proc/loadavg: 1.36 1.06 1.02 2/66 5538
/proc/meminfo: memFree=1874208/2055920 swapFree=4181456/4192956
[pid=5536] ppid=5534 vsize=5360 CPUtime=0
/proc/5536/stat : 5536 (run.sh) S 5534 5536 5409 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236976420 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5536/statm: 1340 237 196 169 0 51 0
[pid=5537] ppid=5536 vsize=12784 CPUtime=1.48
/proc/5537/stat : 5537 (revival) R 5536 5536 5409 0 -1 4194304 3418 0 0 0 147 1 0 0 25 0 1 50000 236976420 13090816 2648 1992294400 134512640 134537284 4294956368 18446744073709551615 134524076 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5537/statm: 3196 2648 85 6 0 2834 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18144

[startup+3.10154 s]
/proc/loadavg: 1.36 1.06 1.02 2/66 5538
/proc/meminfo: memFree=1874080/2055920 swapFree=4181456/4192956
[pid=5536] ppid=5534 vsize=5360 CPUtime=0
/proc/5536/stat : 5536 (run.sh) S 5534 5536 5409 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236976420 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5536/statm: 1340 237 196 169 0 51 0
[pid=5537] ppid=5536 vsize=12784 CPUtime=3.08
/proc/5537/stat : 5537 (revival) R 5536 5536 5409 0 -1 4194304 3418 0 0 0 307 1 0 0 25 0 1 50000 236976420 13090816 2648 1992294400 134512640 134537284 4294956368 18446744073709551615 134524109 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5537/statm: 3196 2648 85 6 0 2834 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18144

[startup+6.30105 s]
/proc/loadavg: 1.33 1.06 1.02 2/66 5538
/proc/meminfo: memFree=1874144/2055920 swapFree=4181456/4192956
[pid=5536] ppid=5534 vsize=5360 CPUtime=0
/proc/5536/stat : 5536 (run.sh) S 5534 5536 5409 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236976420 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5536/statm: 1340 237 196 169 0 51 0
[pid=5537] ppid=5536 vsize=12784 CPUtime=6.28
/proc/5537/stat : 5537 (revival) R 5536 5536 5409 0 -1 4194304 3418 0 0 0 627 1 0 0 25 0 1 50000 236976420 13090816 2648 1992294400 134512640 134537284 4294956368 18446744073709551615 134531154 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5537/statm: 3196 2648 85 6 0 2834 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18144

[startup+12.7011 s]
/proc/loadavg: 1.30 1.06 1.02 2/66 5538
/proc/meminfo: memFree=1874208/2055920 swapFree=4181456/4192956
[pid=5536] ppid=5534 vsize=5360 CPUtime=0
/proc/5536/stat : 5536 (run.sh) S 5534 5536 5409 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236976420 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5536/statm: 1340 237 196 169 0 51 0
[pid=5537] ppid=5536 vsize=12784 CPUtime=12.68
/proc/5537/stat : 5537 (revival) R 5536 5536 5409 0 -1 4194304 3418 0 0 0 1267 1 0 0 25 0 1 50000 236976420 13090816 2648 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5537/statm: 3196 2648 85 6 0 2834 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18144

[startup+25.5011 s]
/proc/loadavg: 1.23 1.06 1.02 2/66 5538
/proc/meminfo: memFree=1874336/2055920 swapFree=4181456/4192956
[pid=5536] ppid=5534 vsize=5360 CPUtime=0
/proc/5536/stat : 5536 (run.sh) S 5534 5536 5409 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236976420 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5536/statm: 1340 237 196 169 0 51 0
[pid=5537] ppid=5536 vsize=12784 CPUtime=25.47
/proc/5537/stat : 5537 (revival) R 5536 5536 5409 0 -1 4194304 3418 0 0 0 2546 1 0 0 25 0 1 50000 236976420 13090816 2648 1992294400 134512640 134537284 4294956368 18446744073709551615 134523936 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5537/statm: 3196 2648 85 6 0 2834 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 18144

[startup+51.1012 s]
/proc/loadavg: 1.15 1.05 1.02 2/66 5538
/proc/meminfo: memFree=1874528/2055920 swapFree=4181456/4192956
[pid=5536] ppid=5534 vsize=5360 CPUtime=0
/proc/5536/stat : 5536 (run.sh) S 5534 5536 5409 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236976420 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5536/statm: 1340 237 196 169 0 51 0
[pid=5537] ppid=5536 vsize=12784 CPUtime=51.06
/proc/5537/stat : 5537 (revival) R 5536 5536 5409 0 -1 4194304 3418 0 0 0 5104 2 0 0 25 0 1 50000 236976420 13090816 2648 1992294400 134512640 134537284 4294956368 18446744073709551615 134523958 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5537/statm: 3196 2648 85 6 0 2834 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 18144

[startup+102.305 s]
/proc/loadavg: 1.06 1.04 1.01 2/66 5538
/proc/meminfo: memFree=1874400/2055920 swapFree=4181456/4192956
[pid=5536] ppid=5534 vsize=5360 CPUtime=0
/proc/5536/stat : 5536 (run.sh) S 5534 5536 5409 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236976420 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5536/statm: 1340 237 196 169 0 51 0
[pid=5537] ppid=5536 vsize=12916 CPUtime=102.24
/proc/5537/stat : 5537 (revival) R 5536 5536 5409 0 -1 4194304 3423 0 0 0 10222 2 0 0 25 0 1 50000 236976420 13225984 2653 1992294400 134512640 134537284 4294956368 18446744073709551615 134524076 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5537/statm: 3229 2653 85 6 0 2867 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 18276

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

[startup+105.502 s]
/proc/loadavg: 1.06 1.04 1.01 2/66 5538
/proc/meminfo: memFree=1874400/2055920 swapFree=4181456/4192956
[pid=5536] ppid=5534 vsize=5360 CPUtime=0
/proc/5536/stat : 5536 (run.sh) S 5534 5536 5409 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236976420 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5536/statm: 1340 237 196 169 0 51 0
[pid=5537] ppid=5536 vsize=12916 CPUtime=105.44
/proc/5537/stat : 5537 (revival) R 5536 5536 5409 0 -1 4194304 3430 0 0 0 10542 2 0 0 25 0 1 50000 236976420 13225984 2660 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5537/statm: 3229 2660 85 6 0 2867 0
Current children cumulated CPU time (s) 105.44
Current children cumulated vsize (KiB) 18276

[startup+107.101 s]
/proc/loadavg: 1.06 1.04 1.01 2/66 5538
/proc/meminfo: memFree=1874400/2055920 swapFree=4181456/4192956
[pid=5536] ppid=5534 vsize=5360 CPUtime=0
/proc/5536/stat : 5536 (run.sh) S 5534 5536 5409 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236976420 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5536/statm: 1340 237 196 169 0 51 0
[pid=5537] ppid=5536 vsize=12916 CPUtime=107.03
/proc/5537/stat : 5537 (revival) R 5536 5536 5409 0 -1 4194304 3432 0 0 0 10701 2 0 0 25 0 1 50000 236976420 13225984 2662 1992294400 134512640 134537284 4294956368 18446744073709551615 134531242 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5537/statm: 3229 2662 85 6 0 2867 0
Current children cumulated CPU time (s) 107.03
Current children cumulated vsize (KiB) 18276

[startup+108.701 s]
/proc/loadavg: 1.05 1.04 1.01 2/66 5538
/proc/meminfo: memFree=1874400/2055920 swapFree=4181456/4192956
[pid=5536] ppid=5534 vsize=5360 CPUtime=107.84
/proc/5536/stat : 5536 (run.sh) S 5534 5536 5409 0 -1 4194304 311 3447 0 0 0 0 10781 3 19 0 1 0 236976420 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5536/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 107.84
Current children cumulated vsize (KiB) 5360

[startup+109.101 s]
/proc/loadavg: 1.05 1.04 1.01 2/66 5539
/proc/meminfo: memFree=1858656/2055920 swapFree=4181456/4192956
[pid=5536] ppid=5534 vsize=5360 CPUtime=107.84
/proc/5536/stat : 5536 (run.sh) S 5534 5536 5409 0 -1 4194304 311 3447 0 0 0 0 10781 3 19 0 1 0 236976420 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5536/statm: 1340 238 197 169 0 51 0
[pid=5539] ppid=5536 vsize=22740 CPUtime=1.17
/proc/5539/stat : 5539 (SatElite) R 5536 5536 5409 0 -1 4194304 5894 0 0 0 113 4 0 0 25 0 1 0 236987212 23285760 5280 1992294400 134512640 135031949 4294956240 18446744073709551615 134566054 0 0 4096 3 0 0 0 17 0 0 0
/proc/5539/statm: 5685 5280 67 126 0 5556 0
Current children cumulated CPU time (s) 109.01
Current children cumulated vsize (KiB) 28100

[startup+109.502 s]
/proc/loadavg: 1.05 1.04 1.01 2/66 5539
/proc/meminfo: memFree=1858656/2055920 swapFree=4181456/4192956
[pid=5536] ppid=5534 vsize=5360 CPUtime=109.17
/proc/5536/stat : 5536 (run.sh) S 5534 5536 5409 0 -1 4194304 341 9921 0 0 0 0 10909 8 16 0 1 0 236976420 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5536/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 109.17
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 109.521
CPU time (s): 109.458
CPU user time (s): 109.363
CPU system time (s): 0.094985
CPU usage (%): 99.9426
Max. virtual memory (cumulated for all children) (KiB): 28336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.363
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11301
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= 10
involuntary context switches= 379

runsolver used 0.100984 second user time and 0.303953 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-12 02:50:34
IDJOB=1797351
IDBENCH=71697
IDSOLVER=647
FILE ID=node26/1797351-1242089434
PBS_JOBID= 9277686
Free space on /tmp= 66128 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT_RACE06/een-tip-uns-nusmv-t5.B.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797351-1242089434/watcher-1797351-1242089434 -o /tmp/evaluation-result-1797351-1242089434/solver-1797351-1242089434 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1797351-1242089434.cnf HOME

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

MD5SUM BENCH= 5a0032960b52c5fb367771f030675e6c
RANDOM SEED=1477087278

node26.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.261
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.261
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:       1885456 kB
Buffers:         10192 kB
Cached:          82376 kB
SwapCached:       5352 kB
Active:          24256 kB
Inactive:        76140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1885456 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:            4456 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            56160 kB
Committed_AS:   793108 kB
PageTables:       1368 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= 66120 MiB
End job on node26 at 2009-05-12 02:52:24