Trace number 3259451

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
SApperloT2010 2011-03-04? (TO) 1300.05 1300.01

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes8.cnf
MD5SUMca42736a2fe4e8cf2cba6dd1668e0ad6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.9384
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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

running on 2 cores: 4,6

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: 3.74 3.89 3.02 2/174 30712
/proc/meminfo: memFree=26674804/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=12600 CPUtime=0 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 494 0 0 0 0 0 0 0 22 0 1 0 540652763 12902400 433 33554432000 4194304 4395502 140735548150448 18446744073709551615 260905054917 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 3150 434 249 50 0 290 0

[startup+0.0859359 s]
/proc/loadavg: 3.74 3.89 3.02 2/174 30712
/proc/meminfo: memFree=26674804/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=17872 CPUtime=0.07 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 1983 0 0 0 7 0 0 0 22 0 1 0 540652763 18300928 1749 33554432000 4194304 4395502 140735548150448 18446744073709551615 260905054917 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 4468 1749 267 50 0 1608 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17872

[startup+0.100932 s]
/proc/loadavg: 3.74 3.89 3.02 2/174 30712
/proc/meminfo: memFree=26674804/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=18268 CPUtime=0.08 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 2074 0 0 0 8 0 0 0 22 0 1 0 540652763 18706432 1840 33554432000 4194304 4395502 140735548150448 18446744073709551615 4314317 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 4567 1841 267 50 0 1707 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18268

[startup+0.300898 s]
/proc/loadavg: 3.74 3.89 3.02 2/174 30712
/proc/meminfo: memFree=26674804/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=21324 CPUtime=0.29 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 2815 0 0 0 28 1 0 0 23 0 1 0 540652763 21835776 2581 33554432000 4194304 4395502 140735548150448 18446744073709551615 4288756 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 5331 2581 267 50 0 2471 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21324

[startup+0.700827 s]
/proc/loadavg: 3.74 3.89 3.02 2/174 30712
/proc/meminfo: memFree=26674804/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=24844 CPUtime=0.69 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 3693 0 0 0 68 1 0 0 25 0 1 0 540652763 25440256 3459 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 6211 3459 267 50 0 3351 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24844

[startup+1.50068 s]
/proc/loadavg: 3.74 3.89 3.02 2/175 30713
/proc/meminfo: memFree=26659828/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=28556 CPUtime=1.49 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 4588 0 0 0 148 1 0 0 25 0 1 0 540652763 29241344 4354 33554432000 4194304 4395502 140735548150448 18446744073709551615 4339114 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 7139 4354 267 50 0 4279 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28556

[startup+3.10027 s]
/proc/loadavg: 3.74 3.89 3.02 2/177 30717
/proc/meminfo: memFree=26657528/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=30184 CPUtime=3.09 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 4979 0 0 0 308 1 0 0 25 0 1 0 540652763 30908416 4745 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 7546 4745 267 50 0 4686 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30184

[startup+6.3008 s]
/proc/loadavg: 3.60 3.86 3.01 3/180 30723
/proc/meminfo: memFree=26585052/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=33224 CPUtime=6.29 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 5729 0 0 0 628 1 0 0 25 0 1 0 540652763 34021376 5495 33554432000 4194304 4395502 140735548150448 18446744073709551615 4288516 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 8306 5495 267 50 0 5446 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33224

[startup+12.7006 s]
/proc/loadavg: 3.55 3.85 3.01 5/190 30744
/proc/meminfo: memFree=26434212/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=37700 CPUtime=12.69 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 6750 0 0 0 1268 1 0 0 25 0 1 0 540652763 38604800 6516 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 9425 6516 267 50 0 6565 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37700

[startup+25.5002 s]
/proc/loadavg: 3.65 3.85 3.03 5/190 30744
/proc/meminfo: memFree=26306460/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=44936 CPUtime=25.49 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 8374 0 0 0 2548 1 0 0 25 0 1 0 540652763 46014464 8140 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299502 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 11234 8140 267 50 0 8374 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44936

[startup+51.1005 s]
/proc/loadavg: 3.77 3.86 3.05 5/190 30745
/proc/meminfo: memFree=26153724/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=51940 CPUtime=51.09 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 9856 0 0 0 5107 2 0 0 25 0 1 0 540652763 53186560 9622 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 12985 9622 267 50 0 10125 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51940

