Trace number 1555447

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 839.837 840.194

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner064.cnf
MD5SUM1a0b22841159d2c84fdcb857229ffa08
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark155.387
Satisfiable
(Un)Satisfiability was proved
Number of variables24448
Number of clauses73151
Sum of the clauses size170683
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 248766
Number of clauses of size 324383
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.01/0.06	c ==============================================================================
0.01/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.06	c ==============================================================================
0.01/0.06	c |         0 |   73149   170681 |   21944       0        0     nan |  0.000 % |
0.68/0.70	c |         0 |   42312   121394 |      --       0       --      -- |     --   | -30835/-49282
0.68/0.70	c ==============================================================================
0.68/0.70	c Result  :   #vars: 9180   #clauses: 42312   #literals: 121394
0.68/0.70	c CPU time:   0.668898 s
0.68/0.70	c ==============================================================================
0.68/0.75	This is MiniSat 2.0 beta
0.68/0.75	WARNING: for repeatability, setting FPU to use double precision
0.68/0.75	============================[ Problem Statistics ]=============================
0.68/0.75	|                                                                             |
0.68/0.75	|  Number of variables:  9180                                                 |
0.68/0.75	|  Number of clauses:    42312                                                |
0.68/0.78	|  Parsing time:         0.02         s                                       |
839.73/840.17	restarts              : 22
839.73/840.17	conflicts             : 1407128        (1677 /sec)
839.73/840.17	decisions             : 2076148        (0.91 % random) (2475 /sec)
839.73/840.17	propagations          : 326138768      (388748 /sec)
839.73/840.17	conflict literals     : 113024679      (46.25 % deleted)
839.73/840.17	Memory used           : 55.15 MB
839.73/840.17	CPU time              : 838.947 s
839.73/840.17	
839.73/840.17	UNSATISFIABLE
839.73/840.18	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-1555447-1238741185/watcher-1555447-1238741185 -o /tmp/evaluation-result-1555447-1238741185/solver-1555447-1238741185 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1555447-1238741185.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: 1.88 1.84 1.46 3/81 7705
/proc/meminfo: memFree=1328208/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 500447420 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7705/statm: 1339 235 195 169 0 50 0
[pid=7706] ppid=7705 vsize=1100 CPUtime=0
/proc/7706/stat : 7706 (SatElite) R 7705 7705 7668 0 -1 4194304 176 0 0 0 0 0 0 0 18 0 1 0 500447421 1126400 160 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/7706/statm: 275 164 50 127 0 145 0

[startup+0.0272001 s]
/proc/loadavg: 1.88 1.84 1.46 3/81 7705
/proc/meminfo: memFree=1328208/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 500447420 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7705/statm: 1339 235 195 169 0 50 0
[pid=7706] ppid=7705 vsize=4440 CPUtime=0.01
/proc/7706/stat : 7706 (SatElite) R 7705 7705 7668 0 -1 4194304 921 0 0 0 1 0 0 0 18 0 1 0 500447421 4546560 905 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/7706/statm: 1110 906 50 127 0 980 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9796

[startup+0.102206 s]
/proc/loadavg: 1.88 1.84 1.46 3/81 7705
/proc/meminfo: memFree=1328208/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 500447420 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7705/statm: 1339 235 195 169 0 50 0
[pid=7706] ppid=7705 vsize=11560 CPUtime=0.08
/proc/7706/stat : 7706 (SatElite) R 7705 7705 7668 0 -1 4194304 2684 0 0 0 8 0 0 0 18 0 1 0 500447421 11837440 2524 1992294400 134512640 135034092 4294956112 18446744073709551615 134569130 0 0 4096 3 0 0 0 17 0 0 0
/proc/7706/statm: 2890 2524 68 127 0 2760 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16916

[startup+0.302224 s]
/proc/loadavg: 1.88 1.84 1.46 3/81 7705
/proc/meminfo: memFree=1328208/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 500447420 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7705/statm: 1339 235 195 169 0 50 0
[pid=7706] ppid=7705 vsize=13088 CPUtime=0.29
/proc/7706/stat : 7706 (SatElite) R 7705 7705 7668 0 -1 4194304 3043 0 0 0 27 2 0 0 19 0 1 0 500447421 13402112 2883 1992294400 134512640 135034092 4294956112 18446744073709551615 134575613 0 0 4096 3 0 0 0 17 0 0 0
/proc/7706/statm: 3272 2883 68 127 0 3142 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18444

