Trace number 1731395

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 926.912 927.34

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-connm-ue-csp-sat-n800-d0.04-s362703357.sat05-548.reshuffled-07.cnf
MD5SUMd8fa78c834564753f42ad3a5aaefa23a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark256.362
Satisfiable
(Un)Satisfiability was proved
Number of variables796
Number of clauses10039
Sum of the clauses size30316
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39840
Number of clauses of size 4199
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   10039    30316 |    3011       0        0     nan |  0.000 % |
0.05/0.10	c |         0 |    9840    32882 |      --       0       --      -- |     --   | -199/2566
0.05/0.10	c ==============================================================================
0.05/0.10	c Result  :   #vars: 597   #clauses: 9840   #literals: 32882
0.05/0.10	c CPU time:   0.094985 s
0.05/0.10	c ==============================================================================
0.09/0.11	This is MiniSat 2.0 beta
0.09/0.11	WARNING: for repeatability, setting FPU to use double precision
0.09/0.11	============================[ Problem Statistics ]=============================
0.09/0.11	|                                                                             |
0.09/0.11	|  Number of variables:  597                                                  |
0.09/0.11	|  Number of clauses:    9840                                                 |
0.09/0.12	|  Parsing time:         0.01         s                                       |
926.86/927.33	restarts              : 25
926.86/927.33	conflicts             : 3970329        (4284 /sec)
926.86/927.33	decisions             : 4351048        (1.74 % random) (4695 /sec)
926.86/927.33	propagations          : 357490427      (385737 /sec)
926.86/927.33	conflict literals     : 76112886       (37.61 % deleted)
926.86/927.33	Memory used           : 7.99 MB
926.86/927.33	CPU time              : 926.772 s
926.86/927.33	
926.86/927.33	UNSATISFIABLE
926.86/927.33	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-1731395-1240770085/watcher-1731395-1240770085 -o /tmp/evaluation-result-1731395-1240770085/solver-1731395-1240770085 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1731395-1240770085.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 1.00 1.06 3/64 30861
/proc/meminfo: memFree=1734200/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0
/proc/30861/stat : 30861 (lysat.sh) R 30859 30861 30571 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 105036285 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 255539604127 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/30861/statm: 1339 234 194 169 0 50 0
[pid=30862] ppid=30861 vsize=824 CPUtime=0
/proc/30862/stat : 30862 (SatElite) R 30861 30861 30571 0 -1 4194304 133 0 0 0 0 0 0 0 18 0 1 0 105036285 843776 117 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/30862/statm: 206 118 50 127 0 76 0

[startup+0.0637389 s]
/proc/loadavg: 0.99 1.00 1.06 3/64 30861
/proc/meminfo: memFree=1734200/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 105036285 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30861/statm: 1339 235 195 169 0 50 0
[pid=30862] ppid=30861 vsize=2072 CPUtime=0.05
/proc/30862/stat : 30862 (SatElite) R 30861 30861 30571 0 -1 4194304 414 0 0 0 5 0 0 0 19 0 1 0 105036285 2121728 398 1992294400 134512640 135034092 4294956096 18446744073709551615 134569582 0 0 4096 3 0 0 0 17 0 0 0
/proc/30862/statm: 518 398 68 127 0 388 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7428

[startup+0.102742 s]
/proc/loadavg: 0.99 1.00 1.06 3/64 30861
/proc/meminfo: memFree=1734200/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 105036285 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30861/statm: 1339 235 195 169 0 50 0
[pid=30862] ppid=30861 vsize=2076 CPUtime=0.09
/proc/30862/stat : 30862 (SatElite) R 30861 30861 30571 0 -1 4194304 434 0 0 0 9 0 0 0 19 0 1 0 105036285 2125824 418 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/30862/statm: 519 418 69 127 0 389 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7432

[startup+0.302763 s]
/proc/loadavg: 0.99 1.00 1.06 3/64 30861
/proc/meminfo: memFree=1734200/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5356

[startup+0.702801 s]
/proc/loadavg: 0.99 1.00 1.06 3/64 30861
/proc/meminfo: memFree=1734200/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5356

[startup+1.50187 s]
/proc/loadavg: 0.99 1.00 1.06 2/66 30864
/proc/meminfo: memFree=1732072/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=3148 CPUtime=1.38
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 479 0 0 0 138 0 0 0 25 0 1 0 105036296 3223552 464 1992294400 134512640 135214827 4294956208 18446744073709551615 134529440 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 787 464 77 171 0 614 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8504

[startup+3.10202 s]
/proc/loadavg: 0.99 1.00 1.06 2/66 30864
/proc/meminfo: memFree=1731816/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=3412 CPUtime=2.98
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 537 0 0 0 298 0 0 0 25 0 1 0 105036296 3493888 522 1992294400 134512640 135214827 4294956208 18446744073709551615 134529515 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 853 522 77 171 0 680 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8768

