Trace number 3288116

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.06 1300.02

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.78
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3288116-1303777179/watcher-3288116-1303777179 -o /tmp/evaluation-result-3288116-1303777179/solver-3288116-1303777179 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3288116-1303777179.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: 10.82 11.72 10.98 4/185 12762
/proc/meminfo: memFree=20856212/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=22912 CPUtime=0 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 2920 0 0 0 0 0 0 0 22 0 1 0 489317659 23461888 2861 33554432000 4194304 4395502 140736708167728 18446744073709551615 4274091 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 5728 2871 245 50 0 2868 0

[startup+0.105899 s]
/proc/loadavg: 10.82 11.72 10.98 4/185 12762
/proc/meminfo: memFree=20856212/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=47688 CPUtime=0.09 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 8276 0 0 0 9 0 0 0 23 0 1 0 489317659 48832512 8216 33554432000 4194304 4395502 140736708167728 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 11922 8217 249 50 0 9062 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47688

[startup+0.200882 s]
/proc/loadavg: 10.82 11.72 10.98 4/185 12762
/proc/meminfo: memFree=20856212/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=56928 CPUtime=0.19 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 10573 0 0 0 18 1 0 0 23 0 1 0 489317659 58294272 10513 33554432000 4194304 4395502 140736708167728 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 14232 10514 249 50 0 11372 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 56928

[startup+0.300863 s]
/proc/loadavg: 10.82 11.72 10.98 4/185 12762
/proc/meminfo: memFree=20856212/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=66432 CPUtime=0.29 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 12969 0 0 0 28 1 0 0 23 0 1 0 489317659 68026368 12909 33554432000 4194304 4395502 140736708167728 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 16608 12910 249 50 0 13748 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66432

[startup+0.700793 s]
/proc/loadavg: 10.82 11.72 10.98 4/185 12762
/proc/meminfo: memFree=20856212/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=123636 CPUtime=0.69 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 27398 0 0 0 58 11 0 0 25 0 1 0 489317659 126603264 21734 33554432000 4194304 4395502 140736708167728 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 30909 21734 255 50 0 28049 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 123636

[startup+1.50065 s]
/proc/loadavg: 10.82 11.72 10.98 5/190 12770
/proc/meminfo: memFree=20565896/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=167448 CPUtime=1.49 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 37556 0 0 0 129 20 0 0 25 0 1 0 489317659 171466752 31892 33554432000 4194304 4395502 140736708167728 18446744073709551615 4279886 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 41862 31893 255 50 0 39002 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 167448

[startup+3.10037 s]
/proc/loadavg: 10.35 11.61 10.94 5/187 12791
/proc/meminfo: memFree=20552428/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=190100 CPUtime=3.09 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 43642 0 0 0 281 28 0 0 25 0 1 0 489317659 194662400 37978 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 47525 37978 266 50 0 44665 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 190100

[startup+6.3008 s]
/proc/loadavg: 10.35 11.61 10.94 5/190 12797
/proc/meminfo: memFree=20365828/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=195852 CPUtime=6.29 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 45052 0 0 0 600 29 0 0 25 0 1 0 489317659 200552448 39388 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 48963 39388 266 50 0 46103 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 195852

[startup+12.7007 s]
/proc/loadavg: 9.38 11.36 10.87 5/190 12824
/proc/meminfo: memFree=20290220/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=206564 CPUtime=12.69 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 47708 0 0 0 1240 29 0 0 25 0 1 0 489317659 211521536 42044 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 51641 42044 266 50 0 48781 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 206564

[startup+25.5004 s]
/proc/loadavg: 8.55 11.12 10.80 5/190 12824
/proc/meminfo: memFree=20130252/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=223704 CPUtime=25.49 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 51889 0 0 0 2518 31 0 0 25 0 1 0 489317659 229072896 46225 33554432000 4194304 4395502 140736708167728 18446744073709551615 4300269 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 55926 46225 266 50 0 53066 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 223704

[startup+51.1008 s]
/proc/loadavg: 7.00 10.54 10.61 5/190 12825
/proc/meminfo: memFree=20055408/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=249896 CPUtime=51.09 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 58271 0 0 0 5075 34 0 0 25 0 1 0 489317659 255893504 52607 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 62474 52607 266 50 0 59614 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 249896