[startup+0.702278 s]
/proc/loadavg: 1.88 1.84 1.46 3/81 7705
/proc/meminfo: memFree=1328208/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 500447420 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7705/statm: 1339 235 195 169 0 50 0
[pid=7706] ppid=7705 vsize=14620 CPUtime=0.68
/proc/7706/stat : 7706 (SatElite) R 7705 7705 7668 0 -1 4194304 3367 0 0 0 66 2 0 0 23 0 1 0 500447421 14970880 3135 1992294400 134512640 135034092 4294956112 18446744073709551615 134563455 0 0 4096 3 0 0 0 17 1 0 0
/proc/7706/statm: 3655 3135 68 127 0 3525 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 19976

[startup+1.50134 s]
/proc/loadavg: 1.81 1.83 1.46 2/83 7708
/proc/meminfo: memFree=1321664/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=5236 CPUtime=0.74
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 1077 0 0 0 74 0 0 0 24 0 1 0 500447496 5361664 1062 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 1309 1062 78 171 0 1136 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10592

[startup+3.1015 s]
/proc/loadavg: 1.81 1.83 1.46 2/83 7708
/proc/meminfo: memFree=1320448/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=6952 CPUtime=2.34
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 1495 0 0 0 233 1 0 0 25 0 1 0 500447496 7118848 1480 1992294400 134512640 135214827 4294956224 18446744073709551615 134527601 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 1738 1480 78 171 0 1565 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12308

[startup+6.30181 s]
/proc/loadavg: 1.82 1.83 1.46 2/83 7708
/proc/meminfo: memFree=1316288/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=10600 CPUtime=5.54
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 2408 0 0 0 552 2 0 0 25 0 1 0 500447496 10854400 2393 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 2650 2393 78 171 0 2477 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15956

[startup+12.7014 s]
/proc/loadavg: 1.75 1.82 1.46 2/83 7708
/proc/meminfo: memFree=1309976/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=16784 CPUtime=11.93
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 3945 0 0 0 1190 3 0 0 25 0 1 0 500447496 17186816 3930 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 4196 3930 78 171 0 4023 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22140

[startup+25.5017 s]
/proc/loadavg: 1.59 1.78 1.45 2/83 7708
/proc/meminfo: memFree=1303896/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=22476 CPUtime=24.73
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 5371 0 0 0 2469 4 0 0 25 0 1 0 500447496 23015424 5356 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 5619 5356 78 171 0 5446 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 27832

[startup+51.1012 s]
/proc/loadavg: 1.39 1.71 1.44 2/83 7708
/proc/meminfo: memFree=1295448/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=31048 CPUtime=50.31
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 7498 0 0 0 5025 6 0 0 25 0 1 0 500447496 31793152 7483 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 7762 7483 78 171 0 7589 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 36404

[startup+102.307 s]
/proc/loadavg: 1.17 1.60 1.41 2/83 7708
/proc/meminfo: memFree=1292952/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=33292 CPUtime=101.5
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 8088 0 0 0 10143 7 0 0 25 0 1 0 500447496 34091008 8073 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 8323 8073 78 171 0 8150 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 38648

[startup+162.301 s]
/proc/loadavg: 1.06 1.49 1.38 2/83 7708
/proc/meminfo: memFree=1288664/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=37648 CPUtime=161.46
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 9164 0 0 0 16138 8 0 0 25 0 1 0 500447496 38551552 9149 1992294400 134512640 135214827 4294956224 18446744073709551615 134536461 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 9412 9149 78 171 0 9239 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 43004

[startup+222.302 s]
/proc/loadavg: 1.02 1.40 1.35 2/83 7708
/proc/meminfo: memFree=1288536/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=37648 CPUtime=221.44
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 9172 0 0 0 22136 8 0 0 25 0 1 0 500447496 38551552 9157 1992294400 134512640 135214827 4294956224 18446744073709551615 134527424 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 9412 9157 78 171 0 9239 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 43004

