Trace number 3321423

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-industrial? (TO) 5099.3 5100.22

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.38/1.44	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/1.44	c INFO: solving HOME/instance-3321423-1304339930.cnf
0.38/1.44	c INFO: computing task features
789.97/791.03	c INFO: computed variable-clause graph statistics
793.97/795.09	c INFO: computed clause balance statistics
1277.38/1278.44	c INFO: computed variable balance statistics
1641.59/1642.65	c INFO: computed small-clause counts
1993.70/1994.75	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.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-3321423-1304339930/watcher-3321423-1304339930 -o /tmp/evaluation-result-3321423-1304339930/solver-3321423-1304339930 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321423-1304339930.cnf -seed 635644923 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 5.73 7.82 8.31 2/208 5283
/proc/meminfo: memFree=26645704/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=15380 CPUtime=0 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 792 0 0 0 0 0 0 0 17 0 1 0 1604849 15749120 679 33554432000 4194304 5683644 140737318801856 18446744073709551615 218880563200 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5283/statm: 3846 680 322 364 0 333 0

[startup+0.0319049 s]
/proc/loadavg: 5.73 7.82 8.31 2/208 5283
/proc/meminfo: memFree=26645704/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=16396 CPUtime=0.01 cores=0-7
/proc/5283/stat : 5283 (python) S 5281 5283 4539 0 -1 4202496 1166 0 0 0 1 0 0 0 17 0 1 0 1604849 16789504 1030 33554432000 4194304 5683644 140737318801856 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/5283/statm: 4099 1030 414 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.101222 s]
/proc/loadavg: 5.73 7.82 8.31 2/208 5283
/proc/meminfo: memFree=26645704/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=85620 CPUtime=0.05 cores=0-7
/proc/5283/stat : 5283 (python) S 5281 5283 4539 0 -1 4202496 2630 0 0 0 4 1 0 0 17 0 1 0 1604849 87674880 2348 33554432000 4194304 5683644 140737318801856 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/5283/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.30087 s]
/proc/loadavg: 5.73 7.82 8.31 2/208 5283
/proc/meminfo: memFree=26645704/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=135748 CPUtime=0.18 cores=0-7
/proc/5283/stat : 5283 (python) S 5281 5283 4539 0 -1 4202496 5963 932 1 0 13 5 0 0 17 0 1 0 1604849 139005952 4150 33554432000 4194304 5683644 140737318801856 18446744073709551615 218880561157 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/5283/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700871 s]
/proc/loadavg: 5.73 7.82 8.31 2/208 5283
/proc/meminfo: memFree=26645704/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=157380 CPUtime=0.25 cores=0-7
/proc/5283/stat : 5283 (python) D 5281 5283 4539 0 -1 4202496 6588 932 1 0 17 8 0 0 16 0 1 0 1604849 161157120 4696 33554432000 4194304 5683644 140737318801856 18446744073709551615 218880570935 0 0 16781312 2 18446744071562154983 0 0 17 7 0 0 0
/proc/5283/statm: 39345 4696 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 157380

[startup+1.50064 s]
/proc/loadavg: 5.73 7.82 8.31 3/209 5288
/proc/meminfo: memFree=26504328/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=962344 CPUtime=0.46 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 40933 932 1 0 29 17 0 0 16 0 1 0 1604849 985440256 38612 33554432000 4194304 5683644 140737318801856 18446744073709551615 218880564992 0 0 16781312 2 0 0 0 17 1 0 0 76
/proc/5283/statm: 240586 38622 1758 364 0 176510 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 962344

[startup+3.10043 s]
/proc/loadavg: 5.73 7.82 8.31 3/209 5288
/proc/meminfo: memFree=25884452/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=1051016 CPUtime=2.05 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 202028 932 1 0 159 46 0 0 18 0 1 0 1604849 1076240384 199584 33554432000 4194304 5683644 140737318801856 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 262754 199586 1761 364 0 198678 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1051016
heavy processes:

[startup+6.30088 s]
/proc/loadavg: 5.51 7.74 8.28 3/209 5288
/proc/meminfo: memFree=25665980/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=1262332 CPUtime=5.25 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 255001 932 1 0 471 54 0 0 25 0 1 0 1604849 1292627968 252556 33554432000 4194304 5683644 140737318801856 18446744073709551615 218880225989 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 315583 252556 1761 364 0 251507 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 1262332