[startup+102.301 s]
/proc/loadavg: 5.25 9.46 10.24 5/190 12854
/proc/meminfo: memFree=19304216/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=279076 CPUtime=102.3 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 65246 0 0 0 10193 37 0 0 25 0 1 0 489317659 285773824 59582 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 69769 59582 266 50 0 66909 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 279076

[startup+162.301 s]
/proc/loadavg: 4.46 8.46 9.84 5/190 12855
/proc/meminfo: memFree=19198912/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=282456 CPUtime=162.29 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 66021 0 0 0 16192 37 0 0 25 0 1 0 489317659 289234944 60357 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 70614 60357 266 50 0 67754 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 282456

[startup+222.307 s]
/proc/loadavg: 4.20 7.66 9.48 5/190 12857
/proc/meminfo: memFree=19110768/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=287944 CPUtime=222.3 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 67345 0 0 0 22192 38 0 0 25 0 1 0 489317659 294854656 61681 33554432000 4194304 4395502 140736708167728 18446744073709551615 4314296 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 71986 61681 266 50 0 69126 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 287944

[startup+282.301 s]
/proc/loadavg: 4.07 6.99 9.13 5/190 12858
/proc/meminfo: memFree=19000852/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=325832 CPUtime=282.3 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 76364 0 0 0 28187 43 0 0 25 0 1 0 489317659 333651968 70700 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 81458 70700 266 50 0 78598 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 325832

[startup+342.301 s]
/proc/loadavg: 4.02 6.44 8.81 5/190 12860
/proc/meminfo: memFree=18932880/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=338912 CPUtime=342.3 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 79377 0 0 0 34186 44 0 0 25 0 1 0 489317659 347045888 73713 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 84728 73713 266 50 0 81868 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 338912

[startup+402.3 s]
/proc/loadavg: 4.01 6.00 8.51 5/190 12862
/proc/meminfo: memFree=18881124/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=340448 CPUtime=402.3 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 79764 0 0 0 40186 44 0 0 25 0 1 0 489317659 348618752 74100 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 85112 74100 266 50 0 82252 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 340448

[startup+462.301 s]
/proc/loadavg: 3.99 5.63 8.22 5/190 12890
/proc/meminfo: memFree=19662744/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=343008 CPUtime=462.31 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 80377 0 0 0 46186 45 0 0 25 0 1 0 489317659 351240192 74713 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 85752 74713 266 50 0 82892 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 343008

[startup+522.301 s]
/proc/loadavg: 3.99 5.33 7.95 5/190 12892
/proc/meminfo: memFree=19465136/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=343520 CPUtime=522.31 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 80462 0 0 0 52186 45 0 0 25 0 1 0 489317659 351764480 74798 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 85880 74798 266 50 0 83020 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 343520

[startup+582.3 s]
/proc/loadavg: 4.05 5.10 7.71 5/190 12893
/proc/meminfo: memFree=19386480/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=345568 CPUtime=582.3 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 80811 0 0 0 58185 45 0 0 25 0 1 0 489317659 353861632 75147 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 86392 75147 266 50 0 83532 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 345568

[startup+642.301 s]
/proc/loadavg: 4.02 4.90 7.47 5/190 12922
/proc/meminfo: memFree=19456924/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=346592 CPUtime=642.3 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 81011 0 0 0 64185 45 0 0 25 0 1 0 489317659 354910208 75347 33554432000 4194304 4395502 140736708167728 18446744073709551615 4288280 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 86648 75347 266 50 0 83788 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 346592

[startup+702.301 s]
/proc/loadavg: 4.00 4.73 7.25 5/190 12924
/proc/meminfo: memFree=19386280/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=351708 CPUtime=702.31 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 82208 0 0 0 70185 46 0 0 25 0 1 0 489317659 360148992 76544 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 87927 76544 266 50 0 85067 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 351708

[startup+762.301 s]
/proc/loadavg: 4.00 4.60 7.05 5/190 12925
/proc/meminfo: memFree=19311344/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=362756 CPUtime=762.32 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 84578 0 0 0 76186 46 0 0 25 0 1 0 489317659 371462144 78914 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 90689 78914 266 50 0 87829 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 362756

[startup+822.3 s]
/proc/loadavg: 4.00 4.48 6.85 5/190 12927
/proc/meminfo: memFree=19264444/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=363012 CPUtime=822.31 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 84668 0 0 0 82185 46 0 0 25 0 1 0 489317659 371724288 79004 33554432000 4194304 4395502 140736708167728 18446744073709551615 4293590 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 90753 79004 266 50 0 87893 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 363012

