Trace number 1775133

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 906.233 906.618

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_07_UNSAT.cnf
MD5SUM6419e2e5b92274df2e7e43e6c6a98566
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.626
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses57446
Sum of the clauses size170514
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21939
Number of clauses of size 355484
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   57446   170514 |   17233       0        0     nan |  0.000 % |
0.29/0.37	c |         0 |   56659   238983 |      --       0       --      -- |     --   | -787/68469
0.29/0.37	c ==============================================================================
0.29/0.37	c Result  :   #vars: 636   #clauses: 56659   #literals: 238983
0.29/0.37	c CPU time:   0.366944 s
0.29/0.37	c ==============================================================================
0.39/0.45	c lySAT 0.1
0.39/0.45	c minisat core +  additionnal features
0.39/0.45	c ============================[ Problem Statistics ]=============================
0.39/0.45	c |                                                                             |
0.39/0.46	c |  Number of variables:  636                                                  |
0.39/0.46	c |  Number of clauses:    56659                                                |
0.39/0.49	c |  Parsing time:         0.03         s                                       |
906.19/906.60	c restarts              : 1139
906.19/906.60	c conflicts             : 1479526        (1634 /sec)
906.19/906.60	c decisions             : 2084956        (2.04 % random) (2302 /sec)
906.19/906.60	c euip                  : 129078      
906.19/906.60	c propagations          : 116918213      (129095 /sec)
906.19/906.60	c conflict literals     : 27611625       (24.39 % deleted)
906.19/906.60	c Memory used           : 51.50 MB
906.19/906.60	c CPU time              : 905.677 s
906.19/906.60	c 
906.19/906.61	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-1775133-1241247040/watcher-1775133-1241247040 -o /tmp/evaluation-result-1775133-1241247040/solver-1775133-1241247040 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1775133-1241247040.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 31370
/proc/meminfo: memFree=1167848/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152737147 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 235 195 169 0 50 0
[pid=31371] ppid=31370 vsize=1100 CPUtime=0
/proc/31371/stat : 31371 (SatElite) R 31370 31370 31333 0 -1 4194304 171 0 0 0 0 0 0 0 19 0 1 0 152737148 1126400 155 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/31371/statm: 275 156 50 127 0 145 0

