Trace number 1580846

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 i/2009-03-20UNSAT 395.801 396.01

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-10p0.cnf
MD5SUMabc6c44b372f4addd18c6a7b2eac59f5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark184.894
Satisfiable
(Un)Satisfiability was proved
Number of variables199586
Number of clauses1006679
Sum of the clauses size2394657
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2757762
Number of clauses of size 3187708
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.10	c ==============================================================================
1.09/1.10	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.10	c ==============================================================================
1.09/1.10	c |         0 |  995760  2383068 |  298727       0        0     nan |  0.000 % |
5.67/5.78	c |         0 |  659939  1826685 |      --       0       --      -- |     --   | -84792/17404
5.67/5.78	c ==============================================================================
5.67/5.78	c Result  :   #vars: 102107   #clauses: 659939   #literals: 1826685
5.67/5.78	c CPU time:   5.57615 s
5.67/5.78	c ==============================================================================
6.58/6.63	c lySAT 0.1
6.58/6.63	c minisat core +  additionnal features
6.58/6.63	c ============================[ Problem Statistics ]=============================
6.58/6.63	c |                                                                             |
6.58/6.63	c |  Number of variables:  102107                                               |
6.58/6.63	c |  Number of clauses:    659939                                               |
6.61/7.09	c |  Parsing time:         0.41         s                                       |
395.68/395.97	c restarts              : 2398
395.68/395.97	c conflicts             : 276784         (712 /sec)
395.68/395.97	c decisions             : 2496035        (3.76 % random) (6418 /sec)
395.68/395.97	c euip                  : 15549       
395.68/395.97	c propagations          : 551829580      (1418804 /sec)
395.68/395.97	c conflict literals     : 36953443       (26.54 % deleted)
395.68/395.97	c Memory used           : 97.18 MB
395.68/395.97	c CPU time              : 388.94 s
395.68/395.97	c 
395.68/395.99	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1580846-1238923066/watcher-1580846-1238923066 -o /tmp/evaluation-result-1580846-1238923066/solver-1580846-1238923066 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1580846-1238923066.cnf i 

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 2168
/proc/meminfo: memFree=1444416/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=0
/proc/2168/stat : 2168 (lysat.sh) R 2166 2168 1674 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1164971995 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 264907582111 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/2168/statm: 1339 234 194 169 0 50 0
[pid=2169] ppid=2168 vsize=1552 CPUtime=0
/proc/2169/stat : 2169 (SatElite) R 2168 2168 1674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1164971995 1589248 262 1992294400 134512640 135034092 4294956096 18446744073709551615 134545280 0 0 4096 3 0 0 0 17 0 0 0
/proc/2169/statm: 388 264 50 127 0 258 0

