Trace number 1580327

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

NameAPPLICATIONS/diagnosis/
ACG-15-10p1.cnf
MD5SUM4f02dda0c6b1f76f43bce732093e4f1f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1071.68
Satisfiable
(Un)Satisfiability was proved
Number of variables268258
Number of clauses1155731
Sum of the clauses size2704052
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2895523
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.28/1.33	c ==============================================================================
1.28/1.33	c |           |     ORIGINAL     |              LEARNT              |          |
1.28/1.33	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.28/1.33	c ==============================================================================
1.28/1.33	c |         0 | 1144812  2692463 |  343443       0        0     nan |  0.000 % |
7.99/8.10	c |         0 |  801521  2134211 |      --       0       --      -- |     --   | -92350/15178
8.08/8.10	c ==============================================================================
8.08/8.10	c Result  :   #vars: 163989   #clauses: 801521   #literals: 2134211
8.08/8.10	c CPU time:   7.81281 s
8.08/8.10	c ==============================================================================
9.09/9.18	This is MiniSat 2.0 beta
9.09/9.18	WARNING: for repeatability, setting FPU to use double precision
9.09/9.18	============================[ Problem Statistics ]=============================
9.09/9.18	|                                                                             |
9.09/9.18	|  Number of variables:  163989                                               |
9.09/9.18	|  Number of clauses:    801521                                               |
9.16/9.70	|  Parsing time:         0.46         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-1580327-1238918251/watcher-1580327-1238918251 -o /tmp/evaluation-result-1580327-1238918251/solver-1580327-1238918251 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1580327-1238918251.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/64 24195
/proc/meminfo: memFree=1499192/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=0
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164490633 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 235 195 169 0 50 0
[pid=24196] ppid=24195 vsize=1552 CPUtime=0
/proc/24196/stat : 24196 (SatElite) R 24195 24195 23976 0 -1 4194304 265 0 0 0 0 0 0 0 19 0 1 0 1164490633 1589248 249 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/24196/statm: 388 252 50 127 0 258 0

