Trace number 1725936

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 c/2009-03-20UNSAT 207.041 207.11

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
MD5SUMdb9d2b7fba78f1cbe73aba9a1aa51042
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.6907
Satisfiable
(Un)Satisfiability was proved
Number of variables1133
Number of clauses56210
Sum of the clauses size352304
Maximum clause length22
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 22544
Number of clauses of size 310764
Number of clauses of size 427
Number of clauses of size 545
Number of clauses of size over 542794

Solver Data

0.00/0.00	c Parsing...
0.07/0.09	c ==============================================================================
0.07/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.07/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.07/0.09	c ==============================================================================
0.07/0.09	c |         0 |   55499   347295 |   16649       0        0     nan |  0.000 % |
0.29/0.39	c |         0 |   49674   326619 |      --       0       --      -- |     --   | -126/-2149
0.29/0.39	c ==============================================================================
0.29/0.39	c Result  :   #vars: 1069   #clauses: 49674   #literals: 326619
0.29/0.39	c CPU time:   0.39294 s
0.29/0.39	c ==============================================================================
0.49/0.52	This is MiniSat 2.0 beta
0.49/0.52	WARNING: for repeatability, setting FPU to use double precision
0.49/0.52	============================[ Problem Statistics ]=============================
0.49/0.52	|                                                                             |
0.49/0.52	|  Number of variables:  1069                                                 |
0.49/0.52	|  Number of clauses:    49674                                                |
0.49/0.56	|  Parsing time:         0.04         s                                       |
206.91/207.09	restarts              : 18
206.91/207.09	conflicts             : 218390         (1058 /sec)
206.91/207.09	decisions             : 304090         (1.68 % random) (1473 /sec)
206.91/207.09	propagations          : 19997870       (96861 /sec)
206.91/207.09	conflict literals     : 7441450        (48.96 % deleted)
206.91/207.09	Memory used           : 19.09 MB
206.91/207.09	CPU time              : 206.459 s
206.91/207.09	
206.91/207.09	UNSATISFIABLE
207.01/207.10	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-1725936-1240707897/watcher-1725936-1240707897 -o /tmp/evaluation-result-1725936-1240707897/solver-1725936-1240707897 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1725936-1240707897.cnf c 

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 0.99 3/64 27834
/proc/meminfo: memFree=1837876/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98822279 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27834/statm: 1339 235 195 169 0 50 0
[pid=27835] ppid=27834 vsize=956 CPUtime=0
/proc/27835/stat : 27835 (SatElite) R 27834 27834 27736 0 -1 4194304 139 0 0 0 0 0 0 0 18 0 1 0 98822280 978944 123 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/27835/statm: 239 123 52 127 0 109 0

