Trace number 1725829

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 93.5288 93.5743

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
MD5SUMf9cdae8890dde718d40830262adc8433
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.0236
Satisfiable
(Un)Satisfiability was proved
Number of variables1467
Number of clauses7521
Sum of the clauses size64621
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31130
Number of clauses of size 482
Number of clauses of size 5852
Number of clauses of size over 55183

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    7309    63695 |    2192       0        0     nan |  0.000 % |
0.04/0.06	c |         0 |    6058    53912 |      --       0       --      -- |     --   | -423/-5172
0.04/0.06	c ==============================================================================
0.04/0.06	c Result  :   #vars: 1343   #clauses: 6058   #literals: 53912
0.04/0.06	c CPU time:   0.06299 s
0.04/0.06	c ==============================================================================
0.04/0.08	c lySAT 0.1
0.04/0.08	c minisat core +  additionnal features
0.04/0.08	c ============================[ Problem Statistics ]=============================
0.04/0.08	c |                                                                             |
0.04/0.08	c |  Number of variables:  1343                                                 |
0.04/0.08	c |  Number of clauses:    6058                                                 |
0.04/0.09	c |  Parsing time:         0.01         s                                       |
93.43/93.56	c restarts              : 886
93.43/93.56	c conflicts             : 350910         (3758 /sec)
93.43/93.56	c decisions             : 964488         (4.36 % random) (10328 /sec)
93.43/93.56	c euip                  : 29915       
93.43/93.56	c propagations          : 10563245       (113112 /sec)
93.43/93.56	c conflict literals     : 8016365        (21.02 % deleted)
93.43/93.56	c Memory used           : 21.29 MB
93.43/93.56	c CPU time              : 93.3878 s
93.43/93.56	c 
93.43/93.56	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-1725829-1240706916/watcher-1725829-1240706916 -o /tmp/evaluation-result-1725829-1240706916/solver-1725829-1240706916 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1725829-1240706916.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.23 1.51 3/64 18002
/proc/meminfo: memFree=1457144/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98724346 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 235 195 169 0 50 0
[pid=18003] ppid=18002 vsize=956 CPUtime=0
/proc/18003/stat : 18003 (SatElite) R 18002 18002 17703 0 -1 4194304 143 0 0 0 0 0 0 0 19 0 1 0 98724346 978944 127 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/18003/statm: 239 128 52 127 0 109 0

[startup+0.0526419 s]
/proc/loadavg: 1.00 1.23 1.51 3/64 18002
/proc/meminfo: memFree=1457144/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98724346 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 235 195 169 0 50 0
[pid=18003] ppid=18002 vsize=1788 CPUtime=0.04
/proc/18003/stat : 18003 (SatElite) R 18002 18002 17703 0 -1 4194304 385 0 0 0 4 0 0 0 19 0 1 0 98724346 1830912 368 1992294400 134512640 135034092 4294956096 18446744073709551615 134566222 0 0 4096 3 0 0 0 17 0 0 0
/proc/18003/statm: 447 368 68 127 0 317 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7144

[startup+0.102653 s]
/proc/loadavg: 1.00 1.23 1.51 3/64 18002
/proc/meminfo: memFree=1457144/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0.07
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 310 393 0 0 0 0 7 0 17 0 1 0 98724346 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.302681 s]
/proc/loadavg: 1.00 1.23 1.51 3/64 18002
/proc/meminfo: memFree=1457144/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0.07
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 310 393 0 0 0 0 7 0 17 0 1 0 98724346 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.701744 s]
/proc/loadavg: 1.00 1.23 1.51 3/64 18002
/proc/meminfo: memFree=1457144/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0.07
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 310 393 0 0 0 0 7 0 17 0 1 0 98724346 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.50185 s]
/proc/loadavg: 1.00 1.23 1.51 2/66 18005
/proc/meminfo: memFree=1454248/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0.07
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 310 393 0 0 0 0 7 0 17 0 1 0 98724346 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 237 195 169 0 50 0
[pid=18005] ppid=18002 vsize=4596 CPUtime=1.4
/proc/18005/stat : 18005 (LySATi) R 18002 18002 17703 0 -1 4194304 868 0 0 0 140 0 0 0 25 0 1 0 98724355 4706304 853 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/18005/statm: 1149 853 82 174 0 972 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9952

[startup+3.10108 s]
/proc/loadavg: 1.00 1.23 1.51 2/66 18005
/proc/meminfo: memFree=1453096/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0.07
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 310 393 0 0 0 0 7 0 17 0 1 0 98724346 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 237 195 169 0 50 0
[pid=18005] ppid=18002 vsize=5512 CPUtime=3
/proc/18005/stat : 18005 (LySATi) R 18002 18002 17703 0 -1 4194304 1086 0 0 0 300 0 0 0 25 0 1 0 98724355 5644288 1071 1992294400 134512640 135226915 4294956208 18446744073709551615 134536821 0 0 4096 3 0 0 0 17 0 0 0
/proc/18005/statm: 1378 1071 82 174 0 1201 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10868

