Trace number 3378882

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-par-industrial (fixed)UNSAT 41.9066 12.7497

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom12.cnf
MD5SUMf0a59aeb3af8016fb8ec53aa337c4836
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.66183
Satisfiable
(Un)Satisfiability was proved
Number of variables17298
Number of clauses57292
Sum of the clauses size145234
Maximum clause length615
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230583
Number of clauses of size 326391
Number of clauses of size 477
Number of clauses of size 510
Number of clauses of size over 5230

Solver Data

0.37/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.69	c INFO: solving HOME/instance-3378882-1305466320.cnf
0.37/0.69	c INFO: computing task features
0.54/0.85	c INFO: computed variable-clause graph statistics
0.54/0.86	c INFO: computed clause balance statistics
1.44/1.76	c INFO: computed variable balance statistics
2.14/2.43	c INFO: computed small-clause counts
2.14/2.44	c INFO: computed Horn-clause counts
2.54/2.85	c INFO: computed variable graph statistics
2.54/2.85	c INFO: collected features for HOME/instance-3378882-1305466320.cnf in 2.16 s
2.54/2.86	c INFO: running lingeling-276@0 for 582 with 1197 remaining (b = 0.58)
2.54/2.87	c INFO: running lingeling-276@0 for 97 with 1197 remaining (b = 0.27)
2.54/2.88	c INFO: running cryptominisat-2.9.0@0 for 1197 with 1197 remaining (b = 0.46)
2.54/2.89	c INFO: running lingeling-276@0 for 1197 with 1197 remaining (b = 0.42)
41.68/12.72	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-3378882-1305466320/watcher-3378882-1305466320 -o /tmp/evaluation-result-3378882-1305466320/solver-3378882-1305466320 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378882-1305466320.cnf -seed 1051148951 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 4.68 3.43 2.09 2/400 26725
/proc/meminfo: memFree=16862144/32950928 swapFree=67111200/67111528
[pid=26725] ppid=26723 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/26725/stat : 26725 (python) R 26723 26725 26612 0 -1 4202496 934 0 0 0 0 0 0 0 17 0 1 0 736862702 16154624 814 33554432000 4194304 5683644 140736868345104 18446744073709551615 256415389696 0 2147483391 16781312 2 0 0 0 17 3 0 0 0
/proc/26725/statm: 3944 814 356 364 0 431 0

[startup+0.0699499 s]
/proc/loadavg: 4.68 3.43 2.09 2/400 26725
/proc/meminfo: memFree=16862144/32950928 swapFree=67111200/67111528
[pid=26725] ppid=26723 vsize=34424 CPUtime=0.04 cores=1,3,5,7
/proc/26725/stat : 26725 (python) R 26723 26725 26612 0 -1 4202496 1551 0 0 0 3 1 0 0 17 0 1 0 736862702 35250176 1388 33554432000 4194304 5683644 140736868345104 18446744073709551615 256410467908 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26725/statm: 9127 1392 450 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34424

[startup+0.100939 s]
/proc/loadavg: 4.68 3.43 2.09 2/400 26725
/proc/meminfo: memFree=16862144/32950928 swapFree=67111200/67111528
[pid=26725] ppid=26723 vsize=85620 CPUtime=0.07 cores=1,3,5,7
/proc/26725/stat : 26725 (python) R 26723 26725 26612 0 -1 4202496 2628 0 0 0 4 3 0 0 17 0 1 0 736862702 87674880 2348 33554432000 4194304 5683644 140736868345104 18446744073709551615 256415387493 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26725/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85620

[startup+0.300898 s]
/proc/loadavg: 4.68 3.43 2.09 2/400 26725
/proc/meminfo: memFree=16862144/32950928 swapFree=67111200/67111528
[pid=26725] ppid=26723 vsize=135748 CPUtime=0.2 cores=1,3,5,7
/proc/26725/stat : 26725 (python) S 26723 26725 26612 0 -1 4202496 5961 934 1 0 13 7 0 0 17 0 1 0 736862702 139005952 4150 33554432000 4194304 5683644 140736868345104 18446744073709551615 256415387653 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/26725/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.700821 s]
/proc/loadavg: 4.68 3.43 2.09 2/400 26725
/proc/meminfo: memFree=16862144/32950928 swapFree=67111200/67111528
[pid=26725] ppid=26723 vsize=279560 CPUtime=0.44 cores=1,3,5,7
/proc/26725/stat : 26725 (python) R 26723 26725 26612 0 -1 4202496 9551 934 1 0 28 16 0 0 15 0 1 0 736862702 286269440 7232 33554432000 4194304 5683644 140736868345104 18446744073709551615 256415078099 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26725/statm: 69890 7232 1761 364 0 5814 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 279560

