Trace number 1837418

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
minisat_cumr p-2009-03-18? (MO) 10.52 869.375

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-zfcp-2.8-u2-noholes.cnf
MD5SUMc4aa2ddc60eee766fbdf95a32eed5b43
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark59.403
Satisfiable
(Un)Satisfiability was proved
Number of variables10950109
Number of clauses32697150
Sum of the clauses size76320846
Maximum clause length65
Minimum clause length1
Number of clauses of size 12415
Number of clauses of size 221783823
Number of clauses of size 310907882
Number of clauses of size 41592
Number of clauses of size 5131
Number of clauses of size over 51307

Solver Data

0.00/0.00	c Parsing...

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-1837418-1242869980/watcher-1837418-1242869980 -o /tmp/evaluation-result-1837418-1242869980/solver-1837418-1242869980 -C 10000 -W 12000 -M 1800 SatELiteGTI HOME/instance-1837418-1242869980.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.56 1.67 1.20 3/68 958
/proc/meminfo: memFree=857320/2055920 swapFree=4135964/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 276 0 0 0 0 0 0 0 19 0 1 0 315034632 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 228044013650 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/958/statm: 1339 235 195 169 0 50 0
[pid=959] ppid=958 vsize=5356 CPUtime=0
/proc/959/stat : 959 (SatELiteGTI) R 958 958 850 0 -1 4194368 56 188 0 0 0 0 0 0 21 0 1 0 315034632 5484544 238 1992294400 4194304 4889804 548682068816 18446744073709551615 228041208629 0 0 4096 65538 0 0 0 17 1 0 0
/proc/959/statm: 1339 238 198 169 0 50 0

[startup+0.0395709 s]
/proc/loadavg: 3.56 1.67 1.20 3/68 958
/proc/meminfo: memFree=857320/2055920 swapFree=4135964/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101584 s]
/proc/loadavg: 3.56 1.67 1.20 3/68 958
/proc/meminfo: memFree=857320/2055920 swapFree=4135964/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301625 s]
/proc/loadavg: 3.56 1.67 1.20 3/68 958
/proc/meminfo: memFree=857320/2055920 swapFree=4135964/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.7017 s]
/proc/loadavg: 3.56 1.67 1.20 3/68 958
/proc/meminfo: memFree=857320/2055920 swapFree=4135964/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50185 s]
/proc/loadavg: 3.56 1.67 1.20 2/74 967
/proc/meminfo: memFree=703792/2055920 swapFree=4135964/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=257848 CPUtime=1.48
/proc/963/stat : 963 (SatELite_releas) R 958 958 850 0 -1 4194304 56545 0 0 0 117 31 0 0 25 0 1 0 315034633 264036352 56531 1992294400 134512640 135223648 4294956128 18446744073709551615 134719062 0 0 4096 3 0 0 0 17 1 0 0
/proc/963/statm: 64462 56534 51 173 0 64287 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 263204

[startup+3.10216 s]
/proc/loadavg: 3.56 1.67 1.20 2/74 967
/proc/meminfo: memFree=542064/2055920 swapFree=4135964/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=519548 CPUtime=3.08
/proc/963/stat : 963 (SatELite_releas) R 958 958 850 0 -1 4194304 114089 0 0 0 245 63 0 0 25 0 1 0 315034633 532017152 114075 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 0 0 0 17 1 0 0
/proc/963/statm: 129887 114076 50 173 0 129712 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 524904

[startup+6.50383 s]
/proc/loadavg: 3.60 1.70 1.21 2/73 967
/proc/meminfo: memFree=75128/2055920 swapFree=4135964/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1034764 CPUtime=6.24
/proc/963/stat : 963 (SatELite_releas) R 958 958 850 0 -1 4194304 225279 0 0 0 498 126 0 0 25 0 1 0 315034633 1059598336 225265 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 0 0 0 17 1 0 0
/proc/963/statm: 258691 225266 50 173 0 258516 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 1040120