[startup+282.302 s]
/proc/loadavg: 1.01 1.32 1.33 2/83 7710
/proc/meminfo: memFree=1277656/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=48312 CPUtime=281.41
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 11808 0 0 0 28131 10 0 0 25 0 1 0 500447496 49471488 11793 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 12078 11793 78 171 0 11905 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 53668

[startup+342.303 s]
/proc/loadavg: 1.00 1.26 1.31 2/83 7710
/proc/meminfo: memFree=1277912/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=48312 CPUtime=341.39
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 11808 0 0 0 34129 10 0 0 25 0 1 0 500447496 49471488 11793 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 12078 11793 78 171 0 11905 0

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


[startup+402.303 s]
/proc/loadavg: 1.05 1.23 1.29 2/83 7710
/proc/meminfo: memFree=1277912/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=48312 CPUtime=401.36
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 11816 0 0 0 40126 10 0 0 25 0 1 0 500447496 49471488 11801 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 12078 11801 78 171 0 11905 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 53668

[startup+462.302 s]
/proc/loadavg: 1.08 1.20 1.27 2/83 7710
/proc/meminfo: memFree=1276696/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=49764 CPUtime=461.33
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 12158 0 0 0 46123 10 0 0 25 0 1 0 500447496 50958336 12143 1992294400 134512640 135214827 4294956224 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 12441 12143 78 171 0 12268 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 55120

[startup+522.302 s]
/proc/loadavg: 1.03 1.16 1.25 2/83 7710
/proc/meminfo: memFree=1270296/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=56276 CPUtime=521.32
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 13770 0 0 0 52120 12 0 0 25 0 1 0 500447496 57626624 13755 1992294400 134512640 135214827 4294956224 18446744073709551615 134537363 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 14069 13755 78 171 0 13896 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 61632

[startup+582.302 s]
/proc/loadavg: 1.01 1.13 1.24 2/83 7710
/proc/meminfo: memFree=1270104/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=56472 CPUtime=581.29
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 13820 0 0 0 58117 12 0 0 25 0 1 0 500447496 57827328 13805 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 14118 13805 78 171 0 13945 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 61828

[startup+642.303 s]
/proc/loadavg: 1.00 1.10 1.22 2/83 7710
/proc/meminfo: memFree=1270040/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=56472 CPUtime=641.27
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 13831 0 0 0 64115 12 0 0 25 0 1 0 500447496 57827328 13816 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 14118 13816 78 171 0 13945 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 61828

[startup+702.303 s]
/proc/loadavg: 1.00 1.08 1.20 2/83 7710
/proc/meminfo: memFree=1269912/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=56472 CPUtime=701.25
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 13832 0 0 0 70113 12 0 0 25 0 1 0 500447496 57827328 13817 1992294400 134512640 135214827 4294956224 18446744073709551615 134529301 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 14118 13817 78 171 0 13945 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 61828

[startup+762.308 s]
/proc/loadavg: 1.00 1.06 1.18 2/83 7710
/proc/meminfo: memFree=1269912/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=56472 CPUtime=761.23
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 13832 0 0 0 76111 12 0 0 25 0 1 0 500447496 57827328 13817 1992294400 134512640 135214827 4294956224 18446744073709551615 134527625 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 14118 13817 78 171 0 13945 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 61828

[startup+822.303 s]
/proc/loadavg: 1.00 1.05 1.17 2/83 7710
/proc/meminfo: memFree=1269912/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=56472 CPUtime=821.19
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 13832 0 0 0 82107 12 0 0 25 0 1 0 500447496 57827328 13817 1992294400 134512640 135214827 4294956224 18446744073709551615 134527625 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 14118 13817 78 171 0 13945 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 61828

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

[startup+831.901 s]
/proc/loadavg: 1.00 1.05 1.17 2/83 7710
/proc/meminfo: memFree=1269912/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=56472 CPUtime=830.79
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 13832 0 0 0 83067 12 0 0 25 0 1 0 500447496 57827328 13817 1992294400 134512640 135214827 4294956224 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 14118 13817 78 171 0 13945 0
Current children cumulated CPU time (s) 831.53
Current children cumulated vsize (KiB) 61828

