Trace number 3250873

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
MPhaseSAT64 2011-03-03? (TO) 1300.05 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
MD5SUMf34a5dd1cdce70a322dd395bcb5f1303
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2548
Number of clauses582679
Sum of the clauses size1167806
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2582629
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3250873-1303578505/watcher-3250873-1303578505 -o /tmp/evaluation-result-3250873-1303578505/solver-3250873-1303578505 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3250873-1303578505.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 2.75 3.71 3.83 2/176 29550
/proc/meminfo: memFree=19864548/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=12180 CPUtime=0 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 450266655 12472320 274 33554432000 134512640 134761588 4289310064 18446744073709551615 134531215 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 3045 274 225 61 0 2348 0

[startup+0.0190939 s]
/proc/loadavg: 2.75 3.71 3.83 2/176 29550
/proc/meminfo: memFree=19864548/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=12180 CPUtime=0.01 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 409 0 0 0 1 0 0 0 21 0 1 0 450266655 12472320 350 33554432000 134512640 134761588 4289310064 18446744073709551615 7923817 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 3045 350 225 61 0 2348 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12180

[startup+0.10108 s]
/proc/loadavg: 2.75 3.71 3.83 2/176 29550
/proc/meminfo: memFree=19864548/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=12180 CPUtime=0.09 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 886 0 0 0 9 0 0 0 21 0 1 0 450266655 12472320 827 33554432000 134512640 134761588 4289310064 18446744073709551615 8014809 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 3045 827 225 61 0 2348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12180

[startup+0.301049 s]
/proc/loadavg: 2.75 3.71 3.83 2/176 29550
/proc/meminfo: memFree=19864548/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=12176 CPUtime=0.29 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 2034 0 0 0 29 0 0 0 22 0 1 0 450266655 12468224 1974 33554432000 134512640 134761588 4289310064 18446744073709551615 134575240 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 3044 1974 230 61 0 2347 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12176

[startup+0.700974 s]
/proc/loadavg: 2.75 3.71 3.83 2/176 29550
/proc/meminfo: memFree=19864548/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=26580 CPUtime=0.69 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 15156 0 0 0 67 2 0 0 23 0 1 0 450266655 27217920 6196 33554432000 134512640 134761588 4289310064 18446744073709551615 134616741 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 6645 6196 259 61 0 5948 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26580

[startup+1.50083 s]
/proc/loadavg: 2.75 3.71 3.83 5/190 29577
/proc/meminfo: memFree=19797412/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=28024 CPUtime=1.49 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 15511 0 0 0 147 2 0 0 25 0 1 0 450266655 28696576 6551 33554432000 134512640 134761588 4289310064 18446744073709551615 134616727 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 7006 6551 265 61 0 6309 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28024

[startup+3.10055 s]
/proc/loadavg: 2.75 3.71 3.83 5/190 29577
/proc/meminfo: memFree=19767664/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=29660 CPUtime=3.09 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 15937 0 0 0 307 2 0 0 25 0 1 0 450266655 30371840 6977 33554432000 134512640 134761588 4289310064 18446744073709551615 134748056 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 7415 6977 270 61 0 6718 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29660

[startup+6.30099 s]
/proc/loadavg: 2.85 3.71 3.83 5/190 29577
/proc/meminfo: memFree=19748308/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=33640 CPUtime=6.29 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 19867 0 0 0 627 2 0 0 25 0 1 0 450266655 34447360 7972 33554432000 134512640 134761588 4289310064 18446744073709551615 134747278 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 8410 7972 270 61 0 7713 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33640

[startup+12.7009 s]
/proc/loadavg: 2.95 3.72 3.83 5/190 29604
/proc/meminfo: memFree=19718124/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=35996 CPUtime=12.69 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 23660 0 0 0 1266 3 0 0 25 0 1 0 450266655 36859904 8561 33554432000 134512640 134761588 4289310064 18446744073709551615 134614584 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 8999 8561 270 61 0 8302 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35996

[startup+25.5006 s]
/proc/loadavg: 3.18 3.73 3.83 5/190 29604
/proc/meminfo: memFree=19698876/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=36796 CPUtime=25.49 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 31374 0 0 0 2545 4 0 0 25 0 1 0 450266655 37679104 8761 33554432000 134512640 134761588 4289310064 18446744073709551615 134682632 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 9199 8761 270 61 0 8502 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36796

[startup+51.1001 s]
/proc/loadavg: 3.46 3.75 3.83 5/190 29605
/proc/meminfo: memFree=19707712/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=41448 CPUtime=51.09 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 41913 0 0 0 5104 5 0 0 25 0 1 0 450266655 42442752 9199 33554432000 134512640 134761588 4289310064 18446744073709551615 134616727 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 10362 9199 270 61 0 9665 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 41448