[startup+12.701 s]
/proc/loadavg: 4.19 1.86 1.27 1/73 967
/proc/meminfo: memFree=14320/2055920 swapFree=4177076/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1361704 CPUtime=9.44
/proc/963/stat : 963 (SatELite_releas) D 958 958 850 0 -1 4194304 334302 0 0 0 749 195 0 0 18 0 1 0 315034633 1394384896 334288 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 18446744071563478208 0 0 17 1 0 0
/proc/963/statm: 340426 334288 50 173 0 340251 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 1367060
heavy processes:

[startup+55.5516 s]
/proc/loadavg: 5.14 2.09 1.34 1/73 967
/proc/meminfo: memFree=14768/2055920 swapFree=4158852/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1361704 CPUtime=9.44
/proc/963/stat : 963 (SatELite_releas) D 958 958 850 0 -1 4194304 334302 0 0 0 749 195 0 0 18 0 1 0 315034633 1394384896 226070 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 18446744071563478208 0 0 17 1 0 0
/proc/963/statm: 340426 226070 50 173 0 340251 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 1367060
heavy processes:

[startup+55.6066 s]
/proc/loadavg: 12.64 4.39 2.15 1/73 967
/proc/meminfo: memFree=16240/2055920 swapFree=3743032/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1361704 CPUtime=9.44
/proc/963/stat : 963 (SatELite_releas) D 958 958 850 0 -1 4194304 334302 0 0 0 749 195 0 0 18 0 1 0 315034633 1394384896 226070 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 18446744071563478208 0 0 17 1 0 0
/proc/963/statm: 340426 226070 50 173 0 340251 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 1367060
heavy processes:

[startup+102.302 s]
/proc/loadavg: 13.70 5.83 2.74 1/73 967
/proc/meminfo: memFree=17264/2055920 swapFree=3743032/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1361704 CPUtime=9.44
/proc/963/stat : 963 (SatELite_releas) D 958 958 850 0 -1 4194304 334302 0 0 0 749 195 0 0 18 0 1 0 315034633 1394384896 226070 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 18446744071563478208 0 0 17 1 0 0
/proc/963/statm: 340426 226070 50 173 0 340251 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 1367060
heavy processes:

[startup+162.301 s]
/proc/loadavg: 13.30 7.15 3.39 1/73 967
/proc/meminfo: memFree=19440/2055920 swapFree=3743032/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1361704 CPUtime=9.44
/proc/963/stat : 963 (SatELite_releas) D 958 958 850 0 -1 4194304 334302 0 0 0 749 195 0 0 18 0 1 0 315034633 1394384896 226070 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 18446744071563478208 0 0 17 1 0 0
/proc/963/statm: 340426 226070 50 173 0 340251 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 1367060
heavy processes:

[startup+222.301 s]
/proc/loadavg: 13.60 8.35 4.03 1/73 967
/proc/meminfo: memFree=21616/2055920 swapFree=3743032/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1361704 CPUtime=9.44
/proc/963/stat : 963 (SatELite_releas) D 958 958 850 0 -1 4194304 334302 0 0 0 749 195 0 0 18 0 1 0 315034633 1394384896 226070 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 18446744071563478208 0 0 17 1 0 0
/proc/963/statm: 340426 226070 50 173 0 340251 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 1367060
heavy processes:

[startup+282.306 s]
/proc/loadavg: 13.62 9.30 4.63 1/73 967
/proc/meminfo: memFree=23912/2055920 swapFree=3743032/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1361704 CPUtime=9.44
/proc/963/stat : 963 (SatELite_releas) D 958 958 850 0 -1 4194304 334302 0 0 0 749 195 0 0 18 0 1 0 315034633 1394384896 226070 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 18446744071563478208 0 0 17 1 0 0
/proc/963/statm: 340426 226070 50 173 0 340251 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 1367060
heavy processes:

[startup+342.303 s]
/proc/loadavg: 12.49 9.80 5.09 1/74 968
/proc/meminfo: memFree=24808/2055920 swapFree=3743032/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1361836 CPUtime=9.44
/proc/963/stat : 963 (SatELite_releas) D 958 958 850 0 -1 4194304 334390 0 0 0 749 195 0 0 18 0 1 0 315034633 1394520064 226153 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 18446744071563478208 0 0 17 1 0 0
/proc/963/statm: 340459 226153 50 173 0 340284 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 1367192
heavy processes:

[startup+402.302 s]
/proc/loadavg: 11.79 10.08 5.48 1/74 968
/proc/meminfo: memFree=25192/2055920 swapFree=3743032/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1361968 CPUtime=9.44
/proc/963/stat : 963 (SatELite_releas) D 958 958 850 0 -1 4194304 334503 0 0 0 749 195 0 0 18 0 1 0 315034633 1394655232 226262 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 18446744071563478208 0 0 17 1 0 0
/proc/963/statm: 340492 226262 50 173 0 340317 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 1367324
heavy processes:

[startup+462.301 s]
/proc/loadavg: 11.36 10.27 5.83 1/73 968
/proc/meminfo: memFree=25648/2055920 swapFree=3743040/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1362100 CPUtime=9.45
/proc/963/stat : 963 (SatELite_releas) D 958 958 850 0 -1 4194304 334624 0 0 0 750 195 0 0 18 0 1 0 315034633 1394790400 226378 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 18446744071563478208 0 0 17 1 0 0
/proc/963/statm: 340525 226378 50 173 0 340350 0
Current children cumulated CPU time (s) 9.45
Current children cumulated vsize (KiB) 1367456
heavy processes:

[startup+522.301 s]
/proc/loadavg: 10.65 10.26 6.11 1/73 968
/proc/meminfo: memFree=20144/2055920 swapFree=3743040/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1366672 CPUtime=9.5
/proc/963/stat : 963 (SatELite_releas) D 958 958 850 0 -1 4194304 337647 0 0 0 753 197 0 0 18 0 1 0 315034633 1399472128 229283 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/963/statm: 341668 229283 50 173 0 341493 0
Current children cumulated CPU time (s) 9.5
Current children cumulated vsize (KiB) 1372028
heavy processes:

[startup+582.302 s]
/proc/loadavg: 10.46 10.27 6.37 1/73 968
/proc/meminfo: memFree=16880/2055920 swapFree=3743040/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1761052 CPUtime=9.64
/proc/963/stat : 963 (SatELite_releas) D 958 958 850 0 -1 4194304 343894 0 4 0 762 202 0 0 18 0 1 0 315034633 1803317248 235285 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 18446744071563478208 0 0 17 0 0 0
/proc/963/statm: 440263 235285 50 173 0 440088 0
Current children cumulated CPU time (s) 9.64
Current children cumulated vsize (KiB) 1766408
heavy processes:

[startup+642.303 s]
/proc/loadavg: 10.73 10.40 6.65 1/73 969
/proc/meminfo: memFree=15024/2055920 swapFree=3743080/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1767568 CPUtime=9.74
/proc/963/stat : 963 (SatELite_releas) D 958 958 850 0 -1 4194304 347121 0 4 0 769 205 0 0 18 0 1 0 315034633 1809989632 238444 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/963/statm: 441892 238444 50 173 0 441717 0
Current children cumulated CPU time (s) 9.74
Current children cumulated vsize (KiB) 1772924
heavy processes:

[startup+702.301 s]
/proc/loadavg: 8.93 10.04 6.77 1/70 969
/proc/meminfo: memFree=15888/2055920 swapFree=3743080/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1777568 CPUtime=9.85
/proc/963/stat : 963 (SatELite_releas) D 958 958 850 0 -1 4194304 350876 0 4 0 778 207 0 0 18 0 1 0 315034633 1820229632 242199 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/963/statm: 444392 242199 50 173 0 444217 0
Current children cumulated CPU time (s) 9.85
Current children cumulated vsize (KiB) 1782924
heavy processes:

[startup+762.302 s]
/proc/loadavg: 5.11 8.75 6.53 1/67 969
/proc/meminfo: memFree=16232/2055920 swapFree=3743080/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1786216 CPUtime=9.95
/proc/963/stat : 963 (SatELite_releas) D 958 958 850 0 -1 4194304 354185 0 4 0 786 209 0 0 18 0 1 0 315034633 1829085184 245508 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/963/statm: 446554 245508 50 173 0 446379 0
Current children cumulated CPU time (s) 9.95
Current children cumulated vsize (KiB) 1791572
heavy processes:

[startup+822.302 s]
/proc/loadavg: 3.56 7.63 6.28 1/67 969
/proc/meminfo: memFree=16296/2055920 swapFree=3743080/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1835580 CPUtime=10.5
/proc/963/stat : 963 (SatELite_releas) D 958 958 850 0 -1 4194304 372648 0 4 0 831 219 0 0 18 0 1 0 315034633 1879633920 263965 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 18446744071563478208 0 0 17 1 0 0
/proc/963/statm: 458895 263965 50 173 0 458720 0
Current children cumulated CPU time (s) 10.5
Current children cumulated vsize (KiB) 1840936
heavy processes:



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+865.101 s]
/proc/loadavg: 2.98 6.90 6.10 1/67 969
/proc/meminfo: memFree=16296/2055920 swapFree=3743080/4192956
[pid=958] ppid=956 vsize=5356 CPUtime=0
/proc/958/stat : 958 (SatELiteGTI) S 956 958 850 0 -1 4194304 310 249 0 0 0 0 0 0 19 0 1 0 315034632 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/958/statm: 1339 237 197 169 0 50 0
[pid=963] ppid=958 vsize=1838320 CPUtime=10.52
/proc/963/stat : 963 (SatELite_releas) D 958 958 850 0 -1 4194304 373287 0 4 0 833 219 0 0 18 0 1 0 315034633 1882439680 264604 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/963/statm: 459580 264604 50 173 0 459405 0
Current children cumulated CPU time (s) 10.52
Current children cumulated vsize (KiB) 1843676
heavy processes:

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 958 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.004998
# while last known CPU time is 10.52
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 869.375
CPU time (s): 10.52
CPU user time (s): 8.33
CPU system time (s): 2.19
CPU usage (%): 1.21007
Max. virtual memory (cumulated for all children) (KiB): 1843676

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

runsolver used 0.78788 second user time and 2.59161 second system time

The end

Launcher Data

Begin job on node77 at 2009-05-21 03:40:43
IDJOB=1837418
IDBENCH=70953
IDSOLVER=674
FILE ID=node77/1837418-1242869980
PBS_JOBID= 9328590
Free space on /tmp= 65476 MiB

SOLVER NAME= minisat_cumr p-2009-03-18
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-zfcp-2.8-u2-noholes.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1837418-1242869980/watcher-1837418-1242869980 -o /tmp/evaluation-result-1837418-1242869980/solver-1837418-1242869980 -C 10000 -W 12000 -M 1800  SatELiteGTI HOME/instance-1837418-1242869980.cnf

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

MD5SUM BENCH= c4aa2ddc60eee766fbdf95a32eed5b43
RANDOM SEED=96933982

node77.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.270
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.270
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:        857872 kB
Buffers:         27604 kB
Cached:        1054816 kB
SwapCached:      51208 kB
Active:         843536 kB
Inactive:       291900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        857872 kB
SwapTotal:     4192956 kB
SwapFree:      4135964 kB
Dirty:          617652 kB
Writeback:       13300 kB
Mapped:          16972 kB
Slab:            48556 kB
Committed_AS:  1104092 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= 65476 MiB
End job on node77 at 2009-05-21 03:55:22