Trace number 3379241

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
UmSat 2011-05-12 (fixed)? (TO) 1300.08 1300.06

General information on the benchmark

NameSAT05/crafted/roussel05/visbmc-PHNF/
phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
MD5SUM32f22e9ac89bf164b7f5db6bef950d03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1140.77
Satisfiable
(Un)Satisfiability was proved
Number of variables36304
Number of clauses1711065
Sum of the clauses size3450220
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21706958
Number of clauses of size 30
Number of clauses of size 45
Number of clauses of size 57
Number of clauses of size over 54095

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: 961)

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

running on 2 cores: 0,2

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: 0.78 0.98 1.33 5/425 16869
/proc/meminfo: memFree=25220464/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=11908 CPUtime=0.01 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4194304 400 0 0 0 1 0 0 0 23 0 1 0 657738674 12193792 340 33554432000 4194304 4263832 140737209105456 18446744073709551615 4232240 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 2977 340 241 17 0 150 0

[startup+0.106199 s]
/proc/loadavg: 0.78 0.98 1.33 5/425 16869
/proc/meminfo: memFree=25220464/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=13340 CPUtime=0.1 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4194304 896 0 0 0 10 0 0 0 24 0 1 0 657738674 13660160 690 33554432000 4194304 4263832 140737209105456 18446744073709551615 47615695830992 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 3335 690 242 17 0 508 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13340

[startup+0.201173 s]
/proc/loadavg: 0.78 0.98 1.33 5/425 16869
/proc/meminfo: memFree=25220464/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=15164 CPUtime=0.19 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4194304 1486 0 0 0 19 0 0 0 24 0 1 0 657738674 15527936 1087 33554432000 4194304 4263832 140737209105456 18446744073709551615 47615695566632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 3791 1087 242 17 0 964 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15164

[startup+0.301159 s]
/proc/loadavg: 0.78 0.98 1.33 5/425 16869
/proc/meminfo: memFree=25220464/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=18812 CPUtime=0.29 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4194304 2528 0 0 0 29 0 0 0 25 0 1 0 657738674 19263488 1744 33554432000 4194304 4263832 140737209105456 18446744073709551615 4228397 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 4703 1744 242 17 0 1876 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18812

[startup+0.701087 s]
/proc/loadavg: 0.78 0.98 1.33 5/425 16869
/proc/meminfo: memFree=25220464/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=25976 CPUtime=0.69 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4194304 4916 0 0 0 69 0 0 0 25 0 1 0 657738674 26599424 3363 33554432000 4194304 4263832 140737209105456 18446744073709551615 4229172 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 6494 3363 242 17 0 3667 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25976

[startup+1.50095 s]
/proc/loadavg: 0.78 0.98 1.33 5/426 16870
/proc/meminfo: memFree=25170248/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=40304 CPUtime=1.49 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4194304 9684 0 0 0 149 0 0 0 25 0 1 0 657738674 41271296 6594 33554432000 4194304 4263832 140737209105456 18446744073709551615 47615695836715 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 10076 6594 242 17 0 7249 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40304

[startup+3.10063 s]
/proc/loadavg: 1.04 1.03 1.34 5/426 16870
/proc/meminfo: memFree=25114944/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=68960 CPUtime=3.09 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4194304 19242 0 0 0 307 2 0 0 25 0 1 0 657738674 70615040 13079 33554432000 4194304 4263832 140737209105456 18446744073709551615 4236817 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 17240 13079 242 17 0 14413 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68960

[startup+6.30111 s]
/proc/loadavg: 1.04 1.03 1.34 5/426 16870
/proc/meminfo: memFree=24976436/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=126404 CPUtime=6.29 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4194304 38390 0 0 0 625 4 0 0 25 0 1 0 657738674 129437696 26082 33554432000 4194304 4263832 140737209105456 18446744073709551615 216634173170 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 31601 26082 242 17 0 28774 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 126404

