Trace number 3377995

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)UNSAT 92.064 92.1606

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
MD5SUMab962ce6f14e7741edd1ff987decb0b7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.0498
Satisfiable
(Un)Satisfiability was proved
Number of variables102621
Number of clauses307469
Sum of the clauses size717425
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2204978
Number of clauses of size 3102489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.45	c INFO: solving HOME/instance-3377995-1305455649.cnf
0.31/0.45	c INFO: computing task features
1.19/1.35	c INFO: computed variable-clause graph statistics
1.19/1.39	c INFO: computed clause balance statistics
5.88/6.09	c INFO: computed variable balance statistics
9.58/9.70	c INFO: computed small-clause counts
9.58/9.75	c INFO: computed Horn-clause counts
21.88/22.06	c INFO: computed variable graph statistics
21.88/22.06	c INFO: collected features for HOME/instance-3377995-1305455649.cnf in 21.55 s
21.88/22.07	c INFO: running lingeling-276@0 for 388 with 2378 remaining (b = 0.61)
91.97/92.12	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377995-1305455649/watcher-3377995-1305455649 -o /tmp/evaluation-result-3377995-1305455649/solver-3377995-1305455649 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377995-1305455649.cnf -seed 1505617664 -budget 2400 

running on 2 cores: 5,7

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: 1.95 1.61 2.37 5/339 30490
/proc/meminfo: memFree=12989536/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=15772 CPUtime=0 cores=5,7
/proc/30490/stat : 30490 (python) S 30488 30490 29010 0 -1 4202496 894 0 0 0 0 0 0 0 25 0 1 0 735795613 16150528 776 33554432000 4194304 5683644 140736305618416 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/30490/statm: 3943 776 343 364 0 430 0

[startup+0.0768001 s]
/proc/loadavg: 1.95 1.61 2.37 5/339 30490
/proc/meminfo: memFree=12989536/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=84468 CPUtime=0.05 cores=5,7
/proc/30490/stat : 30490 (python) S 30488 30490 29010 0 -1 4202496 2397 0 0 0 4 1 0 0 25 0 1 0 735795613 86495232 2126 33554432000 4194304 5683644 140736305618416 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 0
/proc/30490/statm: 21117 2126 707 364 0 1334 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84468

[startup+0.100943 s]
/proc/loadavg: 1.95 1.61 2.37 5/339 30490
/proc/meminfo: memFree=12989536/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=104224 CPUtime=0.06 cores=5,7
/proc/30490/stat : 30490 (python) S 30488 30490 29010 0 -1 4202496 3070 0 0 0 5 1 0 0 25 0 1 0 735795613 106725376 2751 33554432000 4194304 5683644 140736305618416 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 0
/proc/30490/statm: 26056 2751 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.300743 s]
/proc/loadavg: 1.95 1.61 2.37 5/339 30490
/proc/meminfo: memFree=12989536/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=198916 CPUtime=0.22 cores=5,7
/proc/30490/stat : 30490 (python) R 30488 30490 29010 0 -1 4202496 7018 934 1 0 16 6 0 0 25 0 1 0 735795613 203689984 5045 33554432000 4194304 5683644 140736305618416 18446744073709551615 47687485986793 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/30490/statm: 49729 5045 1459 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198916

[startup+0.700665 s]
/proc/loadavg: 1.95 1.61 2.37 5/339 30490
/proc/meminfo: memFree=12989536/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=299636 CPUtime=0.59 cores=5,7
/proc/30490/stat : 30490 (python) R 30488 30490 29010 0 -1 4202496 14429 934 1 0 50 9 0 0 25 0 1 0 735795613 306827264 12101 33554432000 4194304 5683644 140736305618416 18446744073709551615 47687653967165 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/30490/statm: 74909 12101 1761 364 0 10833 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 299636

[startup+1.50058 s]
/proc/loadavg: 1.95 1.61 2.37 5/340 30495
/proc/meminfo: memFree=12925804/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=335916 CPUtime=1.38 cores=5,7
/proc/30490/stat : 30490 (python) R 30488 30490 29010 0 -1 4202496 33545 934 1 0 127 11 0 0 25 0 1 0 735795613 343977984 21364 33554432000 4194304 5683644 140736305618416 18446744073709551615 47687483363375 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30490/statm: 83979 21364 1826 364 0 19903 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 335916

