Trace number 3498309

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
borg-sat 11.03.02-seq-industrial (fixed)? (TO) 5000.33 5000.97

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-zfcp-2.8-u2-noholes.cnf
MD5SUMc4aa2ddc60eee766fbdf95a32eed5b43
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.3095
Satisfiable
(Un)Satisfiability was proved
Number of variables10950109
Number of clauses32697150
Sum of the clauses size76320846
Maximum clause length65
Minimum clause length1
Number of clauses of size 12415
Number of clauses of size 221783823
Number of clauses of size 310907882
Number of clauses of size 41592
Number of clauses of size 5131
Number of clauses of size over 51307

Solver Data

0.35/1.11	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/1.11	c INFO: solving HOME/instance-3498309-1307953122.cnf
0.35/1.11	c INFO: computing task features
810.66/811.47	c INFO: computed variable-clause graph statistics
814.86/815.60	c INFO: computed clause balance statistics
1297.47/1298.24	c INFO: computed variable balance statistics
1659.19/1659.94	c INFO: computed small-clause counts
2025.79/2026.52	c INFO: computed Horn-clause counts

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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498309-1307953122/watcher-3498309-1307953122 -o /var/tmp/evaluation-result-3498309-1307953122/solver-3498309-1307953122 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498309-1307953122.cnf -seed 477717481 -budget 5000 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.67 0.16 0.05 1/177 9298
/proc/meminfo: memFree=4455028/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=14304 CPUtime=0 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4194304 161 0 0 0 0 0 0 0 21 0 1 0 985545446 14647296 111 33554432000 4194304 5683644 140737323068688 18446744073709551615 215983669351 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9298/statm: 3576 113 90 364 0 50 0

[startup+0.0609539 s]
/proc/loadavg: 0.67 0.16 0.05 1/177 9298
/proc/meminfo: memFree=4455028/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/9298/stat : 9298 (python) S 9296 9298 9247 0 -1 4202496 1002 0 0 0 0 0 0 0 21 0 1 0 985545446 16629760 873 33554432000 4194304 5683644 140737323068688 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/9298/statm: 4060 873 371 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.100945 s]
/proc/loadavg: 0.67 0.16 0.05 1/177 9298
/proc/meminfo: memFree=4455028/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=16396 CPUtime=0.01 cores=0,2,4,6
/proc/9298/stat : 9298 (python) S 9296 9298 9247 0 -1 4202496 1167 0 0 0 1 0 0 0 21 0 1 0 985545446 16789504 1030 33554432000 4194304 5683644 140737323068688 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/9298/statm: 4099 1030 414 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.301019 s]
/proc/loadavg: 0.67 0.16 0.05 1/177 9298
/proc/meminfo: memFree=4455028/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=54536 CPUtime=0.04 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 2081 0 0 0 3 1 0 0 16 0 1 0 985545446 55844864 1835 33554432000 4194304 5683644 140737323068688 18446744073709551615 215988590592 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 13634 1835 492 364 0 1284 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 54536

[startup+0.700931 s]
/proc/loadavg: 0.67 0.16 0.05 1/177 9298
/proc/meminfo: memFree=4455028/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=135752 CPUtime=0.17 cores=0,2,4,6
/proc/9298/stat : 9298 (python) S 9296 9298 9247 0 -1 4202496 5977 934 1 0 14 3 0 0 16 0 1 0 985545446 139010048 4151 33554432000 4194304 5683644 140737323068688 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/9298/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+1.50081 s]
/proc/loadavg: 0.67 0.16 0.05 3/178 9303
/proc/meminfo: memFree=4349460/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=966640 CPUtime=0.75 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 181435 934 1 0 36 39 0 0 16 0 1 0 985545446 989839360 178980 33554432000 4194304 5683644 140737323068688 18446744073709551615 215988253381 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 241660 178980 1761 364 0 177584 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 966640

[startup+3.10047 s]
/proc/loadavg: 0.67 0.16 0.05 3/178 9303
/proc/meminfo: memFree=3561564/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=1071152 CPUtime=2.34 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 206746 934 1 0 193 41 0 0 18 0 1 0 985545446 1096859648 204291 33554432000 4194304 5683644 140737323068688 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 267788 204292 1761 364 0 203712 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 1071152
heavy processes:

[startup+6.30097 s]
/proc/loadavg: 0.78 0.19 0.06 3/178 9303
/proc/meminfo: memFree=3170104/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=1279988 CPUtime=5.55 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 257557 934 1 0 505 50 0 0 25 0 1 0 985545446 1310707712 255102 33554432000 4194304 5683644 140737323068688 18446744073709551615 215988253729 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 319997 255103 1761 364 0 255921 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 1279988

