Trace number 1722502

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 903.184 903.592

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.643
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.01/0.03	c ==============================================================================
0.01/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.03	c ==============================================================================
0.01/0.03	c |         0 |   57446   170514 |   17233       0        0     nan |  0.000 % |
0.28/0.37	c |         0 |   56659   238983 |      --       0       --      -- |     --   | -787/68469
0.28/0.37	c ==============================================================================
0.28/0.37	c Result  :   #vars: 636   #clauses: 56659   #literals: 238983
0.28/0.37	c CPU time:   0.362944 s
0.28/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.45	c |  Number of variables:  636                                                  |
0.39/0.45	c |  Number of clauses:    56659                                                |
0.39/0.49	c |  Parsing time:         0.03         s                                       |
903.07/903.57	c restarts              : 1139
903.07/903.57	c conflicts             : 1479526        (1639 /sec)
903.07/903.57	c decisions             : 2084956        (2.04 % random) (2310 /sec)
903.07/903.57	c euip                  : 129078      
903.07/903.57	c propagations          : 116918213      (129534 /sec)
903.07/903.57	c conflict literals     : 27611625       (24.39 % deleted)
903.07/903.57	c Memory used           : 51.50 MB
903.07/903.57	c CPU time              : 902.607 s
903.07/903.57	c 
903.07/903.58	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-1722502-1240676154/watcher-1722502-1240676154 -o /tmp/evaluation-result-1722502-1240676154/solver-1722502-1240676154 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1722502-1240676154.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: 0.99 0.98 1.00 3/64 19319
/proc/meminfo: memFree=1767744/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95648661 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 235 195 169 0 50 0
[pid=19320] ppid=19319 vsize=1100 CPUtime=0
/proc/19320/stat : 19320 (SatElite) R 19319 19319 18469 0 -1 4194304 172 0 0 0 0 0 0 0 19 0 1 0 95648661 1126400 156 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/19320/statm: 275 156 50 127 0 145 0

