Trace number 1717824

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 i/2009-03-20UNSAT 1181.78 1182.33

General information on the benchmark

Nameindustrial/palacios/
medium/emptyroom-4-h21-unsat.cnf
MD5SUM175ec3119584300988ad366c4a04cccc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark316.247
Satisfiable
(Un)Satisfiability was proved
Number of variables69148
Number of clauses208728
Sum of the clauses size487544
Maximum clause length28
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2139492
Number of clauses of size 368730
Number of clauses of size 4102
Number of clauses of size 513
Number of clauses of size over 5135

Solver Data

0.00/0.00	c Parsing...
0.09/0.19	c ==============================================================================
0.09/0.19	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.19	c ==============================================================================
0.09/0.19	c |         0 |  207960   486008 |   62387       0        0     nan |  0.000 % |
1.49/1.59	c |         0 |  121498   417368 |      --       0       --      -- |     --   | -86462/-68640
1.49/1.59	c ==============================================================================
1.49/1.59	c Result  :   #vars: 18081   #clauses: 121498   #literals: 417368
1.49/1.59	c CPU time:   1.53077 s
1.49/1.59	c ==============================================================================
1.69/1.77	c lySAT 0.1
1.69/1.77	c minisat core +  additionnal features
1.69/1.77	c ============================[ Problem Statistics ]=============================
1.69/1.77	c |                                                                             |
1.69/1.77	c |  Number of variables:  18081                                                |
1.69/1.77	c |  Number of clauses:    121498                                               |
1.76/1.85	c |  Parsing time:         0.07         s                                       |
1181.74/1182.30	c restarts              : 1264
1181.74/1182.30	c conflicts             : 842423         (714 /sec)
1181.74/1182.30	c decisions             : 1565858        (3.23 % random) (1327 /sec)
1181.74/1182.30	c euip                  : 23563       
1181.74/1182.30	c propagations          : 1314766951     (1114387 /sec)
1181.74/1182.30	c conflict literals     : 42969279       (58.99 % deleted)
1181.74/1182.30	c Memory used           : 67.64 MB
1181.74/1182.30	c CPU time              : 1179.81 s
1181.74/1182.30	c 
1181.74/1182.31	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-1717824-1240631102/watcher-1717824-1240631102 -o /tmp/evaluation-result-1717824-1240631102/solver-1717824-1240631102 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1717824-1240631102.cnf i 

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.00 1.00 1.00 3/64 22010
/proc/meminfo: memFree=1537808/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=0
/proc/22010/stat : 22010 (lysat.sh) R 22008 22010 21181 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 91136356 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 244276849311 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/22010/statm: 1339 234 194 169 0 50 0
[pid=22011] ppid=22010 vsize=1172 CPUtime=0
/proc/22011/stat : 22011 (SatElite) R 22010 22010 21181 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 91136356 1200128 165 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22011/statm: 293 166 51 127 0 163 0

