Trace number 3495924

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
MoUsSaka 2011-03-26No Cert. 1800.07 1800.03

General information on the benchmark

Namemus/marques-silva/
hardware-verification/4pipe_1_ooo.cnf
MD5SUMd0eba161157909184a14fbb6efe22eeb
Bench CategoryMUS (MUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark189.561
Satisfiable
(Un)Satisfiability was proved
Number of variables4647
Number of clauses74554
Sum of the clauses size216264
Maximum clause length72
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 255907
Number of clauses of size 315587
Number of clauses of size 4130
Number of clauses of size 594
Number of clauses of size over 52835

Solver Data

0.00/0.00	c MoUsSaka vegetarian
1657.53/1657.54	
1657.53/1657.54	s UNSATISFIABLE

Verifier Data

ERROR: no value line found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3495924-1307808864/watcher-3495924-1307808864 -o /tmp/evaluation-result-3495924-1307808864/solver-3495924-1307808864 -C 1800 -W 1850 -M 7680 MoUsSaka HOME/instance-3495924-1307808864.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.16 2.02 2.98 7/188 19190
/proc/meminfo: memFree=31883912/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=14400 CPUtime=0 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 779 0 0 0 0 0 0 0 25 0 1 0 971117138 14745600 705 33554432000 4194304 4365125 140735411651520 18446744073709551615 4316862 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 3600 705 254 42 0 748 0

[startup+0.076806 s]
/proc/loadavg: 1.16 2.02 2.98 7/188 19190
/proc/meminfo: memFree=31883912/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=21436 CPUtime=0.06 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 4124 0 0 0 6 0 0 0 25 0 1 0 971117138 21950464 2497 33554432000 4194304 4365125 140735411651520 18446744073709551615 4316862 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 5359 2497 261 42 0 2507 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21436

[startup+0.1008 s]
/proc/loadavg: 1.16 2.02 2.98 7/188 19190
/proc/meminfo: memFree=31883912/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=22420 CPUtime=0.09 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 4925 0 0 0 9 0 0 0 25 0 1 0 971117138 22958080 2652 33554432000 4194304 4365125 140735411651520 18446744073709551615 4250173 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 5605 2654 261 42 0 2753 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22420

[startup+0.300795 s]
/proc/loadavg: 1.16 2.02 2.98 7/188 19190
/proc/meminfo: memFree=31883912/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=29120 CPUtime=0.29 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 11462 0 0 0 28 1 0 0 25 0 1 0 971117138 29818880 3778 33554432000 4194304 4365125 140735411651520 18446744073709551615 4244624 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 7280 3781 262 42 0 4428 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29120

[startup+0.700695 s]
/proc/loadavg: 1.16 2.02 2.98 7/188 19190
/proc/meminfo: memFree=31883912/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=41624 CPUtime=0.69 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 21803 0 0 0 67 2 0 0 25 0 1 0 971117138 42622976 5845 33554432000 4194304 4365125 140735411651520 18446744073709551615 4244704 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 10406 5845 262 42 0 7554 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41624

[startup+1.50056 s]
/proc/loadavg: 1.16 2.02 2.98 6/190 19192
/proc/meminfo: memFree=31737896/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=69764 CPUtime=1.48 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 51716 0 0 0 143 5 0 0 25 0 1 0 971117138 71438336 13792 33554432000 4194304 4365125 140735411651520 18446744073709551615 4258419 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 17441 13792 262 42 0 14589 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 69764

[startup+3.10028 s]
/proc/loadavg: 1.16 2.02 2.98 6/190 19192
/proc/meminfo: memFree=31626788/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=96796 CPUtime=3.08 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 74357 0 0 0 301 7 0 0 25 0 1 0 971117138 99119104 19013 33554432000 4194304 4365125 140735411651520 18446744073709551615 4258112 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 24199 19013 262 42 0 21347 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 96796

[startup+6.30071 s]
/proc/loadavg: 1.39 2.05 2.99 6/190 19192
/proc/meminfo: memFree=31377056/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=136400 CPUtime=6.29 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 113682 0 0 0 618 11 0 0 25 0 1 0 971117138 139673600 29411 33554432000 4194304 4365125 140735411651520 18446744073709551615 4244682 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 34100 29411 262 42 0 31248 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 136400

[startup+12.7006 s]
/proc/loadavg: 1.60 2.08 2.99 6/190 19192
/proc/meminfo: memFree=31160668/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=281028 CPUtime=12.69 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 218051 0 0 0 1247 22 0 0 25 0 1 0 971117138 287772672 46180 33554432000 4194304 4365125 140735411651520 18446744073709551615 4250342 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 70257 46180 281 42 0 67405 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 281028

[startup+25.5004 s]
/proc/loadavg: 2.13 2.18 3.01 5/190 19192
/proc/meminfo: memFree=30818424/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=614336 CPUtime=25.49 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 498871 0 0 0 2498 51 0 0 25 0 1 0 971117138 629080064 108044 33554432000 4194304 4365125 140735411651520 18446744073709551615 4244624 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 153584 108044 281 42 0 150732 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 614336

[startup+51.1009 s]
/proc/loadavg: 2.77 2.32 3.03 6/190 19269
/proc/meminfo: memFree=30422364/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=912360 CPUtime=51.09 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 797609 0 0 0 5030 79 0 0 25 0 1 0 971117138 934256640 186559 33554432000 4194304 4365125 140735411651520 18446744073709551615 4258238 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 228090 186559 281 42 0 225238 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 912360

[startup+102.307 s]
/proc/loadavg: 3.51 2.60 3.09 6/190 19346
/proc/meminfo: memFree=30492076/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=917540 CPUtime=102.3 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 798958 0 0 0 10151 79 0 0 25 0 1 0 971117138 939560960 187908 33554432000 4194304 4365125 140735411651520 18446744073709551615 4258107 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 229385 187908 317 42 0 226533 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 917540

[startup+162.3 s]
/proc/loadavg: 3.80 2.83 3.14 5/190 19348
/proc/meminfo: memFree=30422464/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=917540 CPUtime=162.29 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 798958 0 0 0 16150 79 0 0 25 0 1 0 971117138 939560960 187908 33554432000 4194304 4365125 140735411651520 18446744073709551615 4247545 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 229385 187908 317 42 0 226533 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 917540

[startup+222.301 s]
/proc/loadavg: 3.97 3.06 3.19 6/190 19350
/proc/meminfo: memFree=30416568/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=917540 CPUtime=222.29 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 798958 0 0 0 22150 79 0 0 25 0 1 0 971117138 939560960 187908 33554432000 4194304 4365125 140735411651520 18446744073709551615 4275978 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 229385 187908 317 42 0 226533 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 917540

[startup+282.3 s]
/proc/loadavg: 3.99 3.23 3.24 5/190 19351
/proc/meminfo: memFree=30373248/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=917540 CPUtime=282.29 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 798980 0 0 0 28150 79 0 0 25 0 1 0 971117138 939560960 187911 33554432000 4194304 4365125 140735411651520 18446744073709551615 4247533 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 229385 187911 298 42 0 226533 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 917540

[startup+342.301 s]
/proc/loadavg: 3.99 3.37 3.28 6/190 19391
/proc/meminfo: memFree=30274196/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=917540 CPUtime=342.3 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 798980 0 0 0 34151 79 0 0 25 0 1 0 971117138 939560960 187911 33554432000 4194304 4365125 140735411651520 18446744073709551615 4244774 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 229385 187911 298 42 0 226533 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 917540

[startup+402.3 s]
/proc/loadavg: 3.99 3.48 3.33 6/190 19392
/proc/meminfo: memFree=30081212/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=917540 CPUtime=402.3 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 798980 0 0 0 40151 79 0 0 25 0 1 0 971117138 939560960 187911 33554432000 4194304 4365125 140735411651520 18446744073709551615 4250159 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 229385 187911 298 42 0 226533 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 917540

[startup+462.301 s]
/proc/loadavg: 3.99 3.57 3.37 6/190 19394
/proc/meminfo: memFree=30024348/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=917540 CPUtime=462.3 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 798980 0 0 0 46151 79 0 0 25 0 1 0 971117138 939560960 187911 33554432000 4194304 4365125 140735411651520 18446744073709551615 4250173 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 229385 187911 298 42 0 226533 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 917540

[startup+522.3 s]
/proc/loadavg: 3.99 3.65 3.40 4/184 19419
/proc/meminfo: memFree=30469712/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=917540 CPUtime=522.3 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 798980 0 0 0 52151 79 0 0 25 0 1 0 971117138 939560960 187911 33554432000 4194304 4365125 140735411651520 18446744073709551615 4263932 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 229385 187911 298 42 0 226533 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 917540

[startup+582.301 s]
/proc/loadavg: 3.36 3.53 3.37 4/184 19421
/proc/meminfo: memFree=30425968/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=917540 CPUtime=582.3 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 798980 0 0 0 58151 79 0 0 25 0 1 0 971117138 939560960 187911 33554432000 4194304 4365125 140735411651520 18446744073709551615 4258110 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 229385 187911 298 42 0 226533 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 917540

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 3.03 3.25 3.29 4/184 19427
/proc/meminfo: memFree=30277280/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927632 CPUtime=822.3 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 801503 0 0 0 82151 79 0 0 25 0 1 0 971117138 949895168 190434 33554432000 4194304 4365125 140735411651520 18446744073709551615 4244608 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231908 190434 298 42 0 229056 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 927632

[startup+882.3 s]
/proc/loadavg: 3.01 3.20 3.26 4/184 19429
/proc/meminfo: memFree=30263836/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927632 CPUtime=882.3 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 801503 0 0 0 88151 79 0 0 25 0 1 0 971117138 949895168 190434 33554432000 4194304 4365125 140735411651520 18446744073709551615 4247533 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231908 190434 298 42 0 229056 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 927632

[startup+942.301 s]
/proc/loadavg: 3.00 3.16 3.25 4/184 19431
/proc/meminfo: memFree=30291532/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927632 CPUtime=942.31 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 801503 0 0 0 94152 79 0 0 25 0 1 0 971117138 949895168 190434 33554432000 4194304 4365125 140735411651520 18446744073709551615 4244624 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231908 190434 298 42 0 229056 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 927632

[startup+1002.3 s]
/proc/loadavg: 3.00 3.13 3.23 4/184 19432
/proc/meminfo: memFree=30213364/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927632 CPUtime=1002.31 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 801503 0 0 0 100152 79 0 0 25 0 1 0 971117138 949895168 190434 33554432000 4194304 4365125 140735411651520 18446744073709551615 4244666 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231908 190434 298 42 0 229056 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 927632

[startup+1062.3 s]
/proc/loadavg: 2.72 3.04 3.19 3/178 19458
/proc/meminfo: memFree=30710920/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927632 CPUtime=1062.31 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 801503 0 0 0 106152 79 0 0 25 0 1 0 971117138 949895168 190434 33554432000 4194304 4365125 140735411651520 18446744073709551615 4250159 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231908 190434 298 42 0 229056 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 927632

[startup+1122.3 s]
/proc/loadavg: 2.26 2.85 3.11 3/178 19460
/proc/meminfo: memFree=30702544/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927632 CPUtime=1122.31 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 801503 0 0 0 112152 79 0 0 25 0 1 0 971117138 949895168 190434 33554432000 4194304 4365125 140735411651520 18446744073709551615 4247605 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231908 190434 298 42 0 229056 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 927632

[startup+1182.3 s]
/proc/loadavg: 2.16 2.71 3.05 3/178 19461
/proc/meminfo: memFree=30722584/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927632 CPUtime=1182.31 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 801503 0 0 0 118152 79 0 0 25 0 1 0 971117138 949895168 190434 33554432000 4194304 4365125 140735411651520 18446744073709551615 4247533 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231908 190434 298 42 0 229056 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 927632

[startup+1242.3 s]
/proc/loadavg: 2.06 2.58 2.98 3/178 19463
/proc/meminfo: memFree=30716316/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927632 CPUtime=1242.31 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 801503 0 0 0 124152 79 0 0 25 0 1 0 971117138 949895168 190434 33554432000 4194304 4365125 140735411651520 18446744073709551615 4250159 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231908 190434 298 42 0 229056 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 927632

[startup+1302.3 s]
/proc/loadavg: 2.10 2.48 2.91 3/178 19464
/proc/meminfo: memFree=30714428/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927632 CPUtime=1302.32 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 801503 0 0 0 130153 79 0 0 25 0 1 0 971117138 949895168 190434 33554432000 4194304 4365125 140735411651520 18446744073709551615 4247545 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231908 190434 298 42 0 229056 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 927632

[startup+1362.3 s]
/proc/loadavg: 2.04 2.39 2.86 3/178 19466
/proc/meminfo: memFree=30714372/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927632 CPUtime=1362.32 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 801503 0 0 0 136153 79 0 0 25 0 1 0 971117138 949895168 190434 33554432000 4194304 4365125 140735411651520 18446744073709551615 4257958 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231908 190434 298 42 0 229056 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 927632

[startup+1422.31 s]
/proc/loadavg: 2.01 2.31 2.80 3/178 19468
/proc/meminfo: memFree=30714180/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927632 CPUtime=1422.32 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 801503 0 0 0 142153 79 0 0 25 0 1 0 971117138 949895168 190434 33554432000 4194304 4365125 140735411651520 18446744073709551615 4244654 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231908 190434 298 42 0 229056 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 927632

[startup+1482.3 s]
/proc/loadavg: 2.00 2.26 2.75 3/178 19472
/proc/meminfo: memFree=30715892/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927632 CPUtime=1482.32 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 801503 0 0 0 148153 79 0 0 25 0 1 0 971117138 949895168 190434 33554432000 4194304 4365125 140735411651520 18446744073709551615 4247575 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231908 190434 298 42 0 229056 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 927632

[startup+1542.3 s]
/proc/loadavg: 1.51 2.08 2.65 2/172 19498
/proc/meminfo: memFree=31130676/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927632 CPUtime=1542.32 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 801503 0 0 0 154153 79 0 0 25 0 1 0 971117138 949895168 190434 33554432000 4194304 4365125 140735411651520 18446744073709551615 4247533 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231908 190434 298 42 0 229056 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 927632

[startup+1602.3 s]
/proc/loadavg: 1.20 1.90 2.56 2/172 19499
/proc/meminfo: memFree=31130532/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927632 CPUtime=1602.32 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 801503 0 0 0 160153 79 0 0 25 0 1 0 971117138 949895168 190434 33554432000 4194304 4365125 140735411651520 18446744073709551615 4247584 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231908 190434 298 42 0 229056 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 927632

[startup+1662.3 s]
/proc/loadavg: 1.07 1.72 2.45 2/172 19501
/proc/meminfo: memFree=31130596/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927628 CPUtime=1662.33 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 833919 0 0 0 166150 83 0 0 25 0 1 0 971117138 949891072 190450 33554432000 4194304 4365125 140735411651520 18446744073709551615 4262559 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231907 190450 289 42 0 229055 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 927628

[startup+1722.3 s]
/proc/loadavg: 1.02 1.59 2.36 2/172 19502
/proc/meminfo: memFree=31130644/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927628 CPUtime=1722.33 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 833920 0 0 0 172150 83 0 0 25 0 1 0 971117138 949891072 190451 33554432000 4194304 4365125 140735411651520 18446744073709551615 4262095 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231907 190451 289 42 0 229055 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 927628

[startup+1782.3 s]
/proc/loadavg: 1.04 1.49 2.27 2/172 19504
/proc/meminfo: memFree=31130572/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927628 CPUtime=1782.33 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 833921 0 0 0 178150 83 0 0 25 0 1 0 971117138 949891072 190452 33554432000 4194304 4365125 140735411651520 18446744073709551615 4262555 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231907 190452 289 42 0 229055 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 927628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.03 1.46 2.25 2/172 19505
/proc/meminfo: memFree=31130532/32950940 swapFree=67074964/67111528
[pid=19190] ppid=19186 vsize=927628 CPUtime=1800.03 cores=1,3
/proc/19190/stat : 19190 (MoUsSaka) R 19186 19190 17737 0 -1 4202496 833921 0 0 0 179920 83 0 0 25 0 1 0 971117138 949891072 190452 33554432000 4194304 4365125 140735411651520 18446744073709551615 4262555 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19190/statm: 231907 190452 289 42 0 229055 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 927628

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)
Real time (s): 1800.03
CPU time (s): 1800.07
CPU user time (s): 1799.21
CPU system time (s): 0.863868
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1484380

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