[startup+835.102 s]
/proc/loadavg: 1.00 1.05 1.17 2/83 7710
/proc/meminfo: memFree=1269912/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=56472 CPUtime=833.99
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 13832 0 0 0 83387 12 0 0 25 0 1 0 500447496 57827328 13817 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 14118 13817 78 171 0 13945 0
Current children cumulated CPU time (s) 834.73
Current children cumulated vsize (KiB) 61828

[startup+838.301 s]
/proc/loadavg: 1.00 1.05 1.17 2/83 7710
/proc/meminfo: memFree=1269912/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=56472 CPUtime=837.19
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 13832 0 0 0 83707 12 0 0 25 0 1 0 500447496 57827328 13817 1992294400 134512640 135214827 4294956224 18446744073709551615 134537510 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 14118 13817 78 171 0 13945 0
Current children cumulated CPU time (s) 837.93
Current children cumulated vsize (KiB) 61828

[startup+839.102 s]
/proc/loadavg: 1.00 1.05 1.17 2/83 7710
/proc/meminfo: memFree=1269912/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=56472 CPUtime=837.99
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 13832 0 0 0 83787 12 0 0 25 0 1 0 500447496 57827328 13817 1992294400 134512640 135214827 4294956224 18446744073709551615 134527356 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 14118 13817 78 171 0 13945 0
Current children cumulated CPU time (s) 838.73
Current children cumulated vsize (KiB) 61828

[startup+839.901 s]
/proc/loadavg: 1.00 1.05 1.17 2/83 7710
/proc/meminfo: memFree=1269912/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=56472 CPUtime=838.79
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 13832 0 0 0 83867 12 0 0 25 0 1 0 500447496 57827328 13817 1992294400 134512640 135214827 4294956224 18446744073709551615 134530642 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 14118 13817 78 171 0 13945 0
Current children cumulated CPU time (s) 839.53
Current children cumulated vsize (KiB) 61828

[startup+840.101 s]
/proc/loadavg: 1.00 1.05 1.17 2/83 7710
/proc/meminfo: memFree=1269912/2055920 swapFree=4169692/4192956
[pid=7705] ppid=7703 vsize=5356 CPUtime=0.74
/proc/7705/stat : 7705 (lysat.sh) S 7703 7705 7668 0 -1 4194304 310 3383 0 0 0 0 71 3 15 0 1 0 500447420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7705/statm: 1339 237 195 169 0 50 0
[pid=7708] ppid=7705 vsize=56472 CPUtime=838.99
/proc/7708/stat : 7708 (LySATc) R 7705 7705 7668 0 -1 4194304 13832 0 0 0 83887 12 0 0 25 0 1 0 500447496 57827328 13817 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/7708/statm: 14118 13817 78 171 0 13945 0
Current children cumulated CPU time (s) 839.73
Current children cumulated vsize (KiB) 61828

Child status: 20
Real time (s): 840.194
CPU time (s): 839.837
CPU user time (s): 839.666
CPU system time (s): 0.170974
CPU usage (%): 99.9575
Max. virtual memory (cumulated for all children) (KiB): 61828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 839.666
system time used= 0.170974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17689
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= 39
involuntary context switches= 3020

runsolver used 1.06484 second user time and 2.75758 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-03 08:46:25
IDJOB=1555447
IDBENCH=70800
IDSOLVER=512
FILE ID=node89/1555447-1238741185
PBS_JOBID= 9085436
Free space on /tmp= 66516 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner064.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1555447-1238741185/watcher-1555447-1238741185 -o /tmp/evaluation-result-1555447-1238741185/solver-1555447-1238741185 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1555447-1238741185.cnf c

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

MD5SUM BENCH= 1a0b22841159d2c84fdcb857229ffa08
RANDOM SEED=125408106

node89.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.240
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.240
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:       1328760 kB
Buffers:         96844 kB
Cached:         530692 kB
SwapCached:      12480 kB
Active:         314424 kB
Inactive:       327492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1328760 kB
SwapTotal:     4192956 kB
SwapFree:      4169692 kB
Dirty:            3396 kB
Writeback:           0 kB
Mapped:          19488 kB
Slab:            69544 kB
Committed_AS:  1645904 kB
PageTables:       2600 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= 66512 MiB
End job on node89 at 2009-04-03 09:00:26