Trace number 1824996

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 264.473 264.592

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
MD5SUM92c8b4fc23a7c22313979a2d9b3b5a58
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark101.986
Satisfiable
(Un)Satisfiability was proved
Number of variables1691
Number of clauses9177
Sum of the clauses size77698
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31389
Number of clauses of size 4171
Number of clauses of size 5960
Number of clauses of size over 56335

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    8918    76263 |    2675       0        0     nan |  0.000 % |
0.01/0.07	c |         0 |    7397    64229 |      --       0       --      -- |     --   | -633/-7045
0.01/0.07	c ==============================================================================
0.01/0.07	c Result  :   #vars: 1505   #clauses: 7397   #literals: 64229
0.01/0.07	c CPU time:   0.06399 s
0.01/0.07	c ==============================================================================
0.01/0.09	This is MiniSat 2.0 beta
0.01/0.09	WARNING: for repeatability, setting FPU to use double precision
0.01/0.09	============================[ Problem Statistics ]=============================
0.01/0.09	|                                                                             |
0.01/0.09	|  Number of variables:  1505                                                 |
0.01/0.09	|  Number of clauses:    7397                                                 |
0.08/0.10	|  Parsing time:         0.01         s                                       |
264.36/264.58	restarts              : 23
264.36/264.58	conflicts             : 1892421        (7159 /sec)
264.36/264.58	decisions             : 3784199        (1.94 % random) (14315 /sec)
264.36/264.58	propagations          : 79224080       (299684 /sec)
264.36/264.58	conflict literals     : 49231367       (33.30 % deleted)
264.36/264.58	Memory used           : 7.52 MB
264.36/264.58	CPU time              : 264.359 s
264.36/264.58	
264.36/264.58	UNSATISFIABLE
264.36/264.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-1824996-1242483840/watcher-1824996-1242483840 -o /tmp/evaluation-result-1824996-1242483840/solver-1824996-1242483840 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824996-1242483840.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15010
/proc/meminfo: memFree=707700/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 276413040 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15010/statm: 1339 235 195 169 0 50 0
[pid=15011] ppid=15010 vsize=1172 CPUtime=0
/proc/15011/stat : 15011 (SatElite) R 15010 15010 14932 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 276413040 1200128 174 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15011/statm: 293 174 52 127 0 163 0