[startup+12.7008 s]
/proc/loadavg: 0.87 0.22 0.07 3/178 9303
/proc/meminfo: memFree=2629692/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=1691068 CPUtime=11.94 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 357929 934 1 0 1131 63 0 0 25 0 1 0 985545446 1731653632 355474 33554432000 4194304 5683644 140737323068688 18446744073709551615 215988253381 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 422767 355475 1761 364 0 358691 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 1691068

[startup+25.5006 s]
/proc/loadavg: 1.12 0.31 0.10 3/178 9304
/proc/meminfo: memFree=1798244/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=2501256 CPUtime=24.75 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 559662 934 1 0 2382 93 0 0 25 0 1 0 985545446 2561286144 557207 33554432000 4194304 5683644 140737323068688 18446744073709551615 215988253381 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 625314 557207 1761 364 0 561238 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 2501256

[startup+51.1011 s]
/proc/loadavg: 1.42 0.44 0.15 3/178 9304
/proc/meminfo: memFree=210252/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=4112068 CPUtime=50.34 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 960806 934 1 0 4876 158 0 0 25 0 1 0 985545446 4210757632 958351 33554432000 4194304 5683644 140737323068688 18446744073709551615 215988253381 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1028017 958353 1761 364 0 963941 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 4112068

[startup+102.306 s]
/proc/loadavg: 1.75 0.68 0.25 3/178 9306
/proc/meminfo: memFree=431220/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=6452264 CPUtime=101.55 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 2983955 934 1 0 9740 415 0 0 25 0 1 0 985545446 6607118336 1534930 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874818233978 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1613066 1534932 1814 364 0 1548990 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 6452264

[startup+162.301 s]
/proc/loadavg: 1.91 0.92 0.35 3/178 9307
/proc/meminfo: memFree=363208/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=6452264 CPUtime=161.54 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 6524359 934 1 0 15302 852 0 0 25 0 1 0 985545446 6607118336 1499062 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874818233978 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1613066 1499064 1814 364 0 1548990 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 6452264

[startup+222.301 s]
/proc/loadavg: 1.96 1.11 0.45 3/178 9309
/proc/meminfo: memFree=440420/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=6452264 CPUtime=221.54 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 10009912 934 1 0 20887 1267 0 0 25 0 1 0 985545446 6607118336 1536067 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874818233978 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1613066 1536068 1814 364 0 1548990 0
Current children cumulated CPU time (s) 221.54
Current children cumulated vsize (KiB) 6452264

[startup+282.301 s]
/proc/loadavg: 1.98 1.27 0.55 3/178 9311
/proc/meminfo: memFree=367848/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=6452264 CPUtime=281.55 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 13551640 934 1 0 26460 1695 0 0 25 0 1 0 985545446 6607118336 1501523 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874818233978 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1613066 1501524 1814 364 0 1548990 0
Current children cumulated CPU time (s) 281.55
Current children cumulated vsize (KiB) 6452264

[startup+342.301 s]
/proc/loadavg: 1.99 1.40 0.64 3/178 9312
/proc/meminfo: memFree=406464/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=6452264 CPUtime=341.55 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 17046625 934 1 0 32042 2113 0 0 25 0 1 0 985545446 6607118336 1547960 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874818233978 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1613066 1547961 1814 364 0 1548990 0
Current children cumulated CPU time (s) 341.55
Current children cumulated vsize (KiB) 6452264

[startup+402.3 s]
/proc/loadavg: 1.99 1.51 0.72 3/181 9317
/proc/meminfo: memFree=666736/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=6452264 CPUtime=401.55 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 20593514 934 1 0 37615 2540 0 0 25 0 1 0 985545446 6607118336 1518577 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874818233978 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1613066 1518578 1814 364 0 1548990 0
Current children cumulated CPU time (s) 401.55
Current children cumulated vsize (KiB) 6452264

[startup+462.301 s]
/proc/loadavg: 1.99 1.59 0.80 3/185 9322
/proc/meminfo: memFree=827388/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5942568 CPUtime=461.56 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 24422490 934 1 0 43153 3003 0 0 25 0 1 0 985545446 6085189632 1422088 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874818233978 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1485642 1422089 1815 364 0 1421566 0
Current children cumulated CPU time (s) 461.56
Current children cumulated vsize (KiB) 5942568

[startup+522.301 s]
/proc/loadavg: 1.99 1.67 0.87 3/185 9324
/proc/meminfo: memFree=462468/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5942568 CPUtime=521.55 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 28091188 934 1 0 48767 3388 0 0 25 0 1 0 985545446 6085189632 1412222 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874818233978 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1485642 1412224 1815 364 0 1421566 0
Current children cumulated CPU time (s) 521.55
Current children cumulated vsize (KiB) 5942568

