Trace number 1825594

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
SAT07 reference solver: Rsat 2007-02-08? (TO) 10000.1 10002.8

General information on the benchmark

Namesimon-s02b-k2f-gr-rcs-w8.cnf
MD5SUM5da8899feefc5a4bb9db99e983e30f52
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.39703
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

0.00/0.00	c Parsing...
0.19/0.23	c ==============================================================================
0.19/0.23	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.23	c ==============================================================================
0.19/0.23	c |         0 |  271393   550328 |   81417       0        0     nan |  0.000 % |
1.89/1.92	c |         0 |  269998   945031 |      --       0       --      -- |     --   | -1395/394703
1.89/1.92	c ==============================================================================
1.89/1.92	c Result  :   #vars: 8694   #clauses: 269998   #literals: 945031
1.89/1.92	c CPU time:   1.88371 s
1.89/1.92	c ==============================================================================
2.29/2.33	c Rsat version 2.00

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1825594-1242510360/watcher-1825594-1242510360 -o /tmp/evaluation-result-1825594-1242510360/solver-1825594-1242510360 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1825594-1242510360.cnf 

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
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 23845
/proc/meminfo: memFree=1288888/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=0
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 279069562 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23845/statm: 1339 235 195 169 0 50 0
[pid=23846] ppid=23845 vsize=2520 CPUtime=0
/proc/23846/stat : 23846 (SatElite) R 23845 23845 23665 0 -1 4194304 440 0 0 0 0 0 0 0 18 0 1 0 279069562 2580480 423 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/23846/statm: 630 424 49 128 0 499 0