[startup+0.0280379 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15010
/proc/meminfo: memFree=707700/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 276413040 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15010/statm: 1339 235 195 169 0 50 0
[pid=15011] ppid=15010 vsize=2320 CPUtime=0.01
/proc/15011/stat : 15011 (SatElite) R 15010 15010 14932 0 -1 4194304 461 0 0 0 1 0 0 0 18 0 1 0 276413040 2375680 445 1992294400 134512640 135034092 4294956112 18446744073709551615 134548962 0 0 4096 3 0 0 0 17 0 0 0
/proc/15011/statm: 580 445 67 127 0 450 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7676

[startup+0.101046 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15010
/proc/meminfo: memFree=707700/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+0.301069 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15010
/proc/meminfo: memFree=707700/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+0.701113 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15010
/proc/meminfo: memFree=707700/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+1.50119 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 15013
/proc/meminfo: memFree=705124/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
[pid=15013] ppid=15010 vsize=3504 CPUtime=1.39
/proc/15013/stat : 15013 (LySATc) R 15010 15010 14932 0 -1 4194304 596 0 0 0 139 0 0 0 25 0 1 0 276413050 3588096 581 1992294400 134512640 135214827 4294956224 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 876 581 78 171 0 703 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8860

[startup+3.10136 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 15013
/proc/meminfo: memFree=704676/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
[pid=15013] ppid=15010 vsize=3908 CPUtime=2.99
/proc/15013/stat : 15013 (LySATc) R 15010 15010 14932 0 -1 4194304 684 0 0 0 299 0 0 0 25 0 1 0 276413050 4001792 669 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 977 669 78 171 0 804 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9264

[startup+6.30169 s]
/proc/loadavg: 1.23 1.05 1.02 2/66 15013
/proc/meminfo: memFree=704164/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
[pid=15013] ppid=15010 vsize=4172 CPUtime=6.18
/proc/15013/stat : 15013 (LySATc) R 15010 15010 14932 0 -1 4194304 762 0 0 0 618 0 0 0 25 0 1 0 276413050 4272128 747 1992294400 134512640 135214827 4294956224 18446744073709551615 134529966 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 1043 747 78 171 0 870 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 9528

[startup+12.7014 s]
/proc/loadavg: 1.21 1.05 1.02 2/66 15013
/proc/meminfo: memFree=703588/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
[pid=15013] ppid=15010 vsize=4700 CPUtime=12.57
/proc/15013/stat : 15013 (LySATc) R 15010 15010 14932 0 -1 4194304 892 0 0 0 1257 0 0 0 25 0 1 0 276413050 4812800 877 1992294400 134512640 135214827 4294956224 18446744073709551615 134528376 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 1175 877 78 171 0 1002 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 10056

[startup+25.5017 s]
/proc/loadavg: 1.17 1.05 1.01 2/66 15013
/proc/meminfo: memFree=703204/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
[pid=15013] ppid=15010 vsize=5112 CPUtime=25.37
/proc/15013/stat : 15013 (LySATc) R 15010 15010 14932 0 -1 4194304 1014 0 0 0 2537 0 0 0 25 0 1 0 276413050 5234688 999 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 1278 999 78 171 0 1105 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 10468

[startup+51.1013 s]
/proc/loadavg: 1.18 1.06 1.02 2/66 15013
/proc/meminfo: memFree=702628/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
[pid=15013] ppid=15010 vsize=5784 CPUtime=50.95
/proc/15013/stat : 15013 (LySATc) R 15010 15010 14932 0 -1 4194304 1184 0 0 0 5095 0 0 0 25 0 1 0 276413050 5922816 1169 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 1446 1169 78 171 0 1273 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 11140

[startup+102.306 s]
/proc/loadavg: 1.16 1.06 1.02 2/66 15013
/proc/meminfo: memFree=701732/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
[pid=15013] ppid=15010 vsize=6592 CPUtime=102.14
/proc/15013/stat : 15013 (LySATc) R 15010 15010 14932 0 -1 4194304 1379 0 0 0 10214 0 0 0 25 0 1 0 276413050 6750208 1364 1992294400 134512640 135214827 4294956224 18446744073709551615 134529331 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 1648 1364 78 171 0 1475 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 11948

[startup+162.302 s]
/proc/loadavg: 1.13 1.07 1.02 2/66 15013
/proc/meminfo: memFree=701412/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
[pid=15013] ppid=15010 vsize=7000 CPUtime=162.11
/proc/15013/stat : 15013 (LySATc) R 15010 15010 14932 0 -1 4194304 1462 0 0 0 16211 0 0 0 25 0 1 0 276413050 7168000 1447 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 1750 1447 78 171 0 1577 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 12356

[startup+222.301 s]
/proc/loadavg: 1.20 1.10 1.03 2/66 15013
/proc/meminfo: memFree=700964/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
[pid=15013] ppid=15010 vsize=7412 CPUtime=222.09
/proc/15013/stat : 15013 (LySATc) R 15010 15010 14932 0 -1 4194304 1570 0 0 0 22208 1 0 0 25 0 1 0 276413050 7589888 1555 1992294400 134512640 135214827 4294956224 18446744073709551615 134536538 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 1853 1555 78 171 0 1680 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 12768

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

[startup+230.302 s]
/proc/loadavg: 1.18 1.10 1.03 2/66 15013
/proc/meminfo: memFree=700900/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
[pid=15013] ppid=15010 vsize=7412 CPUtime=230.09
/proc/15013/stat : 15013 (LySATc) R 15010 15010 14932 0 -1 4194304 1585 0 0 0 23008 1 0 0 25 0 1 0 276413050 7589888 1570 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 1853 1570 78 171 0 1680 0
Current children cumulated CPU time (s) 230.17
Current children cumulated vsize (KiB) 12768

[startup+243.105 s]
/proc/loadavg: 1.14 1.09 1.02 2/66 15013
/proc/meminfo: memFree=700836/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
[pid=15013] ppid=15010 vsize=7556 CPUtime=242.89
/proc/15013/stat : 15013 (LySATc) R 15010 15010 14932 0 -1 4194304 1612 0 0 0 24288 1 0 0 25 0 1 0 276413050 7737344 1597 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 1889 1597 78 171 0 1716 0
Current children cumulated CPU time (s) 242.97
Current children cumulated vsize (KiB) 12912

[startup+255.902 s]
/proc/loadavg: 1.11 1.08 1.02 2/66 15013
/proc/meminfo: memFree=700772/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
[pid=15013] ppid=15010 vsize=7696 CPUtime=255.68
/proc/15013/stat : 15013 (LySATc) R 15010 15010 14932 0 -1 4194304 1623 0 0 0 25567 1 0 0 25 0 1 0 276413050 7880704 1608 1992294400 134512640 135214827 4294956224 18446744073709551615 134529295 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 1924 1608 78 171 0 1751 0
Current children cumulated CPU time (s) 255.76
Current children cumulated vsize (KiB) 13052

[startup+259.102 s]
/proc/loadavg: 1.11 1.08 1.02 2/66 15013
/proc/meminfo: memFree=700772/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
[pid=15013] ppid=15010 vsize=7696 CPUtime=258.88
/proc/15013/stat : 15013 (LySATc) R 15010 15010 14932 0 -1 4194304 1630 0 0 0 25887 1 0 0 25 0 1 0 276413050 7880704 1615 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 1924 1615 78 171 0 1751 0
Current children cumulated CPU time (s) 258.96
Current children cumulated vsize (KiB) 13052

[startup+262.301 s]
/proc/loadavg: 1.10 1.08 1.02 2/66 15013
/proc/meminfo: memFree=700708/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
[pid=15013] ppid=15010 vsize=7696 CPUtime=262.08
/proc/15013/stat : 15013 (LySATc) R 15010 15010 14932 0 -1 4194304 1635 0 0 0 26207 1 0 0 25 0 1 0 276413050 7880704 1620 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 1924 1620 78 171 0 1751 0
Current children cumulated CPU time (s) 262.16
Current children cumulated vsize (KiB) 13052

[startup+263.902 s]
/proc/loadavg: 1.10 1.08 1.02 2/66 15013
/proc/meminfo: memFree=700708/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
[pid=15013] ppid=15010 vsize=7696 CPUtime=263.69
/proc/15013/stat : 15013 (LySATc) R 15010 15010 14932 0 -1 4194304 1647 0 0 0 26368 1 0 0 25 0 1 0 276413050 7880704 1632 1992294400 134512640 135214827 4294956224 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 1924 1632 78 171 0 1751 0
Current children cumulated CPU time (s) 263.77
Current children cumulated vsize (KiB) 13052

[startup+264.301 s]
/proc/loadavg: 1.10 1.08 1.02 2/66 15013
/proc/meminfo: memFree=700708/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
[pid=15013] ppid=15010 vsize=7696 CPUtime=264.08
/proc/15013/stat : 15013 (LySATc) R 15010 15010 14932 0 -1 4194304 1647 0 0 0 26407 1 0 0 25 0 1 0 276413050 7880704 1632 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 1924 1632 78 171 0 1751 0
Current children cumulated CPU time (s) 264.16
Current children cumulated vsize (KiB) 13052

[startup+264.501 s]
/proc/loadavg: 1.10 1.08 1.02 2/66 15013
/proc/meminfo: memFree=700708/2055920 swapFree=4181692/4192956
[pid=15010] ppid=15008 vsize=5356 CPUtime=0.08
/proc/15010/stat : 15010 (lysat.sh) S 15008 15010 14932 0 -1 4194304 310 484 0 0 0 0 8 0 15 0 1 0 276413040 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15010/statm: 1339 237 195 169 0 50 0
[pid=15013] ppid=15010 vsize=7696 CPUtime=264.28
/proc/15013/stat : 15013 (LySATc) R 15010 15010 14932 0 -1 4194304 1647 0 0 0 26427 1 0 0 25 0 1 0 276413050 7880704 1632 1992294400 134512640 135214827 4294956224 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 0 0 0
/proc/15013/statm: 1924 1632 78 171 0 1751 0
Current children cumulated CPU time (s) 264.36
Current children cumulated vsize (KiB) 13052

Child status: 20
Real time (s): 264.592
CPU time (s): 264.473
CPU user time (s): 264.447
CPU system time (s): 0.025996
CPU usage (%): 99.9551
Max. virtual memory (cumulated for all children) (KiB): 13052

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

runsolver used 0.280957 second user time and 0.687895 second system time

The end

Launcher Data

Begin job on node90 at 2009-05-16 16:24:00
IDJOB=1824996
IDBENCH=24714
IDSOLVER=667
FILE ID=node90/1824996-1242483840
PBS_JOBID= 9306837
Free space on /tmp= 66160 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824996-1242483840/watcher-1824996-1242483840 -o /tmp/evaluation-result-1824996-1242483840/solver-1824996-1242483840 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1824996-1242483840.cnf c

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

MD5SUM BENCH= 92c8b4fc23a7c22313979a2d9b3b5a58
RANDOM SEED=1740865480

node90.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        708180 kB
Buffers:         73040 kB
Cached:        1161912 kB
SwapCached:       5436 kB
Active:         110096 kB
Inactive:      1133452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        708180 kB
SwapTotal:     4192956 kB
SwapFree:      4181692 kB
Dirty:            2560 kB
Writeback:           0 kB
Mapped:          15088 kB
Slab:            90228 kB
Committed_AS:   858200 kB
PageTables:       1432 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= 66156 MiB
End job on node90 at 2009-05-16 16:28:24