Trace number 1579963

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.05 1200.41

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-5p0.cnf
MD5SUMb21b299f860c56270b509900cff82599
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark565.218
Satisfiable
(Un)Satisfiability was proved
Number of variables162926
Number of clauses821689
Sum of the clauses size1954581
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2618514
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c Parsing...
0.89/0.94	c ==============================================================================
0.89/0.94	c |           |     ORIGINAL     |              LEARNT              |          |
0.89/0.94	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.89/0.94	c ==============================================================================
0.89/0.94	c |         0 |  812763  1945115 |  243828       0        0     nan |  0.000 % |
5.77/5.88	c |         0 |  546996  1519613 |      --       0       --      -- |     --   | -74850/8386
5.77/5.88	c ==============================================================================
5.77/5.88	c Result  :   #vars: 85935   #clauses: 546996   #literals: 1519613
5.77/5.88	c CPU time:   5.68114 s
5.77/5.88	c ==============================================================================
6.58/6.61	This is MiniSat 2.0 beta
6.58/6.61	WARNING: for repeatability, setting FPU to use double precision
6.58/6.61	============================[ Problem Statistics ]=============================
6.58/6.61	|                                                                             |
6.58/6.61	|  Number of variables:  85935                                                |
6.58/6.61	|  Number of clauses:    546996                                               |
6.59/6.95	|  Parsing time:         0.30         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-1579963-1238912943/watcher-1579963-1238912943 -o /tmp/evaluation-result-1579963-1238912943/solver-1579963-1238912943 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1579963-1238912943.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: 0.92 1.00 1.10 3/64 5425
/proc/meminfo: memFree=1595888/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=0
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163956277 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5425/statm: 1339 235 195 169 0 50 0
[pid=5426] ppid=5425 vsize=2356 CPUtime=0
/proc/5426/stat : 5426 (SatElite) R 5425 5425 5295 0 -1 4194304 466 0 0 0 0 0 0 0 18 0 1 0 1163956277 2412544 450 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/5426/statm: 589 452 50 127 0 459 0

[startup+0.046952 s]
/proc/loadavg: 0.92 1.00 1.10 3/64 5425
/proc/meminfo: memFree=1595888/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=0
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163956277 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5425/statm: 1339 235 195 169 0 50 0
[pid=5426] ppid=5425 vsize=13208 CPUtime=0.03
/proc/5426/stat : 5426 (SatElite) R 5425 5425 5295 0 -1 4194304 3228 0 0 0 2 1 0 0 18 0 1 0 1163956277 13524992 3108 1992294400 134512640 135034092 4294956096 18446744073709551615 134544963 0 0 4096 3 0 0 0 17 1 0 0
/proc/5426/statm: 3302 3109 50 127 0 3172 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18564

[startup+0.102956 s]
/proc/loadavg: 0.92 1.00 1.10 3/64 5425
/proc/meminfo: memFree=1595888/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=0
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163956277 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5425/statm: 1339 235 195 169 0 50 0
[pid=5426] ppid=5425 vsize=30284 CPUtime=0.09
/proc/5426/stat : 5426 (SatElite) R 5425 5425 5295 0 -1 4194304 4759 0 0 0 7 2 0 0 18 0 1 0 1163956277 31010816 4639 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/5426/statm: 7571 4640 50 127 0 7441 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35640

[startup+0.301974 s]
/proc/loadavg: 0.92 1.00 1.10 3/64 5425
/proc/meminfo: memFree=1595888/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=0
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163956277 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5425/statm: 1339 235 195 169 0 50 0
[pid=5426] ppid=5425 vsize=45944 CPUtime=0.29
/proc/5426/stat : 5426 (SatElite) R 5425 5425 5295 0 -1 4194304 8485 0 0 0 25 4 0 0 19 0 1 0 1163956277 47046656 8365 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/5426/statm: 11486 8365 50 127 0 11356 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51300

[startup+0.703008 s]
/proc/loadavg: 0.92 1.00 1.10 3/64 5425
/proc/meminfo: memFree=1595888/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=0
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163956277 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5425/statm: 1339 235 195 169 0 50 0
[pid=5426] ppid=5425 vsize=68728 CPUtime=0.68
/proc/5426/stat : 5426 (SatElite) R 5425 5425 5295 0 -1 4194304 14559 0 0 0 60 8 0 0 23 0 1 0 1163956277 70377472 14439 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/5426/statm: 17182 14439 51 127 0 17052 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 74084

[startup+1.50208 s]
/proc/loadavg: 0.92 1.00 1.10 2/66 5427
/proc/meminfo: memFree=1523104/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=0
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163956277 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5425/statm: 1339 235 195 169 0 50 0
[pid=5426] ppid=5425 vsize=94212 CPUtime=1.49
/proc/5426/stat : 5426 (SatElite) R 5425 5425 5295 0 -1 4194304 22218 0 0 0 136 13 0 0 25 0 1 0 1163956277 96473088 20095 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/5426/statm: 23553 20095 68 127 0 23423 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99568

