Trace number 1718136

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 235.941 236.003

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.9.unsat.cnf
MD5SUM738c5d916b76338511b77dbd47cdbc16
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.9113
Satisfiable
(Un)Satisfiability was proved
Number of variables892
Number of clauses3006
Sum of the clauses size7828
Maximum clause length17
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21283
Number of clauses of size 31676
Number of clauses of size 418
Number of clauses of size 516
Number of clauses of size over 510

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    3003     7825 |     900       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    2507     7505 |      --       0       --      -- |     --   | -462/-249
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 604   #clauses: 2507   #literals: 7505
0.00/0.01	c CPU time:   0.014997 s
0.00/0.01	c ==============================================================================
0.00/0.02	c lySAT 0.1
0.00/0.02	c minisat core +  additionnal features
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Number of variables:  604                                                  |
0.00/0.02	c |  Number of clauses:    2507                                                 |
0.00/0.02	c |  Parsing time:         0.00         s                                       |
235.82/235.99	c restarts              : 558
235.82/235.99	c conflicts             : 569863         (2416 /sec)
235.82/235.99	c decisions             : 673802         (1.65 % random) (2857 /sec)
235.82/235.99	c euip                  : 16157       
235.82/235.99	c propagations          : 70746644       (299958 /sec)
235.82/235.99	c conflict literals     : 10947970       (57.72 % deleted)
235.82/235.99	c Memory used           : 25.27 MB
235.82/235.99	c CPU time              : 235.855 s
235.82/235.99	c 
235.82/235.99	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22130
/proc/meminfo: memFree=1767600/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91418633 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22130/statm: 1339 235 195 169 0 50 0
[pid=22131] ppid=22130 vsize=1096 CPUtime=0
/proc/22131/stat : 22131 (SatElite) R 22130 22130 21185 0 -1 4194304 205 0 0 0 0 0 0 0 18 0 1 0 91418634 1122304 189 1992294400 134512640 135034092 4294956096 18446744073709551615 134566576 0 0 4096 3 0 0 0 17 1 0 0
/proc/22131/statm: 274 189 68 127 0 144 0