[startup+6.30132 s]
/proc/loadavg: 0.99 1.00 1.06 2/66 30864
/proc/meminfo: memFree=1731368/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=3676 CPUtime=6.17
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 601 0 0 0 617 0 0 0 25 0 1 0 105036296 3764224 586 1992294400 134512640 135214827 4294956208 18446744073709551615 134536841 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 919 586 77 171 0 746 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 9032

[startup+12.7019 s]
/proc/loadavg: 0.99 1.00 1.06 2/66 30864
/proc/meminfo: memFree=1730984/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=4100 CPUtime=12.57
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 689 0 0 0 1257 0 0 0 25 0 1 0 105036296 4198400 674 1992294400 134512640 135214827 4294956208 18446744073709551615 134529264 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 1025 674 77 171 0 852 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9456

[startup+25.5011 s]
/proc/loadavg: 0.99 1.00 1.05 2/66 30864
/proc/meminfo: memFree=1730536/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=4508 CPUtime=25.37
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 802 0 0 0 2537 0 0 0 25 0 1 0 105036296 4616192 787 1992294400 134512640 135214827 4294956208 18446744073709551615 134529284 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 1127 787 77 171 0 954 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9864

[startup+51.1015 s]
/proc/loadavg: 0.99 1.00 1.05 2/66 30864
/proc/meminfo: memFree=1730088/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=5068 CPUtime=50.95
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 922 0 0 0 5095 0 0 0 25 0 1 0 105036296 5189632 907 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 1267 907 77 171 0 1094 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 10424

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 1.05 2/66 30864
/proc/meminfo: memFree=1729384/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=5604 CPUtime=102.14
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1059 0 0 0 10214 0 0 0 25 0 1 0 105036296 5738496 1044 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 1401 1044 77 171 0 1228 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 10960

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.04 2/66 30864
/proc/meminfo: memFree=1729000/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=6020 CPUtime=162.11
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1160 0 0 0 16211 0 0 0 25 0 1 0 105036296 6164480 1145 1992294400 134512640 135214827 4294956208 18446744073709551615 134538617 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 1505 1145 77 171 0 1332 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 11376

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.04 2/66 30864
/proc/meminfo: memFree=1728424/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=6596 CPUtime=222.09
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1296 0 0 0 22209 0 0 0 25 0 1 0 105036296 6754304 1281 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 1649 1281 77 171 0 1476 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 11952

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.03 2/66 30864
/proc/meminfo: memFree=1728232/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=6740 CPUtime=282.04
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1328 0 0 0 28204 0 0 0 25 0 1 0 105036296 6901760 1313 1992294400 134512640 135214827 4294956208 18446744073709551615 134529320 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 1685 1313 77 171 0 1512 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 12096

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.02 2/66 30864
/proc/meminfo: memFree=1727912/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=7028 CPUtime=342.03
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1419 0 0 0 34202 1 0 0 25 0 1 0 105036296 7196672 1404 1992294400 134512640 135214827 4294956208 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 1757 1404 77 171 0 1584 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 12384

[startup+402.301 s]
/proc/loadavg: 0.99 1.00 1.02 2/66 30864
/proc/meminfo: memFree=1727784/2055920 swapFree=4181248/4192956

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