[startup+3.10028 s]
/proc/loadavg: 2.20 1.67 2.38 5/343 30498
/proc/meminfo: memFree=12891444/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=335916 CPUtime=2.98 cores=5,7
/proc/30490/stat : 30490 (python) R 30488 30490 29010 0 -1 4202496 33545 934 1 0 287 11 0 0 25 0 1 0 735795613 343977984 21364 33554432000 4194304 5683644 140736305618416 18446744073709551615 47687483053416 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30490/statm: 83979 21364 1826 364 0 19903 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 335916

[startup+6.30068 s]
/proc/loadavg: 2.20 1.67 2.38 5/343 30498
/proc/meminfo: memFree=12874516/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=335916 CPUtime=6.18 cores=5,7
/proc/30490/stat : 30490 (python) R 30488 30490 29010 0 -1 4202496 33546 934 1 0 607 11 0 0 25 0 1 0 735795613 343977984 21365 33554432000 4194304 5683644 140736305618416 18446744073709551615 4662311 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30490/statm: 83979 21365 1827 364 0 19903 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 335916

[startup+12.7005 s]
/proc/loadavg: 2.47 1.75 2.40 5/346 30501
/proc/meminfo: memFree=12850808/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=338316 CPUtime=12.58 cores=5,7
/proc/30490/stat : 30490 (python) R 30488 30490 29010 0 -1 4202496 34152 934 1 0 1247 11 0 0 25 0 1 0 735795613 346435584 21971 33554432000 4194304 5683644 140736305618416 18446744073709551615 47687483115660 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30490/statm: 84579 21971 1833 364 0 20503 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 338316

[startup+25.5011 s]
/proc/loadavg: 2.71 1.82 2.41 5/352 30508
/proc/meminfo: memFree=12812016/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=343872 CPUtime=21.95 cores=5,7
/proc/30490/stat : 30490 (python) S 30488 30490 29010 0 -1 4202496 34430 934 1 0 2183 12 0 0 20 0 2 0 735795613 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30490/statm: 85968 20831 1867 364 0 21886 0
[pid=30503] ppid=30490 vsize=333628 CPUtime=0 cores=5,7
/proc/30503/stat : 30503 (python) S 30490 30490 29010 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 735797820 341635072 19313 33554432000 4194304 5683644 140736305618416 18446744073709551615 231895510543 0 0 16781312 514 4460559523874046216 0 0 17 5 0 0 0
/proc/30503/statm: 83407 19313 353 364 0 19325 0
[pid=30505] ppid=30503 vsize=47508 CPUtime=3.41 cores=5,7
/proc/30505/stat : 30505 (lingeling) R 30503 30505 30505 0 -1 4202496 16791 0 0 0 340 1 0 0 25 0 1 0 735797821 48648192 11045 33554432000 4194304 4352236 140733957336016 18446744073709551615 4229934 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30505/statm: 11877 11045 127 39 0 10957 0
[pid=30490/tid=30504] ppid=30488 vsize=343872 CPUtime=0 cores=5,7
/proc/30490/task/30504/stat : 30504 (python) S 30488 30490 29010 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 735797821 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907314097 0 0 16781312 2 18446604457512536192 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 725008

[startup+51.1003 s]
/proc/loadavg: 3.15 1.99 2.46 5/346 30573
/proc/meminfo: memFree=12809916/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=343872 CPUtime=21.95 cores=5,7
/proc/30490/stat : 30490 (python) S 30488 30490 29010 0 -1 4202496 34430 934 1 0 2183 12 0 0 20 0 2 0 735795613 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30490/statm: 85968 20831 1867 364 0 21886 0
[pid=30503] ppid=30490 vsize=333628 CPUtime=0.07 cores=5,7
/proc/30503/stat : 30503 (python) S 30490 30490 29010 0 -1 4202560 898 0 0 0 4 3 0 0 18 0 1 0 735797820 341635072 19336 33554432000 4194304 5683644 140736305618416 18446744073709551615 231895510543 0 0 16781312 514 1762121315138896136 0 0 17 5 0 0 0
/proc/30503/statm: 83407 19336 376 364 0 19325 0
[pid=30505] ppid=30503 vsize=29176 CPUtime=28.94 cores=5,7
/proc/30505/stat : 30505 (lingeling) R 30503 30505 30505 0 -1 4202496 23475 0 0 0 2892 2 0 0 25 0 1 0 735797821 29876224 6464 33554432000 4194304 4352236 140733957336016 18446744073709551615 4328090 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30505/statm: 7294 6464 129 39 0 6374 0
[pid=30490/tid=30504] ppid=30488 vsize=343872 CPUtime=0 cores=5,7
/proc/30490/task/30504/stat : 30504 (python) S 30488 30490 29010 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 735797821 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907314097 0 0 16781312 2 18446604457512536192 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 706676

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