[startup+12.7008 s]
/proc/loadavg: 5.23 7.64 8.25 3/209 5288
/proc/meminfo: memFree=25231732/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=1702236 CPUtime=11.65 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 360100 932 1 0 1096 69 0 0 25 0 1 0 1604849 1743089664 357655 33554432000 4194304 5683644 140737318801856 18446744073709551615 218880225989 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 425559 357655 1761 364 0 361483 0
Current children cumulated CPU time (s) 11.65
Current children cumulated vsize (KiB) 1702236

[startup+25.5005 s]
/proc/loadavg: 4.51 7.36 8.14 3/209 5289
/proc/meminfo: memFree=24435172/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=2529760 CPUtime=24.45 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 570714 932 1 0 2349 96 0 0 25 0 1 0 1604849 2590474240 568269 33554432000 4194304 5683644 140737318801856 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 632440 568269 1761 364 0 568364 0
Current children cumulated CPU time (s) 24.45
Current children cumulated vsize (KiB) 2529760

[startup+51.1081 s]
/proc/loadavg: 3.65 6.93 7.98 3/209 5289
/proc/meminfo: memFree=22695404/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=4308260 CPUtime=50.06 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 991747 932 1 0 4856 150 0 0 25 0 1 0 1604849 4411658240 989302 33554432000 4194304 5683644 140737318801856 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1077065 989303 1761 364 0 1012989 0
Current children cumulated CPU time (s) 50.06
Current children cumulated vsize (KiB) 4308260

[startup+102.301 s]
/proc/loadavg: 2.72 6.17 7.66 3/209 5291
/proc/meminfo: memFree=20363328/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=6452260 CPUtime=101.26 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 3336953 932 1 0 9715 411 0 0 25 0 1 0 1604849 6607114240 1504767 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335348377210 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1613065 1504768 1814 364 0 1548989 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 6452260

[startup+162.301 s]
/proc/loadavg: 2.26 5.41 7.31 3/209 5292
/proc/meminfo: memFree=20449988/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=6707708 CPUtime=161.25 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 7022758 932 1 0 15318 807 0 0 25 0 1 0 1604849 6868692992 1562110 33554432000 4194304 5683644 140737318801856 18446744073709551615 218880608391 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1676927 1562076 1814 364 0 1612851 0
Current children cumulated CPU time (s) 161.25
Current children cumulated vsize (KiB) 6707708

[startup+222.3 s]
/proc/loadavg: 2.09 4.79 6.97 3/209 5294
/proc/meminfo: memFree=20614644/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=6452260 CPUtime=221.26 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 10646137 932 1 0 20934 1192 0 0 25 0 1 0 1604849 6607114240 1533683 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335348377210 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1613065 1533685 1814 364 0 1548989 0
Current children cumulated CPU time (s) 221.26
Current children cumulated vsize (KiB) 6452260

[startup+282.301 s]
/proc/loadavg: 2.03 4.27 6.66 3/209 5295
/proc/meminfo: memFree=20620180/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=6452260 CPUtime=281.25 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 14331599 932 1 0 26548 1577 0 0 25 0 1 0 1604849 6607114240 1515149 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335348377210 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1613065 1515151 1814 364 0 1548989 0
Current children cumulated CPU time (s) 281.25
Current children cumulated vsize (KiB) 6452260

[startup+342.3 s]
/proc/loadavg: 2.01 3.86 6.36 3/209 5297
/proc/meminfo: memFree=20495052/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=6452260 CPUtime=341.26 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 18016270 932 1 0 32153 1973 0 0 25 0 1 0 1604849 6607114240 1495824 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335348377210 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1613065 1495825 1814 364 0 1548989 0
Current children cumulated CPU time (s) 341.26
Current children cumulated vsize (KiB) 6452260

[startup+402.301 s]
/proc/loadavg: 2.00 3.52 6.09 3/209 5299
/proc/meminfo: memFree=20505192/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=6452260 CPUtime=401.27 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 21643698 932 1 0 37770 2357 0 0 25 0 1 0 1604849 6607114240 1546980 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335348377210 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1613065 1546981 1814 364 0 1548989 0
Current children cumulated CPU time (s) 401.27
Current children cumulated vsize (KiB) 6452260

[startup+462.3 s]
/proc/loadavg: 2.00 3.24 5.83 3/209 5300
/proc/meminfo: memFree=20971032/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5942560 CPUtime=461.26 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 25644454 932 1 0 43344 2782 0 0 25 0 1 0 1604849 6085181440 1403616 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335348377210 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1485640 1403618 1815 364 0 1421564 0
Current children cumulated CPU time (s) 461.26
Current children cumulated vsize (KiB) 5942560