[startup+12.701 s]
/proc/loadavg: 1.49 1.13 1.37 5/426 16871
/proc/meminfo: memFree=24767772/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=289716 CPUtime=12.69 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 91374 0 0 0 1258 11 0 0 25 0 1 0 657738674 296669184 69040 33554432000 4194304 4263832 140737209105456 18446744073709551615 4224830 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 72429 69040 247 17 0 69602 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 289716

[startup+25.5007 s]
/proc/loadavg: 1.88 1.22 1.40 5/426 16871
/proc/meminfo: memFree=24745136/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=289716 CPUtime=25.49 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 91374 0 0 0 2538 11 0 0 25 0 1 0 657738674 296669184 69040 33554432000 4194304 4263832 140737209105456 18446744073709551615 4214996 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 72429 69040 247 17 0 69602 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 289716

[startup+51.1011 s]
/proc/loadavg: 2.60 1.44 1.46 5/426 16872
/proc/meminfo: memFree=24694856/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=289716 CPUtime=51.08 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 91376 0 0 0 5097 11 0 0 25 0 1 0 657738674 296669184 69041 33554432000 4194304 4263832 140737209105456 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 72429 69041 247 17 0 69602 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 289716

[startup+102.301 s]
/proc/loadavg: 3.44 1.87 1.61 5/426 16873
/proc/meminfo: memFree=24568444/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=289716 CPUtime=102.3 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 91376 0 0 0 10219 11 0 0 25 0 1 0 657738674 296669184 69041 33554432000 4194304 4263832 140737209105456 18446744073709551615 4224816 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 72429 69041 247 17 0 69602 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 289716

[startup+162.3 s]
/proc/loadavg: 3.77 2.23 1.74 5/426 16875
/proc/meminfo: memFree=24403604/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=289716 CPUtime=162.29 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 91376 0 0 0 16218 11 0 0 25 0 1 0 657738674 296669184 69041 33554432000 4194304 4263832 140737209105456 18446744073709551615 4207643 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 72429 69041 247 17 0 69602 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 289716

[startup+222.317 s]
/proc/loadavg: 4.03 2.60 1.90 5/426 16876
/proc/meminfo: memFree=24198332/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=318740 CPUtime=222.3 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 98486 0 0 0 22218 12 0 0 25 0 1 0 657738674 326389760 76151 33554432000 4194304 4263832 140737209105456 18446744073709551615 4224830 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 79685 76151 247 17 0 76858 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 318740

[startup+282.301 s]
/proc/loadavg: 4.01 2.83 2.02 5/426 16878
/proc/meminfo: memFree=24035712/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=360584 CPUtime=282.29 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 108610 0 0 0 28215 14 0 0 25 0 1 0 657738674 369238016 86275 33554432000 4194304 4263832 140737209105456 18446744073709551615 4224692 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 90146 86275 247 17 0 87319 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 360584

[startup+342.301 s]
/proc/loadavg: 4.07 3.08 2.16 5/426 16879
/proc/meminfo: memFree=23863688/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=399868 CPUtime=342.28 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 117872 0 0 0 34212 16 0 0 25 0 1 0 657738674 409464832 95537 33554432000 4194304 4263832 140737209105456 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 99967 95537 247 17 0 97140 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 399868

[startup+402.301 s]
/proc/loadavg: 4.10 3.24 2.27 5/426 16881
/proc/meminfo: memFree=23687180/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=450204 CPUtime=402.29 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 129500 0 0 0 40210 19 0 0 25 0 1 0 657738674 461008896 107165 33554432000 4194304 4263832 140737209105456 18446744073709551615 4207696 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 112551 107165 247 17 0 109724 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 450204

[startup+462.3 s]
/proc/loadavg: 4.03 3.39 2.38 5/426 16883
/proc/meminfo: memFree=23480056/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=492120 CPUtime=462.29 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 139433 0 0 0 46207 22 0 0 25 0 1 0 657738674 503930880 117098 33554432000 4194304 4263832 140737209105456 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 123030 117098 247 17 0 120203 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 492120