[startup+3.10122 s]
/proc/loadavg: 1.01 1.01 1.10 2/66 5427
/proc/meminfo: memFree=1505376/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=0
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163956277 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5425/statm: 1339 235 195 169 0 50 0
[pid=5426] ppid=5425 vsize=109376 CPUtime=3.07
/proc/5426/stat : 5426 (SatElite) R 5425 5425 5295 0 -1 4194304 25704 0 0 0 292 15 0 0 25 0 1 0 1163956277 112001024 23230 1992294400 134512640 135034092 4294956096 18446744073709551615 134558534 0 0 4096 3 0 0 0 17 1 0 0
/proc/5426/statm: 27344 23230 68 127 0 27214 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 114732

[startup+6.3015 s]
/proc/loadavg: 1.01 1.01 1.10 2/66 5427
/proc/meminfo: memFree=1502368/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=0
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163956277 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5425/statm: 1339 235 195 169 0 50 0
[pid=5426] ppid=5425 vsize=103588 CPUtime=6.28
/proc/5426/stat : 5426 (SatElite) R 5425 5425 5295 0 -1 4194304 30072 0 0 0 607 21 0 0 25 0 1 0 1163956277 106074112 22265 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/5426/statm: 25897 22265 68 127 0 25767 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 108944

[startup+12.7011 s]
/proc/loadavg: 1.08 1.03 1.11 2/66 5428
/proc/meminfo: memFree=1549216/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=32292 CPUtime=6.06
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 7659 0 0 0 602 4 0 0 25 0 1 0 1163956938 33067008 7634 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 8073 7634 77 171 0 7900 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 37648

[startup+25.5012 s]
/proc/loadavg: 1.07 1.03 1.10 2/66 5428
/proc/meminfo: memFree=1545248/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=36296 CPUtime=18.86
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 8674 0 0 0 1881 5 0 0 25 0 1 0 1163956938 37167104 8649 1992294400 134512640 135214827 4294956208 18446744073709551615 134528367 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 9074 8649 77 171 0 8901 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 41652

[startup+51.1024 s]
/proc/loadavg: 1.04 1.02 1.10 3/66 5428
/proc/meminfo: memFree=1534240/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=47464 CPUtime=44.44
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 11465 0 0 0 4436 8 0 0 25 0 1 0 1163956938 48603136 11440 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/5428/statm: 11866 11440 77 171 0 11693 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 52820

[startup+102.306 s]
/proc/loadavg: 1.02 1.02 1.09 2/66 5428
/proc/meminfo: memFree=1506016/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=75516 CPUtime=95.63
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 18469 0 0 0 9547 16 0 0 25 0 1 0 1163956938 77328384 18444 1992294400 134512640 135214827 4294956208 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 18879 18444 77 171 0 18706 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 80872

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.08 2/66 5428
/proc/meminfo: memFree=1482080/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=99732 CPUtime=155.61
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 24501 0 0 0 15538 23 0 0 25 0 1 0 1163956938 102125568 24476 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 24933 24476 77 171 0 24760 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 105088

[startup+222.301 s]
/proc/loadavg: 1.06 1.02 1.08 2/66 5428
/proc/meminfo: memFree=1458720/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=122720 CPUtime=215.59
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 30278 0 0 0 21531 28 0 0 25 0 1 0 1163956938 125665280 30253 1992294400 134512640 135214827 4294956208 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 30680 30253 77 171 0 30507 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 128076

[startup+282.302 s]
/proc/loadavg: 1.08 1.03 1.08 2/66 5428
/proc/meminfo: memFree=1434656/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=147024 CPUtime=275.58
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 36304 0 0 0 27524 34 0 0 25 0 1 0 1163956938 150552576 36279 1992294400 134512640 135214827 4294956208 18446744073709551615 134529691 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 36756 36279 77 171 0 36583 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 152380

[startup+342.302 s]
/proc/loadavg: 1.11 1.05 1.09 2/66 5428
/proc/meminfo: memFree=1412384/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=169204 CPUtime=335.57
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 41852 0 0 0 33515 42 0 0 25 0 1 0 1163956938 173264896 41827 1992294400 134512640 135214827 4294956208 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 42301 41827 77 171 0 42128 0

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

/proc/5428/statm: 55519 54986 77 171 0 55346 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 227432

[startup+582.303 s]
/proc/loadavg: 1.00 1.02 1.06 2/66 5428
/proc/meminfo: memFree=1345120/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=236340 CPUtime=575.51
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 58608 0 0 0 57486 65 0 0 25 0 1 0 1163956938 242012160 58583 1992294400 134512640 135214827 4294956208 18446744073709551615 134528410 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 59085 58583 77 171 0 58912 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 241696

[startup+642.302 s]
/proc/loadavg: 1.00 1.01 1.06 2/66 5428
/proc/meminfo: memFree=1327200/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=254064 CPUtime=635.49
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 63039 0 0 0 63480 69 0 0 25 0 1 0 1163956938 260161536 63014 1992294400 134512640 135214827 4294956208 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 63516 63014 77 171 0 63343 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 259420