[startup+0.029734 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23845
/proc/meminfo: memFree=1288888/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=0
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 279069562 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23845/statm: 1339 235 195 169 0 50 0
[pid=23846] ppid=23845 vsize=4024 CPUtime=0.02
/proc/23846/stat : 23846 (SatElite) R 23845 23845 23665 0 -1 4194304 804 0 0 0 2 0 0 0 18 0 1 0 279069562 4120576 787 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/23846/statm: 1006 787 49 128 0 875 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9380

[startup+0.101741 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23845
/proc/meminfo: memFree=1288888/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=0
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 279069562 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23845/statm: 1339 235 195 169 0 50 0
[pid=23846] ppid=23845 vsize=8488 CPUtime=0.09
/proc/23846/stat : 23846 (SatElite) R 23845 23845 23665 0 -1 4194304 1819 0 0 0 8 1 0 0 18 0 1 0 279069562 8691712 1802 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/23846/statm: 2122 1802 49 128 0 1991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13844

[startup+0.301759 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23845
/proc/meminfo: memFree=1288888/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=0
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 279069562 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23845/statm: 1339 235 195 169 0 50 0
[pid=23846] ppid=23845 vsize=19260 CPUtime=0.29
/proc/23846/stat : 23846 (SatElite) R 23845 23845 23665 0 -1 4194304 4405 0 0 0 27 2 0 0 19 0 1 0 279069562 19722240 4388 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/23846/statm: 4815 4388 69 128 0 4684 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24616

[startup+0.701795 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23845
/proc/meminfo: memFree=1288888/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=0
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 279069562 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23845/statm: 1339 235 195 169 0 50 0
[pid=23846] ppid=23845 vsize=29408 CPUtime=0.69
/proc/23846/stat : 23846 (SatElite) R 23845 23845 23665 0 -1 4194304 6387 0 0 0 66 3 0 0 23 0 1 0 279069562 30113792 6370 1992294400 134512640 135038345 4294956288 18446744073709551615 134591173 0 0 4096 3 0 0 0 17 1 0 0
/proc/23846/statm: 7352 6370 69 128 0 7221 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34764

[startup+1.50187 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23847
/proc/meminfo: memFree=1261992/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=0
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 279069562 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23845/statm: 1339 235 195 169 0 50 0
[pid=23846] ppid=23845 vsize=29664 CPUtime=1.49
/proc/23846/stat : 23846 (SatElite) R 23845 23845 23665 0 -1 4194304 6491 0 0 0 146 3 0 0 25 0 1 0 279069562 30375936 6474 1992294400 134512640 135038345 4294956288 18446744073709551615 134574716 0 0 4096 3 0 0 0 17 1 0 0
/proc/23846/statm: 7416 6474 69 128 0 7285 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35020

[startup+3.10103 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23847
/proc/meminfo: memFree=1261864/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 5356
heavy processes:

[startup+6.30231 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23848
/proc/meminfo: memFree=1264168/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=18728 CPUtime=3.95
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 4542 0 0 0 393 2 0 0 25 0 1 0 279069796 19177472 4519 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 4682 4519 86 211 0 4468 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24084

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23848
/proc/meminfo: memFree=1262248/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=20688 CPUtime=10.35
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 5020 0 0 0 1032 3 0 0 25 0 1 0 279069796 21184512 4964 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 5172 4964 86 211 0 4958 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26044

[startup+25.5011 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 23848
/proc/meminfo: memFree=1258600/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=24596 CPUtime=23.15
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 6045 0 0 0 2311 4 0 0 25 0 1 0 279069796 25186304 5891 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 6149 5891 86 211 0 5935 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 29952

[startup+51.1015 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 23848
/proc/meminfo: memFree=1251560/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=32120 CPUtime=48.74
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 8023 0 0 0 4868 6 0 0 25 0 1 0 279069796 32890880 7675 1992294400 134512640 135377749 4294956400 18446744073709551615 134530122 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 8030 7675 86 211 0 7816 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 37476

[startup+102.305 s]
/proc/loadavg: 1.20 1.06 1.01 2/66 23848
/proc/meminfo: memFree=1247080/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=36108 CPUtime=99.93
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 9857 0 0 0 9986 7 0 0 25 0 1 0 279069796 36974592 8737 1992294400 134512640 135377749 4294956400 18446744073709551615 134530120 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 9027 8737 86 211 0 8813 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 41464

[startup+162.302 s]
/proc/loadavg: 1.07 1.04 1.01 2/66 23848
/proc/meminfo: memFree=1239912/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=43052 CPUtime=159.91
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 11694 0 0 0 15982 9 0 0 25 0 1 0 279069796 44085248 10574 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 10763 10574 86 211 0 10549 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 48408

[startup+222.301 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 23848
/proc/meminfo: memFree=1237672/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=46408 CPUtime=219.89
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 14113 0 0 0 21979 10 0 0 25 0 1 0 279069796 47521792 11067 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 11602 11067 86 211 0 11388 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 51764

[startup+282.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 23848
/proc/meminfo: memFree=1237736/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=46408 CPUtime=279.87
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 14114 0 0 0 27977 10 0 0 25 0 1 0 279069796 47521792 11068 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 11602 11068 86 211 0 11388 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 51764

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 23848
/proc/meminfo: memFree=1230120/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=53656 CPUtime=339.86
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 16040 0 0 0 33974 12 0 0 25 0 1 0 279069796 54943744 12994 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 13414 12994 86 211 0 13200 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 59012

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

/proc/23848/statm: 57674 57392 86 211 0 57460 0
Current children cumulated CPU time (s) 9339.73
Current children cumulated vsize (KiB) 236052

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1051816/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=230696 CPUtime=9397.39
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 88118 0 0 0 939657 82 0 0 25 0 1 0 279069796 236232704 57392 1992294400 134512640 135377749 4294956400 18446744073709551615 134523286 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 57674 57392 86 211 0 57460 0
Current children cumulated CPU time (s) 9399.71
Current children cumulated vsize (KiB) 236052

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1051816/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=230696 CPUtime=9457.38
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 88118 0 0 0 945655 83 0 0 25 0 1 0 279069796 236232704 57392 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 57674 57392 86 211 0 57460 0
Current children cumulated CPU time (s) 9459.7
Current children cumulated vsize (KiB) 236052

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1051816/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=230696 CPUtime=9517.37
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 88118 0 0 0 951654 83 0 0 25 0 1 0 279069796 236232704 57392 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 57674 57392 86 211 0 57460 0
Current children cumulated CPU time (s) 9519.69
Current children cumulated vsize (KiB) 236052

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1051752/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=230696 CPUtime=9577.35
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 88123 0 0 0 957652 83 0 0 25 0 1 0 279069796 236232704 57397 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 57674 57397 86 211 0 57460 0
Current children cumulated CPU time (s) 9579.67
Current children cumulated vsize (KiB) 236052

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1051752/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=230696 CPUtime=9637.33
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 88124 0 0 0 963650 83 0 0 25 0 1 0 279069796 236232704 57398 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 57674 57398 86 211 0 57460 0
Current children cumulated CPU time (s) 9639.65
Current children cumulated vsize (KiB) 236052

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1051752/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=230696 CPUtime=9697.32
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 88125 0 0 0 969649 83 0 0 25 0 1 0 279069796 236232704 57399 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 57674 57399 86 211 0 57460 0
Current children cumulated CPU time (s) 9699.64
Current children cumulated vsize (KiB) 236052

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1051688/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=230696 CPUtime=9757.3
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 88130 0 0 0 975647 83 0 0 25 0 1 0 279069796 236232704 57404 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 57674 57404 86 211 0 57460 0
Current children cumulated CPU time (s) 9759.62
Current children cumulated vsize (KiB) 236052

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1051752/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=230696 CPUtime=9817.28
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 88130 0 0 0 981645 83 0 0 25 0 1 0 279069796 236232704 57404 1992294400 134512640 135377749 4294956400 18446744073709551615 134522785 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 57674 57404 86 211 0 57460 0
Current children cumulated CPU time (s) 9819.6
Current children cumulated vsize (KiB) 236052

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1051688/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=230696 CPUtime=9877.27
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 88133 0 0 0 987644 83 0 0 25 0 1 0 279069796 236232704 57407 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 57674 57407 86 211 0 57460 0
Current children cumulated CPU time (s) 9879.59
Current children cumulated vsize (KiB) 236052

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1051688/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=230696 CPUtime=9937.25
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 88136 0 0 0 993642 83 0 0 25 0 1 0 279069796 236232704 57410 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 57674 57410 86 211 0 57460 0
Current children cumulated CPU time (s) 9939.57
Current children cumulated vsize (KiB) 236052

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1051688/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=230696 CPUtime=9997.24
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 88138 0 0 0 999641 83 0 0 25 0 1 0 279069796 236232704 57412 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 57674 57412 86 211 0 57460 0
Current children cumulated CPU time (s) 9999.56
Current children cumulated vsize (KiB) 236052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1051688/2055920 swapFree=4160240/4192956
[pid=23845] ppid=23843 vsize=5356 CPUtime=2.32
/proc/23845/stat : 23845 (rsat.sh) S 23843 23845 23665 0 -1 4194304 310 6493 0 0 0 0 227 5 16 0 1 0 279069562 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 237 195 169 0 50 0
[pid=23848] ppid=23845 vsize=230696 CPUtime=9997.74
/proc/23848/stat : 23848 (rsat) R 23845 23845 23665 0 -1 4194304 88138 0 0 0 999691 83 0 0 25 0 1 0 279069796 236232704 57412 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23848/statm: 57674 57412 86 211 0 57460 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 236052

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23845 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=277653
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=57991
# CPU time returned by wait4() is 2.33564
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10002.8
CPU time (s): 10000.1
CPU user time (s): 9999.18
CPU system time (s): 0.88
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 275516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.27765
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6803
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= 6
involuntary context switches= 9

runsolver used 11.1203 second user time and 25.2632 second system time

The end

Launcher Data

Begin job on node14 at 2009-05-16 23:46:01
IDJOB=1825594
IDBENCH=71764
IDSOLVER=665
FILE ID=node14/1825594-1242510360
PBS_JOBID= 9307049
Free space on /tmp= 66260 MiB

SOLVER NAME= SAT07 reference solver: Rsat 2007-02-08
BENCH NAME= SAT_RACE06/simon-s02b-k2f-gr-rcs-w8.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1825594-1242510360/watcher-1825594-1242510360 -o /tmp/evaluation-result-1825594-1242510360/solver-1825594-1242510360 -C 10000 -W 12000 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1825594-1242510360.cnf            

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

MD5SUM BENCH= 5da8899feefc5a4bb9db99e983e30f52
RANDOM SEED=1806586644

node14.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.256
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	: 5931.00
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.256
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:       1289376 kB
Buffers:         97096 kB
Cached:         552220 kB
SwapCached:      27624 kB
Active:          72536 kB
Inactive:       606520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1289376 kB
SwapTotal:     4192956 kB
SwapFree:      4160240 kB
Dirty:            5108 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            73472 kB
Committed_AS:   956908 kB
PageTables:       1452 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= 66252 MiB
End job on node14 at 2009-05-17 02:32:46