[startup+1.50067 s]
/proc/loadavg: 4.68 3.43 2.09 3/401 26730
/proc/meminfo: memFree=16828284/32950928 swapFree=67111200/67111528
[pid=26725] ppid=26723 vsize=289272 CPUtime=1.24 cores=1,3,5,7
/proc/26725/stat : 26725 (python) R 26723 26725 26612 0 -1 4202496 13870 934 1 0 107 17 0 0 16 0 1 0 736862702 296214528 9703 33554432000 4194304 5683644 140736868345104 18446744073709551615 5003200 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26725/statm: 72318 9703 1826 364 0 8242 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 289272

[startup+3.1003 s]
/proc/loadavg: 4.68 3.43 2.09 3/401 26730
/proc/meminfo: memFree=16828532/32950928 swapFree=67111200/67111528
[pid=26725] ppid=26723 vsize=330188 CPUtime=2.63 cores=1,3,5,7
/proc/26725/stat : 26725 (python) S 26723 26725 26612 0 -1 4202496 16634 934 1 0 245 18 0 0 20 0 5 0 736862702 338112512 9744 33554432000 4194304 5683644 140736868345104 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26725/statm: 82547 9744 1881 364 0 18456 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 330188

[startup+6.30069 s]
/proc/loadavg: 4.71 3.46 2.11 6/413 26742
/proc/meminfo: memFree=16763576/32950928 swapFree=67111200/67111528
[pid=26725] ppid=26723 vsize=330188 CPUtime=2.63 cores=1,3,5,7
/proc/26725/stat : 26725 (python) S 26723 26725 26612 0 -1 4202496 16634 934 1 0 245 18 0 0 20 0 5 0 736862702 338112512 9744 33554432000 4194304 5683644 140736868345104 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26725/statm: 82547 9744 1881 364 0 18456 0
[pid=26731] ppid=26725 vsize=289176 CPUtime=0 cores=1,3,5,7
/proc/26731/stat : 26731 (python) S 26725 26725 26612 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 736862989 296116224 8200 33554432000 4194304 5683644 140736868345104 18446744073709551615 256415411727 0 0 16781312 514 14206447248916578566 0 0 17 5 0 0 0
/proc/26731/statm: 72294 8200 353 364 0 8212 0
[pid=26733] ppid=26731 vsize=10124 CPUtime=3.37 cores=1,3,5,7
/proc/26733/stat : 26733 (lingeling) R 26731 26733 26733 0 -1 4202496 2718 0 0 0 337 0 0 0 25 0 1 0 736862989 10366976 1717 33554432000 4194304 4352236 140735326282672 18446744073709551615 4328546 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26733/statm: 2531 1717 129 39 0 1611 0
[pid=26734] ppid=26725 vsize=299432 CPUtime=0 cores=1,3,5,7
/proc/26734/stat : 26734 (python) S 26725 26725 26612 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 736862990 306618368 8198 33554432000 4194304 5683644 140736868345104 18446744073709551615 256415411782 0 0 16781312 514 18031932700582969606 0 0 17 3 0 0 0
/proc/26734/statm: 74858 8198 347 364 0 10773 0
[pid=26736] ppid=26734 vsize=10252 CPUtime=3.41 cores=1,3,5,7
/proc/26736/stat : 26736 (lingeling) R 26734 26736 26736 0 -1 4202496 2739 0 0 0 341 0 0 0 25 0 1 0 736862990 10498048 1733 33554432000 4194304 4352236 140735858137504 18446744073709551615 4231360 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26736/statm: 2563 1733 129 39 0 1643 0
[pid=26737] ppid=26725 vsize=309688 CPUtime=0 cores=1,3,5,7
/proc/26737/stat : 26737 (python) S 26725 26725 26612 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 736862991 317120512 8202 33554432000 4194304 5683644 140736868345104 18446744073709551615 256415411782 0 0 16781312 514 876192024376606982 0 0 17 5 0 0 0
/proc/26737/statm: 77422 8202 347 364 0 13334 0
[pid=26739] ppid=26737 vsize=61712 CPUtime=3.4 cores=1,3,5,7
/proc/26739/stat : 26739 (cryptominisat-2) R 26737 26739 26739 0 -1 4202496 10476 0 0 0 339 1 0 0 25 0 1 0 736862991 63193088 8386 33554432000 4194304 4677096 140736311780640 18446744073709551615 4318969 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26739/statm: 15428 8386 392 118 0 10387 0
[pid=26740] ppid=26725 vsize=319944 CPUtime=0 cores=1,3,5,7
/proc/26740/stat : 26740 (python) S 26725 26725 26612 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 736862992 327622656 8206 33554432000 4194304 5683644 140736868345104 18446744073709551615 256415411782 0 0 16781312 514 9255804060756312326 0 0 17 3 0 0 0
/proc/26740/statm: 79986 8206 347 364 0 15895 0
[pid=26742] ppid=26740 vsize=10392 CPUtime=3.39 cores=1,3,5,7
/proc/26742/stat : 26742 (lingeling) R 26740 26742 26742 0 -1 4202496 2767 0 0 0 339 0 0 0 25 0 1 0 736862992 10641408 1767 33554432000 4194304 4352236 140735866540096 18446744073709551615 4328102 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26742/statm: 2598 1767 129 39 0 1678 0
[pid=26725/tid=26732] ppid=26723 vsize=330188 CPUtime=0 cores=1,3,5,7
/proc/26725/task/26732/stat : 26732 (python) S 26723 26725 26612 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 5 0 736862989 338112512 9744 33554432000 4194304 5683644 140736868345104 18446744073709551615 256427215281 0 0 16781312 2 18446604463332221248 0 0 -1 5 0 0 0
[pid=26725/tid=26735] ppid=26723 vsize=330188 CPUtime=0 cores=1,3,5,7
/proc/26725/task/26735/stat : 26735 (python) S 26723 26725 26612 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 736862990 338112512 9744 33554432000 4194304 5683644 140736868345104 18446744073709551615 256427215281 0 0 16781312 2 18446604463332221248 0 0 -1 3 0 0 0
[pid=26725/tid=26738] ppid=26723 vsize=330188 CPUtime=0 cores=1,3,5,7
/proc/26725/task/26738/stat : 26738 (python) S 26723 26725 26612 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 5 0 736862991 338112512 9744 33554432000 4194304 5683644 140736868345104 18446744073709551615 256427215281 0 0 16781312 2 18446604463332221248 0 0 -1 5 0 0 0
[pid=26725/tid=26741] ppid=26723 vsize=330188 CPUtime=0 cores=1,3,5,7
/proc/26725/task/26741/stat : 26741 (python) S 26723 26725 26612 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 5 0 736862992 338112512 9744 33554432000 4194304 5683644 140736868345104 18446744073709551615 256427215281 0 0 16781312 2 18446604463332221248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 16.2
Current children cumulated vsize (KiB) 1640908