[startup+102.307 s]
/proc/loadavg: 3.94 3.90 3.10 5/190 30746
/proc/meminfo: memFree=25977384/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=67384 CPUtime=102.3 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 13207 0 0 0 10227 3 0 0 25 0 1 0 540652763 69001216 12973 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 16846 12973 267 50 0 13986 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 67384

[startup+162.3 s]
/proc/loadavg: 3.98 3.91 3.16 5/190 30748
/proc/meminfo: memFree=25685808/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=76696 CPUtime=162.29 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 15081 0 0 0 16226 3 0 0 25 0 1 0 540652763 78536704 14847 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 19174 14847 267 50 0 16314 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 76696

[startup+222.3 s]
/proc/loadavg: 3.99 3.92 3.21 5/190 30749
/proc/meminfo: memFree=25575892/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=80640 CPUtime=222.29 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 15894 0 0 0 22225 4 0 0 25 0 1 0 540652763 82575360 15660 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 20160 15660 267 50 0 17300 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 80640

[startup+282.3 s]
/proc/loadavg: 3.99 3.94 3.25 5/190 30751
/proc/meminfo: memFree=25302920/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=86840 CPUtime=282.3 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 17145 0 0 0 28225 5 0 0 25 0 1 0 540652763 88924160 16911 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 21710 16911 267 50 0 18850 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 86840

[startup+342.3 s]
/proc/loadavg: 3.99 3.94 3.30 5/190 30752
/proc/meminfo: memFree=25097016/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=93700 CPUtime=342.29 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 18548 0 0 0 34224 5 0 0 25 0 1 0 540652763 95948800 18314 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 23425 18314 267 50 0 20565 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 93700

[startup+402.3 s]
/proc/loadavg: 3.99 3.95 3.34 5/190 30754
/proc/meminfo: memFree=24900664/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=101124 CPUtime=402.3 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 20002 0 0 0 40224 6 0 0 25 0 1 0 540652763 103550976 19768 33554432000 4194304 4395502 140735548150448 18446744073709551615 4314296 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 25281 19768 267 50 0 22421 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 101124

[startup+462.3 s]
/proc/loadavg: 3.99 3.96 3.38 5/190 30756
/proc/meminfo: memFree=24869840/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=102724 CPUtime=462.3 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 20355 0 0 0 46224 6 0 0 25 0 1 0 540652763 105189376 20121 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 25681 20121 267 50 0 22821 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 102724

[startup+522.3 s]
/proc/loadavg: 4.07 3.98 3.42 5/190 30760
/proc/meminfo: memFree=24681040/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=107376 CPUtime=522.3 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 21297 0 0 0 52224 6 0 0 25 0 1 0 540652763 109953024 21063 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 26844 21063 267 50 0 23984 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 107376

[startup+582.3 s]
/proc/loadavg: 4.02 3.98 3.45 5/190 30762
/proc/meminfo: memFree=24462040/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=112812 CPUtime=582.3 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 22439 0 0 0 58223 7 0 0 25 0 1 0 540652763 115519488 22205 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 28203 22205 267 50 0 25343 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 112812

[startup+642.3 s]
/proc/loadavg: 4.01 3.98 3.48 5/190 30763
/proc/meminfo: memFree=24242744/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=118976 CPUtime=642.31 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 23943 0 0 0 64223 8 0 0 25 0 1 0 540652763 121831424 23709 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 29744 23709 267 50 0 26884 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 118976

[startup+702.3 s]
/proc/loadavg: 4.00 3.98 3.51 5/190 30765
/proc/meminfo: memFree=24115340/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=119280 CPUtime=702.31 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 24033 0 0 0 70223 8 0 0 25 0 1 0 540652763 122142720 23799 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 29820 23799 267 50 0 26960 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 119280

[startup+762.306 s]
/proc/loadavg: 4.00 3.98 3.54 5/190 30767
/proc/meminfo: memFree=23909556/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=120660 CPUtime=762.31 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 24270 0 0 0 76223 8 0 0 25 0 1 0 540652763 123555840 24036 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 30165 24036 267 50 0 27305 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 120660

[startup+822.3 s]
/proc/loadavg: 4.00 3.98 3.57 5/190 30768
/proc/meminfo: memFree=23772256/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=125092 CPUtime=822.31 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 25151 0 0 0 82223 8 0 0 25 0 1 0 540652763 128094208 24917 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 31273 24917 267 50 0 28413 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 125092