[startup+582.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30864
/proc/meminfo: memFree=1727208/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=7740 CPUtime=581.91
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1581 0 0 0 58190 1 0 0 25 0 1 0 105036296 7925760 1566 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 1935 1566 77 171 0 1762 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 13096

[startup+642.303 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30864
/proc/meminfo: memFree=1727016/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=7872 CPUtime=641.88
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1603 0 0 0 64187 1 0 0 25 0 1 0 105036296 8060928 1588 1992294400 134512640 135214827 4294956208 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 1968 1588 77 171 0 1795 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 13228

[startup+702.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30864
/proc/meminfo: memFree=1726952/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=7872 CPUtime=701.85
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1618 0 0 0 70184 1 0 0 25 0 1 0 105036296 8060928 1603 1992294400 134512640 135214827 4294956208 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 1968 1603 77 171 0 1795 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 13228

[startup+762.307 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30864
/proc/meminfo: memFree=1726888/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=8008 CPUtime=761.83
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1632 0 0 0 76182 1 0 0 25 0 1 0 105036296 8200192 1617 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 2002 1617 77 171 0 1829 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 13364

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30864
/proc/meminfo: memFree=1726760/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=8176 CPUtime=821.8
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1670 0 0 0 82179 1 0 0 25 0 1 0 105036296 8372224 1655 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 2044 1655 77 171 0 1871 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 13532

[startup+882.303 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30864
/proc/meminfo: memFree=1726568/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=8176 CPUtime=881.78
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1701 0 0 0 88176 2 0 0 25 0 1 0 105036296 8372224 1686 1992294400 134512640 135214827 4294956208 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 2044 1686 77 171 0 1871 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 13532

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

[startup+895.901 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30864
/proc/meminfo: memFree=1726568/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=8176 CPUtime=895.38
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1702 0 0 0 89536 2 0 0 25 0 1 0 105036296 8372224 1687 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 2044 1687 77 171 0 1871 0
Current children cumulated CPU time (s) 895.48
Current children cumulated vsize (KiB) 13532

[startup+908.701 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30864
/proc/meminfo: memFree=1726568/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=8176 CPUtime=908.16
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1702 0 0 0 90814 2 0 0 25 0 1 0 105036296 8372224 1687 1992294400 134512640 135214827 4294956208 18446744073709551615 134537546 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 2044 1687 77 171 0 1871 0
Current children cumulated CPU time (s) 908.26
Current children cumulated vsize (KiB) 13532

[startup+915.101 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30864
/proc/meminfo: memFree=1726568/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=8176 CPUtime=914.56
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1703 0 0 0 91454 2 0 0 25 0 1 0 105036296 8372224 1688 1992294400 134512640 135214827 4294956208 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 2044 1688 77 171 0 1871 0
Current children cumulated CPU time (s) 914.66
Current children cumulated vsize (KiB) 13532

[startup+921.502 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30864
/proc/meminfo: memFree=1726568/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=8176 CPUtime=920.96
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1703 0 0 0 92094 2 0 0 25 0 1 0 105036296 8372224 1688 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 2044 1688 77 171 0 1871 0
Current children cumulated CPU time (s) 921.06
Current children cumulated vsize (KiB) 13532

[startup+924.703 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30864
/proc/meminfo: memFree=1726568/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=8176 CPUtime=924.16
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1703 0 0 0 92414 2 0 0 25 0 1 0 105036296 8372224 1688 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 2044 1688 77 171 0 1871 0
Current children cumulated CPU time (s) 924.26
Current children cumulated vsize (KiB) 13532

[startup+926.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30864
/proc/meminfo: memFree=1726568/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=8176 CPUtime=925.76
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1703 0 0 0 92574 2 0 0 25 0 1 0 105036296 8372224 1688 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 2044 1688 77 171 0 1871 0
Current children cumulated CPU time (s) 925.86
Current children cumulated vsize (KiB) 13532

[startup+927.101 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30864
/proc/meminfo: memFree=1726568/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=8176 CPUtime=926.56
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1703 0 0 0 92654 2 0 0 25 0 1 0 105036296 8372224 1688 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 2044 1688 77 171 0 1871 0
Current children cumulated CPU time (s) 926.66
Current children cumulated vsize (KiB) 13532

[startup+927.305 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30864
/proc/meminfo: memFree=1726568/2055920 swapFree=4181248/4192956
[pid=30861] ppid=30859 vsize=5356 CPUtime=0.1
/proc/30861/stat : 30861 (lysat.sh) S 30859 30861 30571 0 -1 4194304 310 437 0 0 0 0 10 0 16 0 1 0 105036285 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30861/statm: 1339 237 195 169 0 50 0
[pid=30864] ppid=30861 vsize=8176 CPUtime=926.76
/proc/30864/stat : 30864 (LySATc) R 30861 30861 30571 0 -1 4194304 1703 0 0 0 92674 2 0 0 25 0 1 0 105036296 8372224 1688 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/30864/statm: 2044 1688 77 171 0 1871 0
Current children cumulated CPU time (s) 926.86
Current children cumulated vsize (KiB) 13532

Child status: 20
Real time (s): 927.34
CPU time (s): 926.912
CPU user time (s): 926.88
CPU system time (s): 0.031995
CPU usage (%): 99.9538
Max. virtual memory (cumulated for all children) (KiB): 13532

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

runsolver used 0.777881 second user time and 2.6016 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-26 20:21:26
IDJOB=1731395
IDBENCH=24751
IDSOLVER=512
FILE ID=node48/1731395-1240770085
PBS_JOBID= 9187183
Free space on /tmp= 66384 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest04-connm-ue-csp-sat-n800-d0.04-s362703357.sat05-548.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731395-1240770085/watcher-1731395-1240770085 -o /tmp/evaluation-result-1731395-1240770085/solver-1731395-1240770085 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1731395-1240770085.cnf c

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

MD5SUM BENCH= d8fa78c834564753f42ad3a5aaefa23a
RANDOM SEED=1662529933

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:       1734680 kB
Buffers:         39548 kB
Cached:         218684 kB
SwapCached:       5676 kB
Active:          73984 kB
Inactive:       192276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734680 kB
SwapTotal:     4192956 kB
SwapFree:      4181248 kB
Dirty:            2308 kB
Writeback:           0 kB
Mapped:          13508 kB
Slab:            40988 kB
Committed_AS:   482480 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= 66384 MiB
End job on node48 at 2009-04-26 20:36:53