[startup+882.307 s]
/proc/loadavg: 4.00 4.39 6.67 5/190 12928
/proc/meminfo: memFree=19213440/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=363524 CPUtime=882.31 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 84775 0 0 0 88185 46 0 0 25 0 1 0 489317659 372248576 79111 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 90881 79111 266 50 0 88021 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 363524

[startup+942.301 s]
/proc/loadavg: 4.00 4.32 6.50 5/190 12930
/proc/meminfo: memFree=19186880/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=363524 CPUtime=942.31 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 84825 0 0 0 94185 46 0 0 25 0 1 0 489317659 372248576 79161 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 90881 79161 266 50 0 88021 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 363524

[startup+1002.3 s]
/proc/loadavg: 4.00 4.26 6.34 5/190 12932
/proc/meminfo: memFree=19135236/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=364548 CPUtime=1002.32 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 85002 0 0 0 100185 47 0 0 25 0 1 0 489317659 373297152 79338 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 91137 79338 266 50 0 88277 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 364548

[startup+1062.3 s]
/proc/loadavg: 3.69 4.14 6.17 4/184 12950
/proc/meminfo: memFree=19423180/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=364548 CPUtime=1062.32 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 85003 0 0 0 106185 47 0 0 25 0 1 0 489317659 373297152 79339 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 91137 79339 266 50 0 88277 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 364548

[startup+1122.3 s]
/proc/loadavg: 3.33 3.95 5.98 4/184 12952
/proc/meminfo: memFree=19394748/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=369724 CPUtime=1122.32 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 86251 0 0 0 112184 48 0 0 25 0 1 0 489317659 378597376 80587 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 92431 80587 266 50 0 89571 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 369724

[startup+1182.3 s]
/proc/loadavg: 3.12 3.77 5.79 4/184 12953
/proc/meminfo: memFree=19336584/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=375452 CPUtime=1182.33 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 87317 0 0 0 118184 49 0 0 25 0 1 0 489317659 384462848 81653 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 93863 81653 266 50 0 91003 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 375452

[startup+1242.3 s]
/proc/loadavg: 2.76 3.56 5.59 3/178 12972
/proc/meminfo: memFree=19656424/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=375452 CPUtime=1242.33 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 87327 0 0 0 124184 49 0 0 25 0 1 0 489317659 384462848 81663 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 93863 81663 266 50 0 91003 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 375452



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.30 3.30 5.38 3/178 12973
/proc/meminfo: memFree=19632600/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=375964 CPUtime=1300.03 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 87428 0 0 0 129954 49 0 0 25 0 1 0 489317659 384987136 81764 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 93991 81764 266 50 0 91131 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 375964

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

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

[startup+1300 s]
/proc/loadavg: 2.30 3.30 5.38 3/178 12973
/proc/meminfo: memFree=19632600/32950904 swapFree=67082284/67111528
[pid=12762] ppid=12760 vsize=375964 CPUtime=1300.03 cores=1,3
/proc/12762/stat : 12762 (SApperloT2010) R 12760 12762 11530 0 -1 4202496 87428 0 0 0 129954 49 0 0 25 0 1 0 489317659 384987136 81764 33554432000 4194304 4395502 140736708167728 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12762/statm: 93991 81764 266 50 0 91131 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 375964

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.55
CPU system time (s): 0.507922
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 375964

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

runsolver used 2.07168 second user time and 5.02623 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-26 02:19:39
IDJOB=3288116
IDBENCH=82488
IDSOLVER=1655
FILE ID=node121/3288116-1303777179
RUNJOBID= node121-1303777179-12729
PBS_JOBID= 13157167
Free space on /tmp= 72072 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288116-1303777179/watcher-3288116-1303777179 -o /tmp/evaluation-result-3288116-1303777179/solver-3288116-1303777179 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3288116-1303777179.cnf

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=710300990

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.817
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.817
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:     32950904 kB
MemFree:      20856740 kB
Buffers:       2148748 kB
Cached:        9356916 kB
SwapCached:       2776 kB
Active:        8596732 kB
Inactive:      2985736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20856740 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           20004 kB
Writeback:           0 kB
AnonPages:       73944 kB
Mapped:          13840 kB
Slab:           446288 kB
PageTables:       5536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   258396 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= 72072 MiB
End job on node121 at 2011-04-26 02:41:21