Trace number 1772863

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 3023.92 3024.77

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-27.cnf
MD5SUMa948576641dd03cc33abaca38a6e7e4c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1122.1
Satisfiable
(Un)Satisfiability was proved
Number of variables7729
Number of clauses29194
Sum of the clauses size77124
Maximum clause length201
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 214904
Number of clauses of size 311692
Number of clauses of size 41614
Number of clauses of size 5463
Number of clauses of size over 5520

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 |   28318    74883 |    8495       0        0     nan |  0.000 % |
0.19/0.23	c |         0 |   19862    62399 |      --       0       --      -- |     --   | -8325/-12062
0.19/0.24	c ==============================================================================
0.19/0.24	c Result  :   #vars: 3611   #clauses: 19862   #literals: 62399
0.19/0.24	c CPU time:   0.224965 s
0.19/0.24	c ==============================================================================
0.19/0.26	c lySAT 0.1
0.19/0.26	c minisat core +  additionnal features
0.19/0.26	c ============================[ Problem Statistics ]=============================
0.19/0.26	c |                                                                             |
0.19/0.26	c |  Number of variables:  3611                                                 |
0.19/0.26	c |  Number of clauses:    19862                                                |
0.19/0.28	c |  Parsing time:         0.01         s                                       |
3023.83/3024.74	c restarts              : 1806
3023.83/3024.74	c conflicts             : 2968488        (982 /sec)
3023.83/3024.74	c decisions             : 3645833        (1.27 % random) (1206 /sec)
3023.83/3024.74	c euip                  : 109241      
3023.83/3024.74	c propagations          : 1249857573     (413434 /sec)
3023.83/3024.74	c conflict literals     : 106221074      (62.93 % deleted)
3023.83/3024.74	c Memory used           : 147.32 MB
3023.83/3024.74	c CPU time              : 3023.12 s
3023.83/3024.74	c 
3023.83/3024.76	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-1772863-1241229396/watcher-1772863-1241229396 -o /tmp/evaluation-result-1772863-1241229396/solver-1772863-1241229396 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1772863-1241229396.cnf i 

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22336
/proc/meminfo: memFree=1248256/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 150973306 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22336/statm: 1339 235 195 169 0 50 0
[pid=22337] ppid=22336 vsize=1688 CPUtime=0
/proc/22337/stat : 22337 (SatElite) R 22336 22336 22237 0 -1 4194304 331 0 0 0 0 0 0 0 18 0 1 0 150973306 1728512 315 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/22337/statm: 422 318 51 127 0 292 0