[startup+522.301 s]
/proc/loadavg: 4.06 3.50 2.47 5/426 16884
/proc/meminfo: memFree=23330824/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=539392 CPUtime=522.29 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 150367 0 0 0 52205 24 0 0 25 0 1 0 657738674 552337408 128032 33554432000 4194304 4263832 140737209105456 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 134848 128032 247 17 0 132021 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 539392

[startup+582.301 s]
/proc/loadavg: 4.06 3.61 2.58 5/426 16886
/proc/meminfo: memFree=23167600/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=593068 CPUtime=582.29 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 162519 0 0 0 58202 27 0 0 25 0 1 0 657738674 607301632 140184 33554432000 4194304 4263832 140737209105456 18446744073709551615 4224797 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 148267 140184 247 17 0 145440 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 593068

[startup+642.3 s]
/proc/loadavg: 4.02 3.68 2.66 5/426 16887
/proc/meminfo: memFree=23019744/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=631696 CPUtime=642.29 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 171853 0 0 0 64200 29 0 0 25 0 1 0 657738674 646856704 149518 33554432000 4194304 4263832 140737209105456 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 157924 149518 247 17 0 155097 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 631696

[startup+702.301 s]
/proc/loadavg: 4.01 3.73 2.74 5/426 16889
/proc/meminfo: memFree=22820668/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=671152 CPUtime=702.3 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 180996 0 0 0 70197 33 0 0 25 0 1 0 657738674 687259648 158661 33554432000 4194304 4263832 140737209105456 18446744073709551615 4205809 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 167788 158661 247 17 0 164961 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 671152

[startup+762.301 s]
/proc/loadavg: 4.07 3.80 2.83 5/426 16891
/proc/meminfo: memFree=22687440/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=711044 CPUtime=762.31 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 190249 0 0 0 76195 36 0 0 25 0 1 0 657738674 728109056 167913 33554432000 4194304 4263832 140737209105456 18446744073709551615 4207643 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 177761 167913 248 17 0 174934 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 711044

[startup+822.301 s]
/proc/loadavg: 4.10 3.85 2.90 5/426 16892
/proc/meminfo: memFree=22566860/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=745348 CPUtime=822.3 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 198495 0 0 0 82192 38 0 0 25 0 1 0 657738674 763236352 176159 33554432000 4194304 4263832 140737209105456 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 186337 176159 248 17 0 183510 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 745348

[startup+882.316 s]
/proc/loadavg: 4.03 3.87 2.97 5/426 16894
/proc/meminfo: memFree=22442064/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=782104 CPUtime=882.32 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 206962 0 0 0 88191 41 0 0 25 0 1 0 657738674 800874496 184626 33554432000 4194304 4263832 140737209105456 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 195526 184626 248 17 0 192699 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 782104

[startup+942.3 s]
/proc/loadavg: 4.09 3.92 3.03 5/426 16895
/proc/meminfo: memFree=22281312/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=817720 CPUtime=942.3 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 215025 0 0 0 94188 42 0 0 25 0 1 0 657738674 837345280 192689 33554432000 4194304 4263832 140737209105456 18446744073709551615 4205680 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 204430 192689 248 17 0 201603 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 817720

[startup+1002.3 s]
/proc/loadavg: 4.06 3.95 3.10 5/426 16897
/proc/meminfo: memFree=22158244/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=864564 CPUtime=1002.3 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 225511 0 0 0 100185 45 0 0 25 0 1 0 657738674 885313536 203175 33554432000 4194304 4263832 140737209105456 18446744073709551615 4215045 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 216141 203175 248 17 0 213314 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 864564

