Trace number 3265011

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-02-25? (TO) 1300.06 1300.01

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-1.shuffled-as.sat05-2533.cnf
MD5SUMdb05e30798a5a29f39775d55b01c4246
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark156.638
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of clauses2416
Sum of the clauses size10560
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41656
Number of clauses of size 5624
Number of clauses of size over 5136

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-3265011-1303576100/watcher-3265011-1303576100 -o /tmp/evaluation-result-3265011-1303576100/solver-3265011-1303576100 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3265011-1303576100.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: 2.76 3.05 3.18 3/176 2036
/proc/meminfo: memFree=12938628/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=11644 CPUtime=0 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4194304 342 0 0 0 0 0 0 0 21 0 1 0 469212382 11923456 281 33554432000 4194304 4263880 140733297797712 18446744073709551615 212435673008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 2911 284 241 17 0 84 0

[startup+0.0273299 s]
/proc/loadavg: 2.76 3.05 3.18 3/176 2036
/proc/meminfo: memFree=12938628/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=12180 CPUtime=0.02 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 470 0 0 0 2 0 0 0 21 0 1 0 469212382 12472320 409 33554432000 4194304 4263880 140733297797712 18446744073709551615 4224872 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 3045 409 246 17 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12180

[startup+0.100337 s]
/proc/loadavg: 2.76 3.05 3.18 3/176 2036
/proc/meminfo: memFree=12938628/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=12440 CPUtime=0.09 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 564 0 0 0 9 0 0 0 21 0 1 0 469212382 12738560 503 33554432000 4194304 4263880 140733297797712 18446744073709551615 4224826 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 3110 503 247 17 0 283 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12440

[startup+0.300297 s]
/proc/loadavg: 2.76 3.05 3.18 3/176 2036
/proc/meminfo: memFree=12938628/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=12836 CPUtime=0.29 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 661 0 0 0 29 0 0 0 22 0 1 0 469212382 13144064 600 33554432000 4194304 4263880 140733297797712 18446744073709551615 4224720 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 3209 600 247 17 0 382 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12836

[startup+0.700221 s]
/proc/loadavg: 2.76 3.05 3.18 3/176 2036
/proc/meminfo: memFree=12938628/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=13464 CPUtime=0.69 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 799 0 0 0 69 0 0 0 24 0 1 0 469212382 13787136 738 33554432000 4194304 4263880 140733297797712 18446744073709551615 212435684229 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 3366 738 247 17 0 539 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13464

[startup+1.50107 s]
/proc/loadavg: 2.78 3.05 3.18 5/190 2063
/proc/meminfo: memFree=12895996/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=13956 CPUtime=1.49 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 939 0 0 0 149 0 0 0 25 0 1 0 469212382 14290944 878 33554432000 4194304 4263880 140733297797712 18446744073709551615 4207753 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 3489 878 247 17 0 662 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13956

[startup+3.10078 s]
/proc/loadavg: 2.78 3.05 3.18 5/190 2090
/proc/meminfo: memFree=12860280/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=14896 CPUtime=3.09 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 1154 0 0 0 309 0 0 0 25 0 1 0 469212382 15253504 1093 33554432000 4194304 4263880 140733297797712 18446744073709551615 4206512 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 3724 1093 248 17 0 897 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14896

[startup+6.30117 s]
/proc/loadavg: 2.88 3.07 3.19 5/190 2117
/proc/meminfo: memFree=12796344/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=15920 CPUtime=6.29 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 1422 0 0 0 629 0 0 0 25 0 1 0 469212382 16302080 1361 33554432000 4194304 4263880 140733297797712 18446744073709551615 4207616 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 3980 1361 248 17 0 1153 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15920

[startup+12.701 s]
/proc/loadavg: 2.97 3.08 3.19 5/190 2117
/proc/meminfo: memFree=12675112/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=17888 CPUtime=12.69 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 1934 0 0 0 1269 0 0 0 25 0 1 0 469212382 18317312 1806 33554432000 4194304 4263880 140733297797712 18446744073709551615 4207758 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 4472 1806 248 17 0 1645 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17888

[startup+25.5005 s]
/proc/loadavg: 3.12 3.11 3.20 5/190 2118
/proc/meminfo: memFree=12540576/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=19764 CPUtime=25.49 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 2493 0 0 0 2549 0 0 0 25 0 1 0 469212382 20238336 2288 33554432000 4194304 4263880 140733297797712 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 4941 2288 248 17 0 2114 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19764

[startup+51.1007 s]
/proc/loadavg: 3.47 3.20 3.22 5/190 2118
/proc/meminfo: memFree=12374520/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=22440 CPUtime=51.09 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 3298 0 0 0 5109 0 0 0 25 0 1 0 469212382 22978560 2946 33554432000 4194304 4263880 140733297797712 18446744073709551615 4207668 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 5610 2946 248 17 0 2783 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 22440