[startup+522.301 s]
/proc/loadavg: 2.00 3.01 5.59 3/209 5302
/proc/meminfo: memFree=20946952/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5942560 CPUtime=521.27 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 29294898 932 1 0 48957 3170 0 0 25 0 1 0 1604849 6085181440 1418270 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335348377210 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1485640 1418271 1815 364 0 1421564 0
Current children cumulated CPU time (s) 521.27
Current children cumulated vsize (KiB) 5942560

[startup+582.301 s]
/proc/loadavg: 2.06 2.84 5.37 3/209 5303
/proc/meminfo: memFree=20999620/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5942560 CPUtime=581.27 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 32965243 932 1 0 54573 3554 0 0 25 0 1 0 1604849 6085181440 1410051 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335348377210 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1485640 1410052 1815 364 0 1421564 0
Current children cumulated CPU time (s) 581.27
Current children cumulated vsize (KiB) 5942560


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

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/209 5413
/proc/meminfo: memFree=21323220/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5546928 CPUtime=4241.35 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 67872230 932 1 0 416891 7244 0 0 25 0 1 0 1604849 5680054272 1324125 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335347964032 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1386732 1324125 1833 364 0 1322656 0
Current children cumulated CPU time (s) 4241.35
Current children cumulated vsize (KiB) 5546928

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/209 5415
/proc/meminfo: memFree=21323316/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5546928 CPUtime=4301.35 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 67872230 932 1 0 422891 7244 0 0 25 0 1 0 1604849 5680054272 1324125 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335347964032 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1386732 1324125 1833 364 0 1322656 0
Current children cumulated CPU time (s) 4301.35
Current children cumulated vsize (KiB) 5546928

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/209 5416
/proc/meminfo: memFree=21323040/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5546928 CPUtime=4361.35 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 67872230 932 1 0 428891 7244 0 0 25 0 1 0 1604849 5680054272 1324125 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335347964032 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1386732 1324125 1833 364 0 1322656 0
Current children cumulated CPU time (s) 4361.35
Current children cumulated vsize (KiB) 5546928

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/209 5418
/proc/meminfo: memFree=21323012/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5546928 CPUtime=4421.35 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 67872230 932 1 0 434891 7244 0 0 25 0 1 0 1604849 5680054272 1324125 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335347964032 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1386732 1324125 1833 364 0 1322656 0
Current children cumulated CPU time (s) 4421.35
Current children cumulated vsize (KiB) 5546928

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/209 5419
/proc/meminfo: memFree=21322368/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5546928 CPUtime=4481.36 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 67872230 932 1 0 440892 7244 0 0 25 0 1 0 1604849 5680054272 1324125 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335347964032 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1386732 1324125 1833 364 0 1322656 0
Current children cumulated CPU time (s) 4481.36
Current children cumulated vsize (KiB) 5546928

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/209 5421
/proc/meminfo: memFree=21322100/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5546928 CPUtime=4541.36 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 67872230 932 1 0 446892 7244 0 0 25 0 1 0 1604849 5680054272 1324125 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335347964044 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1386732 1324125 1833 364 0 1322656 0
Current children cumulated CPU time (s) 4541.36
Current children cumulated vsize (KiB) 5546928

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/209 5423
/proc/meminfo: memFree=21321700/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5546928 CPUtime=4601.36 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 67872230 932 1 0 452892 7244 0 0 25 0 1 0 1604849 5680054272 1324125 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335347964032 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1386732 1324125 1833 364 0 1322656 0
Current children cumulated CPU time (s) 4601.36
Current children cumulated vsize (KiB) 5546928