[startup+6.30155 s]
/proc/loadavg: 1.00 1.23 1.51 2/66 18005
/proc/meminfo: memFree=1451176/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0.07
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 310 393 0 0 0 0 7 0 17 0 1 0 98724346 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 237 195 169 0 50 0
[pid=18005] ppid=18002 vsize=6776 CPUtime=6.2
/proc/18005/stat : 18005 (LySATi) R 18002 18002 17703 0 -1 4194304 1416 0 0 0 619 1 0 0 25 0 1 0 98724355 6938624 1401 1992294400 134512640 135226915 4294956208 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/18005/statm: 1694 1401 82 174 0 1517 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12132

[startup+12.7015 s]
/proc/loadavg: 1.00 1.22 1.50 2/66 18005
/proc/meminfo: memFree=1448616/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0.07
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 310 393 0 0 0 0 7 0 17 0 1 0 98724346 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 237 195 169 0 50 0
[pid=18005] ppid=18002 vsize=9268 CPUtime=12.59
/proc/18005/stat : 18005 (LySATi) R 18002 18002 17703 0 -1 4194304 2022 0 0 0 1258 1 0 0 25 0 1 0 98724355 9490432 2007 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/18005/statm: 2317 2007 82 174 0 2140 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 14624

[startup+25.5023 s]
/proc/loadavg: 1.00 1.21 1.50 2/66 18005
/proc/meminfo: memFree=1446632/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0.07
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 310 393 0 0 0 0 7 0 17 0 1 0 98724346 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 237 195 169 0 50 0
[pid=18005] ppid=18002 vsize=11396 CPUtime=25.4
/proc/18005/stat : 18005 (LySATi) R 18002 18002 17703 0 -1 4194304 2543 0 0 0 2538 2 0 0 25 0 1 0 98724355 11669504 2528 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/18005/statm: 2849 2528 82 174 0 2672 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 16752

[startup+51.1021 s]
/proc/loadavg: 1.00 1.19 1.48 2/66 18005
/proc/meminfo: memFree=1441832/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0.07
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 310 393 0 0 0 0 7 0 17 0 1 0 98724346 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 237 195 169 0 50 0
[pid=18005] ppid=18002 vsize=16612 CPUtime=50.97
/proc/18005/stat : 18005 (LySATi) R 18002 18002 17703 0 -1 4194304 3786 0 0 0 5095 2 0 0 25 0 1 0 98724355 17010688 3771 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/18005/statm: 4153 3771 82 174 0 3976 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 21968

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

[startup+76.7018 s]
/proc/loadavg: 1.00 1.18 1.47 2/66 18005
/proc/meminfo: memFree=1440168/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0.07
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 310 393 0 0 0 0 7 0 17 0 1 0 98724346 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 237 195 169 0 50 0
[pid=18005] ppid=18002 vsize=18284 CPUtime=76.56
/proc/18005/stat : 18005 (LySATi) R 18002 18002 17703 0 -1 4194304 4189 0 0 0 7653 3 0 0 25 0 1 0 98724355 18722816 4174 1992294400 134512640 135226915 4294956208 18446744073709551615 134537043 0 0 4096 3 0 0 0 17 0 0 0
/proc/18005/statm: 4571 4174 82 174 0 4394 0
Current children cumulated CPU time (s) 76.63
Current children cumulated vsize (KiB) 23640

[startup+83.1017 s]
/proc/loadavg: 1.00 1.17 1.46 2/66 18005
/proc/meminfo: memFree=1438504/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0.07
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 310 393 0 0 0 0 7 0 17 0 1 0 98724346 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 237 195 169 0 50 0
[pid=18005] ppid=18002 vsize=20144 CPUtime=82.96
/proc/18005/stat : 18005 (LySATi) R 18002 18002 17703 0 -1 4194304 4596 0 0 0 8293 3 0 0 25 0 1 0 98724355 20627456 4581 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/18005/statm: 5036 4581 82 174 0 4859 0
Current children cumulated CPU time (s) 83.03
Current children cumulated vsize (KiB) 25500

[startup+89.5016 s]
/proc/loadavg: 1.00 1.17 1.46 2/66 18005
/proc/meminfo: memFree=1437096/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0.07
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 310 393 0 0 0 0 7 0 17 0 1 0 98724346 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 237 195 169 0 50 0
[pid=18005] ppid=18002 vsize=21524 CPUtime=89.36
/proc/18005/stat : 18005 (LySATi) R 18002 18002 17703 0 -1 4194304 4946 0 0 0 8932 4 0 0 25 0 1 0 98724355 22040576 4931 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/18005/statm: 5381 4931 82 174 0 5204 0
Current children cumulated CPU time (s) 89.43
Current children cumulated vsize (KiB) 26880

