Trace number 1723777

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
LySAT c/2009-03-20? (TO) 1200.07 1200.61

General information on the benchmark

Namevelev-vliw-uns-4.0-9C1.cnf
MD5SUM0c9a15d0f561e9d1bb438b04ae3c31af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark324.148
Satisfiable
(Un)Satisfiability was proved
Number of variables96177
Number of clauses1814189
Sum of the clauses size5280501
Maximum clause length2216
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21178665
Number of clauses of size 3560157
Number of clauses of size 45491
Number of clauses of size 54739
Number of clauses of size over 565136

Solver Data

0.00/0.00	c Parsing...
1.38/1.45	c ==============================================================================
1.38/1.45	c |           |     ORIGINAL     |              LEARNT              |          |
1.38/1.45	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.38/1.45	c ==============================================================================
1.38/1.45	c |         0 | 1814188  5280500 |  544256       0        0     nan |  0.000 % |
12.87/12.97	c |         0 | 1789068  5451065 |      --       0       --      -- |     --   | -25093/170622
12.87/12.97	c ==============================================================================
12.87/12.97	c Result  :   #vars: 84942   #clauses: 1789068   #literals: 5451065
12.87/12.97	c CPU time:   12.6651 s
12.87/12.97	c ==============================================================================
15.06/15.16	This is MiniSat 2.0 beta
15.06/15.16	WARNING: for repeatability, setting FPU to use double precision
15.06/15.16	============================[ Problem Statistics ]=============================
15.06/15.16	|                                                                             |
15.06/15.16	|  Number of variables:  84942                                                |
15.06/15.16	|  Number of clauses:    1789068                                              |
16.06/16.15	|  Parsing time:         0.85         s                                       |

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-1723777-1240688763/watcher-1723777-1240688763 -o /tmp/evaluation-result-1723777-1240688763/solver-1723777-1240688763 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1723777-1240688763.cnf c 

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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 25750
/proc/meminfo: memFree=1844568/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=0
/proc/25750/stat : 25750 (lysat.sh) R 25748 25750 25327 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 96910218 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 228706544287 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25750/statm: 1339 234 194 169 0 50 0
[pid=25751] ppid=25750 vsize=824 CPUtime=0
/proc/25751/stat : 25751 (SatElite) R 25750 25750 25327 0 -1 4194304 137 0 0 0 0 0 0 0 18 0 1 0 96910219 843776 121 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25751/statm: 206 124 51 127 0 76 0