[startup+0.0241511 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24195
/proc/meminfo: memFree=1499192/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=0
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164490633 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 235 195 169 0 50 0
[pid=24196] ppid=24195 vsize=7056 CPUtime=0.01
/proc/24196/stat : 24196 (SatElite) R 24195 24195 23976 0 -1 4194304 1626 0 0 0 1 0 0 0 19 0 1 0 1164490633 7225344 1570 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/24196/statm: 1764 1574 50 127 0 1634 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12412

[startup+0.101157 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24195
/proc/meminfo: memFree=1499192/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=0
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164490633 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 235 195 169 0 50 0
[pid=24196] ppid=24195 vsize=29232 CPUtime=0.09
/proc/24196/stat : 24196 (SatElite) R 24195 24195 23976 0 -1 4194304 5245 0 0 0 7 2 0 0 19 0 1 0 1164490633 29933568 5061 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/24196/statm: 7308 5062 50 127 0 7178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34588

[startup+0.301176 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24195
/proc/meminfo: memFree=1499192/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=0
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164490633 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 235 195 169 0 50 0
[pid=24196] ppid=24195 vsize=47400 CPUtime=0.29
/proc/24196/stat : 24196 (SatElite) R 24195 24195 23976 0 -1 4194304 9606 0 0 0 25 4 0 0 20 0 1 0 1164490633 48537600 9422 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/24196/statm: 11850 9422 50 127 0 11720 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52756

[startup+0.701217 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24195
/proc/meminfo: memFree=1499192/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=0
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164490633 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 235 195 169 0 50 0
[pid=24196] ppid=24195 vsize=68456 CPUtime=0.69
/proc/24196/stat : 24196 (SatElite) R 24195 24195 23976 0 -1 4194304 14808 0 0 0 61 8 0 0 24 0 1 0 1164490633 70098944 14624 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/24196/statm: 17114 14624 50 127 0 16984 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73812

[startup+1.5023 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24197
/proc/meminfo: memFree=1409128/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=0
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164490633 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 235 195 169 0 50 0
[pid=24196] ppid=24195 vsize=142616 CPUtime=1.49
/proc/24196/stat : 24196 (SatElite) R 24195 24195 23976 0 -1 4194304 28468 0 0 0 133 16 0 0 25 0 1 0 1164490633 146038784 28284 1992294400 134512640 135034092 4294956096 18446744073709551615 134548175 0 0 4096 3 0 0 0 17 0 0 0
/proc/24196/statm: 35654 28284 64 127 0 35524 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 147972

[startup+3.10146 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24197
/proc/meminfo: memFree=1376552/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=0
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164490633 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 235 195 169 0 50 0
[pid=24196] ppid=24195 vsize=167860 CPUtime=3.09
/proc/24196/stat : 24196 (SatElite) R 24195 24195 23976 0 -1 4194304 36696 0 0 0 287 22 0 0 25 0 1 0 1164490633 171888640 33601 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/24196/statm: 41965 33602 68 127 0 41835 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 173216

[startup+6.30178 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24197
/proc/meminfo: memFree=1358120/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=0
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164490633 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 235 195 169 0 50 0
[pid=24196] ppid=24195 vsize=169264 CPUtime=6.29
/proc/24196/stat : 24196 (SatElite) R 24195 24195 23976 0 -1 4194304 40717 0 0 0 604 25 0 0 25 0 1 0 1164490633 173326336 34023 1992294400 134512640 135034092 4294956096 18446744073709551615 134566465 0 0 4096 3 0 0 0 17 0 0 0
/proc/24196/statm: 42316 34023 68 127 0 42186 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 174620

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24198
/proc/meminfo: memFree=1430824/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=49732 CPUtime=3.51
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 11351 0 0 0 344 7 0 0 25 0 1 0 1164491551 50925568 11321 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 12433 11321 77 171 0 12260 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 55088

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24198
/proc/meminfo: memFree=1427880/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=52656 CPUtime=16.31
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 12076 0 0 0 1623 8 0 0 25 0 1 0 1164491551 53919744 12046 1992294400 134512640 135214827 4294956208 18446744073709551615 134529738 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 13164 12046 77 171 0 12991 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 58012

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24198
/proc/meminfo: memFree=1418152/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=62616 CPUtime=41.89
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 14568 0 0 0 4178 11 0 0 25 0 1 0 1164491551 64118784 14538 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 15654 14538 77 171 0 15481 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 67972

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24198
/proc/meminfo: memFree=1401896/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=78656 CPUtime=93.07
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 18576 0 0 0 9293 14 0 0 25 0 1 0 1164491551 80543744 18546 1992294400 134512640 135214827 4294956208 18446744073709551615 134540665 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 19664 18546 77 171 0 19491 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 84012

[startup+162.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 24198
/proc/meminfo: memFree=1383720/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=97120 CPUtime=153.05
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 23156 0 0 0 15284 21 0 0 25 0 1 0 1164491551 99450880 23126 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 24280 23126 77 171 0 24107 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 102476

[startup+222.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 24204
/proc/meminfo: memFree=1369640/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=110892 CPUtime=213.02
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 26638 0 0 0 21278 24 0 0 25 0 1 0 1164491551 113553408 26608 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 27723 26608 77 171 0 27550 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 116248

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24204
/proc/meminfo: memFree=1354088/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=126608 CPUtime=272.98
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 30527 0 0 0 27270 28 0 0 25 0 1 0 1164491551 129646592 30497 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 31652 30497 77 171 0 31479 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 131964

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24204
/proc/meminfo: memFree=1336552/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=143936 CPUtime=332.97
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 34879 0 0 0 33265 32 0 0 25 0 1 0 1164491551 147390464 34849 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 35984 34849 77 171 0 35811 0

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

/proc/24198/statm: 47571 46427 77 171 0 47398 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 195640

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24204
/proc/meminfo: memFree=1277480/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=202984 CPUtime=572.87
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 49615 0 0 0 57239 48 0 0 25 0 1 0 1164491551 207855616 49585 1992294400 134512640 135214827 4294956208 18446744073709551615 134529648 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 50746 49585 77 171 0 50573 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 208340

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24204
/proc/meminfo: memFree=1263464/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=216892 CPUtime=632.84
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 53086 0 0 0 63231 53 0 0 25 0 1 0 1164491551 222097408 53056 1992294400 134512640 135214827 4294956208 18446744073709551615 134529301 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 54223 53056 77 171 0 54050 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 222248

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24204
/proc/meminfo: memFree=1249704/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=230656 CPUtime=692.82
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 56556 0 0 0 69225 57 0 0 25 0 1 0 1164491551 236191744 56526 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 57664 56526 77 171 0 57491 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 236012

[startup+762.306 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 24204
/proc/meminfo: memFree=1233384/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=247056 CPUtime=752.8
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 60585 0 0 0 75218 62 0 0 25 0 1 0 1164491551 252985344 60555 1992294400 134512640 135214827 4294956208 18446744073709551615 134529295 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 61764 60555 77 171 0 61591 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 252412

[startup+822.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 24204
/proc/meminfo: memFree=1216744/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=263664 CPUtime=812.76
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 64750 0 0 0 81210 66 0 0 25 0 1 0 1164491551 269991936 64720 1992294400 134512640 135214827 4294956208 18446744073709551615 134529144 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 65916 64720 77 171 0 65743 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 269020

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24204
/proc/meminfo: memFree=1204968/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=275420 CPUtime=872.74
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 67684 0 0 0 87205 69 0 0 25 0 1 0 1164491551 282030080 67654 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 68855 67654 77 171 0 68682 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 280776

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24204
/proc/meminfo: memFree=1190568/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=289716 CPUtime=932.72
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 71273 0 0 0 93199 73 0 0 25 0 1 0 1164491551 296669184 71243 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 72429 71243 77 171 0 72256 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 295072

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24204
/proc/meminfo: memFree=1178472/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=301768 CPUtime=992.68
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 74281 0 0 0 99192 76 0 0 25 0 1 0 1164491551 309010432 74251 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 75442 74251 77 171 0 75269 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 307124

[startup+1062.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 24204
/proc/meminfo: memFree=1165992/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=314328 CPUtime=1052.67
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 77410 0 0 0 105186 81 0 0 25 0 1 0 1164491551 321871872 77380 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 78582 77380 77 171 0 78409 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 319684

[startup+1122.3 s]
/proc/loadavg: 1.12 1.04 1.01 2/66 24204
/proc/meminfo: memFree=1153832/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=326364 CPUtime=1112.64
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 80422 0 0 0 111180 84 0 0 25 0 1 0 1164491551 334196736 80392 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 81591 80392 77 171 0 81418 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 331720

[startup+1182.3 s]
/proc/loadavg: 1.12 1.04 1.00 2/66 24204
/proc/meminfo: memFree=1140520/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=339852 CPUtime=1172.62
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 83801 0 0 0 117172 90 0 0 25 0 1 0 1164491551 348008448 83771 1992294400 134512640 135214827 4294956208 18446744073709551615 134527359 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 84963 83771 77 171 0 84790 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 345208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.16 1.06 1.01 2/66 24204
/proc/meminfo: memFree=1136744/2055920 swapFree=4176444/4192956
[pid=24195] ppid=24193 vsize=5356 CPUtime=9.16
/proc/24195/stat : 24195 (lysat.sh) S 24193 24195 23976 0 -1 4194304 310 47385 0 0 0 0 879 37 19 0 1 0 1164490633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24195/statm: 1339 237 195 169 0 50 0
[pid=24198] ppid=24195 vsize=343284 CPUtime=1190.91
/proc/24198/stat : 24198 (LySATc) R 24195 24195 23976 0 -1 4194304 84682 0 0 0 119000 91 0 0 25 0 1 0 1164491551 351522816 84652 1992294400 134512640 135214827 4294956208 18446744073709551615 134527356 0 0 4096 3 0 0 0 17 0 0 0
/proc/24198/statm: 85821 84652 77 171 0 85648 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 348640

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 24195 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=797662
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=379942
# CPU time returned by wait4() is 9.1776
# 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): 1198.79
CPU system time (s): 1.28
CPU usage (%): 99.9549
Max. virtual memory (cumulated for all children) (KiB): 348640

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

runsolver used 1.06684 second user time and 3.3105 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-05 09:57:33
IDJOB=1580327
IDBENCH=71015
IDSOLVER=512
FILE ID=node27/1580327-1238918251
PBS_JOBID= 9101392
Free space on /tmp= 66384 MiB

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

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

MD5SUM BENCH= 4f02dda0c6b1f76f43bce732093e4f1f
RANDOM SEED=210477061

node27.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		: 2800.196
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	: 5521.40
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		: 2800.196
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:       1499672 kB
Buffers:         60932 kB
Cached:         409424 kB
SwapCached:       9588 kB
Active:         155476 kB
Inactive:       326104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1499672 kB
SwapTotal:     4192956 kB
SwapFree:      4176444 kB
Dirty:           23244 kB
Writeback:           0 kB
Mapped:          16848 kB
Slab:            60624 kB
Committed_AS:  3325564 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node27 at 2009-04-05 10:17:35