[startup+12.7015 s]
/proc/loadavg: 4.73 3.48 2.12 8/413 26742
/proc/meminfo: memFree=16789192/32950928 swapFree=67111200/67111528
[pid=26725] ppid=26723 vsize=330188 CPUtime=2.63 cores=1,3,5,7
/proc/26725/stat : 26725 (python) S 26723 26725 26612 0 -1 4202496 16634 934 1 0 245 18 0 0 20 0 5 0 736862702 338112512 9744 33554432000 4194304 5683644 140736868345104 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26725/statm: 82547 9744 1881 364 0 18456 0
[pid=26731] ppid=26725 vsize=289176 CPUtime=0.03 cores=1,3,5,7
/proc/26731/stat : 26731 (python) S 26725 26725 26612 0 -1 4202560 914 0 0 0 2 1 0 0 18 0 1 0 736862989 296116224 8223 33554432000 4194304 5683644 140736868345104 18446744073709551615 256415411727 0 0 16781312 514 11228705324057723142 0 0 17 3 0 0 0
/proc/26731/statm: 72294 8223 376 364 0 8212 0
[pid=26733] ppid=26731 vsize=11852 CPUtime=9.69 cores=1,3,5,7
/proc/26733/stat : 26733 (lingeling) R 26731 26733 26733 0 -1 4202496 3134 0 0 0 969 0 0 0 25 0 1 0 736862989 12136448 2133 33554432000 4194304 4352236 140735326282672 18446744073709551615 4257309 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26733/statm: 2963 2133 129 39 0 2043 0
[pid=26734] ppid=26725 vsize=299432 CPUtime=0.01 cores=1,3,5,7
/proc/26734/stat : 26734 (python) S 26725 26725 26612 0 -1 4202560 901 0 0 0 0 1 0 0 18 0 1 0 736862990 306618368 8221 33554432000 4194304 5683644 140736868345104 18446744073709551615 256415411782 0 0 16781312 514 18031932700582969606 0 0 17 3 0 0 0
/proc/26734/statm: 74858 8221 370 364 0 10773 0
[pid=26736] ppid=26734 vsize=12276 CPUtime=9.81 cores=1,3,5,7
/proc/26736/stat : 26736 (lingeling) R 26734 26736 26736 0 -1 4202496 3245 0 0 0 981 0 0 0 25 0 1 0 736862990 12570624 2239 33554432000 4194304 4352236 140735858137504 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26736/statm: 3069 2239 129 39 0 2149 0
[pid=26737] ppid=26725 vsize=309688 CPUtime=2.59 cores=1,3,5,7
/proc/26737/stat : 26737 (python) R 26725 26725 26612 0 -1 4202560 932 0 0 0 206 53 0 0 18 0 1 0 736862991 317120512 8225 33554432000 4194304 5683644 140736868345104 18446744073709551615 256415411782 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/26737/statm: 77422 8225 370 364 0 13334 0
[pid=26739] ppid=26737 vsize=0 CPUtime=7.17 cores=1,3,5,7
/proc/26739/stat : 26739 (cryptominisat-2) R 26737 26739 26739 0 -1 4202500 13258 0 0 0 716 1 0 0 25 0 1 0 736862991 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26739/statm: 0 0 0 0 0 0 0
[pid=26740] ppid=26725 vsize=319944 CPUtime=0.01 cores=1,3,5,7
/proc/26740/stat : 26740 (python) S 26725 26725 26612 0 -1 4202560 919 0 0 0 0 1 0 0 18 0 1 0 736862992 327622656 8229 33554432000 4194304 5683644 140736868345104 18446744073709551615 256415411782 0 0 16781312 514 9255804060756312326 0 0 17 3 0 0 0
/proc/26740/statm: 79986 8229 370 364 0 15895 0
[pid=26742] ppid=26740 vsize=11536 CPUtime=9.74 cores=1,3,5,7
/proc/26742/stat : 26742 (lingeling) R 26740 26742 26742 0 -1 4202496 3053 0 0 0 974 0 0 0 25 0 1 0 736862992 11812864 2053 33554432000 4194304 4352236 140735866540096 18446744073709551615 4270297 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26742/statm: 2884 2053 129 39 0 1964 0
[pid=26725/tid=26732] ppid=26723 vsize=330188 CPUtime=0 cores=1,3,5,7
/proc/26725/task/26732/stat : 26732 (python) S 26723 26725 26612 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 5 0 736862989 338112512 9744 33554432000 4194304 5683644 140736868345104 18446744073709551615 256427215281 0 0 16781312 2 18446604463332221248 0 0 -1 5 0 0 0
[pid=26725/tid=26735] ppid=26723 vsize=330188 CPUtime=0 cores=1,3,5,7
/proc/26725/task/26735/stat : 26735 (python) S 26723 26725 26612 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 736862990 338112512 9744 33554432000 4194304 5683644 140736868345104 18446744073709551615 256427215281 0 0 16781312 2 18446604463332221248 0 0 -1 3 0 0 0
[pid=26725/tid=26738] ppid=26723 vsize=330188 CPUtime=0 cores=1,3,5,7
/proc/26725/task/26738/stat : 26738 (python) S 26723 26725 26612 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 5 0 736862991 338112512 9744 33554432000 4194304 5683644 140736868345104 18446744073709551615 256427215281 0 0 16781312 2 18446604463332221248 0 0 -1 5 0 0 0
[pid=26725/tid=26741] ppid=26723 vsize=330188 CPUtime=0 cores=1,3,5,7
/proc/26725/task/26741/stat : 26741 (python) S 26723 26725 26612 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 5 0 736862992 338112512 9744 33554432000 4194304 5683644 140736868345104 18446744073709551615 256427215281 0 0 16781312 2 18446604463332221248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 41.68
Current children cumulated vsize (KiB) 1584092

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