[startup+102.307 s]
/proc/loadavg: 3.77 3.32 3.26 5/190 2120
/proc/meminfo: memFree=12113988/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=26212 CPUtime=102.3 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 4372 0 0 0 10230 0 0 0 25 0 1 0 469212382 26841088 3825 33554432000 4194304 4263880 140733297797712 18446744073709551615 4207812 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 6553 3825 248 17 0 3726 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 26212

[startup+162.301 s]
/proc/loadavg: 3.91 3.44 3.30 5/190 2121
/proc/meminfo: memFree=11949672/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=29296 CPUtime=162.29 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 5319 0 0 0 16229 0 0 0 25 0 1 0 469212382 29999104 4608 33554432000 4194304 4263880 140733297797712 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 7324 4608 248 17 0 4497 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 29296

[startup+222.3 s]
/proc/loadavg: 4.00 3.55 3.35 5/190 2123
/proc/meminfo: memFree=11737248/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=31168 CPUtime=222.29 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 5888 0 0 0 22229 0 0 0 25 0 1 0 469212382 31916032 5082 33554432000 4194304 4263880 140733297797712 18446744073709551615 4215104 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 7792 5082 248 17 0 4965 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 31168

[startup+282.301 s]
/proc/loadavg: 4.06 3.65 3.39 5/190 2125
/proc/meminfo: memFree=11675968/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=32748 CPUtime=282.3 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 6396 0 0 0 28229 1 0 0 25 0 1 0 469212382 33533952 5486 33554432000 4194304 4263880 140733297797712 18446744073709551615 4207662 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 8187 5486 248 17 0 5360 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 32748

[startup+342.301 s]
/proc/loadavg: 4.02 3.71 3.43 5/190 2126
/proc/meminfo: memFree=11618040/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=34480 CPUtime=342.3 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 6960 0 0 0 34229 1 0 0 25 0 1 0 469212382 35307520 5935 33554432000 4194304 4263880 140733297797712 18446744073709551615 4207856 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 8620 5935 248 17 0 5793 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 34480

[startup+402.301 s]
/proc/loadavg: 4.01 3.76 3.46 5/190 2128
/proc/meminfo: memFree=11571520/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=35704 CPUtime=402.3 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 7289 0 0 0 40229 1 0 0 25 0 1 0 469212382 36560896 6264 33554432000 4194304 4263880 140733297797712 18446744073709551615 4215125 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 8926 6264 248 17 0 6099 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 35704

[startup+462.301 s]
/proc/loadavg: 4.00 3.80 3.49 5/190 2129
/proc/meminfo: memFree=11529836/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=37464 CPUtime=462.31 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 7813 0 0 0 46230 1 0 0 25 0 1 0 469212382 38363136 6662 33554432000 4194304 4263880 140733297797712 18446744073709551615 4207654 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 9366 6662 248 17 0 6539 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 37464

[startup+522.3 s]
/proc/loadavg: 4.06 3.85 3.53 5/190 2131
/proc/meminfo: memFree=11492984/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=37848 CPUtime=522.31 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 7909 0 0 0 52230 1 0 0 25 0 1 0 469212382 38756352 6758 33554432000 4194304 4263880 140733297797712 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 9462 6758 248 17 0 6635 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 37848

[startup+582.301 s]
/proc/loadavg: 4.02 3.87 3.55 5/190 2133
/proc/meminfo: memFree=11440636/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=39136 CPUtime=582.31 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 8389 0 0 0 58229 2 0 0 25 0 1 0 469212382 40075264 6970 33554432000 4194304 4263880 140733297797712 18446744073709551615 4215090 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 9784 6970 248 17 0 6957 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 39136

[startup+642.301 s]
/proc/loadavg: 4.01 3.89 3.58 5/190 2134
/proc/meminfo: memFree=11385056/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=40376 CPUtime=642.32 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 8729 0 0 0 64230 2 0 0 25 0 1 0 469212382 41345024 7310 33554432000 4194304 4263880 140733297797712 18446744073709551615 4207616 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 10094 7310 248 17 0 7267 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 40376

[startup+702.3 s]
/proc/loadavg: 4.00 3.91 3.60 5/190 2136
/proc/meminfo: memFree=11291028/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=41272 CPUtime=702.32 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 8921 0 0 0 70230 2 0 0 25 0 1 0 469212382 42262528 7502 33554432000 4194304 4263880 140733297797712 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 10318 7502 248 17 0 7491 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 41272

[startup+762.307 s]
/proc/loadavg: 4.07 3.94 3.63 5/190 2137
/proc/meminfo: memFree=11230004/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=42160 CPUtime=762.32 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 9318 0 0 0 76230 2 0 0 25 0 1 0 469212382 43171840 7747 33554432000 4194304 4263880 140733297797712 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 10540 7747 248 17 0 7713 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 42160