[startup+1062.3 s]
/proc/loadavg: 4.09 3.97 3.16 5/426 16899
/proc/meminfo: memFree=22019940/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=889632 CPUtime=1062.31 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 231488 0 0 0 106184 47 0 0 25 0 1 0 657738674 910983168 209150 33554432000 4194304 4263832 140737209105456 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 222408 209150 249 17 0 219581 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 889632

[startup+1122.3 s]
/proc/loadavg: 4.09 3.99 3.22 5/426 16900
/proc/meminfo: memFree=21923800/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=918056 CPUtime=1122.31 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 238245 0 0 0 112182 49 0 0 25 0 1 0 657738674 940089344 215907 33554432000 4194304 4263832 140737209105456 18446744073709551615 4224830 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 229514 215907 249 17 0 226687 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 918056

[startup+1182.3 s]
/proc/loadavg: 4.03 3.99 3.26 5/426 16902
/proc/meminfo: memFree=21820460/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=942480 CPUtime=1182.31 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 244117 0 0 0 118179 52 0 0 25 0 1 0 657738674 965099520 221778 33554432000 4194304 4263832 140737209105456 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 235620 221778 248 17 0 232793 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 942480

[startup+1242.3 s]
/proc/loadavg: 4.01 3.99 3.30 5/426 16903
/proc/meminfo: memFree=21703732/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=968476 CPUtime=1242.3 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 250280 0 0 0 124177 53 0 0 25 0 1 0 657738674 991719424 227941 33554432000 4194304 4263832 140737209105456 18446744073709551615 4205731 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 242119 227941 248 17 0 239292 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 968476



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.34 2/420 16908
/proc/meminfo: memFree=24305256/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=997440 CPUtime=1300.02 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 257331 0 0 0 129946 56 0 0 25 0 1 0 657738674 1021378560 234991 33554432000 4194304 4263832 140737209105456 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 249360 234991 247 17 0 246533 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 997440

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: 4.00 3.99 3.34 2/420 16908
/proc/meminfo: memFree=24305256/32951124 swapFree=53501244/67111528
[pid=16869] ppid=16867 vsize=997440 CPUtime=1300.02 cores=0,2
/proc/16869/stat : 16869 (umsat) R 16867 16869 16809 0 -1 4202496 257331 0 0 0 129946 56 0 0 25 0 1 0 657738674 1021378560 234991 33554432000 4194304 4263832 140737209105456 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16869/statm: 249360 234991 247 17 0 246533 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 997440

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.06
CPU time (s): 1300.08
CPU user time (s): 1299.47
CPU system time (s): 0.606907
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 997440

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

runsolver used 5.59615 second user time and 12.1452 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-15 14:09:21
IDJOB=3379241
IDBENCH=85764
IDSOLVER=1861
FILE ID=node103/3379241-1305461359
RUNJOBID= node103-1305461359-16827
PBS_JOBID= 13324924
Free space on /tmp= 72944 MiB

SOLVER NAME= UmSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/roussel05/visbmc-PHNF/phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379241-1305461359/watcher-3379241-1305461359 -o /tmp/evaluation-result-3379241-1305461359/solver-3379241-1305461359 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3379241-1305461359.cnf

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

MD5SUM BENCH= 32f22e9ac89bf164b7f5db6bef950d03
RANDOM SEED=1660604578

node103.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.858
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.71
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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.858
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.858
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.858
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.858
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.83
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.858
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:     32951124 kB
MemFree:      25220620 kB
Buffers:        325412 kB
Cached:        4154284 kB
SwapCached:     340184 kB
Active:        2226288 kB
Inactive:      5211632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25220620 kB
SwapTotal:    67111528 kB
SwapFree:     53501244 kB
Dirty:           46224 kB
Writeback:           0 kB
AnonPages:     2627688 kB
Mapped:          17984 kB
Slab:           162920 kB
PageTables:      61560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115507596 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= 72964 MiB
End job on node103 at 2011-05-15 14:31:03