[startup+102.306 s]
/proc/loadavg: 3.80 3.80 3.85 5/190 29606
/proc/meminfo: memFree=19603668/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=23932 CPUtime=102.3 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 49203 0 0 0 10224 6 0 0 25 0 1 0 450266655 24506368 5531 33554432000 134512640 134761588 4289310064 18446744073709551615 134536652 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 5983 5531 272 61 0 5286 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 23932

[startup+162.301 s]
/proc/loadavg: 3.96 3.85 3.86 5/190 29608
/proc/meminfo: memFree=19520464/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=73300 CPUtime=162.29 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 95624 0 0 0 16216 13 0 0 25 0 1 0 450266655 75059200 17773 33554432000 134512640 134761588 4289310064 18446744073709551615 134635890 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 18325 17773 275 61 0 17628 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 73300

[startup+222.301 s]
/proc/loadavg: 3.98 3.87 3.86 5/190 29610
/proc/meminfo: memFree=19414292/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=124364 CPUtime=222.29 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 120137 0 0 0 22213 16 0 0 25 0 1 0 450266655 127348736 30507 33554432000 134512640 134761588 4289310064 18446744073709551615 134635936 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 31091 30507 275 61 0 30394 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 124364

[startup+282.301 s]
/proc/loadavg: 4.07 3.91 3.87 5/190 29611
/proc/meminfo: memFree=19454832/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=118900 CPUtime=282.3 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 130692 0 0 0 28212 18 0 0 25 0 1 0 450266655 121753600 29157 33554432000 134512640 134761588 4289310064 18446744073709551615 134635939 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 29725 29157 275 61 0 29028 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 118900

[startup+342.301 s]
/proc/loadavg: 4.02 3.92 3.88 5/190 29613
/proc/meminfo: memFree=19420456/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=147408 CPUtime=342.3 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 149460 0 0 0 34210 20 0 0 25 0 1 0 450266655 150945792 36274 33554432000 134512640 134761588 4289310064 18446744073709551615 134635890 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 36852 36274 275 61 0 36155 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 147408

[startup+402.3 s]
/proc/loadavg: 4.01 3.93 3.89 5/190 29614
/proc/meminfo: memFree=19438428/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=144840 CPUtime=402.3 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 164336 0 0 0 40208 22 0 0 25 0 1 0 450266655 148316160 35628 33554432000 134512640 134761588 4289310064 18446744073709551615 134636053 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 36210 35628 275 61 0 35513 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 144840

[startup+462.301 s]
/proc/loadavg: 4.00 3.94 3.89 5/190 29616
/proc/meminfo: memFree=19403572/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=151460 CPUtime=462.3 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 185255 0 0 0 46206 24 0 0 25 0 1 0 450266655 155095040 37277 33554432000 134512640 134761588 4289310064 18446744073709551615 134635936 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 37865 37277 275 61 0 37168 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 151460

[startup+522.3 s]
/proc/loadavg: 4.00 3.95 3.90 5/190 29618
/proc/meminfo: memFree=19401832/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=136084 CPUtime=522.3 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 197158 0 0 0 52204 26 0 0 25 0 1 0 450266655 139350016 33428 33554432000 134512640 134761588 4289310064 18446744073709551615 134635873 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 34021 33428 275 61 0 33324 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 136084

[startup+582.301 s]
/proc/loadavg: 4.00 3.96 3.90 5/190 29619
/proc/meminfo: memFree=19359040/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=131464 CPUtime=582.31 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 208865 0 0 0 58203 28 0 0 25 0 1 0 450266655 134619136 32268 33554432000 134512640 134761588 4289310064 18446744073709551615 134635873 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 32866 32268 275 61 0 32169 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 131464

[startup+642.3 s]
/proc/loadavg: 4.00 3.96 3.91 5/190 29621
/proc/meminfo: memFree=19379744/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=131464 CPUtime=642.31 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 210273 0 0 0 64203 28 0 0 25 0 1 0 450266655 134619136 32268 33554432000 134512640 134761588 4289310064 18446744073709551615 134635875 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 32866 32268 275 61 0 32169 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 131464