[startup+0.0545339 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22130
/proc/meminfo: memFree=1767600/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.102572 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22130
/proc/meminfo: memFree=1767600/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.301555 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22130
/proc/meminfo: memFree=1767600/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.701593 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22130
/proc/meminfo: memFree=1767600/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+1.50167 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22133
/proc/meminfo: memFree=1765728/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
[pid=22133] ppid=22130 vsize=3384 CPUtime=1.47
/proc/22133/stat : 22133 (LySATi) R 22130 22130 21185 0 -1 4194304 511 0 0 0 147 0 0 0 25 0 1 0 91418636 3465216 496 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/22133/statm: 846 496 81 174 0 669 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8740

[startup+3.10182 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22133
/proc/meminfo: memFree=1765088/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
[pid=22133] ppid=22130 vsize=4444 CPUtime=3.07
/proc/22133/stat : 22133 (LySATi) R 22130 22130 21185 0 -1 4194304 755 0 0 0 307 0 0 0 25 0 1 0 91418636 4550656 740 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/22133/statm: 1111 740 81 174 0 934 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9800

[startup+6.30111 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22133
/proc/meminfo: memFree=1763552/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
[pid=22133] ppid=22130 vsize=5348 CPUtime=6.27
/proc/22133/stat : 22133 (LySATi) R 22130 22130 21185 0 -1 4194304 978 0 0 0 627 0 0 0 25 0 1 0 91418636 5476352 963 1992294400 134512640 135226915 4294956208 18446744073709551615 134537539 0 0 4096 3 0 0 0 17 0 0 0
/proc/22133/statm: 1337 963 81 174 0 1160 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10704

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22133
/proc/meminfo: memFree=1761248/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
[pid=22133] ppid=22130 vsize=7740 CPUtime=12.66
/proc/22133/stat : 22133 (LySATi) R 22130 22130 21185 0 -1 4194304 1544 0 0 0 1266 0 0 0 25 0 1 0 91418636 7925760 1529 1992294400 134512640 135226915 4294956208 18446744073709551615 134536849 0 0 4096 3 0 0 0 17 0 0 0
/proc/22133/statm: 1935 1529 81 174 0 1758 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13096

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22133
/proc/meminfo: memFree=1759200/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
[pid=22133] ppid=22130 vsize=9848 CPUtime=25.46
/proc/22133/stat : 22133 (LySATi) R 22130 22130 21185 0 -1 4194304 2075 0 0 0 2545 1 0 0 25 0 1 0 91418636 10084352 2052 1992294400 134512640 135226915 4294956208 18446744073709551615 134536757 0 0 4096 3 0 0 0 17 0 0 0
/proc/22133/statm: 2462 2052 81 174 0 2285 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 15204

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22133
/proc/meminfo: memFree=1755808/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
[pid=22133] ppid=22130 vsize=13692 CPUtime=51.05
/proc/22133/stat : 22133 (LySATi) R 22130 22130 21185 0 -1 4194304 2955 0 0 0 5103 2 0 0 25 0 1 0 91418636 14020608 2932 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/22133/statm: 3423 2932 81 174 0 3246 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 19048

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22133
/proc/meminfo: memFree=1751264/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
[pid=22133] ppid=22130 vsize=18200 CPUtime=102.24
/proc/22133/stat : 22133 (LySATi) R 22130 22130 21185 0 -1 4194304 4036 0 0 0 10221 3 0 0 25 0 1 0 91418636 18636800 4013 1992294400 134512640 135226915 4294956208 18446744073709551615 134543509 0 0 4096 3 0 0 0 17 0 0 0
/proc/22133/statm: 4550 4013 81 174 0 4373 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 23556

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22133
/proc/meminfo: memFree=1747232/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
[pid=22133] ppid=22130 vsize=22620 CPUtime=162.22
/proc/22133/stat : 22133 (LySATi) R 22130 22130 21185 0 -1 4194304 5047 0 0 0 16218 4 0 0 25 0 1 0 91418636 23162880 5024 1992294400 134512640 135226915 4294956208 18446744073709551615 134536902 0 0 4096 3 0 0 0 17 0 0 0
/proc/22133/statm: 5655 5024 81 174 0 5478 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 27976

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22133
/proc/meminfo: memFree=1744608/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
[pid=22133] ppid=22130 vsize=25876 CPUtime=222.21
/proc/22133/stat : 22133 (LySATi) R 22130 22130 21185 0 -1 4194304 5693 0 0 0 22216 5 0 0 25 0 1 0 91418636 26497024 5670 1992294400 134512640 135226915 4294956208 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 0 0 0
/proc/22133/statm: 6469 5670 81 174 0 6292 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 31232

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

[startup+223.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22133
/proc/meminfo: memFree=1744608/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
[pid=22133] ppid=22130 vsize=25876 CPUtime=223.81
/proc/22133/stat : 22133 (LySATi) R 22130 22130 21185 0 -1 4194304 5693 0 0 0 22376 5 0 0 25 0 1 0 91418636 26497024 5670 1992294400 134512640 135226915 4294956208 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/22133/statm: 6469 5670 81 174 0 6292 0
Current children cumulated CPU time (s) 223.82
Current children cumulated vsize (KiB) 31232

[startup+230.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22133
/proc/meminfo: memFree=1744608/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
[pid=22133] ppid=22130 vsize=25876 CPUtime=230.21
/proc/22133/stat : 22133 (LySATi) R 22130 22130 21185 0 -1 4194304 5693 0 0 0 23016 5 0 0 25 0 1 0 91418636 26497024 5670 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/22133/statm: 6469 5670 81 174 0 6292 0
Current children cumulated CPU time (s) 230.22
Current children cumulated vsize (KiB) 31232

[startup+233.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22133
/proc/meminfo: memFree=1744608/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
[pid=22133] ppid=22130 vsize=25876 CPUtime=233.41
/proc/22133/stat : 22133 (LySATi) R 22130 22130 21185 0 -1 4194304 5693 0 0 0 23336 5 0 0 25 0 1 0 91418636 26497024 5670 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/22133/statm: 6469 5670 81 174 0 6292 0
Current children cumulated CPU time (s) 233.42
Current children cumulated vsize (KiB) 31232

[startup+235.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22133
/proc/meminfo: memFree=1744608/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
[pid=22133] ppid=22130 vsize=25876 CPUtime=235.01
/proc/22133/stat : 22133 (LySATi) R 22130 22130 21185 0 -1 4194304 5693 0 0 0 23496 5 0 0 25 0 1 0 91418636 26497024 5670 1992294400 134512640 135226915 4294956208 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/22133/statm: 6469 5670 81 174 0 6292 0
Current children cumulated CPU time (s) 235.02
Current children cumulated vsize (KiB) 31232

[startup+235.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22133
/proc/meminfo: memFree=1744608/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
[pid=22133] ppid=22130 vsize=25876 CPUtime=235.41
/proc/22133/stat : 22133 (LySATi) R 22130 22130 21185 0 -1 4194304 5693 0 0 0 23536 5 0 0 25 0 1 0 91418636 26497024 5670 1992294400 134512640 135226915 4294956208 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 0 0 0
/proc/22133/statm: 6469 5670 81 174 0 6292 0
Current children cumulated CPU time (s) 235.42
Current children cumulated vsize (KiB) 31232

[startup+235.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22133
/proc/meminfo: memFree=1744608/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5356 CPUtime=0.01
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 310 226 0 0 0 0 1 0 16 0 1 0 91418633 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22130/statm: 1339 237 195 169 0 50 0
[pid=22133] ppid=22130 vsize=25876 CPUtime=235.81
/proc/22133/stat : 22133 (LySATi) R 22130 22130 21185 0 -1 4194304 5693 0 0 0 23576 5 0 0 25 0 1 0 91418636 26497024 5670 1992294400 134512640 135226915 4294956208 18446744073709551615 134537275 0 0 4096 3 0 0 0 17 0 0 0
/proc/22133/statm: 6469 5670 81 174 0 6292 0
Current children cumulated CPU time (s) 235.82
Current children cumulated vsize (KiB) 31232

[startup+236.001 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22133
/proc/meminfo: memFree=1744608/2055920 swapFree=4181280/4192956
[pid=22130] ppid=22128 vsize=5360 CPUtime=235.93
/proc/22130/stat : 22130 (lysat.sh) S 22128 22130 21185 0 -1 4194304 338 5926 0 0 0 0 23587 6 19 0 1 0 91418633 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22130/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 235.93
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 236.003
CPU time (s): 235.941
CPU user time (s): 235.875
CPU system time (s): 0.065989
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 31232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 235.875
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6391
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= 40
involuntary context switches= 248

runsolver used 0.179972 second user time and 0.686895 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-25 06:31:49
IDJOB=1718136
IDBENCH=20471
IDSOLVER=511
FILE ID=node48/1718136-1240633909
PBS_JOBID= 9186348
Free space on /tmp= 66308 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.9.unsat.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718136-1240633909/watcher-1718136-1240633909 -o /tmp/evaluation-result-1718136-1240633909/solver-1718136-1240633909 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1718136-1240633909.cnf i

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

MD5SUM BENCH= 738c5d916b76338511b77dbd47cdbc16
RANDOM SEED=797654834

node48.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.209
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.209
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:       1768144 kB
Buffers:         49908 kB
Cached:         160736 kB
SwapCached:       5596 kB
Active:          78120 kB
Inactive:       140484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768144 kB
SwapTotal:     4192956 kB
SwapFree:      4181280 kB
Dirty:            2232 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            55272 kB
Committed_AS:   393144 kB
PageTables:       1368 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= 66308 MiB
End job on node48 at 2009-04-25 06:35:45