Trace number 1723829

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 493.756 494.002

General information on the benchmark

Namesimon-s02b-dp11u10.cnf
MD5SUMbd35ccd857138682818061a3fbcb7546
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark101.893
Satisfiable
(Un)Satisfiability was proved
Number of variables8513
Number of clauses25271
Sum of the clauses size59561
Maximum clause length11
Minimum clause length1
Number of clauses of size 122
Number of clauses of size 216216
Number of clauses of size 39032
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   24658    57931 |    7397       0        0     nan |  0.000 % |
0.08/0.19	c |         0 |   10352    31518 |      --       0       --      -- |     --   | -12019/-20697
0.08/0.19	c ==============================================================================
0.08/0.19	c Result  :   #vars: 2123   #clauses: 10352   #literals: 31518
0.08/0.19	c CPU time:   0.184971 s
0.08/0.19	c ==============================================================================
0.18/0.21	This is MiniSat 2.0 beta
0.18/0.21	WARNING: for repeatability, setting FPU to use double precision
0.18/0.21	============================[ Problem Statistics ]=============================
0.18/0.21	|                                                                             |
0.18/0.21	|  Number of variables:  2123                                                 |
0.18/0.21	|  Number of clauses:    10352                                                |
0.18/0.22	|  Parsing time:         0.01         s                                       |
493.63/493.99	restarts              : 23
493.63/493.99	conflicts             : 1769669        (3586 /sec)
493.63/493.99	decisions             : 2059602        (1.33 % random) (4173 /sec)
493.63/493.99	propagations          : 507722526      (1028801 /sec)
493.63/493.99	conflict literals     : 47232127       (52.08 % deleted)
493.63/493.99	Memory used           : 10.38 MB
493.63/493.99	CPU time              : 493.509 s
493.63/493.99	
493.63/493.99	UNSATISFIABLE
493.63/493.99	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1723829-1240689331/watcher-1723829-1240689331 -o /tmp/evaluation-result-1723829-1240689331/solver-1723829-1240689331 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1723829-1240689331.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.04 1.05 1.09 3/64 20582
/proc/meminfo: memFree=1732192/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96960305 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 235 195 169 0 50 0
[pid=20583] ppid=20582 vsize=5356 CPUtime=0
/proc/20583/stat : 20583 (lysat.sh) R 20582 20582 19976 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 96960305 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217051622695 0 0 4096 0 0 0 0 17 1 0 0
/proc/20583/statm: 1339 235 195 169 0 50 0

[startup+0.0444169 s]
/proc/loadavg: 1.04 1.05 1.09 3/64 20582
/proc/meminfo: memFree=1732192/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96960305 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 235 195 169 0 50 0
[pid=20583] ppid=20582 vsize=4864 CPUtime=0.03
/proc/20583/stat : 20583 (SatElite) R 20582 20582 19976 0 -1 4194304 1069 0 0 0 3 0 0 0 18 0 1 0 96960305 4980736 993 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/20583/statm: 1216 993 68 127 0 1086 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10220

[startup+0.102422 s]
/proc/loadavg: 1.04 1.05 1.09 3/64 20582
/proc/meminfo: memFree=1732192/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96960305 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 235 195 169 0 50 0
[pid=20583] ppid=20582 vsize=5152 CPUtime=0.08
/proc/20583/stat : 20583 (SatElite) R 20582 20582 19976 0 -1 4194304 1152 0 0 0 8 0 0 0 18 0 1 0 96960305 5275648 1076 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/20583/statm: 1288 1076 68 127 0 1158 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10508

[startup+0.301449 s]
/proc/loadavg: 1.04 1.05 1.09 3/64 20582
/proc/meminfo: memFree=1732192/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5356

[startup+0.701494 s]
/proc/loadavg: 1.04 1.05 1.09 3/64 20582
/proc/meminfo: memFree=1732192/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5356

[startup+1.50258 s]
/proc/loadavg: 1.03 1.05 1.09 2/66 20585
/proc/meminfo: memFree=1729360/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=3768 CPUtime=1.28
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 613 0 0 0 128 0 0 0 25 0 1 0 96960326 3858432 598 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 942 598 77 171 0 769 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9124