[startup+76.7005 s]
/proc/loadavg: 3.44 2.15 2.50 5/346 30573
/proc/meminfo: memFree=12804020/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=343872 CPUtime=21.95 cores=5,7
/proc/30490/stat : 30490 (python) S 30488 30490 29010 0 -1 4202496 34430 934 1 0 2183 12 0 0 20 0 2 0 735795613 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30490/statm: 85968 20831 1867 364 0 21886 0
[pid=30503] ppid=30490 vsize=333628 CPUtime=0.12 cores=5,7
/proc/30503/stat : 30503 (python) S 30490 30490 29010 0 -1 4202560 908 0 0 0 7 5 0 0 18 0 1 0 735797820 341635072 19336 33554432000 4194304 5683644 140736305618416 18446744073709551615 231895510543 0 0 16781312 514 1762121315138896136 0 0 17 5 0 0 0
/proc/30503/statm: 83407 19336 376 364 0 19325 0
[pid=30505] ppid=30503 vsize=33344 CPUtime=54.5 cores=5,7
/proc/30505/stat : 30505 (lingeling) R 30503 30505 30505 0 -1 4202496 25058 0 0 0 5448 2 0 0 25 0 1 0 735797821 34144256 7506 33554432000 4194304 4352236 140733957336016 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30505/statm: 8336 7506 129 39 0 7416 0
[pid=30490/tid=30504] ppid=30488 vsize=343872 CPUtime=0 cores=5,7
/proc/30490/task/30504/stat : 30504 (python) S 30488 30490 29010 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 735797821 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907314097 0 0 16781312 2 18446604457512536192 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 76.57
Current children cumulated vsize (KiB) 710844

[startup+83.1003 s]
/proc/loadavg: 3.52 2.21 2.51 5/349 30576
/proc/meminfo: memFree=12777708/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=343872 CPUtime=21.95 cores=5,7
/proc/30490/stat : 30490 (python) S 30488 30490 29010 0 -1 4202496 34430 934 1 0 2183 12 0 0 20 0 2 0 735795613 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30490/statm: 85968 20831 1867 364 0 21886 0
[pid=30503] ppid=30490 vsize=333628 CPUtime=0.14 cores=5,7
/proc/30503/stat : 30503 (python) S 30490 30490 29010 0 -1 4202560 910 0 0 0 8 6 0 0 18 0 1 0 735797820 341635072 19336 33554432000 4194304 5683644 140736305618416 18446744073709551615 231895510543 0 0 16781312 514 1762121315138896136 0 0 17 5 0 0 0
/proc/30503/statm: 83407 19336 376 364 0 19325 0
[pid=30505] ppid=30503 vsize=29156 CPUtime=60.89 cores=5,7
/proc/30505/stat : 30505 (lingeling) R 30503 30505 30505 0 -1 4202496 25275 0 0 0 6087 2 0 0 25 0 1 0 735797821 29855744 6459 33554432000 4194304 4352236 140733957336016 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30505/statm: 7289 6459 129 39 0 6369 0
[pid=30490/tid=30504] ppid=30488 vsize=343872 CPUtime=0 cores=5,7
/proc/30490/task/30504/stat : 30504 (python) S 30488 30490 29010 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 735797821 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907314097 0 0 16781312 2 18446604457512536192 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 82.98
Current children cumulated vsize (KiB) 706656

[startup+86.3006 s]
/proc/loadavg: 3.52 2.21 2.51 5/349 30576
/proc/meminfo: memFree=12761340/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=343872 CPUtime=21.95 cores=5,7
/proc/30490/stat : 30490 (python) S 30488 30490 29010 0 -1 4202496 34430 934 1 0 2183 12 0 0 20 0 2 0 735795613 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30490/statm: 85968 20831 1867 364 0 21886 0
[pid=30503] ppid=30490 vsize=333628 CPUtime=0.15 cores=5,7
/proc/30503/stat : 30503 (python) S 30490 30490 29010 0 -1 4202560 913 0 0 0 9 6 0 0 18 0 1 0 735797820 341635072 19336 33554432000 4194304 5683644 140736305618416 18446744073709551615 231895510543 0 0 16781312 514 1762121315138896136 0 0 17 5 0 0 0
/proc/30503/statm: 83407 19336 376 364 0 19325 0
[pid=30505] ppid=30503 vsize=33252 CPUtime=64.08 cores=5,7
/proc/30505/stat : 30505 (lingeling) R 30503 30505 30505 0 -1 4202496 26299 0 0 0 6406 2 0 0 25 0 1 0 735797821 34050048 7483 33554432000 4194304 4352236 140733957336016 18446744073709551615 4328979 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/30505/statm: 8313 7483 129 39 0 7393 0
[pid=30490/tid=30504] ppid=30488 vsize=343872 CPUtime=0 cores=5,7
/proc/30490/task/30504/stat : 30504 (python) S 30488 30490 29010 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 735797821 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907314097 0 0 16781312 2 18446604457512536192 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 86.18
Current children cumulated vsize (KiB) 710752