[startup+822.301 s]
/proc/loadavg: 4.06 3.96 3.65 5/190 2139
/proc/meminfo: memFree=11192036/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=43404 CPUtime=822.32 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 9584 0 0 0 82230 2 0 0 25 0 1 0 469212382 44445696 8013 33554432000 4194304 4263880 140733297797712 18446744073709551615 4207691 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 10851 8013 248 17 0 8024 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 43404

[startup+882.3 s]
/proc/loadavg: 4.02 3.97 3.67 5/190 2141
/proc/meminfo: memFree=11124180/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=43800 CPUtime=882.32 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 9683 0 0 0 88229 3 0 0 25 0 1 0 469212382 44851200 8112 33554432000 4194304 4263880 140733297797712 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 10950 8112 248 17 0 8123 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 43800

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 3.69 5/190 2142
/proc/meminfo: memFree=11056700/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=44312 CPUtime=942.33 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 9846 0 0 0 94230 3 0 0 25 0 1 0 469212382 45375488 8275 33554432000 4194304 4263880 140733297797712 18446744073709551615 4211708 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 11078 8275 248 17 0 8251 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 44312

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.71 5/190 2144
/proc/meminfo: memFree=11001376/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=44952 CPUtime=1002.33 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 9974 0 0 0 100230 3 0 0 25 0 1 0 469212382 46030848 8403 33554432000 4194304 4263880 140733297797712 18446744073709551615 4205668 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 11238 8403 248 17 0 8411 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 44952

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.72 5/190 2145
/proc/meminfo: memFree=10962668/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=47292 CPUtime=1062.33 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 10741 0 0 0 106230 3 0 0 25 0 1 0 469212382 48427008 9003 33554432000 4194304 4263880 140733297797712 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 11823 9003 248 17 0 8996 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 47292

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 2147
/proc/meminfo: memFree=10961280/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=47804 CPUtime=1122.33 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 10869 0 0 0 112230 3 0 0 25 0 1 0 469212382 48951296 9131 33554432000 4194304 4263880 140733297797712 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 11951 9131 248 17 0 9124 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 47804

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 2149
/proc/meminfo: memFree=10947508/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=47804 CPUtime=1182.34 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 10869 0 0 0 118230 4 0 0 25 0 1 0 469212382 48951296 9131 33554432000 4194304 4263880 140733297797712 18446744073709551615 4207828 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 11951 9131 248 17 0 9124 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 47804

[startup+1242.3 s]
/proc/loadavg: 4.08 3.99 3.77 5/190 2150
/proc/meminfo: memFree=10943132/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=48060 CPUtime=1242.34 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 10933 0 0 0 124230 4 0 0 25 0 1 0 469212382 49213440 9195 33554432000 4194304 4263880 140733297797712 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 12015 9195 248 17 0 9188 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 48060



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.00 3.78 5/190 2152
/proc/meminfo: memFree=10935060/32951124 swapFree=67111528/67111528
[pid=2036] ppid=2034 vsize=48572 CPUtime=1300.05 cores=0,2
/proc/2036/stat : 2036 (umsat) R 2034 2036 504 0 -1 4202496 11061 0 0 0 130001 4 0 0 25 0 1 0 469212382 49737728 9323 33554432000 4194304 4263880 140733297797712 18446744073709551615 4205695 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2036/statm: 12143 9323 248 17 0 9316 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 48572

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.06
CPU user time (s): 1300.01
CPU system time (s): 0.042993
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 48572

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

runsolver used 2.31865 second user time and 4.78527 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-23 18:28:20
IDJOB=3265011
IDBENCH=85368
IDSOLVER=1582
FILE ID=node102/3265011-1303576100
RUNJOBID= node102-1303576100-2020
PBS_JOBID= 13150307
Free space on /tmp= 70716 MiB

SOLVER NAME= UmSat 2011-02-25
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-250-1.shuffled-as.sat05-2533.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265011-1303576100/watcher-3265011-1303576100 -o /tmp/evaluation-result-3265011-1303576100/solver-3265011-1303576100 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3265011-1303576100.cnf

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

MD5SUM BENCH= db05e30798a5a29f39775d55b01c4246
RANDOM SEED=1504900206

node102.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.828
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.828
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.828
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.82
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.828
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.828
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.828
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.828
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.82
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.828
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:      12939032 kB
Buffers:       1838412 kB
Cached:       17548328 kB
SwapCached:          0 kB
Active:        9800108 kB
Inactive:      9654788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12939032 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2920 kB
Writeback:           0 kB
AnonPages:       68384 kB
Mapped:          14488 kB
Slab:           493912 kB
PageTables:       5792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   195320 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= 70704 MiB
End job on node102 at 2011-04-23 18:50:02