[startup+0.0939951 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22010
/proc/meminfo: memFree=1537808/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=0
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91136356 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22010/statm: 1339 235 195 169 0 50 0
[pid=22011] ppid=22010 vsize=15472 CPUtime=0.08
/proc/22011/stat : 22011 (SatElite) R 22010 22010 21181 0 -1 4194304 3310 0 0 0 7 1 0 0 19 0 1 0 91136356 15843328 3294 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22011/statm: 3868 3295 52 127 0 3738 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20828

[startup+0.101995 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22010
/proc/meminfo: memFree=1537808/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=0
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91136356 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22010/statm: 1339 235 195 169 0 50 0
[pid=22011] ppid=22010 vsize=16264 CPUtime=0.09
/proc/22011/stat : 22011 (SatElite) R 22010 22010 21181 0 -1 4194304 3557 0 0 0 7 2 0 0 19 0 1 0 91136356 16654336 3541 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22011/statm: 4066 3542 52 127 0 3936 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21620

[startup+0.302017 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22010
/proc/meminfo: memFree=1537808/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=0
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91136356 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22010/statm: 1339 235 195 169 0 50 0
[pid=22011] ppid=22010 vsize=34424 CPUtime=0.29
/proc/22011/stat : 22011 (SatElite) R 22010 22010 21181 0 -1 4194304 7083 0 0 0 26 3 0 0 21 0 1 0 91136356 35250176 6893 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/22011/statm: 8606 6893 68 127 0 8476 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39780

[startup+0.701061 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22010
/proc/meminfo: memFree=1537808/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=0
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91136356 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22010/statm: 1339 235 195 169 0 50 0
[pid=22011] ppid=22010 vsize=37064 CPUtime=0.69
/proc/22011/stat : 22011 (SatElite) R 22010 22010 21181 0 -1 4194304 7730 0 0 0 64 5 0 0 25 0 1 0 91136356 37953536 7540 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/22011/statm: 9266 7540 68 127 0 9136 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42420

[startup+1.50215 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22012
/proc/meminfo: memFree=1501312/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=0
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91136356 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22010/statm: 1339 235 195 169 0 50 0
[pid=22011] ppid=22010 vsize=40040 CPUtime=1.49
/proc/22011/stat : 22011 (SatElite) R 22010 22010 21181 0 -1 4194304 8708 0 0 0 143 6 0 0 25 0 1 0 91136356 41000960 8178 1992294400 134512640 135034092 4294956096 18446744073709551615 134566359 0 0 4096 3 0 0 0 17 0 0 0
/proc/22011/statm: 10010 8178 68 127 0 9880 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45396

[startup+3.10133 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22013
/proc/meminfo: memFree=1520320/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=11396 CPUtime=1.31
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 2717 0 0 0 130 1 0 0 25 0 1 0 91136533 11669504 2702 1992294400 134512640 135226915 4294956208 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 2849 2702 82 174 0 2672 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16752

[startup+6.3017 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 22013
/proc/meminfo: memFree=1518912/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=12064 CPUtime=4.5
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 2895 0 0 0 449 1 0 0 25 0 1 0 91136533 12353536 2880 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 3016 2880 82 174 0 2839 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 17420

[startup+12.7014 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 22013
/proc/meminfo: memFree=1517824/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=13400 CPUtime=10.9
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 3222 0 0 0 1088 2 0 0 25 0 1 0 91136533 13721600 3207 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 3350 3207 82 174 0 3173 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 18756

[startup+25.5019 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 22013
/proc/meminfo: memFree=1516288/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=15100 CPUtime=23.7
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 3619 0 0 0 2368 2 0 0 25 0 1 0 91136533 15462400 3604 1992294400 134512640 135226915 4294956208 18446744073709551615 134537319 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 3775 3604 82 174 0 3598 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 20456

[startup+51.1018 s]
/proc/loadavg: 1.09 1.03 1.01 2/66 22013
/proc/meminfo: memFree=1513152/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=18032 CPUtime=49.29
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 4380 0 0 0 4926 3 0 0 25 0 1 0 91136533 18464768 4365 1992294400 134512640 135226915 4294956208 18446744073709551615 134538591 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 4508 4365 82 174 0 4331 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 23388

[startup+102.306 s]
/proc/loadavg: 1.10 1.04 1.01 2/66 22013
/proc/meminfo: memFree=1506496/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=24828 CPUtime=100.46
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 6025 0 0 0 10041 5 0 0 25 0 1 0 91136533 25423872 6010 1992294400 134512640 135226915 4294956208 18446744073709551615 134536858 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 6207 6010 82 174 0 6030 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 30184

[startup+162.301 s]
/proc/loadavg: 1.09 1.04 1.01 2/66 22013
/proc/meminfo: memFree=1503680/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=27556 CPUtime=160.42
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 6719 0 0 0 16036 6 0 0 25 0 1 0 91136533 28217344 6704 1992294400 134512640 135226915 4294956208 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 6889 6704 82 174 0 6712 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 32912

[startup+222.301 s]
/proc/loadavg: 1.08 1.05 1.01 2/66 22013
/proc/meminfo: memFree=1498368/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=32864 CPUtime=220.39
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 8029 0 0 0 22031 8 0 0 25 0 1 0 91136533 33652736 8014 1992294400 134512640 135226915 4294956208 18446744073709551615 134536858 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 8216 8014 82 174 0 8039 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 38220

[startup+282.302 s]
/proc/loadavg: 1.08 1.05 1.01 2/66 22013
/proc/meminfo: memFree=1497152/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=34228 CPUtime=280.36
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 8375 0 0 0 28028 8 0 0 25 0 1 0 91136533 35049472 8360 1992294400 134512640 135226915 4294956208 18446744073709551615 134536839 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 8557 8360 82 174 0 8380 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 39584

[startup+342.302 s]
/proc/loadavg: 1.07 1.06 1.00 2/66 22013
/proc/meminfo: memFree=1493000/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=38468 CPUtime=340.34
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 9384 0 0 0 34025 9 0 0 25 0 1 0 91136533 39391232 9369 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 9617 9369 82 174 0 9440 0

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


[startup+402.302 s]
/proc/loadavg: 1.07 1.06 1.00 2/66 22013
/proc/meminfo: memFree=1491592/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=40148 CPUtime=400.32
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 9756 0 0 0 40023 9 0 0 25 0 1 0 91136533 41111552 9741 1992294400 134512640 135226915 4294956208 18446744073709551615 134538857 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 10037 9741 82 174 0 9860 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 45504

[startup+462.301 s]
/proc/loadavg: 1.06 1.06 1.00 2/66 22013
/proc/meminfo: memFree=1486984/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=44584 CPUtime=460.29
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 10882 0 0 0 46018 11 0 0 25 0 1 0 91136533 45654016 10867 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 11146 10867 82 174 0 10969 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 49940

[startup+522.301 s]
/proc/loadavg: 1.06 1.06 1.00 2/66 22013
/proc/meminfo: memFree=1486600/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=45016 CPUtime=520.27
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 10976 0 0 0 52016 11 0 0 25 0 1 0 91136533 46096384 10961 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 11254 10961 82 174 0 11077 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 50372

[startup+582.302 s]
/proc/loadavg: 1.13 1.07 1.01 2/66 22013
/proc/meminfo: memFree=1484040/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=47412 CPUtime=580.24
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 11619 0 0 0 58013 11 0 0 25 0 1 0 91136533 48549888 11604 1992294400 134512640 135226915 4294956208 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 11853 11604 82 174 0 11676 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 52768

[startup+642.302 s]
/proc/loadavg: 1.16 1.09 1.01 2/66 22013
/proc/meminfo: memFree=1479752/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=52240 CPUtime=640.23
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 12674 0 0 0 64010 13 0 0 25 0 1 0 91136533 53493760 12659 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 13060 12659 82 174 0 12883 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 57596

[startup+702.301 s]
/proc/loadavg: 1.22 1.12 1.02 2/66 22013
/proc/meminfo: memFree=1479688/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=52240 CPUtime=700.2
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 12674 0 0 0 70007 13 0 0 25 0 1 0 91136533 53493760 12659 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 13060 12659 82 174 0 12883 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 57596

[startup+762.305 s]
/proc/loadavg: 1.24 1.14 1.03 2/66 22013
/proc/meminfo: memFree=1479368/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=52600 CPUtime=760.18
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 12751 0 0 0 76005 13 0 0 25 0 1 0 91136533 53862400 12736 1992294400 134512640 135226915 4294956208 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 13150 12736 82 174 0 12973 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 57956

[startup+822.302 s]
/proc/loadavg: 1.18 1.14 1.04 2/66 22013
/proc/meminfo: memFree=1475400/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=56584 CPUtime=820.14
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 13783 0 0 0 82000 14 0 0 25 0 1 0 91136533 57942016 13768 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 14146 13768 82 174 0 13969 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 61940

[startup+882.302 s]
/proc/loadavg: 1.15 1.14 1.04 2/66 22013
/proc/meminfo: memFree=1472584/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=59500 CPUtime=880.12
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 14466 0 0 0 87997 15 0 0 25 0 1 0 91136533 60928000 14451 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 14875 14451 82 174 0 14698 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 64856

[startup+942.301 s]
/proc/loadavg: 1.06 1.11 1.04 2/66 22013
/proc/meminfo: memFree=1472520/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=59500 CPUtime=940.1
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 14466 0 0 0 93995 15 0 0 25 0 1 0 91136533 60928000 14451 1992294400 134512640 135226915 4294956208 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 14875 14451 82 174 0 14698 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 64856

[startup+1002.3 s]
/proc/loadavg: 1.02 1.09 1.03 2/66 22019
/proc/meminfo: memFree=1472392/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=59644 CPUtime=1000.05
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 14522 0 0 0 99990 15 0 0 25 0 1 0 91136533 61075456 14507 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 14911 14507 82 174 0 14734 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 65000

[startup+1062.3 s]
/proc/loadavg: 1.00 1.07 1.03 2/66 22019
/proc/meminfo: memFree=1472008/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=60040 CPUtime=1060.02
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 14606 0 0 0 105987 15 0 0 25 0 1 0 91136533 61480960 14591 1992294400 134512640 135226915 4294956208 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 15010 14591 82 174 0 14833 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 65396

[startup+1122.3 s]
/proc/loadavg: 1.00 1.06 1.02 2/66 22019
/proc/meminfo: memFree=1469576/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=62776 CPUtime=1120
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 15218 0 0 0 111985 15 0 0 25 0 1 0 91136533 64282624 15203 1992294400 134512640 135226915 4294956208 18446744073709551615 134537038 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 15694 15203 82 174 0 15517 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 68132

[startup+1182.3 s]
/proc/loadavg: 1.00 1.04 1.01 2/66 22019
/proc/meminfo: memFree=1463368/2055920 swapFree=4169492/4192956
[pid=22010] ppid=22008 vsize=5356 CPUtime=1.76
/proc/22010/stat : 22010 (lysat.sh) S 22008 22010 21181 0 -1 4194304 310 9226 0 0 0 0 169 7 16 0 1 0 91136356 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22010/statm: 1339 237 195 169 0 50 0
[pid=22013] ppid=22010 vsize=69256 CPUtime=1179.98
/proc/22013/stat : 22013 (LySATi) R 22010 22010 21181 0 -1 4194304 16760 0 0 0 117980 18 0 0 25 0 1 0 91136533 70918144 16745 1992294400 134512640 135226915 4294956208 18446744073709551615 134539374 0 0 4096 3 0 0 0 17 0 0 0
/proc/22013/statm: 17314 16745 82 174 0 17137 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 74612

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

Child status: 20
Real time (s): 1182.33
CPU time (s): 1181.78
CPU user time (s): 1181.51
CPU system time (s): 0.272958
CPU usage (%): 99.9539
Max. virtual memory (cumulated for all children) (KiB): 74612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1181.51
system time used= 0.272958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26457
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= 37
involuntary context switches= 3425

runsolver used 1.41978 second user time and 2.87356 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-25 05:45:02
IDJOB=1717824
IDBENCH=20425
IDSOLVER=511
FILE ID=node63/1717824-1240631102
PBS_JOBID= 9186339
Free space on /tmp= 66336 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/palacios/medium/emptyroom-4-h21-unsat.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717824-1240631102/watcher-1717824-1240631102 -o /tmp/evaluation-result-1717824-1240631102/solver-1717824-1240631102 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1717824-1240631102.cnf i

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

MD5SUM BENCH= 175ec3119584300988ad366c4a04cccc
RANDOM SEED=1927127459

node63.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.236
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.236
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:       1538288 kB
Buffers:         56020 kB
Cached:         375412 kB
SwapCached:      17640 kB
Active:         169204 kB
Inactive:       282628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1538288 kB
SwapTotal:     4192956 kB
SwapFree:      4169492 kB
Dirty:            5564 kB
Writeback:           0 kB
Mapped:          14864 kB
Slab:            51692 kB
Committed_AS:   471072 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66336 MiB
End job on node63 at 2009-04-25 06:04:44