[startup+882.3 s]
/proc/loadavg: 4.00 3.98 3.59 5/190 30770
/proc/meminfo: memFree=23603956/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=129828 CPUtime=882.31 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 26069 0 0 0 88223 8 0 0 25 0 1 0 540652763 132943872 25835 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299632 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 32457 25835 267 50 0 29597 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 129828

[startup+942.3 s]
/proc/loadavg: 4.00 3.98 3.61 5/190 30771
/proc/meminfo: memFree=23544160/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=134308 CPUtime=942.32 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 26910 0 0 0 94223 9 0 0 25 0 1 0 540652763 137531392 26676 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 33577 26676 267 50 0 30717 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 134308

[startup+1002.3 s]
/proc/loadavg: 4.05 4.00 3.64 5/190 30773
/proc/meminfo: memFree=23524400/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=134820 CPUtime=1002.31 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 27008 0 0 0 100222 9 0 0 25 0 1 0 540652763 138055680 26774 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299805 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 33705 26774 267 50 0 30845 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 134820

[startup+1062.3 s]
/proc/loadavg: 4.02 4.00 3.66 5/190 30775
/proc/meminfo: memFree=23512072/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=136228 CPUtime=1062.32 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 27263 0 0 0 106223 9 0 0 25 0 1 0 540652763 139497472 27029 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 34057 27029 267 50 0 31197 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 136228

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.68 5/190 30776
/proc/meminfo: memFree=23394228/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=137764 CPUtime=1122.32 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 27556 0 0 0 112223 9 0 0 25 0 1 0 540652763 141070336 27322 33554432000 4194304 4395502 140735548150448 18446744073709551615 4288516 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 34441 27322 267 50 0 31581 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 137764

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 3.70 5/190 30778
/proc/meminfo: memFree=23253936/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=139684 CPUtime=1182.32 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 27906 0 0 0 118222 10 0 0 25 0 1 0 540652763 143036416 27672 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 34921 27672 267 50 0 32061 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 139684

[startup+1242.3 s]
/proc/loadavg: 4.15 4.03 3.73 5/190 30779
/proc/meminfo: memFree=23120956/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=140452 CPUtime=1242.32 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 28057 0 0 0 124222 10 0 0 25 0 1 0 540652763 143822848 27823 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 35113 27823 267 50 0 32253 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 140452



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.03 3.74 5/190 30781
/proc/meminfo: memFree=23036212/32950928 swapFree=67071984/67111528
[pid=30712] ppid=30710 vsize=142056 CPUtime=1300.03 cores=4,6
/proc/30712/stat : 30712 (SApperloT2010) R 30710 30712 30535 0 -1 4202496 28407 0 0 0 129993 10 0 0 25 0 1 0 540652763 145465344 28173 33554432000 4194304 4395502 140735548150448 18446744073709551615 4299673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30712/statm: 35514 28173 267 50 0 32654 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 142056

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.01
CPU time (s): 1300.05
CPU user time (s): 1299.94
CPU system time (s): 0.111982
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 142056

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

runsolver used 2.04269 second user time and 5.05923 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-22 22:30:21
IDJOB=3259451
IDBENCH=71572
IDSOLVER=1655
FILE ID=node116/3259451-1303504221
RUNJOBID= node116-1303502915-30554
PBS_JOBID= 13134221
Free space on /tmp= 72472 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes8.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259451-1303504221/watcher-3259451-1303504221 -o /tmp/evaluation-result-3259451-1303504221/solver-3259451-1303504221 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3259451-1303504221.cnf

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

MD5SUM BENCH= ca42736a2fe4e8cf2cba6dd1668e0ad6
RANDOM SEED=87769983

node116.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.826
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.65
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.826
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.15
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.826
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.826
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.826
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.77
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.826
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.75
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.826
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.826
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26675084 kB
Buffers:       1385848 kB
Cached:        4445500 kB
SwapCached:       9728 kB
Active:        2415700 kB
Inactive:      3454404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26675084 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:             804 kB
Writeback:           0 kB
AnonPages:       32776 kB
Mapped:          13544 kB
Slab:           342068 kB
PageTables:       4756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190168 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= 72464 MiB
End job on node116 at 2011-04-22 22:52:03