[startup+702.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 29622
/proc/meminfo: memFree=19411472/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=126856 CPUtime=702.31 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 211937 0 0 0 70202 29 0 0 25 0 1 0 450266655 129900544 31116 33554432000 134512640 134761588 4289310064 18446744073709551615 134635840 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 31714 31116 275 61 0 31017 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 126856

[startup+762.307 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 29624
/proc/meminfo: memFree=19371408/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=150396 CPUtime=762.32 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 219489 0 0 0 76202 30 0 0 25 0 1 0 450266655 154005504 37001 33554432000 134512640 134761588 4289310064 18446744073709551615 134636025 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 37599 37001 275 61 0 36902 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 150396

[startup+822.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 29626
/proc/meminfo: memFree=19373520/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=146812 CPUtime=822.31 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 232034 0 0 0 82199 32 0 0 25 0 1 0 450266655 150335488 36105 33554432000 134512640 134761588 4289310064 18446744073709551615 134636037 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 36703 36105 275 61 0 36006 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 146812

[startup+882.3 s]
/proc/loadavg: 4.04 3.99 3.91 5/190 29627
/proc/meminfo: memFree=19383416/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=159356 CPUtime=882.31 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 239714 0 0 0 88198 33 0 0 25 0 1 0 450266655 163180544 39241 33554432000 134512640 134761588 4289310064 18446744073709551615 134635840 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 39839 39241 275 61 0 39142 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 159356

[startup+942.301 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 29629
/proc/meminfo: memFree=19376452/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=137828 CPUtime=942.31 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 252595 0 0 0 94196 35 0 0 25 0 1 0 450266655 141135872 33843 33554432000 134512640 134761588 4289310064 18446744073709551615 134663673 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 34457 33843 275 61 0 33760 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 137828

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 29633
/proc/meminfo: memFree=19376668/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=137444 CPUtime=1002.31 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 267290 0 0 0 100194 37 0 0 25 0 1 0 450266655 140742656 33747 33554432000 134512640 134761588 4289310064 18446744073709551615 134680751 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 34361 33747 275 61 0 33664 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 137444

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 29635
/proc/meminfo: memFree=19367780/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=146964 CPUtime=1062.32 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 282331 0 0 0 106192 40 0 0 25 0 1 0 450266655 150491136 36127 33554432000 134512640 134761588 4289310064 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 36741 36127 275 61 0 36044 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 146964

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 29637
/proc/meminfo: memFree=19374328/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=143872 CPUtime=1122.31 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 295517 0 0 0 112190 41 0 0 25 0 1 0 450266655 147324928 35354 33554432000 134512640 134761588 4289310064 18446744073709551615 134671491 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 35968 35354 275 61 0 35271 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 143872

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 29638
/proc/meminfo: memFree=19347784/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=160220 CPUtime=1182.31 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 310878 0 0 0 118188 43 0 0 25 0 1 0 450266655 164065280 39441 33554432000 134512640 134761588 4289310064 18446744073709551615 134747545 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 40055 39441 275 61 0 39358 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 160220

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 29640
/proc/meminfo: memFree=19336616/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=158144 CPUtime=1242.32 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 323423 0 0 0 124187 45 0 0 25 0 1 0 450266655 161939456 38922 33554432000 134512640 134761588 4289310064 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 39536 38922 275 61 0 38839 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 158144



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 29641
/proc/meminfo: memFree=19334744/32951124 swapFree=67111524/67111528
[pid=29550] ppid=29548 vsize=172980 CPUtime=1300.03 cores=1,3
/proc/29550/stat : 29550 (MPhaseSAT64) R 29548 29550 29516 0 -1 4202496 345760 0 0 0 129955 48 0 0 25 0 1 0 450266655 177131520 42631 33554432000 134512640 134761588 4289310064 18446744073709551615 134726516 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29550/statm: 43245 42631 275 61 0 42548 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 172980

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): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.56
CPU system time (s): 0.489925
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 199604

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

runsolver used 2.09468 second user time and 5.00424 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-23 19:08:25
IDJOB=3250873
IDBENCH=88204
IDSOLVER=1521
FILE ID=node144/3250873-1303578505
RUNJOBID= node144-1303578505-29536
PBS_JOBID= 13150337
Free space on /tmp= 72168 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250873-1303578505/watcher-3250873-1303578505 -o /tmp/evaluation-result-3250873-1303578505/solver-3250873-1303578505 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3250873-1303578505.cnf

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

MD5SUM BENCH= f34a5dd1cdce70a322dd395bcb5f1303
RANDOM SEED=1290728059

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.75
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19865076 kB
Buffers:       2155856 kB
Cached:       10327252 kB
SwapCached:          4 kB
Active:        3330784 kB
Inactive:      9219880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19865076 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           16896 kB
Writeback:           8 kB
AnonPages:       66932 kB
Mapped:          14300 kB
Slab:           469500 kB
PageTables:       5224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188520 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= 72152 MiB
End job on node144 at 2011-04-23 19:30:07