[startup+702.302 s]
/proc/loadavg: 1.00 1.01 1.05 2/66 5428
/proc/meminfo: memFree=1308640/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=272688 CPUtime=695.48
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 67697 0 0 0 69473 75 0 0 25 0 1 0 1163956938 279232512 67672 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 68172 67672 77 171 0 67999 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 278044

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 5430
/proc/meminfo: memFree=1295648/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=285688 CPUtime=755.47
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 70948 0 0 0 75468 79 0 0 25 0 1 0 1163956938 292544512 70923 1992294400 134512640 135214827 4294956208 18446744073709551615 134720871 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 71422 70923 77 171 0 71249 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 291044

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 5430
/proc/meminfo: memFree=1280352/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=301008 CPUtime=815.45
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 74796 0 0 0 81461 84 0 0 25 0 1 0 1163956938 308232192 74771 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 75252 74771 77 171 0 75079 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 306364

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 5430
/proc/meminfo: memFree=1263904/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=317160 CPUtime=875.43
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 78864 0 0 0 87456 87 0 0 25 0 1 0 1163956938 324771840 78839 1992294400 134512640 135214827 4294956208 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 79290 78839 77 171 0 79117 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 322516

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 5430
/proc/meminfo: memFree=1247904/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=333800 CPUtime=935.42
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 82884 0 0 0 93449 93 0 0 25 0 1 0 1163956938 341811200 82859 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 83450 82859 77 171 0 83277 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 339156

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 5430
/proc/meminfo: memFree=1234272/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=347292 CPUtime=995.4
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 86243 0 0 0 99443 97 0 0 25 0 1 0 1163956938 355627008 86218 1992294400 134512640 135214827 4294956208 18446744073709551615 134529446 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 86823 86218 77 171 0 86650 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 352648

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 5430
/proc/meminfo: memFree=1225248/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=356416 CPUtime=1055.39
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 88541 0 0 0 105439 100 0 0 25 0 1 0 1163956938 364969984 88516 1992294400 134512640 135214827 4294956208 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 89104 88516 77 171 0 88931 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 361772

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 5430
/proc/meminfo: memFree=1212960/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=368480 CPUtime=1115.38
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 91566 0 0 0 111434 104 0 0 25 0 1 0 1163956938 377323520 91541 1992294400 134512640 135214827 4294956208 18446744073709551615 134538942 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 92120 91541 77 171 0 91947 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 373836

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 5430
/proc/meminfo: memFree=1201696/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=379836 CPUtime=1175.35
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 94403 0 0 0 117429 106 0 0 25 0 1 0 1163956938 388952064 94378 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 94959 94378 77 171 0 94786 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 385192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5430
/proc/meminfo: memFree=1198176/2055920 swapFree=4178784/4192956
[pid=5425] ppid=5423 vsize=5356 CPUtime=6.59
/proc/5425/stat : 5425 (lysat.sh) S 5423 5425 5295 0 -1 4194304 310 30075 0 0 0 0 635 24 16 0 1 0 1163956277 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5425/statm: 1339 237 195 169 0 50 0
[pid=5428] ppid=5425 vsize=383092 CPUtime=1193.46
/proc/5428/stat : 5428 (LySATc) R 5425 5425 5295 0 -1 4194304 95228 0 0 0 119238 108 0 0 25 0 1 0 1163956938 392286208 95203 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/5428/statm: 95773 95203 77 171 0 95600 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 388448

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 5425 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=355033
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=249962
# CPU time returned by wait4() is 6.605
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.41
CPU time (s): 1200.05
CPU user time (s): 1198.73
CPU system time (s): 1.32
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 388448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.35503
system time used= 0.249962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30385
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 24

runsolver used 1.37379 second user time and 2.99954 second system time

The end

Launcher Data

Begin job on node57 at 2009-04-05 08:29:05
IDJOB=1579963
IDBENCH=71008
IDSOLVER=512
FILE ID=node57/1579963-1238912943
PBS_JOBID= 9101373
Free space on /tmp= 66548 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-15-5p0.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1579963-1238912943/watcher-1579963-1238912943 -o /tmp/evaluation-result-1579963-1238912943/solver-1579963-1238912943 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1579963-1238912943.cnf c

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

MD5SUM BENCH= b21b299f860c56270b509900cff82599
RANDOM SEED=1876766824

node57.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.213
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.213
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:       1596368 kB
Buffers:         48552 kB
Cached:         336336 kB
SwapCached:       8220 kB
Active:         169072 kB
Inactive:       225444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1596368 kB
SwapTotal:     4192956 kB
SwapFree:      4178784 kB
Dirty:           17076 kB
Writeback:           0 kB
Mapped:          15096 kB
Slab:            51112 kB
Committed_AS:  3074184 kB
PageTables:       1392 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= 66528 MiB
End job on node57 at 2009-04-05 08:49:07