Trace number 1577883

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.81

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-10p1.cnf
MD5SUM95ee3bccf00be0d94959b7512fd434b4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark392.999
Satisfiable
(Un)Satisfiability was proved
Number of variables200152
Number of clauses1019667
Sum of the clauses size2431924
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2759459
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.09/1.12	c ==============================================================================
1.09/1.12	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.12	c ==============================================================================
1.09/1.12	c |         0 | 1008748  2420335 |  302624       0        0     nan |  0.000 % |
5.78/5.84	c |         0 |  672994  1866113 |      --       0       --      -- |     --   | -84708/19628
5.78/5.84	c ==============================================================================
5.78/5.84	c Result  :   #vars: 102673   #clauses: 672994   #literals: 1866113
5.78/5.84	c CPU time:   5.63614 s
5.78/5.84	c ==============================================================================
6.66/6.75	This is MiniSat 2.0 beta
6.66/6.75	WARNING: for repeatability, setting FPU to use double precision
6.66/6.75	============================[ Problem Statistics ]=============================
6.66/6.75	|                                                                             |
6.66/6.76	|  Number of variables:  102673                                               |
6.66/6.76	|  Number of clauses:    672994                                               |
6.71/7.20	|  Parsing time:         0.39         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-1577883-1238893305/watcher-1577883-1238893305 -o /tmp/evaluation-result-1577883-1238893305/solver-1577883-1238893305 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1577883-1238893305.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.99 0.98 0.99 3/64 5262
/proc/meminfo: memFree=1737752/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=0
/proc/5262/stat : 5262 (lysat.sh) R 5260 5262 4774 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1161991625 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/5262/statm: 1339 234 194 169 0 50 0
[pid=5263] ppid=5262 vsize=1560 CPUtime=0
/proc/5263/stat : 5263 (SatElite) R 5262 5262 4774 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 1161991625 1597440 265 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/5263/statm: 390 268 50 127 0 260 0