[startup+91.1019 s]
/proc/loadavg: 1.00 1.17 1.46 2/66 18005
/proc/meminfo: memFree=1436840/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0.07
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 310 393 0 0 0 0 7 0 17 0 1 0 98724346 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 237 195 169 0 50 0
[pid=18005] ppid=18002 vsize=21792 CPUtime=90.96
/proc/18005/stat : 18005 (LySATi) R 18002 18002 17703 0 -1 4194304 5014 0 0 0 9092 4 0 0 25 0 1 0 98724355 22315008 4999 1992294400 134512640 135226915 4294956208 18446744073709551615 134531057 0 0 4096 3 0 0 0 17 0 0 0
/proc/18005/statm: 5448 4999 82 174 0 5271 0
Current children cumulated CPU time (s) 91.03
Current children cumulated vsize (KiB) 27148

[startup+92.7011 s]
/proc/loadavg: 1.00 1.17 1.46 2/66 18005
/proc/meminfo: memFree=1436648/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0.07
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 310 393 0 0 0 0 7 0 17 0 1 0 98724346 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 237 195 169 0 50 0
[pid=18005] ppid=18002 vsize=21792 CPUtime=92.56
/proc/18005/stat : 18005 (LySATi) R 18002 18002 17703 0 -1 4194304 5022 0 0 0 9252 4 0 0 25 0 1 0 98724355 22315008 5007 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/18005/statm: 5448 5007 82 174 0 5271 0
Current children cumulated CPU time (s) 92.63
Current children cumulated vsize (KiB) 27148

[startup+93.1012 s]
/proc/loadavg: 1.00 1.17 1.46 2/66 18005
/proc/meminfo: memFree=1436648/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0.07
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 310 393 0 0 0 0 7 0 17 0 1 0 98724346 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 237 195 169 0 50 0
[pid=18005] ppid=18002 vsize=21792 CPUtime=92.96
/proc/18005/stat : 18005 (LySATi) R 18002 18002 17703 0 -1 4194304 5024 0 0 0 9292 4 0 0 25 0 1 0 98724355 22315008 5009 1992294400 134512640 135226915 4294956208 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/18005/statm: 5448 5009 82 174 0 5271 0
Current children cumulated CPU time (s) 93.03
Current children cumulated vsize (KiB) 27148

[startup+93.5052 s]
/proc/loadavg: 1.00 1.17 1.46 2/66 18005
/proc/meminfo: memFree=1436584/2055920 swapFree=4192956/4192956
[pid=18002] ppid=18000 vsize=5356 CPUtime=0.07
/proc/18002/stat : 18002 (lysat.sh) S 18000 18002 17703 0 -1 4194304 310 393 0 0 0 0 7 0 17 0 1 0 98724346 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18002/statm: 1339 237 195 169 0 50 0
[pid=18005] ppid=18002 vsize=21792 CPUtime=93.36
/proc/18005/stat : 18005 (LySATi) R 18002 18002 17703 0 -1 4194304 5024 0 0 0 9332 4 0 0 25 0 1 0 98724355 22315008 5009 1992294400 134512640 135226915 4294956208 18446744073709551615 134527027 0 0 4096 3 0 0 0 17 0 0 0
/proc/18005/statm: 5448 5009 82 174 0 5271 0
Current children cumulated CPU time (s) 93.43
Current children cumulated vsize (KiB) 27148

Child status: 20
Real time (s): 93.5743
CPU time (s): 93.5288
CPU user time (s): 93.4688
CPU system time (s): 0.05999
CPU usage (%): 99.9513
Max. virtual memory (cumulated for all children) (KiB): 27148

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

runsolver used 0.085986 second user time and 0.26196 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-26 02:48:36
IDJOB=1725829
IDBENCH=24599
IDSOLVER=511
FILE ID=node30/1725829-1240706916
PBS_JOBID= 9186794
Free space on /tmp= 66248 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1725829-1240706916/watcher-1725829-1240706916 -o /tmp/evaluation-result-1725829-1240706916/solver-1725829-1240706916 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1725829-1240706916.cnf i

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

MD5SUM BENCH= f9cdae8890dde718d40830262adc8433
RANDOM SEED=1182619028

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.265
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.265
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:       1457688 kB
Buffers:         66660 kB
Cached:         444224 kB
SwapCached:          0 kB
Active:          55728 kB
Inactive:       469628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1457688 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2472 kB
Writeback:           0 kB
Mapped:          24172 kB
Slab:            58976 kB
Committed_AS:   443196 kB
PageTables:       1356 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 node30 at 2009-04-26 02:50:09