[startup+0.0871201 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27834
/proc/meminfo: memFree=1837876/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98822279 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27834/statm: 1339 235 195 169 0 50 0
[pid=27835] ppid=27834 vsize=5592 CPUtime=0.07
/proc/27835/stat : 27835 (SatElite) R 27834 27834 27736 0 -1 4194304 1283 0 0 0 7 0 0 0 18 0 1 0 98822280 5726208 1267 1992294400 134512640 135034092 4294956112 18446744073709551615 134542711 0 0 4096 3 0 0 0 17 1 0 0
/proc/27835/statm: 1398 1267 52 127 0 1268 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10948

[startup+0.102081 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27834
/proc/meminfo: memFree=1837876/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98822279 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27834/statm: 1339 235 195 169 0 50 0
[pid=27835] ppid=27834 vsize=5592 CPUtime=0.09
/proc/27835/stat : 27835 (SatElite) R 27834 27834 27736 0 -1 4194304 1315 0 0 0 9 0 0 0 18 0 1 0 98822280 5726208 1300 1992294400 134512640 135034092 4294956112 18446744073709551615 134558534 0 0 4096 3 0 0 0 17 1 0 0
/proc/27835/statm: 1398 1300 64 127 0 1268 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10948

[startup+0.301103 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27834
/proc/meminfo: memFree=1837876/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98822279 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27834/statm: 1339 235 195 169 0 50 0
[pid=27835] ppid=27834 vsize=7092 CPUtime=0.29
/proc/27835/stat : 27835 (SatElite) R 27834 27834 27736 0 -1 4194304 1573 0 0 0 29 0 0 0 20 0 1 0 98822280 7262208 1552 1992294400 134512640 135034092 4294956112 18446744073709551615 134569582 0 0 4096 3 0 0 0 17 1 0 0
/proc/27835/statm: 1773 1552 67 127 0 1643 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12448

[startup+0.70216 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27834
/proc/meminfo: memFree=1837876/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0.51
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 310 1579 0 0 0 0 50 1 16 0 1 0 98822279 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27834/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 5356

[startup+1.50124 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27837
/proc/meminfo: memFree=1831588/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0.51
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 310 1579 0 0 0 0 50 1 16 0 1 0 98822279 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27834/statm: 1339 237 195 169 0 50 0
[pid=27837] ppid=27834 vsize=5668 CPUtime=0.96
/proc/27837/stat : 27837 (LySATc) R 27834 27834 27736 0 -1 4194304 1308 0 0 0 96 0 0 0 25 0 1 0 98822331 5804032 1293 1992294400 134512640 135214827 4294956224 18446744073709551615 134536982 0 0 4096 3 0 0 0 17 1 0 0
/proc/27837/statm: 1417 1293 78 171 0 1244 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11024

[startup+3.10142 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27837
/proc/meminfo: memFree=1830756/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0.51
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 310 1579 0 0 0 0 50 1 16 0 1 0 98822279 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27834/statm: 1339 237 195 169 0 50 0
[pid=27837] ppid=27834 vsize=6612 CPUtime=2.57
/proc/27837/stat : 27837 (LySATc) R 27834 27834 27736 0 -1 4194304 1527 0 0 0 256 1 0 0 25 0 1 0 98822331 6770688 1512 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/27837/statm: 1653 1512 78 171 0 1480 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11968

[startup+6.30178 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27837
/proc/meminfo: memFree=1828900/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0.51
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 310 1579 0 0 0 0 50 1 16 0 1 0 98822279 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27834/statm: 1339 237 195 169 0 50 0
[pid=27837] ppid=27834 vsize=7948 CPUtime=5.77
/proc/27837/stat : 27837 (LySATc) R 27834 27834 27736 0 -1 4194304 1875 0 0 0 575 2 0 0 25 0 1 0 98822331 8138752 1860 1992294400 134512640 135214827 4294956224 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 1 0 0
/proc/27837/statm: 1987 1860 78 171 0 1814 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 13304

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27837
/proc/meminfo: memFree=1826852/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0.51
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 310 1579 0 0 0 0 50 1 16 0 1 0 98822279 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27834/statm: 1339 237 195 169 0 50 0
[pid=27837] ppid=27834 vsize=9844 CPUtime=12.16
/proc/27837/stat : 27837 (LySATc) R 27834 27834 27736 0 -1 4194304 2347 0 0 0 1214 2 0 0 25 0 1 0 98822331 10080256 2332 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/27837/statm: 2461 2332 78 171 0 2288 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15200

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27837
/proc/meminfo: memFree=1823716/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0.51
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 310 1579 0 0 0 0 50 1 16 0 1 0 98822279 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27834/statm: 1339 237 195 169 0 50 0
[pid=27837] ppid=27834 vsize=12968 CPUtime=24.96
/proc/27837/stat : 27837 (LySATc) R 27834 27834 27736 0 -1 4194304 3103 0 0 0 2493 3 0 0 25 0 1 0 98822331 13279232 3088 1992294400 134512640 135214827 4294956224 18446744073709551615 134529264 0 0 4096 3 0 0 0 17 1 0 0
/proc/27837/statm: 3242 3088 78 171 0 3069 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 18324

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27837
/proc/meminfo: memFree=1821924/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0.51
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 310 1579 0 0 0 0 50 1 16 0 1 0 98822279 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27834/statm: 1339 237 195 169 0 50 0
[pid=27837] ppid=27834 vsize=14556 CPUtime=50.55
/proc/27837/stat : 27837 (LySATc) R 27834 27834 27736 0 -1 4194304 3531 0 0 0 5052 3 0 0 25 0 1 0 98822331 14905344 3516 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/27837/statm: 3639 3516 78 171 0 3466 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 19912

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27837
/proc/meminfo: memFree=1818916/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0.51
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 310 1579 0 0 0 0 50 1 16 0 1 0 98822279 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27834/statm: 1339 237 195 169 0 50 0
[pid=27837] ppid=27834 vsize=17784 CPUtime=101.74
/proc/27837/stat : 27837 (LySATc) R 27834 27834 27736 0 -1 4194304 4291 0 0 0 10170 4 0 0 25 0 1 0 98822331 18210816 4276 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/27837/statm: 4446 4276 78 171 0 4273 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 23140

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27837
/proc/meminfo: memFree=1817252/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0.51
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 310 1579 0 0 0 0 50 1 16 0 1 0 98822279 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27834/statm: 1339 237 195 169 0 50 0
[pid=27837] ppid=27834 vsize=19268 CPUtime=161.72
/proc/27837/stat : 27837 (LySATc) R 27834 27834 27736 0 -1 4194304 4691 0 0 0 16167 5 0 0 25 0 1 0 98822331 19730432 4676 1992294400 134512640 135214827 4294956224 18446744073709551615 134529399 0 0 4096 3 0 0 0 17 1 0 0
/proc/27837/statm: 4817 4676 78 171 0 4644 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 24624

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

[startup+179.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27837
/proc/meminfo: memFree=1817188/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0.51
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 310 1579 0 0 0 0 50 1 16 0 1 0 98822279 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27834/statm: 1339 237 195 169 0 50 0
[pid=27837] ppid=27834 vsize=19408 CPUtime=178.51
/proc/27837/stat : 27837 (LySATc) R 27834 27834 27736 0 -1 4194304 4717 0 0 0 17846 5 0 0 25 0 1 0 98822331 19873792 4702 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/27837/statm: 4852 4702 78 171 0 4679 0
Current children cumulated CPU time (s) 179.02
Current children cumulated vsize (KiB) 24764

[startup+191.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27837
/proc/meminfo: memFree=1817060/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0.51
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 310 1579 0 0 0 0 50 1 16 0 1 0 98822279 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27834/statm: 1339 237 195 169 0 50 0
[pid=27837] ppid=27834 vsize=19548 CPUtime=191.31
/proc/27837/stat : 27837 (LySATc) R 27834 27834 27736 0 -1 4194304 4750 0 0 0 19126 5 0 0 25 0 1 0 98822331 20017152 4735 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/27837/statm: 4887 4735 78 171 0 4714 0
Current children cumulated CPU time (s) 191.82
Current children cumulated vsize (KiB) 24904

[startup+198.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27837
/proc/meminfo: memFree=1816996/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0.51
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 310 1579 0 0 0 0 50 1 16 0 1 0 98822279 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27834/statm: 1339 237 195 169 0 50 0
[pid=27837] ppid=27834 vsize=19548 CPUtime=197.71
/proc/27837/stat : 27837 (LySATc) R 27834 27834 27736 0 -1 4194304 4752 0 0 0 19766 5 0 0 25 0 1 0 98822331 20017152 4737 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/27837/statm: 4887 4737 78 171 0 4714 0
Current children cumulated CPU time (s) 198.22
Current children cumulated vsize (KiB) 24904

[startup+201.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27837
/proc/meminfo: memFree=1816996/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0.51
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 310 1579 0 0 0 0 50 1 16 0 1 0 98822279 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27834/statm: 1339 237 195 169 0 50 0
[pid=27837] ppid=27834 vsize=19548 CPUtime=200.91
/proc/27837/stat : 27837 (LySATc) R 27834 27834 27736 0 -1 4194304 4752 0 0 0 20086 5 0 0 25 0 1 0 98822331 20017152 4737 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/27837/statm: 4887 4737 78 171 0 4714 0
Current children cumulated CPU time (s) 201.42
Current children cumulated vsize (KiB) 24904

[startup+204.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27837
/proc/meminfo: memFree=1816996/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0.51
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 310 1579 0 0 0 0 50 1 16 0 1 0 98822279 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27834/statm: 1339 237 195 169 0 50 0
[pid=27837] ppid=27834 vsize=19548 CPUtime=204.1
/proc/27837/stat : 27837 (LySATc) R 27834 27834 27736 0 -1 4194304 4755 0 0 0 20405 5 0 0 25 0 1 0 98822331 20017152 4740 1992294400 134512640 135214827 4294956224 18446744073709551615 134529434 0 0 4096 3 0 0 0 17 1 0 0
/proc/27837/statm: 4887 4740 78 171 0 4714 0
Current children cumulated CPU time (s) 204.61
Current children cumulated vsize (KiB) 24904

[startup+206.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27837
/proc/meminfo: memFree=1816996/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0.51
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 310 1579 0 0 0 0 50 1 16 0 1 0 98822279 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27834/statm: 1339 237 195 169 0 50 0
[pid=27837] ppid=27834 vsize=19548 CPUtime=205.71
/proc/27837/stat : 27837 (LySATc) R 27834 27834 27736 0 -1 4194304 4755 0 0 0 20566 5 0 0 25 0 1 0 98822331 20017152 4740 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/27837/statm: 4887 4740 78 171 0 4714 0
Current children cumulated CPU time (s) 206.22
Current children cumulated vsize (KiB) 24904

[startup+206.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27837
/proc/meminfo: memFree=1816996/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0.51
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 310 1579 0 0 0 0 50 1 16 0 1 0 98822279 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27834/statm: 1339 237 195 169 0 50 0
[pid=27837] ppid=27834 vsize=19548 CPUtime=206.11
/proc/27837/stat : 27837 (LySATc) R 27834 27834 27736 0 -1 4194304 4755 0 0 0 20606 5 0 0 25 0 1 0 98822331 20017152 4740 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/27837/statm: 4887 4740 78 171 0 4714 0
Current children cumulated CPU time (s) 206.62
Current children cumulated vsize (KiB) 24904

[startup+207.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27837
/proc/meminfo: memFree=1816996/2055920 swapFree=4181272/4192956
[pid=27834] ppid=27832 vsize=5356 CPUtime=0.51
/proc/27834/stat : 27834 (lysat.sh) S 27832 27834 27736 0 -1 4194304 310 1579 0 0 0 0 50 1 16 0 1 0 98822279 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27834/statm: 1339 237 195 169 0 50 0
[pid=27837] ppid=27834 vsize=0 CPUtime=206.5
/proc/27837/stat : 27837 (LySATc) R 27834 27834 27736 0 -1 4194308 4763 0 0 0 20645 5 0 0 25 0 1 0 98822331 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/27837/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 207.01
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 207.11
CPU time (s): 207.041
CPU user time (s): 206.963
CPU system time (s): 0.077988
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 24904

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

runsolver used 0.245962 second user time and 0.511922 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-26 03:04:57
IDJOB=1725936
IDBENCH=24601
IDSOLVER=512
FILE ID=node35/1725936-1240707897
PBS_JOBID= 9186836
Free space on /tmp= 66396 MiB

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

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

MD5SUM BENCH= db9d2b7fba78f1cbe73aba9a1aa51042
RANDOM SEED=1250318258

node35.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	: 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.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:       1838420 kB
Buffers:         20884 kB
Cached:         146604 kB
SwapCached:       5980 kB
Active:          40876 kB
Inactive:       134920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838420 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:            3848 kB
Writeback:           0 kB
Mapped:          13420 kB
Slab:            27788 kB
Committed_AS:   417116 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= 66396 MiB
End job on node35 at 2009-04-26 03:08:24