[startup+0.044506 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 31370
/proc/meminfo: memFree=1167848/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152737147 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 235 195 169 0 50 0
[pid=31371] ppid=31370 vsize=4604 CPUtime=0.03
/proc/31371/stat : 31371 (SatElite) R 31370 31370 31333 0 -1 4194304 1081 0 0 0 3 0 0 0 19 0 1 0 152737148 4714496 1065 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/31371/statm: 1151 1065 68 127 0 1021 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9960

[startup+0.102509 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 31370
/proc/meminfo: memFree=1167848/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152737147 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 235 195 169 0 50 0
[pid=31371] ppid=31370 vsize=5416 CPUtime=0.09
/proc/31371/stat : 31371 (SatElite) R 31370 31370 31333 0 -1 4194304 1289 0 0 0 9 0 0 0 19 0 1 0 152737148 5545984 1273 1992294400 134512640 135034092 4294956112 18446744073709551615 134540710 0 0 4096 3 0 0 0 17 0 0 0
/proc/31371/statm: 1354 1273 68 127 0 1224 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10772

[startup+0.30253 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 31370
/proc/meminfo: memFree=1167848/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152737147 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 235 195 169 0 50 0
[pid=31371] ppid=31370 vsize=6808 CPUtime=0.29
/proc/31371/stat : 31371 (SatElite) R 31370 31370 31333 0 -1 4194304 1579 0 0 0 29 0 0 0 21 0 1 0 152737148 6971392 1563 1992294400 134512640 135034092 4294956112 18446744073709551615 134569541 0 0 4096 3 0 0 0 17 0 0 0
/proc/31371/statm: 1702 1563 68 127 0 1572 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12164

[startup+0.702581 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 31370
/proc/meminfo: memFree=1167848/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 5356

[startup+1.50166 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 31373
/proc/meminfo: memFree=1160664/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=6612 CPUtime=1.03
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 1531 0 0 0 103 0 0 0 25 0 1 0 152737193 6770688 1516 1992294400 134512640 135226915 4294956224 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 1653 1516 81 174 0 1476 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11968

[startup+3.10183 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 31373
/proc/meminfo: memFree=1159704/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=7736 CPUtime=2.63
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 1809 0 0 0 263 0 0 0 25 0 1 0 152737193 7921664 1794 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 1934 1794 81 174 0 1757 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13092

[startup+6.30118 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 31373
/proc/meminfo: memFree=1158168/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=8988 CPUtime=5.82
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 2093 0 0 0 582 0 0 0 25 0 1 0 152737193 9203712 2078 1992294400 134512640 135226915 4294956224 18446744073709551615 134537035 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 2247 2078 81 174 0 2070 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 14344

[startup+12.7019 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 31373
/proc/meminfo: memFree=1156192/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=10756 CPUtime=12.22
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 2512 0 0 0 1222 0 0 0 25 0 1 0 152737193 11014144 2497 1992294400 134512640 135226915 4294956224 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 2689 2497 81 174 0 2512 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 16112

[startup+25.5023 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 31373
/proc/meminfo: memFree=1154080/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=12976 CPUtime=25.02
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 3064 0 0 0 2501 1 0 0 25 0 1 0 152737193 13287424 3049 1992294400 134512640 135226915 4294956224 18446744073709551615 134537043 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 3244 3049 81 174 0 3067 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 18332

[startup+51.102 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 31373
/proc/meminfo: memFree=1150368/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=17076 CPUtime=50.61
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 4045 0 0 0 5058 3 0 0 25 0 1 0 152737193 17485824 4030 1992294400 134512640 135226915 4294956224 18446744073709551615 134536953 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 4269 4030 81 174 0 4092 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 22432

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31373
/proc/meminfo: memFree=1145248/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=22364 CPUtime=101.78
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 5261 0 0 0 10175 3 0 0 25 0 1 0 152737193 22900736 5246 1992294400 134512640 135226915 4294956224 18446744073709551615 134536839 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 5591 5246 81 174 0 5414 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 27720

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31373
/proc/meminfo: memFree=1141216/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=26644 CPUtime=161.77
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 6278 0 0 0 16173 4 0 0 25 0 1 0 152737193 27283456 6260 1992294400 134512640 135226915 4294956224 18446744073709551615 134531430 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 6661 6260 81 174 0 6484 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 32000

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31373
/proc/meminfo: memFree=1137760/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=30840 CPUtime=221.73
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 7232 0 0 0 22169 4 0 0 25 0 1 0 152737193 31580160 7140 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 7710 7140 81 174 0 7533 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 36196

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31373
/proc/meminfo: memFree=1132128/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=36600 CPUtime=281.71
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 8602 0 0 0 28166 5 0 0 25 0 1 0 152737193 37478400 8510 1992294400 134512640 135226915 4294956224 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 9150 8510 81 174 0 8973 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 41956

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31373
/proc/meminfo: memFree=1129312/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=39640 CPUtime=341.69
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 9318 0 0 0 34163 6 0 0 25 0 1 0 152737193 40591360 9226 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 9910 9226 81 174 0 9733 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 44996

[startup+402.302 s]

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


[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31373
/proc/meminfo: memFree=1123808/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=45896 CPUtime=581.59
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 10669 0 0 0 58152 7 0 0 25 0 1 0 152737193 46997504 10577 1992294400 134512640 135226915 4294956224 18446744073709551615 134543687 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 11474 10577 81 174 0 11297 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 51252

[startup+642.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31379
/proc/meminfo: memFree=1122720/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=46868 CPUtime=641.56
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 10884 0 0 0 64149 7 0 0 25 0 1 0 152737193 47992832 10792 1992294400 134512640 135226915 4294956224 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 11717 10792 81 174 0 11540 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 52224

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31379
/proc/meminfo: memFree=1122528/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=47228 CPUtime=701.54
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 10972 0 0 0 70147 7 0 0 25 0 1 0 152737193 48361472 10880 1992294400 134512640 135226915 4294956224 18446744073709551615 134536849 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 11807 10880 81 174 0 11630 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 52584

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31379
/proc/meminfo: memFree=1120160/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=49988 CPUtime=761.51
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 11521 0 0 0 76144 7 0 0 25 0 1 0 152737193 51187712 11429 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 12497 11429 81 174 0 12320 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 55344

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31379
/proc/meminfo: memFree=1119136/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=50708 CPUtime=821.49
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 11782 0 0 0 82141 8 0 0 25 0 1 0 152737193 51924992 11690 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 12677 11690 81 174 0 12500 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 56064

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31379
/proc/meminfo: memFree=1117920/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=52592 CPUtime=881.46
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 12105 0 0 0 88138 8 0 0 25 0 1 0 152737193 53854208 12013 1992294400 134512640 135226915 4294956224 18446744073709551615 134527232 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 13148 12013 81 174 0 12971 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 57948

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

[startup+883.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31379
/proc/meminfo: memFree=1117920/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=52592 CPUtime=882.26
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 12105 0 0 0 88218 8 0 0 25 0 1 0 152737193 53854208 12013 1992294400 134512640 135226915 4294956224 18446744073709551615 134526899 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 13148 12013 81 174 0 12971 0
Current children cumulated CPU time (s) 882.7
Current children cumulated vsize (KiB) 57948

[startup+895.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31379
/proc/meminfo: memFree=1117920/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=52592 CPUtime=895.05
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 12105 0 0 0 89497 8 0 0 25 0 1 0 152737193 53854208 12013 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 13148 12013 81 174 0 12971 0
Current children cumulated CPU time (s) 895.49
Current children cumulated vsize (KiB) 57948

[startup+902.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31379
/proc/meminfo: memFree=1117792/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=52736 CPUtime=901.45
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 12134 0 0 0 90137 8 0 0 25 0 1 0 152737193 54001664 12042 1992294400 134512640 135226915 4294956224 18446744073709551615 134536765 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 13184 12042 81 174 0 13007 0
Current children cumulated CPU time (s) 901.89
Current children cumulated vsize (KiB) 58092

[startup+903.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31379
/proc/meminfo: memFree=1117792/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=52736 CPUtime=903.05
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 12134 0 0 0 90297 8 0 0 25 0 1 0 152737193 54001664 12042 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 13184 12042 81 174 0 13007 0
Current children cumulated CPU time (s) 903.49
Current children cumulated vsize (KiB) 58092

[startup+905.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31379
/proc/meminfo: memFree=1117792/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=52736 CPUtime=904.65
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 12134 0 0 0 90457 8 0 0 25 0 1 0 152737193 54001664 12042 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 13184 12042 81 174 0 13007 0
Current children cumulated CPU time (s) 905.09
Current children cumulated vsize (KiB) 58092

[startup+906.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31379
/proc/meminfo: memFree=1117792/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=52736 CPUtime=905.45
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 12134 0 0 0 90537 8 0 0 25 0 1 0 152737193 54001664 12042 1992294400 134512640 135226915 4294956224 18446744073709551615 134536849 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 13184 12042 81 174 0 13007 0
Current children cumulated CPU time (s) 905.89
Current children cumulated vsize (KiB) 58092

[startup+906.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31379
/proc/meminfo: memFree=1117792/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=52736 CPUtime=905.65
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 12134 0 0 0 90557 8 0 0 25 0 1 0 152737193 54001664 12042 1992294400 134512640 135226915 4294956224 18446744073709551615 134536922 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 13184 12042 81 174 0 13007 0
Current children cumulated CPU time (s) 906.09
Current children cumulated vsize (KiB) 58092

[startup+906.602 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31379
/proc/meminfo: memFree=1117792/2055920 swapFree=4191900/4192956
[pid=31370] ppid=31368 vsize=5356 CPUtime=0.44
/proc/31370/stat : 31370 (lysat.sh) S 31368 31370 31333 0 -1 4194304 310 1584 0 0 0 0 44 0 18 0 1 0 152737147 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31370/statm: 1339 237 195 169 0 50 0
[pid=31373] ppid=31370 vsize=52736 CPUtime=905.75
/proc/31373/stat : 31373 (LySATi) R 31370 31370 31333 0 -1 4194304 12134 0 0 0 90567 8 0 0 25 0 1 0 152737193 54001664 12042 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/31373/statm: 13184 12042 81 174 0 13007 0
Current children cumulated CPU time (s) 906.19
Current children cumulated vsize (KiB) 58092

Child status: 20
Real time (s): 906.618
CPU time (s): 906.233
CPU user time (s): 906.124
CPU system time (s): 0.108983
CPU usage (%): 99.9575
Max. virtual memory (cumulated for all children) (KiB): 58092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 906.124
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14189
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= 37
involuntary context switches= 2144

runsolver used 0.796878 second user time and 2.50762 second system time

The end

Launcher Data

Begin job on node21 at 2009-05-02 08:50:40
IDJOB=1775133
IDBENCH=71091
IDSOLVER=609
FILE ID=node21/1775133-1241247040
PBS_JOBID= 9224886
Free space on /tmp= 66480 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_07_UNSAT.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775133-1241247040/watcher-1775133-1241247040 -o /tmp/evaluation-result-1775133-1241247040/solver-1775133-1241247040 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1775133-1241247040.cnf i

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

MD5SUM BENCH= 6419e2e5b92274df2e7e43e6c6a98566
RANDOM SEED=628750727

node21.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.233
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.233
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:       1168392 kB
Buffers:         73740 kB
Cached:         701744 kB
SwapCached:        260 kB
Active:          33320 kB
Inactive:       755328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1168392 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            3088 kB
Writeback:           0 kB
Mapped:          21692 kB
Slab:            84972 kB
Committed_AS:   764988 kB
PageTables:       1376 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= 66480 MiB
End job on node21 at 2009-05-02 09:05:47