[startup+0.0973839 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22336
/proc/meminfo: memFree=1248256/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 150973306 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22336/statm: 1339 235 195 169 0 50 0
[pid=22337] ppid=22336 vsize=4956 CPUtime=0.08
/proc/22337/stat : 22337 (SatElite) R 22336 22336 22237 0 -1 4194304 1166 0 0 0 8 0 0 0 18 0 1 0 150973306 5074944 1126 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/22337/statm: 1239 1126 68 127 0 1109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10312

[startup+0.101384 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22336
/proc/meminfo: memFree=1248256/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 150973306 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22336/statm: 1339 235 195 169 0 50 0
[pid=22337] ppid=22336 vsize=4956 CPUtime=0.08
/proc/22337/stat : 22337 (SatElite) R 22336 22336 22237 0 -1 4194304 1167 0 0 0 8 0 0 0 18 0 1 0 150973306 5074944 1127 1992294400 134512640 135034092 4294956112 18446744073709551615 134566432 0 0 4096 3 0 0 0 17 1 0 0
/proc/22337/statm: 1239 1127 68 127 0 1109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10312

[startup+0.301414 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22336
/proc/meminfo: memFree=1248256/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 5356

[startup+0.701458 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22336
/proc/meminfo: memFree=1248256/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 5356

[startup+1.50154 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22339
/proc/meminfo: memFree=1244528/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=4448 CPUtime=1.22
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 831 0 0 0 122 0 0 0 25 0 1 0 150973333 4554752 816 1992294400 134512640 135226915 4294956224 18446744073709551615 134536710 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 1112 816 82 174 0 935 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9804

[startup+3.10272 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22339
/proc/meminfo: memFree=1243760/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=5252 CPUtime=2.82
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 1034 0 0 0 282 0 0 0 25 0 1 0 150973333 5378048 1019 1992294400 134512640 135226915 4294956224 18446744073709551615 134538857 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 1313 1019 82 174 0 1136 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10608

[startup+6.30107 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22339
/proc/meminfo: memFree=1242480/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=6352 CPUtime=6.01
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 1310 0 0 0 601 0 0 0 25 0 1 0 150973333 6504448 1295 1992294400 134512640 135226915 4294956224 18446744073709551615 134538573 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 1588 1295 82 174 0 1411 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11708

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22339
/proc/meminfo: memFree=1240624/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=7708 CPUtime=12.41
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 1648 0 0 0 1241 0 0 0 25 0 1 0 150973333 7892992 1633 1992294400 134512640 135226915 4294956224 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 1927 1633 82 174 0 1750 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 13064

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22339
/proc/meminfo: memFree=1237040/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=11404 CPUtime=25.21
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 2546 0 0 0 2520 1 0 0 25 0 1 0 150973333 11677696 2531 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 2851 2531 82 174 0 2674 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 16760

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22339
/proc/meminfo: memFree=1233328/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=15380 CPUtime=50.8
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 3491 0 0 0 5079 1 0 0 25 0 1 0 150973333 15749120 3476 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 3845 3476 82 174 0 3668 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20736

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22339
/proc/meminfo: memFree=1229488/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=19520 CPUtime=101.99
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 4448 0 0 0 10197 2 0 0 25 0 1 0 150973333 19988480 4433 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 4880 4433 82 174 0 4703 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 24876

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22339
/proc/meminfo: memFree=1225072/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=24212 CPUtime=161.97
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 5555 0 0 0 16193 4 0 0 25 0 1 0 150973333 24793088 5540 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 6053 5540 82 174 0 5876 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 29568

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22339
/proc/meminfo: memFree=1221680/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=27708 CPUtime=221.96
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 6412 0 0 0 22191 5 0 0 25 0 1 0 150973333 28372992 6397 1992294400 134512640 135226915 4294956224 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 6927 6397 82 174 0 6750 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 33064

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22344
/proc/meminfo: memFree=1213744/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=35648 CPUtime=281.94
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 8348 0 0 0 28187 7 0 0 25 0 1 0 150973333 36503552 8333 1992294400 134512640 135226915 4294956224 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 8912 8333 82 174 0 8735 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 41004

[startup+342.301 s]
/proc/loadavg: 1.06 0.99 0.99 2/66 22820
/proc/meminfo: memFree=1210088/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=39132 CPUtime=341.89
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 9186 0 0 0 34180 9 0 0 25 0 1 0 150973333 40071168 9171 1992294400 134512640 135226915 4294956224 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 9783 9171 82 174 0 9606 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 44488

[startup+402.301 s]
/proc/loadavg: 1.02 0.99 0.99 2/66 22820
/proc/meminfo: memFree=1198696/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25

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


[startup+2682.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 22822
/proc/meminfo: memFree=1104624/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=149692 CPUtime=2681.27
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 35508 0 0 0 268077 50 0 0 25 0 1 0 150973333 153284608 35493 1992294400 134512640 135226915 4294956224 18446744073709551615 134537003 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 37423 35493 82 174 0 37246 0
Current children cumulated CPU time (s) 2681.52
Current children cumulated vsize (KiB) 155048

[startup+2742.31 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 22822
/proc/meminfo: memFree=1104688/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=149692 CPUtime=2741.26
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 35508 0 0 0 274076 50 0 0 25 0 1 0 150973333 153284608 35493 1992294400 134512640 135226915 4294956224 18446744073709551615 134537040 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 37423 35493 82 174 0 37246 0
Current children cumulated CPU time (s) 2741.51
Current children cumulated vsize (KiB) 155048

[startup+2802.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 22822
/proc/meminfo: memFree=1104752/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=149692 CPUtime=2801.24
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 35515 0 0 0 280074 50 0 0 25 0 1 0 150973333 153284608 35500 1992294400 134512640 135226915 4294956224 18446744073709551615 134526476 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 37423 35500 82 174 0 37246 0
Current children cumulated CPU time (s) 2801.49
Current children cumulated vsize (KiB) 155048

[startup+2862.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 22822
/proc/meminfo: memFree=1104112/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=150344 CPUtime=2861.23
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 35659 0 0 0 286072 51 0 0 25 0 1 0 150973333 153952256 35644 1992294400 134512640 135226915 4294956224 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 37586 35644 82 174 0 37409 0
Current children cumulated CPU time (s) 2861.48
Current children cumulated vsize (KiB) 155700

[startup+2922.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 22822
/proc/meminfo: memFree=1103856/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=150452 CPUtime=2921.21
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 35702 0 0 0 292070 51 0 0 25 0 1 0 150973333 154062848 35687 1992294400 134512640 135226915 4294956224 18446744073709551615 134536762 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 37613 35687 82 174 0 37436 0
Current children cumulated CPU time (s) 2921.46
Current children cumulated vsize (KiB) 155808

[startup+2982.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 22822
/proc/meminfo: memFree=1103600/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=150852 CPUtime=2981.19
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 35758 0 0 0 298068 51 0 0 25 0 1 0 150973333 154472448 35743 1992294400 134512640 135226915 4294956224 18446744073709551615 134537354 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 37713 35743 82 174 0 37536 0
Current children cumulated CPU time (s) 2981.44
Current children cumulated vsize (KiB) 156208

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

[startup+2995.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 22822
/proc/meminfo: memFree=1103600/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=150852 CPUtime=2993.99
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 35760 0 0 0 299348 51 0 0 25 0 1 0 150973333 154472448 35745 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 37713 35745 82 174 0 37536 0
Current children cumulated CPU time (s) 2994.24
Current children cumulated vsize (KiB) 156208

[startup+3007.9 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 22822
/proc/meminfo: memFree=1103600/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=150852 CPUtime=3006.79
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 35760 0 0 0 300628 51 0 0 25 0 1 0 150973333 154472448 35745 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 37713 35745 82 174 0 37536 0
Current children cumulated CPU time (s) 3007.04
Current children cumulated vsize (KiB) 156208

[startup+3014.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 22822
/proc/meminfo: memFree=1103664/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=150852 CPUtime=3013.18
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 35762 0 0 0 301267 51 0 0 25 0 1 0 150973333 154472448 35747 1992294400 134512640 135226915 4294956224 18446744073709551615 134536762 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 37713 35747 82 174 0 37536 0
Current children cumulated CPU time (s) 3013.43
Current children cumulated vsize (KiB) 156208

[startup+3020.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 22822
/proc/meminfo: memFree=1103600/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=150852 CPUtime=3019.58
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 35765 0 0 0 301907 51 0 0 25 0 1 0 150973333 154472448 35750 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 37713 35750 82 174 0 37536 0
Current children cumulated CPU time (s) 3019.83
Current children cumulated vsize (KiB) 156208

[startup+3022.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 22822
/proc/meminfo: memFree=1103600/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=150852 CPUtime=3021.18
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 35766 0 0 0 302067 51 0 0 25 0 1 0 150973333 154472448 35751 1992294400 134512640 135226915 4294956224 18446744073709551615 134537065 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 37713 35751 82 174 0 37536 0
Current children cumulated CPU time (s) 3021.43
Current children cumulated vsize (KiB) 156208

[startup+3023.91 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 22822
/proc/meminfo: memFree=1103600/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=150852 CPUtime=3022.78
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 35766 0 0 0 302227 51 0 0 25 0 1 0 150973333 154472448 35751 1992294400 134512640 135226915 4294956224 18446744073709551615 134537040 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 37713 35751 82 174 0 37536 0
Current children cumulated CPU time (s) 3023.03
Current children cumulated vsize (KiB) 156208

[startup+3024.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 22822
/proc/meminfo: memFree=1103600/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=150852 CPUtime=3023.18
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 35767 0 0 0 302267 51 0 0 25 0 1 0 150973333 154472448 35752 1992294400 134512640 135226915 4294956224 18446744073709551615 134537065 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 37713 35752 82 174 0 37536 0
Current children cumulated CPU time (s) 3023.43
Current children cumulated vsize (KiB) 156208

[startup+3024.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 22822
/proc/meminfo: memFree=1103600/2055920 swapFree=4192812/4192956
[pid=22336] ppid=22334 vsize=5356 CPUtime=0.25
/proc/22336/stat : 22336 (lysat.sh) S 22334 22336 22237 0 -1 4194304 310 1358 0 0 0 0 24 1 16 0 1 0 150973306 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22336/statm: 1339 237 195 169 0 50 0
[pid=22339] ppid=22336 vsize=150852 CPUtime=3023.58
/proc/22339/stat : 22339 (LySATi) R 22336 22336 22237 0 -1 4194304 35767 0 0 0 302307 51 0 0 25 0 1 0 150973333 154472448 35752 1992294400 134512640 135226915 4294956224 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 1 0 0
/proc/22339/statm: 37713 35752 82 174 0 37536 0
Current children cumulated CPU time (s) 3023.83
Current children cumulated vsize (KiB) 156208

Child status: 20
Real time (s): 3024.77
CPU time (s): 3023.92
CPU user time (s): 3023.37
CPU system time (s): 0.556915
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 156208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3023.37
system time used= 0.556915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37597
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39
involuntary context switches= 6749

runsolver used 3.35049 second user time and 7.65484 second system time

The end

Launcher Data

Begin job on node9 at 2009-05-02 03:56:36
IDJOB=1772863
IDBENCH=20404
IDSOLVER=609
FILE ID=node9/1772863-1241229396
PBS_JOBID= 9224797
Free space on /tmp= 66544 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-27.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772863-1241229396/watcher-1772863-1241229396 -o /tmp/evaluation-result-1772863-1241229396/solver-1772863-1241229396 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1772863-1241229396.cnf i

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

MD5SUM BENCH= a948576641dd03cc33abaca38a6e7e4c
RANDOM SEED=2107658285

node9.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:       1248736 kB
Buffers:         85020 kB
Cached:         608512 kB
SwapCached:          0 kB
Active:          49392 kB
Inactive:       658044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1248736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2604 kB
Writeback:           0 kB
Mapped:          23692 kB
Slab:            85772 kB
Committed_AS:   653880 kB
PageTables:       1388 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= 66556 MiB
End job on node9 at 2009-05-02 04:47:00