[startup+582.301 s]
/proc/loadavg: 1.99 1.72 0.94 3/185 9326
/proc/meminfo: memFree=246560/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5942568 CPUtime=581.56 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 31759159 934 1 0 54378 3778 0 0 25 0 1 0 985545446 6085189632 1423016 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874820558984 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1485642 1423016 1815 364 0 1421566 0
Current children cumulated CPU time (s) 581.56
Current children cumulated vsize (KiB) 5942568


################
# More data... #
################

[startup+4122.3 s]
/proc/loadavg: 2.04 2.01 1.92 3/198 9641
/proc/meminfo: memFree=2108192/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5546932 CPUtime=4121.64 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 67872241 934 1 0 403885 8279 0 0 25 0 1 0 985545446 5680058368 1324126 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874817820800 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1386733 1324126 1833 364 0 1322657 0
Current children cumulated CPU time (s) 4121.64
Current children cumulated vsize (KiB) 5546932

[startup+4182.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/198 9643
/proc/meminfo: memFree=2097604/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5546932 CPUtime=4181.64 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 67872241 934 1 0 409885 8279 0 0 25 0 1 0 985545446 5680058368 1324126 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874817820800 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1386733 1324126 1833 364 0 1322657 0
Current children cumulated CPU time (s) 4181.64
Current children cumulated vsize (KiB) 5546932

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/198 9644
/proc/meminfo: memFree=2105112/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5546932 CPUtime=4241.64 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 67872241 934 1 0 415885 8279 0 0 25 0 1 0 985545446 5680058368 1324126 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874817820812 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1386733 1324126 1833 364 0 1322657 0
Current children cumulated CPU time (s) 4241.64
Current children cumulated vsize (KiB) 5546932

[startup+4302.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/198 9646
/proc/meminfo: memFree=2089940/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5546932 CPUtime=4301.64 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 67872241 934 1 0 421885 8279 0 0 25 0 1 0 985545446 5680058368 1324126 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874817820800 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1386733 1324126 1833 364 0 1322657 0
Current children cumulated CPU time (s) 4301.64
Current children cumulated vsize (KiB) 5546932

[startup+4362.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/198 9647
/proc/meminfo: memFree=2073648/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5546932 CPUtime=4361.64 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 67872241 934 1 0 427885 8279 0 0 25 0 1 0 985545446 5680058368 1324126 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874817820800 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1386733 1324126 1833 364 0 1322657 0
Current children cumulated CPU time (s) 4361.64
Current children cumulated vsize (KiB) 5546932

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/198 9649
/proc/meminfo: memFree=2071996/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5546932 CPUtime=4421.64 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 67872241 934 1 0 433885 8279 0 0 25 0 1 0 985545446 5680058368 1324126 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874817820812 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1386733 1324126 1833 364 0 1322657 0
Current children cumulated CPU time (s) 4421.64
Current children cumulated vsize (KiB) 5546932

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/198 9651
/proc/meminfo: memFree=2065368/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5546932 CPUtime=4481.65 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 67872241 934 1 0 439886 8279 0 0 25 0 1 0 985545446 5680058368 1324126 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874817820812 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1386733 1324126 1833 364 0 1322657 0
Current children cumulated CPU time (s) 4481.65
Current children cumulated vsize (KiB) 5546932

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/198 9652
/proc/meminfo: memFree=2076720/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5546932 CPUtime=4541.65 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 67872241 934 1 0 445886 8279 0 0 25 0 1 0 985545446 5680058368 1324126 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874817820800 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1386733 1324126 1833 364 0 1322657 0
Current children cumulated CPU time (s) 4541.65
Current children cumulated vsize (KiB) 5546932

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/198 9654
/proc/meminfo: memFree=2074292/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5546932 CPUtime=4601.65 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 67872241 934 1 0 451886 8279 0 0 25 0 1 0 985545446 5680058368 1324126 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874817820812 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1386733 1324126 1833 364 0 1322657 0
Current children cumulated CPU time (s) 4601.65
Current children cumulated vsize (KiB) 5546932

[startup+4662.3 s]
/proc/loadavg: 2.06 2.02 1.93 3/201 9658
/proc/meminfo: memFree=2056628/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5546932 CPUtime=4661.65 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 67872241 934 1 0 457886 8279 0 0 25 0 1 0 985545446 5680058368 1324126 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874817820812 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1386733 1324126 1833 364 0 1322657 0
Current children cumulated CPU time (s) 4661.65
Current children cumulated vsize (KiB) 5546932

[startup+4722.31 s]
/proc/loadavg: 2.02 2.01 1.93 3/201 9660
/proc/meminfo: memFree=2048028/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5546932 CPUtime=4721.65 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 67872241 934 1 0 463886 8279 0 0 25 0 1 0 985545446 5680058368 1324126 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874817820800 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9298/statm: 1386733 1324126 1833 364 0 1322657 0
Current children cumulated CPU time (s) 4721.65
Current children cumulated vsize (KiB) 5546932

[startup+4782.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/201 9664
/proc/meminfo: memFree=2048232/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5546932 CPUtime=4781.65 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 67872241 934 1 0 469886 8279 0 0 25 0 1 0 985545446 5680058368 1324126 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874817820812 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9298/statm: 1386733 1324126 1833 364 0 1322657 0
Current children cumulated CPU time (s) 4781.65
Current children cumulated vsize (KiB) 5546932

[startup+4842.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/205 9670
/proc/meminfo: memFree=2020408/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5546932 CPUtime=4841.65 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 67872241 934 1 0 475886 8279 0 0 25 0 1 0 985545446 5680058368 1324126 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874817820800 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9298/statm: 1386733 1324126 1833 364 0 1322657 0
Current children cumulated CPU time (s) 4841.65
Current children cumulated vsize (KiB) 5546932

[startup+4902.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/205 9672
/proc/meminfo: memFree=2011064/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5546932 CPUtime=4901.65 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 67872241 934 1 0 481886 8279 0 0 25 0 1 0 985545446 5680058368 1324126 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874817820812 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9298/statm: 1386733 1324126 1833 364 0 1322657 0
Current children cumulated CPU time (s) 4901.65
Current children cumulated vsize (KiB) 5546932

[startup+4962.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/206 9674
/proc/meminfo: memFree=1988204/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5546932 CPUtime=4961.65 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 67872241 934 1 0 487886 8279 0 0 25 0 1 0 985545446 5680058368 1324126 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874817820812 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9298/statm: 1386733 1324126 1833 364 0 1322657 0
Current children cumulated CPU time (s) 4961.65
Current children cumulated vsize (KiB) 5546932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.7 s]
/proc/loadavg: 2.04 2.02 1.94 3/206 9675
/proc/meminfo: memFree=1979128/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=5546932 CPUtime=5000.06 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4202496 67872241 934 1 0 491727 8279 0 0 25 0 1 0 985545446 5680058368 1324126 33554432000 4194304 5683644 140737323068688 18446744073709551615 47874817820812 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9298/statm: 1386733 1324126 1833 364 0 1322657 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 5546932

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

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

[startup+5000.81 s]
/proc/loadavg: 2.04 2.02 1.94 3/206 9675
/proc/meminfo: memFree=1979128/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=0 CPUtime=5000.16 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4203524 67872241 934 1 0 491727 8289 0 0 25 0 1 0 985545446 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9298/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.16
Current children cumulated vsize (KiB) 0

[startup+5000.9 s]
/proc/loadavg: 2.04 2.02 1.94 3/206 9675
/proc/meminfo: memFree=1979128/32950940 swapFree=67053420/67111528
[pid=9298] ppid=9296 vsize=0 CPUtime=5000.25 cores=0,2,4,6
/proc/9298/stat : 9298 (python) R 9296 9298 9247 0 -1 4203524 67872241 934 1 0 491727 8298 0 0 25 0 1 0 985545446 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9298/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.25
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.97
CPU time (s): 5000.33
CPU user time (s): 4917.28
CPU system time (s): 83.0574
CPU usage (%): 99.9873
Max. virtual memory (cumulated for all children) (KiB): 6707712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4917.28
system time used= 83.0574
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67873175
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1117
involuntary context switches= 7249

runsolver used 7.95079 second user time and 17.0754 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-13 10:19:06
IDJOB=3498309
IDBENCH=70953
IDSOLVER=1991
FILE ID=node117/3498309-1307953122
RUNJOBID= node117-1307953121-9265
PBS_JOBID= 13559711
Free space on /var/tmp= 2136 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-zfcp-2.8-u2-noholes.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498309-1307953122/watcher-3498309-1307953122 -o /var/tmp/evaluation-result-3498309-1307953122/solver-3498309-1307953122 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498309-1307953122.cnf -seed 477717481 -budget 5000

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= c4aa2ddc60eee766fbdf95a32eed5b43
RANDOM SEED=477717481

node117.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.849
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.69
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.849
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.849
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.74
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.849
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.849
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.849
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       4455712 kB
Buffers:        101432 kB
Cached:       27472820 kB
SwapCached:      11120 kB
Active:       11818784 kB
Inactive:     15794388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       4455712 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:          798296 kB
Writeback:           0 kB
AnonPages:       36660 kB
Mapped:          17528 kB
Slab:           816784 kB
PageTables:       5200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   231528 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 /var/tmp at the end= 2152 MiB
End job on node117 at 2011-06-13 11:42:29