[startup+89.5011 s]
/proc/loadavg: 3.56 2.24 2.52 5/349 30577
/proc/meminfo: memFree=12753280/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=343872 CPUtime=21.95 cores=5,7
/proc/30490/stat : 30490 (python) S 30488 30490 29010 0 -1 4202496 34430 934 1 0 2183 12 0 0 20 0 2 0 735795613 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30490/statm: 85968 20831 1867 364 0 21886 0
[pid=30503] ppid=30490 vsize=333628 CPUtime=0.15 cores=5,7
/proc/30503/stat : 30503 (python) S 30490 30490 29010 0 -1 4202560 913 0 0 0 9 6 0 0 18 0 1 0 735797820 341635072 19336 33554432000 4194304 5683644 140736305618416 18446744073709551615 231895510543 0 0 16781312 514 1762121315138896136 0 0 17 5 0 0 0
/proc/30503/statm: 83407 19336 376 364 0 19325 0
[pid=30505] ppid=30503 vsize=33252 CPUtime=67.27 cores=5,7
/proc/30505/stat : 30505 (lingeling) R 30503 30505 30505 0 -1 4202496 26299 0 0 0 6725 2 0 0 25 0 1 0 735797821 34050048 7483 33554432000 4194304 4352236 140733957336016 18446744073709551615 4276805 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30505/statm: 8313 7483 129 39 0 7393 0
[pid=30490/tid=30504] ppid=30488 vsize=343872 CPUtime=0 cores=5,7
/proc/30490/task/30504/stat : 30504 (python) S 30488 30490 29010 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 735797821 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907314097 0 0 16781312 2 18446604457512536192 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 89.37
Current children cumulated vsize (KiB) 710752

[startup+91.1008 s]
/proc/loadavg: 3.56 2.24 2.52 5/349 30577
/proc/meminfo: memFree=12787380/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=343872 CPUtime=21.95 cores=5,7
/proc/30490/stat : 30490 (python) S 30488 30490 29010 0 -1 4202496 34430 934 1 0 2183 12 0 0 20 0 2 0 735795613 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30490/statm: 85968 20831 1867 364 0 21886 0
[pid=30503] ppid=30490 vsize=333628 CPUtime=0.15 cores=5,7
/proc/30503/stat : 30503 (python) S 30490 30490 29010 0 -1 4202560 913 0 0 0 9 6 0 0 18 0 1 0 735797820 341635072 19336 33554432000 4194304 5683644 140736305618416 18446744073709551615 231895510543 0 0 16781312 514 1762121315138896136 0 0 17 5 0 0 0
/proc/30503/statm: 83407 19336 376 364 0 19325 0
[pid=30505] ppid=30503 vsize=33152 CPUtime=68.87 cores=5,7
/proc/30505/stat : 30505 (lingeling) R 30503 30505 30505 0 -1 4202496 26299 0 0 0 6885 2 0 0 25 0 1 0 735797821 33947648 7458 33554432000 4194304 4352236 140733957336016 18446744073709551615 4207607 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30505/statm: 8288 7458 129 39 0 7368 0
[pid=30490/tid=30504] ppid=30488 vsize=343872 CPUtime=0 cores=5,7
/proc/30490/task/30504/stat : 30504 (python) S 30488 30490 29010 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 735797821 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907314097 0 0 16781312 2 18446604457512536192 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 90.97
Current children cumulated vsize (KiB) 710652