[startup+3.10175 s]
/proc/loadavg: 1.03 1.05 1.09 2/66 20585
/proc/meminfo: memFree=1728848/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=4164 CPUtime=2.88
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 715 0 0 0 288 0 0 0 25 0 1 0 96960326 4263936 700 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 1041 700 77 171 0 868 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9520

[startup+6.30111 s]
/proc/loadavg: 1.03 1.05 1.09 2/66 20585
/proc/meminfo: memFree=1728080/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=4564 CPUtime=6.08
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 815 0 0 0 608 0 0 0 25 0 1 0 96960326 4673536 800 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 1141 800 77 171 0 968 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 9920

[startup+12.7018 s]
/proc/loadavg: 1.03 1.04 1.09 2/66 20585
/proc/meminfo: memFree=1727512/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=5004 CPUtime=12.47
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 925 0 0 0 1247 0 0 0 25 0 1 0 96960326 5124096 910 1992294400 134512640 135214827 4294956208 18446744073709551615 134529700 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 1251 910 77 171 0 1078 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 10360

[startup+25.5012 s]
/proc/loadavg: 1.02 1.04 1.09 2/66 20585
/proc/meminfo: memFree=1726936/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=5696 CPUtime=25.27
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 1093 0 0 0 2527 0 0 0 25 0 1 0 96960326 5832704 1078 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 1424 1078 77 171 0 1251 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11052

[startup+51.1011 s]
/proc/loadavg: 1.01 1.04 1.09 2/66 20585
/proc/meminfo: memFree=1726360/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=6232 CPUtime=50.85
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 1240 0 0 0 5085 0 0 0 25 0 1 0 96960326 6381568 1225 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 1558 1225 77 171 0 1385 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 11588

[startup+102.307 s]
/proc/loadavg: 1.00 1.03 1.08 2/66 20585
/proc/meminfo: memFree=1725400/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=7188 CPUtime=102.03
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 1447 0 0 0 10203 0 0 0 25 0 1 0 96960326 7360512 1432 1992294400 134512640 135214827 4294956208 18446744073709551615 134529669 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 1797 1432 77 171 0 1624 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 12544

[startup+162.301 s]
/proc/loadavg: 1.00 1.02 1.08 2/66 20585
/proc/meminfo: memFree=1724888/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=7732 CPUtime=162.01
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 1577 0 0 0 16200 1 0 0 25 0 1 0 96960326 7917568 1562 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 1933 1562 77 171 0 1760 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 13088

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.07 2/66 20585
/proc/meminfo: memFree=1723928/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=8572 CPUtime=221.98
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 1804 0 0 0 22197 1 0 0 25 0 1 0 96960326 8777728 1789 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 2143 1789 77 171 0 1970 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 13928

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.06 2/66 20585
/proc/meminfo: memFree=1723160/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=9276 CPUtime=281.94
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 1987 0 0 0 28193 1 0 0 25 0 1 0 96960326 9498624 1972 1992294400 134512640 135214827 4294956208 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 2319 1972 77 171 0 2146 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 14632

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 20591
/proc/meminfo: memFree=1722648/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=9604 CPUtime=341.92
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 2051 0 0 0 34190 2 0 0 25 0 1 0 96960326 9834496 2036 1992294400 134512640 135214827 4294956208 18446744073709551615 134539090 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 2401 2036 77 171 0 2228 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 14960

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 20591
/proc/meminfo: memFree=1722648/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=9920 CPUtime=401.88
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 2107 0 0 0 40186 2 0 0 25 0 1 0 96960326 10158080 2092 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 2480 2092 77 171 0 2307 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 15276

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 20591
/proc/meminfo: memFree=1722072/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=10484 CPUtime=461.85
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 2235 0 0 0 46183 2 0 0 25 0 1 0 96960326 10735616 2220 1992294400 134512640 135214827 4294956208 18446744073709551615 134529471 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 2621 2220 77 171 0 2448 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 15840

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