[startup+0.0673689 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5262
/proc/meminfo: memFree=1737752/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=0
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1161991625 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5262/statm: 1339 235 195 169 0 50 0
[pid=5263] ppid=5262 vsize=25948 CPUtime=0.06
/proc/5263/stat : 5263 (SatElite) R 5262 5262 4774 0 -1 4194304 4370 0 0 0 4 2 0 0 19 0 1 0 1161991625 26570752 4266 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/5263/statm: 6487 4266 50 127 0 6357 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 31304

[startup+0.101374 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5262
/proc/meminfo: memFree=1737752/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=0
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1161991625 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5262/statm: 1339 235 195 169 0 50 0
[pid=5263] ppid=5262 vsize=29628 CPUtime=0.08
/proc/5263/stat : 5263 (SatElite) R 5262 5262 4774 0 -1 4194304 5278 0 0 0 6 2 0 0 19 0 1 0 1161991625 30339072 5174 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/5263/statm: 7407 5175 50 127 0 7277 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34984

[startup+0.301417 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5262
/proc/meminfo: memFree=1737752/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=0
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1161991625 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5262/statm: 1339 235 195 169 0 50 0
[pid=5263] ppid=5262 vsize=47664 CPUtime=0.29
/proc/5263/stat : 5263 (SatElite) R 5262 5262 4774 0 -1 4194304 9617 0 0 0 24 5 0 0 21 0 1 0 1161991625 48807936 9513 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/5263/statm: 11916 9513 50 127 0 11786 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53020

[startup+0.701503 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5262
/proc/meminfo: memFree=1737752/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=0
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1161991625 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5262/statm: 1339 235 195 169 0 50 0
[pid=5263] ppid=5262 vsize=69820 CPUtime=0.68
/proc/5263/stat : 5263 (SatElite) R 5262 5262 4774 0 -1 4194304 15136 0 0 0 60 8 0 0 25 0 1 0 1161991625 71495680 15032 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/5263/statm: 17455 15034 51 127 0 17325 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 75176

[startup+1.50267 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5264
/proc/meminfo: memFree=1651720/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=0
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1161991625 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5262/statm: 1339 235 195 169 0 50 0
[pid=5263] ppid=5262 vsize=102036 CPUtime=1.48
/proc/5263/stat : 5263 (SatElite) R 5262 5262 4774 0 -1 4194304 25583 0 0 0 135 13 0 0 25 0 1 0 1161991625 104484864 23357 1992294400 134512640 135034092 4294956096 18446744073709551615 134562189 0 0 4096 3 0 0 0 17 0 0 0
/proc/5263/statm: 25509 23357 67 127 0 25379 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 107392

[startup+3.10202 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5264
/proc/meminfo: memFree=1631816/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=0
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1161991625 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5262/statm: 1339 235 195 169 0 50 0
[pid=5263] ppid=5262 vsize=117780 CPUtime=3.08
/proc/5263/stat : 5263 (SatElite) R 5262 5262 4774 0 -1 4194304 29610 0 0 0 292 16 0 0 25 0 1 0 1161991625 120606720 26812 1992294400 134512640 135034092 4294956096 18446744073709551615 134566248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5263/statm: 29445 26812 68 127 0 29315 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 123136

[startup+6.30272 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5264
/proc/meminfo: memFree=1616904/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=0
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1161991625 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5262/statm: 1339 235 195 169 0 50 0
[pid=5263] ppid=5262 vsize=118244 CPUtime=6.27
/proc/5263/stat : 5263 (SatElite) R 5262 5262 4774 0 -1 4194304 36519 0 0 0 604 23 0 0 21 0 1 0 1161991625 121081856 27123 1992294400 134512640 135034092 4294956096 18446744073709551615 134768766 0 0 4096 3 0 0 0 17 1 0 0
/proc/5263/statm: 29561 27123 68 127 0 29431 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 123600

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1681480/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=38488 CPUtime=5.93
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 9254 0 0 0 587 6 0 0 25 0 1 0 1161992301 39411712 9223 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 9622 9223 77 171 0 9449 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 43844

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1677576/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=42512 CPUtime=18.73
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 10287 0 0 0 1866 7 0 0 25 0 1 0 1161992301 43532288 10256 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 10628 10256 77 171 0 10455 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 47868

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1666056/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=54548 CPUtime=44.31
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 13273 0 0 0 4421 10 0 0 25 0 1 0 1161992301 55857152 13242 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 13637 13242 77 171 0 13464 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 59904

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1639176/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=80896 CPUtime=95.48
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 19878 0 0 0 9532 16 0 0 25 0 1 0 1161992301 82837504 19847 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 20224 19847 77 171 0 20051 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 86252

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1611656/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=108920 CPUtime=155.45
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 26823 0 0 0 15523 22 0 0 25 0 1 0 1161992301 111534080 26792 1992294400 134512640 135214827 4294956208 18446744073709551615 134529691 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 27230 26792 77 171 0 27057 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 114276

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1587976/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=132488 CPUtime=215.4
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 32682 0 0 0 21512 28 0 0 25 0 1 0 1161992301 135667712 32651 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 33122 32651 77 171 0 32949 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 137844

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1559368/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=161324 CPUtime=275.37
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 39931 0 0 0 27504 33 0 0 25 0 1 0 1161992301 165195776 39900 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 40331 39900 77 171 0 40158 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 166680

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1528904/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=191440 CPUtime=335.33
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 47414 0 0 0 33493 40 0 0 25 0 1 0 1161992301 196034560 47383 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 47860 47383 77 171 0 47687 0

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

/proc/5265/statm: 68288 67749 77 171 0 68115 0
Current children cumulated CPU time (s) 521.92
Current children cumulated vsize (KiB) 278508

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1426376/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=293768 CPUtime=575.18
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 72948 0 0 0 57451 67 0 0 25 0 1 0 1161992301 300818432 72917 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 73442 72917 77 171 0 73269 0
Current children cumulated CPU time (s) 581.89
Current children cumulated vsize (KiB) 299124

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1407432/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=312524 CPUtime=635.15
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 77665 0 0 0 63442 73 0 0 25 0 1 0 1161992301 320024576 77634 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 78131 77634 77 171 0 77958 0
Current children cumulated CPU time (s) 641.86
Current children cumulated vsize (KiB) 317880

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1388424/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=331552 CPUtime=695.11
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 82433 0 0 0 69434 77 0 0 25 0 1 0 1161992301 339509248 82402 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 82888 82402 77 171 0 82715 0
Current children cumulated CPU time (s) 701.82
Current children cumulated vsize (KiB) 336908

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1368712/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=351036 CPUtime=755.09
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 87289 0 0 0 75426 83 0 0 25 0 1 0 1161992301 359460864 87258 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 87759 87258 77 171 0 87586 0
Current children cumulated CPU time (s) 761.8
Current children cumulated vsize (KiB) 356392

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1349512/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=370336 CPUtime=815.05
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 92136 0 0 0 81418 87 0 0 25 0 1 0 1161992301 379224064 92105 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 92584 92105 77 171 0 92411 0
Current children cumulated CPU time (s) 821.76
Current children cumulated vsize (KiB) 375692

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1329800/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=389940 CPUtime=875.01
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 97019 0 0 0 87410 91 0 0 25 0 1 0 1161992301 399298560 96988 1992294400 134512640 135214827 4294956208 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 97485 96988 77 171 0 97312 0
Current children cumulated CPU time (s) 881.72
Current children cumulated vsize (KiB) 395296

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1315912/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=404424 CPUtime=934.98
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 100503 0 0 0 93402 96 0 0 25 0 1 0 1161992301 414130176 100472 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 101106 100472 77 171 0 100933 0
Current children cumulated CPU time (s) 941.69
Current children cumulated vsize (KiB) 409780

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1304008/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=416264 CPUtime=994.95
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 103457 0 0 0 99396 99 0 0 25 0 1 0 1161992301 426254336 103426 1992294400 134512640 135214827 4294956208 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 104066 103426 77 171 0 103893 0
Current children cumulated CPU time (s) 1001.66
Current children cumulated vsize (KiB) 421620

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1281608/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=438588 CPUtime=1054.92
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 109057 0 0 0 105388 104 0 0 25 0 1 0 1161992301 449114112 109026 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 109647 109026 77 171 0 109474 0
Current children cumulated CPU time (s) 1061.63
Current children cumulated vsize (KiB) 443944

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1263304/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=456736 CPUtime=1114.88
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 113621 0 0 0 111378 110 0 0 25 0 1 0 1161992301 467697664 113590 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 114184 113590 77 171 0 114011 0
Current children cumulated CPU time (s) 1121.59
Current children cumulated vsize (KiB) 462092

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1231752/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=488136 CPUtime=1174.84
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 121463 0 0 0 117366 118 0 0 25 0 1 0 1161992301 499851264 121432 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 122034 121432 77 171 0 121861 0
Current children cumulated CPU time (s) 1181.55
Current children cumulated vsize (KiB) 493492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5265
/proc/meminfo: memFree=1228808/2055920 swapFree=4177960/4192956
[pid=5262] ppid=5260 vsize=5356 CPUtime=6.71
/proc/5262/stat : 5262 (lysat.sh) S 5260 5262 4774 0 -1 4194304 310 36522 0 0 0 0 644 27 16 0 1 0 1161991625 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5262/statm: 1339 237 195 169 0 50 0
[pid=5265] ppid=5262 vsize=490936 CPUtime=1193.34
/proc/5265/stat : 5265 (LySATc) R 5262 5262 4774 0 -1 4194304 122165 0 0 0 119215 119 0 0 25 0 1 0 1161992301 502718464 122134 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/5265/statm: 122734 122134 77 171 0 122561 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 496292

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 5262 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=449019
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=280957
# CPU time returned by wait4() is 6.72998
# 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.81
CPU time (s): 1200.05
CPU user time (s): 1198.59
CPU system time (s): 1.46
CPU usage (%): 99.9366
Max. virtual memory (cumulated for all children) (KiB): 496292

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

runsolver used 1.20382 second user time and 3.17352 second system time

The end

Launcher Data

Begin job on node71 at 2009-04-05 03:01:46
IDJOB=1577883
IDBENCH=70968
IDSOLVER=512
FILE ID=node71/1577883-1238893305
PBS_JOBID= 9086026
Free space on /tmp= 66528 MiB

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

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

MD5SUM BENCH= 95ee3bccf00be0d94959b7512fd434b4
RANDOM SEED=1052758581

node71.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.270
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.270
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:       1738168 kB
Buffers:         31244 kB
Cached:         215700 kB
SwapCached:       8940 kB
Active:          88124 kB
Inactive:       169440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738168 kB
SwapTotal:     4192956 kB
SwapFree:      4177960 kB
Dirty:           20980 kB
Writeback:           0 kB
Mapped:          16356 kB
Slab:            46164 kB
Committed_AS:  2705340 kB
PageTables:       1444 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= 66508 MiB
End job on node71 at 2009-04-05 03:21:49