[startup+0.0177271 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 19319
/proc/meminfo: memFree=1767744/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95648661 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 235 195 169 0 50 0
[pid=19320] ppid=19319 vsize=2136 CPUtime=0.01
/proc/19320/stat : 19320 (SatElite) R 19319 19319 18469 0 -1 4194304 433 0 0 0 1 0 0 0 19 0 1 0 95648661 2187264 417 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/19320/statm: 534 418 50 127 0 404 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7492

[startup+0.101736 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 19319
/proc/meminfo: memFree=1767744/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95648661 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 235 195 169 0 50 0
[pid=19320] ppid=19319 vsize=5416 CPUtime=0.08
/proc/19320/stat : 19320 (SatElite) R 19319 19319 18469 0 -1 4194304 1289 0 0 0 8 0 0 0 19 0 1 0 95648661 5545984 1273 1992294400 134512640 135034092 4294956096 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/19320/statm: 1354 1273 68 127 0 1224 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10772

[startup+0.301758 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 19319
/proc/meminfo: memFree=1767744/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95648661 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 235 195 169 0 50 0
[pid=19320] ppid=19319 vsize=6808 CPUtime=0.28
/proc/19320/stat : 19320 (SatElite) R 19319 19319 18469 0 -1 4194304 1579 0 0 0 28 0 0 0 21 0 1 0 95648661 6971392 1563 1992294400 134512640 135034092 4294956096 18446744073709551615 134569541 0 0 4096 3 0 0 0 17 0 0 0
/proc/19320/statm: 1702 1563 68 127 0 1572 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12164

[startup+0.701813 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 19319
/proc/meminfo: memFree=1767744/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 5356

[startup+1.5019 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1760624/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=6612 CPUtime=1.03
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 1531 0 0 0 103 0 0 0 25 0 1 0 95648706 6770688 1516 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 1653 1516 81 174 0 1476 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11968

[startup+3.10108 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1759600/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=7736 CPUtime=2.62
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 1809 0 0 0 262 0 0 0 25 0 1 0 95648706 7921664 1794 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 1934 1794 81 174 0 1757 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 13092

[startup+6.30145 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1758064/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=9288 CPUtime=5.83
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 2160 0 0 0 582 1 0 0 25 0 1 0 95648706 9510912 2145 1992294400 134512640 135226915 4294956208 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 2322 2145 81 174 0 2145 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14644

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1756080/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=10756 CPUtime=12.22
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 2526 0 0 0 1221 1 0 0 25 0 1 0 95648706 11014144 2511 1992294400 134512640 135226915 4294956208 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 2689 2511 81 174 0 2512 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 16112

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1753904/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=12976 CPUtime=25.02
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 3065 0 0 0 2500 2 0 0 25 0 1 0 95648706 13287424 3050 1992294400 134512640 135226915 4294956208 18446744073709551615 134537299 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 3244 3050 81 174 0 3067 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 18332

[startup+51.1016 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1750128/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=17216 CPUtime=50.6
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 4070 0 0 0 5058 2 0 0 25 0 1 0 95648706 17629184 4055 1992294400 134512640 135226915 4294956208 18446744073709551615 134536852 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 4304 4055 81 174 0 4127 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 22572

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1745008/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=22364 CPUtime=101.78
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 5272 0 0 0 10175 3 0 0 25 0 1 0 95648706 22900736 5257 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 5591 5257 81 174 0 5414 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 27720

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1740912/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=26644 CPUtime=161.76
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 6278 0 0 0 16172 4 0 0 25 0 1 0 95648706 27283456 6260 1992294400 134512640 135226915 4294956208 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 6661 6260 81 174 0 6484 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 32000

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1737200/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=31100 CPUtime=221.74
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 7295 0 0 0 22169 5 0 0 25 0 1 0 95648706 31846400 7203 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 7775 7203 81 174 0 7598 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 36456

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1731952/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=36740 CPUtime=281.71
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 8631 0 0 0 28164 7 0 0 25 0 1 0 95648706 37621760 8539 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 9185 8539 81 174 0 9008 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 42096

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1729072/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=39712 CPUtime=341.69
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 9337 0 0 0 34161 8 0 0 25 0 1 0 95648706 40665088 9245 1992294400 134512640 135226915 4294956208 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 9928 9245 81 174 0 9751 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 45068


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


[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1725296/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=44012 CPUtime=521.59
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 10253 0 0 0 52150 9 0 0 25 0 1 0 95648706 45068288 10161 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 11003 10161 81 174 0 10826 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 49368

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1723568/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=45896 CPUtime=581.56
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 10670 0 0 0 58147 9 0 0 25 0 1 0 95648706 46997504 10578 1992294400 134512640 135226915 4294956208 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 11474 10578 81 174 0 11297 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 51252

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1722608/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=46868 CPUtime=641.54
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 10886 0 0 0 64145 9 0 0 25 0 1 0 95648706 47992832 10794 1992294400 134512640 135226915 4294956208 18446744073709551615 134536803 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 11717 10794 81 174 0 11540 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 52224

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1722160/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=47228 CPUtime=701.52
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 10976 0 0 0 70142 10 0 0 25 0 1 0 95648706 48361472 10884 1992294400 134512640 135226915 4294956208 18446744073709551615 134525828 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 11807 10884 81 174 0 11630 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 52584

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1719920/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=49988 CPUtime=761.5
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 11523 0 0 0 76140 10 0 0 25 0 1 0 95648706 51187712 11431 1992294400 134512640 135226915 4294956208 18446744073709551615 134536835 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 12497 11431 81 174 0 12320 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 55344

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1718960/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=50708 CPUtime=821.46
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 11784 0 0 0 82136 10 0 0 25 0 1 0 95648706 51924992 11692 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 12677 11692 81 174 0 12500 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 56064

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1717680/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=52592 CPUtime=881.43
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 12105 0 0 0 88133 10 0 0 25 0 1 0 95648706 53854208 12013 1992294400 134512640 135226915 4294956208 18446744073709551615 134527222 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 13148 12013 81 174 0 12971 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 57948

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

[startup+883.102 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1717680/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=52592 CPUtime=882.23
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 12105 0 0 0 88213 10 0 0 25 0 1 0 95648706 53854208 12013 1992294400 134512640 135226915 4294956208 18446744073709551615 134527036 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 13148 12013 81 174 0 12971 0
Current children cumulated CPU time (s) 882.67
Current children cumulated vsize (KiB) 57948

[startup+895.901 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1717488/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=52736 CPUtime=895.03
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 12134 0 0 0 89493 10 0 0 25 0 1 0 95648706 54001664 12042 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 13184 12042 81 174 0 13007 0
Current children cumulated CPU time (s) 895.47
Current children cumulated vsize (KiB) 58092

[startup+899.102 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1717488/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=52736 CPUtime=898.23
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 12134 0 0 0 89813 10 0 0 25 0 1 0 95648706 54001664 12042 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 13184 12042 81 174 0 13007 0
Current children cumulated CPU time (s) 898.67
Current children cumulated vsize (KiB) 58092

[startup+900.702 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1717488/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=52736 CPUtime=899.83
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 12134 0 0 0 89973 10 0 0 25 0 1 0 95648706 54001664 12042 1992294400 134512640 135226915 4294956208 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 13184 12042 81 174 0 13007 0
Current children cumulated CPU time (s) 900.27
Current children cumulated vsize (KiB) 58092

[startup+902.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1717488/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=52736 CPUtime=901.43
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 12134 0 0 0 90133 10 0 0 25 0 1 0 95648706 54001664 12042 1992294400 134512640 135226915 4294956208 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 13184 12042 81 174 0 13007 0
Current children cumulated CPU time (s) 901.87
Current children cumulated vsize (KiB) 58092

[startup+903.106 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1717488/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=52736 CPUtime=902.23
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 12134 0 0 0 90213 10 0 0 25 0 1 0 95648706 54001664 12042 1992294400 134512640 135226915 4294956208 18446744073709551615 134536821 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 13184 12042 81 174 0 13007 0
Current children cumulated CPU time (s) 902.67
Current children cumulated vsize (KiB) 58092

[startup+903.502 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 19322
/proc/meminfo: memFree=1717488/2055920 swapFree=4192812/4192956
[pid=19319] ppid=19317 vsize=5356 CPUtime=0.44
/proc/19319/stat : 19319 (lysat.sh) S 19317 19319 18469 0 -1 4194304 310 1584 0 0 0 0 43 1 18 0 1 0 95648661 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19319/statm: 1339 237 195 169 0 50 0
[pid=19322] ppid=19319 vsize=52736 CPUtime=902.63
/proc/19322/stat : 19322 (LySATi) R 19319 19319 18469 0 -1 4194304 12134 0 0 0 90253 10 0 0 25 0 1 0 95648706 54001664 12042 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/19322/statm: 13184 12042 81 174 0 13007 0
Current children cumulated CPU time (s) 903.07
Current children cumulated vsize (KiB) 58092

Child status: 20
Real time (s): 903.592
CPU time (s): 903.184
CPU user time (s): 903.047
CPU system time (s): 0.136979
CPU usage (%): 99.9548
Max. virtual memory (cumulated for all children) (KiB): 58092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 903.047
system time used= 0.136979
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= 38
involuntary context switches= 2798

runsolver used 0.805877 second user time and 2.48662 second system time

The end

Launcher Data

Begin job on node20 at 2009-04-25 18:15:54
IDJOB=1722502
IDBENCH=71091
IDSOLVER=511
FILE ID=node20/1722502-1240676154
PBS_JOBID= 9186588
Free space on /tmp= 66244 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-1722502-1240676154/watcher-1722502-1240676154 -o /tmp/evaluation-result-1722502-1240676154/solver-1722502-1240676154 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1722502-1240676154.cnf i

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

MD5SUM BENCH= 6419e2e5b92274df2e7e43e6c6a98566
RANDOM SEED=1482657540

node20.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.214
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.214
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:       1768288 kB
Buffers:         22420 kB
Cached:         191848 kB
SwapCached:          0 kB
Active:          97628 kB
Inactive:       130624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3028 kB
Writeback:           0 kB
Mapped:          23704 kB
Slab:            45496 kB
Committed_AS:   393868 kB
PageTables:       1396 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= 66244 MiB
End job on node20 at 2009-04-25 18:30:58