Child status: 0
Real time (s): 12.7497
CPU time (s): 41.9066
CPU user time (s): 41.0808
CPU system time (s): 0.825874
CPU usage (%): 328.688
Max. virtual memory (cumulated for all children) (KiB): 1665792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.0808
system time used= 0.825874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49848
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= 3171
involuntary context switches= 336

runsolver used 0.054991 second user time and 0.123981 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 15:32:00
IDJOB=3378882
IDBENCH=83118
IDSOLVER=1860
FILE ID=node115/3378882-1305466320
RUNJOBID= node115-1305465319-26631
PBS_JOBID= 13325056
Free space on /tmp= 73052 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom12.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-3378882-1305466320/watcher-3378882-1305466320 -o /tmp/evaluation-result-3378882-1305466320/solver-3378882-1305466320 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378882-1305466320.cnf -seed 1051148951 -budget 4800 -cores 4

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

MD5SUM BENCH= f0a59aeb3af8016fb8ec53aa337c4836
RANDOM SEED=1051148951

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16862424 kB
Buffers:        268540 kB
Cached:        3321672 kB
SwapCached:          0 kB
Active:       12658772 kB
Inactive:      3110200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16862424 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           32600 kB
Writeback:           8 kB
AnonPages:    12178296 kB
Mapped:          39076 kB
Slab:           199304 kB
PageTables:      50716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 96777328 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= 73024 MiB
End job on node115 at 2011-05-15 15:32:13