[startup+473.502 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 20591
/proc/meminfo: memFree=1722008/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=10484 CPUtime=473.05
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 2247 0 0 0 47302 3 0 0 25 0 1 0 96960326 10735616 2232 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 2621 2232 77 171 0 2448 0
Current children cumulated CPU time (s) 473.24
Current children cumulated vsize (KiB) 15840

[startup+486.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 20591
/proc/meminfo: memFree=1722008/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=10484 CPUtime=485.84
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 2257 0 0 0 48581 3 0 0 25 0 1 0 96960326 10735616 2242 1992294400 134512640 135214827 4294956208 18446744073709551615 134529700 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 2621 2242 77 171 0 2448 0
Current children cumulated CPU time (s) 486.03
Current children cumulated vsize (KiB) 15840

[startup+489.507 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 20591
/proc/meminfo: memFree=1722008/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=10484 CPUtime=489.05
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 2257 0 0 0 48902 3 0 0 25 0 1 0 96960326 10735616 2242 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 2621 2242 77 171 0 2448 0
Current children cumulated CPU time (s) 489.24
Current children cumulated vsize (KiB) 15840

[startup+491.102 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 20591
/proc/meminfo: memFree=1722008/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=10484 CPUtime=490.64
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 2257 0 0 0 49061 3 0 0 25 0 1 0 96960326 10735616 2242 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 2621 2242 77 171 0 2448 0
Current children cumulated CPU time (s) 490.83
Current children cumulated vsize (KiB) 15840

[startup+492.702 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 20591
/proc/meminfo: memFree=1721944/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=10624 CPUtime=492.25
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 2267 0 0 0 49222 3 0 0 25 0 1 0 96960326 10878976 2252 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 2656 2252 77 171 0 2483 0
Current children cumulated CPU time (s) 492.44
Current children cumulated vsize (KiB) 15980

[startup+493.501 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 20591
/proc/meminfo: memFree=1721944/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=10624 CPUtime=493.04
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 2267 0 0 0 49301 3 0 0 25 0 1 0 96960326 10878976 2252 1992294400 134512640 135214827 4294956208 18446744073709551615 134529298 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 2656 2252 77 171 0 2483 0
Current children cumulated CPU time (s) 493.23
Current children cumulated vsize (KiB) 15980

[startup+493.905 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 20591
/proc/meminfo: memFree=1721944/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5356 CPUtime=0.19
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 310 1248 0 0 0 0 19 0 15 0 1 0 96960305 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1339 237 195 169 0 50 0
[pid=20585] ppid=20582 vsize=10624 CPUtime=493.44
/proc/20585/stat : 20585 (LySATc) R 20582 20582 19976 0 -1 4194304 2267 0 0 0 49341 3 0 0 25 0 1 0 96960326 10878976 2252 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20585/statm: 2656 2252 77 171 0 2483 0
Current children cumulated CPU time (s) 493.63
Current children cumulated vsize (KiB) 15980

[startup+494.001 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 20591
/proc/meminfo: memFree=1721944/2055920 swapFree=4192812/4192956
[pid=20582] ppid=20580 vsize=5360 CPUtime=493.73
/proc/20582/stat : 20582 (lysat.sh) S 20580 20582 19976 0 -1 4194304 338 3524 0 0 0 0 49370 3 19 0 1 0 96960305 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20582/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 493.73
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 494.002
CPU time (s): 493.756
CPU user time (s): 493.709
CPU system time (s): 0.046992
CPU usage (%): 99.9501
Max. virtual memory (cumulated for all children) (KiB): 15980

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

runsolver used 0.422935 second user time and 1.38179 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-25 21:55:31
IDJOB=1723829
IDBENCH=71741
IDSOLVER=512
FILE ID=node59/1723829-1240689331
PBS_JOBID= 9186645
Free space on /tmp= 66360 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT_RACE06/simon-s02b-dp11u10.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723829-1240689331/watcher-1723829-1240689331 -o /tmp/evaluation-result-1723829-1240689331/solver-1723829-1240689331 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1723829-1240689331.cnf c

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

MD5SUM BENCH= bd35ccd857138682818061a3fbcb7546
RANDOM SEED=847019861

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1732672 kB
Buffers:         33268 kB
Cached:         218060 kB
SwapCached:          0 kB
Active:         139444 kB
Inactive:       125856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1732672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:          23700 kB
Slab:            43940 kB
Committed_AS:   405876 kB
PageTables:       1456 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= 66360 MiB
End job on node59 at 2009-04-25 22:03:45