[startup+4662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/209 5424
/proc/meminfo: memFree=21321792/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5546928 CPUtime=4661.37 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 67872230 932 1 0 458893 7244 0 0 25 0 1 0 1604849 5680054272 1324125 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335347964032 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1386732 1324125 1833 364 0 1322656 0
Current children cumulated CPU time (s) 4661.37
Current children cumulated vsize (KiB) 5546928

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/209 5426
/proc/meminfo: memFree=21321636/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5546928 CPUtime=4721.36 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 67872230 932 1 0 464892 7244 0 0 25 0 1 0 1604849 5680054272 1324125 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335347964032 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1386732 1324125 1833 364 0 1322656 0
Current children cumulated CPU time (s) 4721.36
Current children cumulated vsize (KiB) 5546928

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/209 5427
/proc/meminfo: memFree=21321492/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5546928 CPUtime=4781.36 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 67872230 932 1 0 470892 7244 0 0 25 0 1 0 1604849 5680054272 1324125 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335347964035 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1386732 1324125 1833 364 0 1322656 0
Current children cumulated CPU time (s) 4781.36
Current children cumulated vsize (KiB) 5546928

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/209 5429
/proc/meminfo: memFree=21320824/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5546928 CPUtime=4841.37 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 67872230 932 1 0 476893 7244 0 0 25 0 1 0 1604849 5680054272 1324125 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335347964032 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1386732 1324125 1833 364 0 1322656 0
Current children cumulated CPU time (s) 4841.37
Current children cumulated vsize (KiB) 5546928

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/209 5431
/proc/meminfo: memFree=21320924/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5546928 CPUtime=4901.37 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 67872230 932 1 0 482893 7244 0 0 25 0 1 0 1604849 5680054272 1324125 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335347964044 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1386732 1324125 1833 364 0 1322656 0
Current children cumulated CPU time (s) 4901.37
Current children cumulated vsize (KiB) 5546928

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/209 5441
/proc/meminfo: memFree=21319048/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5546928 CPUtime=4961.37 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 67872230 932 1 0 488893 7244 0 0 25 0 1 0 1604849 5680054272 1324125 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335347964032 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1386732 1324125 1833 364 0 1322656 0
Current children cumulated CPU time (s) 4961.37
Current children cumulated vsize (KiB) 5546928

[startup+5022.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/209 5443
/proc/meminfo: memFree=21318140/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5546928 CPUtime=5021.37 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 67872230 932 1 0 494893 7244 0 0 25 0 1 0 1604849 5680054272 1324125 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335347964032 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1386732 1324125 1833 364 0 1322656 0
Current children cumulated CPU time (s) 5021.37
Current children cumulated vsize (KiB) 5546928

[startup+5082.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/209 5444
/proc/meminfo: memFree=21318228/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5546928 CPUtime=5081.37 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 67872230 932 1 0 500893 7244 0 0 25 0 1 0 1604849 5680054272 1324125 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335347964032 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1386732 1324125 1833 364 0 1322656 0
Current children cumulated CPU time (s) 5081.37
Current children cumulated vsize (KiB) 5546928



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 2.00 2.00 2.00 3/209 5445
/proc/meminfo: memFree=21318092/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=5546928 CPUtime=5099.08 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4202496 67872230 932 1 0 502664 7244 0 0 25 0 1 0 1604849 5680054272 1324125 33554432000 4194304 5683644 140737318801856 18446744073709551615 47335347964044 0 0 16781312 2 0 0 0 17 3 0 0 76
/proc/5283/statm: 1386732 1324125 1833 364 0 1322656 0
Current children cumulated CPU time (s) 5099.08
Current children cumulated vsize (KiB) 5546928

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

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

[startup+5100.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/209 5445
/proc/meminfo: memFree=21318092/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=0 CPUtime=5099.18 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4203524 67872230 932 1 0 502664 7254 0 0 25 0 1 0 1604849 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 76
/proc/5283/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5099.18
Current children cumulated vsize (KiB) 0

[startup+5100.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/209 5445
/proc/meminfo: memFree=21318092/32950928 swapFree=67111528/67111528
[pid=5283] ppid=5281 vsize=0 CPUtime=5099.26 cores=0-7
/proc/5283/stat : 5283 (python) R 5281 5283 4539 0 -1 4203524 67872230 932 1 0 502664 7262 0 0 25 0 1 0 1604849 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 76
/proc/5283/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5099.26
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5100.22
CPU time (s): 5099.3
CPU user time (s): 5026.65
CPU system time (s): 72.652
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 6707708

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

runsolver used 10.0915 second user time and 21.3288 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-02 14:39:14
IDJOB=3321423
IDBENCH=70953
IDSOLVER=1710
FILE ID=node112/3321423-1304339930
RUNJOBID= node112-1304335804-4553
PBS_JOBID= 13178018
Free space on /tmp= 71820 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
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 -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3321423-1304339930/watcher-3321423-1304339930 -o /tmp/evaluation-result-3321423-1304339930/solver-3321423-1304339930 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321423-1304339930.cnf -seed 635644923 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= c4aa2ddc60eee766fbdf95a32eed5b43
RANDOM SEED=635644923

node112.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.847
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26645992 kB
Buffers:         57604 kB
Cached:        1835592 kB
SwapCached:          0 kB
Active:        5190696 kB
Inactive:       972184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26645992 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          716920 kB
Writeback:           0 kB
AnonPages:     4269540 kB
Mapped:          14832 kB
Slab:            70536 kB
PageTables:      13312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4510588 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= 71788 MiB
End job on node112 at 2011-05-02 16:04:16