[startup+0.0954239 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2168
/proc/meminfo: memFree=1444416/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=0
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164971995 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 235 195 169 0 50 0
[pid=2169] ppid=2168 vsize=29232 CPUtime=0.08
/proc/2169/stat : 2169 (SatElite) R 2168 2168 1674 0 -1 4194304 5237 0 0 0 7 1 0 0 19 0 1 0 1164971995 29933568 5053 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/2169/statm: 7308 5054 50 127 0 7178 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34588

[startup+0.102424 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2168
/proc/meminfo: memFree=1444416/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=0
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164971995 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 235 195 169 0 50 0
[pid=2169] ppid=2168 vsize=29892 CPUtime=0.09
/proc/2169/stat : 2169 (SatElite) R 2168 2168 1674 0 -1 4194304 5428 0 0 0 7 2 0 0 19 0 1 0 1164971995 30609408 5244 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/2169/statm: 7473 5246 50 127 0 7343 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35248

[startup+0.301453 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2168
/proc/meminfo: memFree=1444416/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=0
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164971995 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 235 195 169 0 50 0
[pid=2169] ppid=2168 vsize=47796 CPUtime=0.29
/proc/2169/stat : 2169 (SatElite) R 2168 2168 1674 0 -1 4194304 9739 0 0 0 25 4 0 0 21 0 1 0 1164971995 48943104 9555 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/2169/statm: 11949 9555 50 127 0 11819 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53152

[startup+0.701511 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2168
/proc/meminfo: memFree=1444416/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=0
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164971995 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 235 195 169 0 50 0
[pid=2169] ppid=2168 vsize=70604 CPUtime=0.69
/proc/2169/stat : 2169 (SatElite) R 2168 2168 1674 0 -1 4194304 15438 0 0 0 61 8 0 0 25 0 1 0 1164971995 72298496 15254 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/2169/statm: 17651 15255 51 127 0 17521 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75960

[startup+1.50164 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2170
/proc/meminfo: memFree=1358384/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=0
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164971995 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 235 195 169 0 50 0
[pid=2169] ppid=2168 vsize=101716 CPUtime=1.49
/proc/2169/stat : 2169 (SatElite) R 2168 2168 1674 0 -1 4194304 25484 0 0 0 136 13 0 0 25 0 1 0 1164971995 104157184 23232 1992294400 134512640 135034092 4294956096 18446744073709551615 134562187 0 0 4096 3 0 0 0 17 1 0 0
/proc/2169/statm: 25429 23232 67 127 0 25299 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107072

[startup+3.10186 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2170
/proc/meminfo: memFree=1338800/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=0
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164971995 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 235 195 169 0 50 0
[pid=2169] ppid=2168 vsize=117344 CPUtime=3.08
/proc/2169/stat : 2169 (SatElite) R 2168 2168 1674 0 -1 4194304 29530 0 0 0 292 16 0 0 25 0 1 0 1164971995 120160256 26740 1992294400 134512640 135034092 4294956096 18446744073709551615 134574587 0 0 4096 3 0 0 0 17 0 0 0
/proc/2169/statm: 29336 26740 68 127 0 29206 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 122700

[startup+6.30132 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2170
/proc/meminfo: memFree=1324080/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=0
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164971995 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 235 195 169 0 50 0
[pid=2169] ppid=2168 vsize=117664 CPUtime=6.28
/proc/2169/stat : 2169 (SatElite) R 2168 2168 1674 0 -1 4194304 36108 0 0 0 606 22 0 0 25 0 1 0 1164971995 120487936 27039 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/2169/statm: 29416 27039 68 127 0 29286 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 123020

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2171
/proc/meminfo: memFree=1380656/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=6.61
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 310 36111 0 0 0 0 635 26 16 0 1 0 1164971995 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 237 195 169 0 50 0
[pid=2171] ppid=2168 vsize=46572 CPUtime=6.05
/proc/2171/stat : 2171 (LySATi) R 2168 2168 1674 0 -1 4194304 11175 0 0 0 600 5 0 0 25 0 1 0 1164972658 47689728 11143 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/2171/statm: 11643 11143 81 174 0 11466 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 51928

[startup+25.5021 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2171
/proc/meminfo: memFree=1379184/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=6.61
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 310 36111 0 0 0 0 635 26 16 0 1 0 1164971995 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 237 195 169 0 50 0
[pid=2171] ppid=2168 vsize=48328 CPUtime=18.85
/proc/2171/stat : 2171 (LySATi) R 2168 2168 1674 0 -1 4194304 11587 0 0 0 1879 6 0 0 25 0 1 0 1164972658 49487872 11555 1992294400 134512640 135226915 4294956208 18446744073709551615 134527757 0 0 4096 3 0 0 0 17 0 0 0
/proc/2171/statm: 12082 11555 81 174 0 11905 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 53684

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2171
/proc/meminfo: memFree=1375920/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=6.61
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 310 36111 0 0 0 0 635 26 16 0 1 0 1164971995 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 237 195 169 0 50 0
[pid=2171] ppid=2168 vsize=51628 CPUtime=44.43
/proc/2171/stat : 2171 (LySATi) R 2168 2168 1674 0 -1 4194304 12389 0 0 0 4436 7 0 0 25 0 1 0 1164972658 52867072 12357 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/2171/statm: 12907 12357 81 174 0 12730 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 56984

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2171
/proc/meminfo: memFree=1368240/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=6.61
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 310 36111 0 0 0 0 635 26 16 0 1 0 1164971995 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 237 195 169 0 50 0
[pid=2171] ppid=2168 vsize=59372 CPUtime=95.62
/proc/2171/stat : 2171 (LySATi) R 2168 2168 1674 0 -1 4194304 14327 0 0 0 9553 9 0 0 25 0 1 0 1164972658 60796928 14295 1992294400 134512640 135226915 4294956208 18446744073709551615 134537096 0 0 4096 3 0 0 0 17 0 0 0
/proc/2171/statm: 14843 14295 81 174 0 14666 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 64728

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2171
/proc/meminfo: memFree=1362160/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=6.61
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 310 36111 0 0 0 0 635 26 16 0 1 0 1164971995 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 237 195 169 0 50 0
[pid=2171] ppid=2168 vsize=65392 CPUtime=155.59
/proc/2171/stat : 2171 (LySATi) R 2168 2168 1674 0 -1 4194304 15839 0 0 0 15548 11 0 0 25 0 1 0 1164972658 66961408 15807 1992294400 134512640 135226915 4294956208 18446744073709551615 134526712 0 0 4096 3 0 0 0 17 0 0 0
/proc/2171/statm: 16348 15807 81 174 0 16171 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 70748

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2171
/proc/meminfo: memFree=1350448/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=6.61
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 310 36111 0 0 0 0 635 26 16 0 1 0 1164971995 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 237 195 169 0 50 0
[pid=2171] ppid=2168 vsize=77344 CPUtime=215.55
/proc/2171/stat : 2171 (LySATi) R 2168 2168 1674 0 -1 4194304 18842 0 0 0 21541 14 0 0 25 0 1 0 1164972658 79200256 18810 1992294400 134512640 135226915 4294956208 18446744073709551615 134736175 0 0 4096 3 0 0 0 17 0 0 0
/proc/2171/statm: 19336 18810 81 174 0 19159 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 82700

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2171
/proc/meminfo: memFree=1342832/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=6.61
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 310 36111 0 0 0 0 635 26 16 0 1 0 1164971995 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 237 195 169 0 50 0
[pid=2171] ppid=2168 vsize=85180 CPUtime=275.53
/proc/2171/stat : 2171 (LySATi) R 2168 2168 1674 0 -1 4194304 20801 0 0 0 27537 16 0 0 25 0 1 0 1164972658 87224320 20769 1992294400 134512640 135226915 4294956208 18446744073709551615 134525901 0 0 4096 3 0 0 0 17 0 0 0
/proc/2171/statm: 21295 20769 81 174 0 21118 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 90536

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2171
/proc/meminfo: memFree=1336816/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=6.61
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 310 36111 0 0 0 0 635 26 16 0 1 0 1164971995 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 237 195 169 0 50 0
[pid=2171] ppid=2168 vsize=90744 CPUtime=335.5
/proc/2171/stat : 2171 (LySATi) R 2168 2168 1674 0 -1 4194304 22172 0 0 0 33532 18 0 0 25 0 1 0 1164972658 92921856 22140 1992294400 134512640 135226915 4294956208 18446744073709551615 134525895 0 0 4096 3 0 0 0 17 0 0 0
/proc/2171/statm: 22686 22140 81 174 0 22509 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 96100

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

[startup+358.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2171
/proc/meminfo: memFree=1334320/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=6.61
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 310 36111 0 0 0 0 635 26 16 0 1 0 1164971995 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 237 195 169 0 50 0
[pid=2171] ppid=2168 vsize=93624 CPUtime=351.49
/proc/2171/stat : 2171 (LySATi) R 2168 2168 1674 0 -1 4194304 22876 0 0 0 35130 19 0 0 25 0 1 0 1164972658 95870976 22844 1992294400 134512640 135226915 4294956208 18446744073709551615 134540413 0 0 4096 3 0 0 0 17 0 0 0
/proc/2171/statm: 23406 22844 81 174 0 23229 0
Current children cumulated CPU time (s) 358.1
Current children cumulated vsize (KiB) 98980

[startup+371.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2171
/proc/meminfo: memFree=1329328/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=6.61
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 310 36111 0 0 0 0 635 26 16 0 1 0 1164971995 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 237 195 169 0 50 0
[pid=2171] ppid=2168 vsize=98308 CPUtime=364.28
/proc/2171/stat : 2171 (LySATi) R 2168 2168 1674 0 -1 4194304 24072 0 0 0 36408 20 0 0 25 0 1 0 1164972658 100667392 24040 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/2171/statm: 24577 24040 81 174 0 24400 0
Current children cumulated CPU time (s) 370.89
Current children cumulated vsize (KiB) 103664

[startup+383.905 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2171
/proc/meminfo: memFree=1328112/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=6.61
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 310 36111 0 0 0 0 635 26 16 0 1 0 1164971995 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 237 195 169 0 50 0
[pid=2171] ppid=2168 vsize=99508 CPUtime=377.09
/proc/2171/stat : 2171 (LySATi) R 2168 2168 1674 0 -1 4194304 24345 0 0 0 37688 21 0 0 25 0 1 0 1164972658 101896192 24313 1992294400 134512640 135226915 4294956208 18446744073709551615 134538857 0 0 4096 3 0 0 0 17 0 0 0
/proc/2171/statm: 24877 24313 81 174 0 24700 0
Current children cumulated CPU time (s) 383.7
Current children cumulated vsize (KiB) 104864

[startup+390.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2171
/proc/meminfo: memFree=1328112/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=6.61
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 310 36111 0 0 0 0 635 26 16 0 1 0 1164971995 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 237 195 169 0 50 0
[pid=2171] ppid=2168 vsize=99508 CPUtime=383.48
/proc/2171/stat : 2171 (LySATi) R 2168 2168 1674 0 -1 4194304 24345 0 0 0 38327 21 0 0 25 0 1 0 1164972658 101896192 24313 1992294400 134512640 135226915 4294956208 18446744073709551615 134539439 0 0 4096 3 0 0 0 17 1 0 0
/proc/2171/statm: 24877 24313 81 174 0 24700 0
Current children cumulated CPU time (s) 390.09
Current children cumulated vsize (KiB) 104864

[startup+393.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2171
/proc/meminfo: memFree=1328112/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=6.61
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 310 36111 0 0 0 0 635 26 16 0 1 0 1164971995 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 237 195 169 0 50 0
[pid=2171] ppid=2168 vsize=99508 CPUtime=386.67
/proc/2171/stat : 2171 (LySATi) R 2168 2168 1674 0 -1 4194304 24345 0 0 0 38646 21 0 0 25 0 1 0 1164972658 101896192 24313 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/2171/statm: 24877 24313 81 174 0 24700 0
Current children cumulated CPU time (s) 393.28
Current children cumulated vsize (KiB) 104864

[startup+395.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2171
/proc/meminfo: memFree=1328112/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=6.61
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 310 36111 0 0 0 0 635 26 16 0 1 0 1164971995 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 237 195 169 0 50 0
[pid=2171] ppid=2168 vsize=99508 CPUtime=388.27
/proc/2171/stat : 2171 (LySATi) R 2168 2168 1674 0 -1 4194304 24345 0 0 0 38806 21 0 0 25 0 1 0 1164972658 101896192 24313 1992294400 134512640 135226915 4294956208 18446744073709551615 134543206 0 0 4096 3 0 0 0 17 0 0 0
/proc/2171/statm: 24877 24313 81 174 0 24700 0
Current children cumulated CPU time (s) 394.88
Current children cumulated vsize (KiB) 104864

[startup+395.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2171
/proc/meminfo: memFree=1328112/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=6.61
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 310 36111 0 0 0 0 635 26 16 0 1 0 1164971995 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 237 195 169 0 50 0
[pid=2171] ppid=2168 vsize=99508 CPUtime=388.67
/proc/2171/stat : 2171 (LySATi) R 2168 2168 1674 0 -1 4194304 24345 0 0 0 38846 21 0 0 25 0 1 0 1164972658 101896192 24313 1992294400 134512640 135226915 4294956208 18446744073709551615 134536699 0 0 4096 3 0 0 0 17 0 0 0
/proc/2171/statm: 24877 24313 81 174 0 24700 0
Current children cumulated CPU time (s) 395.28
Current children cumulated vsize (KiB) 104864

[startup+395.903 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2171
/proc/meminfo: memFree=1328112/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5356 CPUtime=6.61
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 310 36111 0 0 0 0 635 26 16 0 1 0 1164971995 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2168/statm: 1339 237 195 169 0 50 0
[pid=2171] ppid=2168 vsize=99508 CPUtime=389.07
/proc/2171/stat : 2171 (LySATi) R 2168 2168 1674 0 -1 4194304 24345 0 0 0 38886 21 0 0 25 0 1 0 1164972658 101896192 24313 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/2171/statm: 24877 24313 81 174 0 24700 0
Current children cumulated CPU time (s) 395.68
Current children cumulated vsize (KiB) 104864

[startup+396.007 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2171
/proc/meminfo: memFree=1328112/2055920 swapFree=4175700/4192956
[pid=2168] ppid=2166 vsize=5360 CPUtime=395.78
/proc/2168/stat : 2168 (lysat.sh) S 2166 2168 1674 0 -1 4194304 338 60463 0 0 0 0 39529 49 19 0 1 0 1164971995 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2168/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 395.78
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 396.01
CPU time (s): 395.801
CPU user time (s): 395.295
CPU system time (s): 0.505923
CPU usage (%): 99.9472
Max. virtual memory (cumulated for all children) (KiB): 133500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 395.295
system time used= 0.505923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60928
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= 38
involuntary context switches= 1430

runsolver used 0.359945 second user time and 1.08983 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-05 11:17:48
IDJOB=1580846
IDBENCH=71025
IDSOLVER=511
FILE ID=node30/1580846-1238923066
PBS_JOBID= 9101382
Free space on /tmp= 66524 MiB

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

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

MD5SUM BENCH= abc6c44b372f4addd18c6a7b2eac59f5
RANDOM SEED=1053845326

node30.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.260
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	: 5931.00
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.260
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:       1444896 kB
Buffers:         61428 kB
Cached:         477076 kB
SwapCached:      11208 kB
Active:         219904 kB
Inactive:       331800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1444896 kB
SwapTotal:     4192956 kB
SwapFree:      4175700 kB
Dirty:           20756 kB
Writeback:           0 kB
Mapped:          18812 kB
Slab:            45412 kB
Committed_AS:  3583860 kB
PageTables:       1380 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= 66524 MiB
End job on node30 at 2009-04-05 11:24:24