[startup+0.015334 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 25750
/proc/meminfo: memFree=1844568/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=0
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96910218 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25750/statm: 1339 235 195 169 0 50 0
[pid=25751] ppid=25750 vsize=2076 CPUtime=0
/proc/25751/stat : 25751 (SatElite) R 25750 25750 25327 0 -1 4194304 391 0 0 0 0 0 0 0 18 0 1 0 96910219 2125824 375 1992294400 134512640 135034092 4294956096 18446744073709551615 134543255 0 0 4096 3 0 0 0 17 0 0 0
/proc/25751/statm: 519 375 51 127 0 389 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7432

[startup+0.101342 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 25750
/proc/meminfo: memFree=1844568/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=0
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96910218 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25750/statm: 1339 235 195 169 0 50 0
[pid=25751] ppid=25750 vsize=9360 CPUtime=0.09
/proc/25751/stat : 25751 (SatElite) R 25750 25750 25327 0 -1 4194304 2132 0 0 0 8 1 0 0 20 0 1 0 96910219 9584640 2116 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25751/statm: 2340 2117 51 127 0 2210 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14716

[startup+0.301359 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 25750
/proc/meminfo: memFree=1844568/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=0
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96910218 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25750/statm: 1339 235 195 169 0 50 0
[pid=25751] ppid=25750 vsize=27104 CPUtime=0.29
/proc/25751/stat : 25751 (SatElite) R 25750 25750 25327 0 -1 4194304 6027 0 0 0 25 4 0 0 21 0 1 0 96910219 27754496 6011 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25751/statm: 6776 6011 51 127 0 6646 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32460

[startup+0.701411 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 25750
/proc/meminfo: memFree=1844568/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=0
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96910218 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25750/statm: 1339 235 195 169 0 50 0
[pid=25751] ppid=25750 vsize=57984 CPUtime=0.68
/proc/25751/stat : 25751 (SatElite) R 25750 25750 25327 0 -1 4194304 13002 0 0 0 59 9 0 0 25 0 1 0 96910219 59375616 12986 1992294400 134512640 135034092 4294956096 18446744073709551615 134544739 0 0 4096 3 0 0 0 17 1 0 0
/proc/25751/statm: 14496 12986 51 127 0 14366 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 63340

[startup+1.50147 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25752
/proc/meminfo: memFree=1770888/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=0
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96910218 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25750/statm: 1339 235 195 169 0 50 0
[pid=25751] ppid=25750 vsize=126188 CPUtime=1.48
/proc/25751/stat : 25751 (SatElite) R 25750 25750 25327 0 -1 4194304 32322 0 0 0 127 21 0 0 25 0 1 0 96910219 129216512 29767 1992294400 134512640 135034092 4294956096 18446744073709551615 134561793 0 0 4096 3 0 0 0 17 0 0 0
/proc/25751/statm: 31547 29767 67 127 0 31417 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 131544

[startup+3.10162 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25752
/proc/meminfo: memFree=1712776/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=0
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96910218 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25750/statm: 1339 235 195 169 0 50 0
[pid=25751] ppid=25750 vsize=148440 CPUtime=3.08
/proc/25751/stat : 25751 (SatElite) R 25750 25750 25327 0 -1 4194304 36437 0 0 0 284 24 0 0 25 0 1 0 96910219 152002560 33694 1992294400 134512640 135034092 4294956096 18446744073709551615 134566267 0 0 4096 3 0 0 0 17 0 0 0
/proc/25751/statm: 37110 33694 68 127 0 36980 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 153796

[startup+6.30192 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25752
/proc/meminfo: memFree=1695560/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=0
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96910218 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25750/statm: 1339 235 195 169 0 50 0
[pid=25751] ppid=25750 vsize=172228 CPUtime=6.28
/proc/25751/stat : 25751 (SatElite) R 25750 25750 25327 0 -1 4194304 39786 0 0 0 602 26 0 0 25 0 1 0 96910219 176361472 36780 1992294400 134512640 135034092 4294956096 18446744073709551615 134582684 0 0 4096 3 0 0 0 17 0 0 0
/proc/25751/statm: 43057 36780 68 127 0 42927 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 177584

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25752
/proc/meminfo: memFree=1707528/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=0
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96910218 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25750/statm: 1339 235 195 169 0 50 0
[pid=25751] ppid=25750 vsize=149004 CPUtime=12.66
/proc/25751/stat : 25751 (SatElite) R 25750 25750 25327 0 -1 4194304 43222 0 0 0 1239 27 0 0 25 0 1 0 96910219 152580096 33828 1992294400 134512640 135034092 4294956096 18446744073709551615 134566273 0 0 4096 3 0 0 0 17 0 0 0
/proc/25751/statm: 37251 33828 68 127 0 37121 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 154360

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25753
/proc/meminfo: memFree=1719944/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=89620 CPUtime=10.32
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 21508 0 0 0 1016 16 0 0 25 0 1 0 96911735 91770880 21493 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 22405 21493 77 171 0 22232 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 94976

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25753
/proc/meminfo: memFree=1687624/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=122728 CPUtime=35.91
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 29805 0 0 0 3570 21 0 0 25 0 1 0 96911735 125673472 29790 1992294400 134512640 135214827 4294956208 18446744073709551615 134529295 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 30682 29790 77 171 0 30509 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 128084

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25753
/proc/meminfo: memFree=1618184/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=191240 CPUtime=87.09
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 46895 0 0 0 8673 36 0 0 25 0 1 0 96911735 195829760 46880 1992294400 134512640 135214827 4294956208 18446744073709551615 134527452 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 47810 46880 77 171 0 47637 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 196596

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25753
/proc/meminfo: memFree=1532296/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=278580 CPUtime=147.07
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 68741 0 0 0 14653 54 0 0 25 0 1 0 96911735 285265920 68726 1992294400 134512640 135214827 4294956208 18446744073709551615 134541467 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 69645 68726 77 171 0 69472 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 283936

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25753
/proc/meminfo: memFree=1416008/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=393644 CPUtime=207.05
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 97470 0 0 0 20631 74 0 0 25 0 1 0 96911735 403091456 97455 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 98411 97455 77 171 0 98238 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 399000

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25753
/proc/meminfo: memFree=1330248/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=480436 CPUtime=267.02
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 119032 0 0 0 26610 92 0 0 25 0 1 0 96911735 491966464 119017 1992294400 134512640 135214827 4294956208 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 120109 119017 77 171 0 119936 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 485792

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25753
/proc/meminfo: memFree=1258056/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=551624 CPUtime=326.99
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 136830 0 0 0 32593 106 0 0 25 0 1 0 96911735 564862976 136815 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 137906 136815 77 171 0 137733 0

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

/proc/25753/statm: 171404 170123 77 171 0 171231 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 690972

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25753
/proc/meminfo: memFree=1096648/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=713276 CPUtime=566.89
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 177075 0 0 0 56547 142 0 0 25 0 1 0 96911735 730394624 177060 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 178319 177060 77 171 0 178146 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 718632

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25753
/proc/meminfo: memFree=1069448/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=740292 CPUtime=626.88
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 183782 0 0 0 62539 149 0 0 25 0 1 0 96911735 758059008 183767 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 185073 183767 77 171 0 184900 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 745648

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25753
/proc/meminfo: memFree=1037896/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=771976 CPUtime=686.85
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 191718 0 0 0 68528 157 0 0 25 0 1 0 96911735 790503424 191703 1992294400 134512640 135214827 4294956208 18446744073709551615 134527356 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 192994 191703 77 171 0 192821 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 777332

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25753
/proc/meminfo: memFree=1011208/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=798100 CPUtime=746.82
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 198305 0 0 0 74520 162 0 0 25 0 1 0 96911735 817254400 198290 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 199525 198290 77 171 0 199352 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 803456

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25753
/proc/meminfo: memFree=979272/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=830304 CPUtime=806.8
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 206357 0 0 0 80510 170 0 0 25 0 1 0 96911735 850231296 206342 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 207576 206342 77 171 0 207403 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 835660

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25753
/proc/meminfo: memFree=955336/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=853680 CPUtime=866.78
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 212231 0 0 0 86502 176 0 0 25 0 1 0 96911735 874168320 212216 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 213420 212216 77 171 0 213247 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 859036

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25759
/proc/meminfo: memFree=933768/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=875620 CPUtime=926.74
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 217689 0 0 0 92494 180 0 0 25 0 1 0 96911735 896634880 217674 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 218905 217674 77 171 0 218732 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 880976

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25759
/proc/meminfo: memFree=914120/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=895020 CPUtime=986.71
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 222491 0 0 0 98485 186 0 0 25 0 1 0 96911735 916500480 222476 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 223755 222476 77 171 0 223582 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 900376

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25759
/proc/meminfo: memFree=898760/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=911968 CPUtime=1046.69
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 226407 0 0 0 104479 190 0 0 25 0 1 0 96911735 933855232 226392 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 227992 226392 77 171 0 227819 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 917324

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25759
/proc/meminfo: memFree=877128/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=933316 CPUtime=1106.68
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 231731 0 0 0 110472 196 0 0 25 0 1 0 96911735 955715584 231716 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 233329 231716 77 171 0 233156 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 938672

[startup+1182.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/67 25759
/proc/meminfo: memFree=859592/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=951104 CPUtime=1166.65
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 236187 0 0 0 116466 199 0 0 25 0 1 0 96911735 973930496 236172 1992294400 134512640 135214827 4294956208 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 237776 236172 77 171 0 237603 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 956460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.06 1.01 1.00 2/67 25759
/proc/meminfo: memFree=850888/2055920 swapFree=4188716/4192956
[pid=25750] ppid=25748 vsize=5356 CPUtime=15.13
/proc/25750/stat : 25750 (lysat.sh) S 25748 25750 25327 0 -1 4194304 310 46065 0 0 0 0 1470 43 16 0 1 0 96910218 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25750/statm: 1339 237 195 169 0 50 0
[pid=25753] ppid=25750 vsize=959304 CPUtime=1184.94
/proc/25753/stat : 25753 (LySATc) R 25750 25750 25327 0 -1 4194304 238232 0 0 0 118294 200 0 0 25 0 1 0 96911735 982327296 238217 1992294400 134512640 135214827 4294956208 18446744073709551615 134527511 0 0 4096 3 0 0 0 17 0 0 0
/proc/25753/statm: 239826 238217 77 171 0 239653 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 964660

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 25750 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=712763
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=433934
# CPU time returned by wait4() is 15.1467
# while last known CPU time is 1200.07
#
# 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.07
CPU user time (s): 1197.64
CPU system time (s): 2.43
CPU usage (%): 99.9549
Max. virtual memory (cumulated for all children) (KiB): 964660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.7128
system time used= 0.433934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46375
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 48

runsolver used 1.19582 second user time and 3.17752 second system time

The end

Launcher Data

Begin job on node8 at 2009-04-25 21:46:05
IDJOB=1723777
IDBENCH=71736
IDSOLVER=512
FILE ID=node8/1723777-1240688763
PBS_JOBID= 9186677
Free space on /tmp= 65844 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT_RACE06/velev-vliw-uns-4.0-9C1.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723777-1240688763/watcher-1723777-1240688763 -o /tmp/evaluation-result-1723777-1240688763/solver-1723777-1240688763 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1723777-1240688763.cnf c

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

MD5SUM BENCH= 0c9a15d0f561e9d1bb438b04ae3c31af
RANDOM SEED=460693517

node8.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.238
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.238
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:       1844984 kB
Buffers:          7052 kB
Cached:         140168 kB
SwapCached:       1768 kB
Active:          86796 kB
Inactive:        72892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844984 kB
SwapTotal:     4192956 kB
SwapFree:      4188716 kB
Dirty:           37964 kB
Writeback:           0 kB
Mapped:          21064 kB
Slab:            37016 kB
Committed_AS:   475512 kB
PageTables:       1380 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= 65804 MiB
End job on node8 at 2009-04-25 22:06:08