runsolver used 2.70359 second user time and 6.44002 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-11 18:14:24
IDJOB=3495924
IDBENCH=89549
IDSOLVER=1989
FILE ID=node117/3495924-1307808864
RUNJOBID= node117-1307808863-19135
PBS_JOBID= 13551060
Free space on /tmp= 74020 MiB

SOLVER NAME= MoUsSaka 2011-03-26
BENCH NAME= SAT11/mus/marques-silva/hardware-verification/4pipe_1_ooo.cnf
COMMAND LINE= MoUsSaka BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3495924-1307808864/watcher-3495924-1307808864 -o /tmp/evaluation-result-3495924-1307808864/solver-3495924-1307808864 -C 1800 -W 1850 -M 7680  MoUsSaka HOME/instance-3495924-1307808864.cnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= d0eba161157909184a14fbb6efe22eeb
RANDOM SEED=2024887554

node117.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      31887488 kB
Buffers:        166916 kB
Cached:         706296 kB
SwapCached:       6164 kB
Active:         359160 kB
Inactive:       553420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      31887488 kB
SwapTotal:    67111528 kB
SwapFree:     67074964 kB
Dirty:            4740 kB
Writeback:           0 kB
AnonPages:       35236 kB
Mapped:          14144 kB
Slab:            85180 kB
PageTables:       4996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   214156 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74020 MiB
End job on node117 at 2011-06-11 18:44:26