[startup+91.9006 s]
/proc/loadavg: 3.56 2.24 2.52 5/352 30580
/proc/meminfo: memFree=12734532/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=343872 CPUtime=21.95 cores=5,7
/proc/30490/stat : 30490 (python) S 30488 30490 29010 0 -1 4202496 34430 934 1 0 2183 12 0 0 20 0 2 0 735795613 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30490/statm: 85968 20831 1867 364 0 21886 0
[pid=30503] ppid=30490 vsize=333628 CPUtime=0.15 cores=5,7
/proc/30503/stat : 30503 (python) S 30490 30490 29010 0 -1 4202560 913 0 0 0 9 6 0 0 18 0 1 0 735797820 341635072 19336 33554432000 4194304 5683644 140736305618416 18446744073709551615 231895510543 0 0 16781312 514 1762121315138896136 0 0 17 5 0 0 0
/proc/30503/statm: 83407 19336 376 364 0 19325 0
[pid=30505] ppid=30503 vsize=33152 CPUtime=69.67 cores=5,7
/proc/30505/stat : 30505 (lingeling) R 30503 30505 30505 0 -1 4202496 26299 0 0 0 6965 2 0 0 25 0 1 0 735797821 33947648 7458 33554432000 4194304 4352236 140733957336016 18446744073709551615 4207791 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30505/statm: 8288 7458 129 39 0 7368 0
[pid=30490/tid=30504] ppid=30488 vsize=343872 CPUtime=0 cores=5,7
/proc/30490/task/30504/stat : 30504 (python) S 30488 30490 29010 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 735797821 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907314097 0 0 16781312 2 18446604457512536192 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 91.77
Current children cumulated vsize (KiB) 710652

[startup+92.1006 s]
/proc/loadavg: 3.56 2.24 2.52 5/352 30580
/proc/meminfo: memFree=12734532/32950928 swapFree=67085488/67111528
[pid=30490] ppid=30488 vsize=343872 CPUtime=21.95 cores=5,7
/proc/30490/stat : 30490 (python) S 30488 30490 29010 0 -1 4202496 34430 934 1 0 2183 12 0 0 20 0 2 0 735795613 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30490/statm: 85968 20831 1867 364 0 21886 0
[pid=30503] ppid=30490 vsize=333628 CPUtime=0.15 cores=5,7
/proc/30503/stat : 30503 (python) S 30490 30490 29010 0 -1 4202560 913 0 0 0 9 6 0 0 18 0 1 0 735797820 341635072 19336 33554432000 4194304 5683644 140736305618416 18446744073709551615 231895510543 0 0 16781312 514 1762121315138896136 0 0 17 5 0 0 0
/proc/30503/statm: 83407 19336 376 364 0 19325 0
[pid=30505] ppid=30503 vsize=33152 CPUtime=69.87 cores=5,7
/proc/30505/stat : 30505 (lingeling) R 30503 30505 30505 0 -1 4202496 26299 0 0 0 6985 2 0 0 25 0 1 0 735797821 33947648 7458 33554432000 4194304 4352236 140733957336016 18446744073709551615 4327839 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30505/statm: 8288 7458 129 39 0 7368 0
[pid=30490/tid=30504] ppid=30488 vsize=343872 CPUtime=0 cores=5,7
/proc/30490/task/30504/stat : 30504 (python) S 30488 30490 29010 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 735797821 352124928 20831 33554432000 4194304 5683644 140736305618416 18446744073709551615 231907314097 0 0 16781312 2 18446604457512536192 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 91.97
Current children cumulated vsize (KiB) 710652

Child status: 0
Real time (s): 92.1606
CPU time (s): 92.064
CPU user time (s): 91.828
CPU system time (s): 0.235964
CPU usage (%): 99.8952
Max. virtual memory (cumulated for all children) (KiB): 733204

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

runsolver used 0.308953 second user time and 0.671897 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 12:34:09
IDJOB=3377995
IDBENCH=82473
IDSOLVER=1858
FILE ID=node114/3377995-1305455649
RUNJOBID= node114-1305455630-30404
PBS_JOBID= 13324876
Free space on /tmp= 72884 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.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 /tmp/evaluation-result-3377995-1305455649/watcher-3377995-1305455649 -o /tmp/evaluation-result-3377995-1305455649/solver-3377995-1305455649 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377995-1305455649.cnf -seed 1505617664 -budget 2400

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

MD5SUM BENCH= ab962ce6f14e7741edd1ff987decb0b7
RANDOM SEED=1505617664

node114.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.848
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.848
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.848
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.848
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.73
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.848
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.848
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.848
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.848
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:     32950928 kB
MemFree:      12989692 kB
Buffers:        297648 kB
Cached:        6879060 kB
SwapCached:         96 kB
Active:       14288168 kB
Inactive:      5253948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12989692 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:          152268 kB
Writeback:           0 kB
AnonPages:    12365472 kB
Mapped:          33864 kB
Slab:           310452 kB
PageTables:      43360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 54524456 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= 72848 MiB
End job on node114 at 2011-05-15 12:35:42