Trace number 3484592

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, 1200 s timeout)? (TO) 1200.01 1200.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top26.cnf
MD5SUM7ecd2f8efd83504268f0a96fa44f6fe7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark585.803
Satisfiable
(Un)Satisfiability was proved
Number of variables76943
Number of clauses245006
Sum of the clauses size599044
Maximum clause length2921
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2148643
Number of clauses of size 394790
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 51198

Solver Data

0.36/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.63	c INFO: solving HOME/instance-3484592-1307749962.cnf
0.36/0.63	c INFO: computing task features
1.03/1.37	c INFO: computed variable-clause graph statistics
1.13/1.40	c INFO: computed clause balance statistics
4.83/5.17	c INFO: computed variable balance statistics
7.63/7.99	c INFO: computed small-clause counts
7.73/8.02	c INFO: computed Horn-clause counts
14.93/15.20	c INFO: computed variable graph statistics
14.93/15.20	c INFO: collected features for HOME/instance-3484592-1307749962.cnf in 14.54 s
14.93/15.21	c INFO: running lingeling-276@0 for 582 with 1185 remaining (b = 0.61)
601.66/601.82	c INFO: running cryptominisat-2.9.0@0 for 599 with 599 remaining (b = 0.56)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3484592-1307749962/watcher-3484592-1307749962 -o /tmp/evaluation-result-3484592-1307749962/solver-3484592-1307749962 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484592-1307749962.cnf -seed 1707191892 -budget 1200 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 4.03 4.02 3.83 5/214 23913
/proc/meminfo: memFree=25285236/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=15380 CPUtime=0 cores=5,7
/proc/23913/stat : 23913 (python) S 23911 23913 22919 0 -1 4202496 811 0 0 0 0 0 0 0 25 0 1 0 886595998 15749120 696 33554432000 4194304 5683644 140734495205536 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/23913/statm: 3845 696 334 364 0 332 0

[startup+0.093817 s]
/proc/loadavg: 4.03 4.02 3.83 5/214 23913
/proc/meminfo: memFree=25285236/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=101740 CPUtime=0.07 cores=5,7
/proc/23913/stat : 23913 (python) S 23911 23913 22919 0 -1 4202496 2932 0 0 0 5 2 0 0 17 0 1 0 886595998 104181760 2626 33554432000 4194304 5683644 140734495205536 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/23913/statm: 25435 2626 837 364 0 1735 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 101740

[startup+0.100812 s]
/proc/loadavg: 4.03 4.02 3.83 5/214 23913
/proc/meminfo: memFree=25285236/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=104228 CPUtime=0.07 cores=5,7
/proc/23913/stat : 23913 (python) R 23911 23913 22919 0 -1 4202496 3087 0 0 0 5 2 0 0 17 0 1 0 886595998 106729472 2767 33554432000 4194304 5683644 140734495205536 18446744073709551615 4516272 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23913/statm: 26057 2767 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300721 s]
/proc/loadavg: 4.03 4.02 3.83 5/214 23913
/proc/meminfo: memFree=25285236/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=194416 CPUtime=0.23 cores=5,7
/proc/23913/stat : 23913 (python) S 23911 23913 22919 0 -1 4202496 6913 933 1 0 16 7 0 0 18 0 1 0 886595998 199081984 4959 33554432000 4194304 5683644 140734495205536 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/23913/statm: 48604 4959 1431 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 194416

[startup+0.700651 s]
/proc/loadavg: 4.03 4.02 3.83 5/214 23913
/proc/meminfo: memFree=25285236/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=286468 CPUtime=0.43 cores=5,7
/proc/23913/stat : 23913 (python) R 23911 23913 22919 0 -1 4202496 11263 933 1 0 35 8 0 0 18 0 1 0 886595998 293343232 8932 33554432000 4194304 5683644 140734495205536 18446744073709551615 4445119 0 0 16781312 2 0 0 0 17 5 0 0 17
/proc/23913/statm: 71617 8932 1761 364 0 7541 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 286468

[startup+1.50051 s]
/proc/loadavg: 4.03 4.02 3.83 6/215 23918
/proc/meminfo: memFree=25233144/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=325508 CPUtime=1.23 cores=5,7
/proc/23913/stat : 23913 (python) R 23911 23913 22919 0 -1 4202496 29122 933 1 0 112 11 0 0 18 0 1 0 886595998 333320192 18762 33554432000 4194304 5683644 140734495205536 18446744073709551615 47957874932758 0 0 16781312 2 0 0 0 17 5 0 0 17
/proc/23913/statm: 81377 18762 1826 364 0 17301 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 325508

[startup+3.10022 s]
/proc/loadavg: 4.03 4.02 3.83 6/215 23918
/proc/meminfo: memFree=25212436/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=325508 CPUtime=2.83 cores=5,7
/proc/23913/stat : 23913 (python) R 23911 23913 22919 0 -1 4202496 29122 933 1 0 272 11 0 0 22 0 1 0 886595998 333320192 18762 33554432000 4194304 5683644 140734495205536 18446744073709551615 47957872308525 0 0 16781312 2 0 0 0 17 5 0 0 17
/proc/23913/statm: 81377 18762 1826 364 0 17301 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 325508

[startup+6.30065 s]
/proc/loadavg: 4.03 4.02 3.83 7/215 23919
/proc/meminfo: memFree=25211900/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=325508 CPUtime=6.03 cores=5,7
/proc/23913/stat : 23913 (python) R 23911 23913 22919 0 -1 4202496 29123 933 1 0 592 11 0 0 25 0 1 0 886595998 333320192 18763 33554432000 4194304 5683644 140734495205536 18446744073709551615 237278546821 0 0 16781312 2 0 0 0 17 5 0 0 17
/proc/23913/statm: 81377 18763 1827 364 0 17301 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 325508

[startup+12.7005 s]
/proc/loadavg: 4.02 4.02 3.83 6/215 23919
/proc/meminfo: memFree=25196772/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=327420 CPUtime=12.43 cores=5,7
/proc/23913/stat : 23913 (python) R 23911 23913 22919 0 -1 4202496 29607 933 1 0 1232 11 0 0 25 0 1 0 886595998 335278080 19247 33554432000 4194304 5683644 140734495205536 18446744073709551615 47957872158860 0 0 16781312 2 0 0 0 17 5 0 0 17
/proc/23913/statm: 81855 19247 1833 364 0 17779 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 327420

[startup+25.5002 s]
/proc/loadavg: 4.02 4.02 3.83 6/218 23922
/proc/meminfo: memFree=25300588/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=333796 CPUtime=14.95 cores=5,7
/proc/23913/stat : 23913 (python) S 23911 23913 22919 0 -1 4202496 29890 933 1 0 1483 12 0 0 25 0 2 0 886595998 341807104 18312 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 17
/proc/23913/statm: 83449 18312 1867 364 0 19367 0
[pid=23920] ppid=23913 vsize=323552 CPUtime=0.01 cores=5,7
/proc/23920/stat : 23920 (python) S 23913 23913 22919 0 -1 4202560 884 0 0 0 0 1 0 0 18 0 1 0 886597519 331317248 16817 33554432000 4194304 5683644 140734495205536 18446744073709551615 237278899727 0 0 16781312 514 929342412168331525 0 0 17 5 0 0 0
/proc/23920/statm: 80888 16817 376 364 0 16806 0
[pid=23922] ppid=23920 vsize=31288 CPUtime=10.25 cores=5,7
/proc/23922/stat : 23922 (lingeling) R 23920 23922 23922 0 -1 4202496 10269 0 0 0 1024 1 0 0 25 0 1 0 886597519 32038912 6990 33554432000 4194304 4352236 140735452186304 18446744073709551615 4307912 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/23922/statm: 7822 6990 127 39 0 6902 0
[pid=23913/tid=23921] ppid=23911 vsize=333796 CPUtime=0 cores=5,7
/proc/23913/task/23921/stat : 23921 (python) S 23911 23913 22919 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 886597519 341807104 18312 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 688636

[startup+51.1007 s]
/proc/loadavg: 4.01 4.01 3.83 7/218 23923
/proc/meminfo: memFree=25284308/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=333796 CPUtime=14.95 cores=5,7
/proc/23913/stat : 23913 (python) S 23911 23913 22919 0 -1 4202496 29890 933 1 0 1483 12 0 0 25 0 2 0 886595998 341807104 18312 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 17
/proc/23913/statm: 83449 18312 1867 364 0 19367 0
[pid=23920] ppid=23913 vsize=323552 CPUtime=0.04 cores=5,7
/proc/23920/stat : 23920 (python) S 23913 23913 22919 0 -1 4202560 895 0 0 0 2 2 0 0 18 0 1 0 886597519 331317248 16817 33554432000 4194304 5683644 140734495205536 18446744073709551615 237278899727 0 0 16781312 514 929342412168331525 0 0 17 5 0 0 0
/proc/23920/statm: 80888 16817 376 364 0 16806 0
[pid=23922] ppid=23920 vsize=31088 CPUtime=35.83 cores=5,7
/proc/23922/stat : 23922 (lingeling) R 23920 23922 23922 0 -1 4202496 13343 0 0 0 3581 2 0 0 25 0 1 0 886597519 31834112 6942 33554432000 4194304 4352236 140735452186304 18446744073709551615 4207615 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23922/statm: 7772 6942 129 39 0 6852 0
[pid=23913/tid=23921] ppid=23911 vsize=333796 CPUtime=0 cores=5,7
/proc/23913/task/23921/stat : 23921 (python) S 23911 23913 22919 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 886597519 341807104 18312 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 688436

[startup+102.308 s]
/proc/loadavg: 3.61 3.91 3.81 5/204 23925
/proc/meminfo: memFree=28190216/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=333796 CPUtime=14.95 cores=5,7
/proc/23913/stat : 23913 (python) S 23911 23913 22919 0 -1 4202496 29890 933 1 0 1483 12 0 0 25 0 2 0 886595998 341807104 18312 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 17
/proc/23913/statm: 83449 18312 1867 364 0 19367 0
[pid=23920] ppid=23913 vsize=323552 CPUtime=0.1 cores=5,7
/proc/23920/stat : 23920 (python) S 23913 23913 22919 0 -1 4202560 915 0 0 0 5 5 0 0 18 0 1 0 886597519 331317248 16817 33554432000 4194304 5683644 140734495205536 18446744073709551615 237278899727 0 0 16781312 514 929342412168331525 0 0 17 5 0 0 0
/proc/23920/statm: 80888 16817 376 364 0 16806 0
[pid=23922] ppid=23920 vsize=31080 CPUtime=86.98 cores=5,7
/proc/23922/stat : 23922 (lingeling) R 23920 23922 23922 0 -1 4202496 13343 0 0 0 8696 2 0 0 25 0 1 0 886597519 31825920 6940 33554432000 4194304 4352236 140735452186304 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23922/statm: 7770 6940 129 39 0 6850 0
[pid=23913/tid=23921] ppid=23911 vsize=333796 CPUtime=0 cores=5,7
/proc/23913/task/23921/stat : 23921 (python) S 23911 23913 22919 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 886597519 341807104 18312 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 688428

[startup+162.301 s]
/proc/loadavg: 2.69 3.60 3.71 4/187 23952
/proc/meminfo: memFree=31170936/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=333796 CPUtime=14.95 cores=5,7
/proc/23913/stat : 23913 (python) S 23911 23913 22919 0 -1 4202496 29890 933 1 0 1483 12 0 0 25 0 2 0 886595998 341807104 18312 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 17
/proc/23913/statm: 83449 18312 1867 364 0 19367 0
[pid=23920] ppid=23913 vsize=323552 CPUtime=0.17 cores=5,7
/proc/23920/stat : 23920 (python) S 23913 23913 22919 0 -1 4202560 934 0 0 0 9 8 0 0 18 0 1 0 886597519 331317248 16817 33554432000 4194304 5683644 140734495205536 18446744073709551615 237278899727 0 0 16781312 514 929342412168331525 0 0 17 5 0 0 0
/proc/23920/statm: 80888 16817 376 364 0 16806 0
[pid=23922] ppid=23920 vsize=39272 CPUtime=146.91 cores=5,7
/proc/23922/stat : 23922 (lingeling) R 23920 23922 23922 0 -1 4202496 15392 0 0 0 14689 2 0 0 25 0 1 0 886597519 40214528 8988 33554432000 4194304 4352236 140735452186304 18446744073709551615 4207780 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23922/statm: 9818 8988 129 39 0 8898 0
[pid=23913/tid=23921] ppid=23911 vsize=333796 CPUtime=0 cores=5,7
/proc/23913/task/23921/stat : 23921 (python) S 23911 23913 22919 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 886597519 341807104 18312 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 696620

[startup+222.301 s]
/proc/loadavg: 2.25 3.31 3.60 4/187 23953
/proc/meminfo: memFree=31169920/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=333796 CPUtime=14.95 cores=5,7
/proc/23913/stat : 23913 (python) S 23911 23913 22919 0 -1 4202496 29890 933 1 0 1483 12 0 0 25 0 2 0 886595998 341807104 18312 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 17
/proc/23913/statm: 83449 18312 1867 364 0 19367 0
[pid=23920] ppid=23913 vsize=323552 CPUtime=0.25 cores=5,7
/proc/23920/stat : 23920 (python) S 23913 23913 22919 0 -1 4202560 954 0 0 0 13 12 0 0 18 0 1 0 886597519 331317248 16817 33554432000 4194304 5683644 140734495205536 18446744073709551615 237278899727 0 0 16781312 514 929342412168331525 0 0 17 5 0 0 0
/proc/23920/statm: 80888 16817 376 364 0 16806 0
[pid=23922] ppid=23920 vsize=39272 CPUtime=206.86 cores=5,7
/proc/23922/stat : 23922 (lingeling) R 23920 23922 23922 0 -1 4202496 17440 0 0 0 20684 2 0 0 25 0 1 0 886597519 40214528 8988 33554432000 4194304 4352236 140735452186304 18446744073709551615 4327863 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23922/statm: 9818 8988 129 39 0 8898 0
[pid=23913/tid=23921] ppid=23911 vsize=333796 CPUtime=0 cores=5,7
/proc/23913/task/23921/stat : 23921 (python) S 23911 23913 22919 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 886597519 341807104 18312 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 696620

[startup+282.301 s]
/proc/loadavg: 2.16 3.08 3.50 4/187 23955
/proc/meminfo: memFree=31169532/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=333796 CPUtime=14.95 cores=5,7
/proc/23913/stat : 23913 (python) S 23911 23913 22919 0 -1 4202496 29890 933 1 0 1483 12 0 0 25 0 2 0 886595998 341807104 18312 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 17
/proc/23913/statm: 83449 18312 1867 364 0 19367 0
[pid=23920] ppid=23913 vsize=323552 CPUtime=0.32 cores=5,7
/proc/23920/stat : 23920 (python) S 23913 23913 22919 0 -1 4202560 962 0 0 0 17 15 0 0 18 0 1 0 886597519 331317248 16817 33554432000 4194304 5683644 140734495205536 18446744073709551615 237278899727 0 0 16781312 514 929342412168331525 0 0 17 5 0 0 0
/proc/23920/statm: 80888 16817 376 364 0 16806 0
[pid=23922] ppid=23920 vsize=39272 CPUtime=266.82 cores=5,7
/proc/23922/stat : 23922 (lingeling) R 23920 23922 23922 0 -1 4202496 21536 0 0 0 26679 3 0 0 25 0 1 0 886597519 40214528 8988 33554432000 4194304 4352236 140735452186304 18446744073709551615 4327826 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23922/statm: 9818 8988 129 39 0 8898 0
[pid=23913/tid=23921] ppid=23911 vsize=333796 CPUtime=0 cores=5,7
/proc/23913/task/23921/stat : 23921 (python) S 23911 23913 22919 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 886597519 341807104 18312 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 282.09

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

[pid=23999] ppid=23913 vsize=333808 CPUtime=0.43 cores=5,7
/proc/23999/stat : 23999 (python) S 23913 23913 22919 0 -1 4202560 999 0 0 0 23 20 0 0 15 0 1 0 886656180 341819392 16815 33554432000 4194304 5683644 140734495205536 18446744073709551615 237278899782 0 0 16781312 514 5628606735066300679 0 0 17 5 0 0 0
/proc/23999/statm: 83452 16815 370 364 0 19367 0
[pid=24001] ppid=23999 vsize=796100 CPUtime=340.13 cores=5,7
/proc/24001/stat : 24001 (cryptominisat-2) R 23999 24001 24001 0 -1 4202496 336294 0 0 0 33960 53 0 0 25 0 1 0 886656181 815206400 170445 33554432000 4194304 4677096 140735461579936 18446744073709551615 4320779 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24001/statm: 199025 170445 393 118 0 193984 0
[pid=23913/tid=23921] ppid=23911 vsize=344052 CPUtime=0 cores=5,7
/proc/23913/task/23921/stat : 23921 (python) S 23911 23913 22919 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 886597519 352309248 18319 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
[pid=23913/tid=24000] ppid=23911 vsize=344052 CPUtime=0 cores=5,7
/proc/23913/task/24000/stat : 24000 (python) S 23911 23913 22919 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 886656180 352309248 18319 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 1859828

[startup+1002.3 s]
/proc/loadavg: 1.00 1.19 2.16 2/182 24015
/proc/meminfo: memFree=30794772/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=344052 CPUtime=14.95 cores=5,7
/proc/23913/stat : 23913 (python) S 23911 23913 22919 0 -1 4202496 30700 933 1 0 1483 12 0 0 19 0 3 0 886595998 352309248 18319 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 17
/proc/23913/statm: 86013 18319 1870 364 0 21928 0
[pid=23920] ppid=23913 vsize=333796 CPUtime=0.69 cores=5,7
/proc/23920/stat : 23920 (python) S 23913 23913 22919 0 -1 4202560 1195 0 0 0 36 33 0 0 19 0 2 0 886597519 341807104 16860 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23920/statm: 83449 16860 414 364 0 19367 0
[pid=23922] ppid=23920 vsize=52072 CPUtime=586.04 cores=5,7
/proc/23922/stat : 23922 (lingeling) T 23920 23922 23922 0 -1 4202496 41121 0 0 0 58599 5 0 0 25 0 1 0 886597519 53321728 12188 33554432000 4194304 4352236 140735452186304 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/23922/statm: 13018 12188 129 39 0 12098 0
[pid=23920/tid=23998] ppid=23913 vsize=333796 CPUtime=0 cores=5,7
/proc/23920/task/23998/stat : 23998 (python) S 23913 23913 22919 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886656180 341807104 16860 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 514 18446604471149743040 0 0 -1 7 0 0 0
[pid=23999] ppid=23913 vsize=333808 CPUtime=0.5 cores=5,7
/proc/23999/stat : 23999 (python) S 23913 23913 22919 0 -1 4202560 999 0 0 0 27 23 0 0 15 0 1 0 886656180 341819392 16815 33554432000 4194304 5683644 140734495205536 18446744073709551615 237278899782 0 0 16781312 514 929342412168331527 0 0 17 5 0 0 0
/proc/23999/statm: 83452 16815 370 364 0 19367 0
[pid=24001] ppid=23999 vsize=796860 CPUtime=400.07 cores=5,7
/proc/24001/stat : 24001 (cryptominisat-2) R 23999 24001 24001 0 -1 4202496 371722 0 0 0 39947 60 0 0 25 0 1 0 886656181 815984640 170761 33554432000 4194304 4677096 140735461579936 18446744073709551615 4320650 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24001/statm: 199215 170761 393 118 0 194174 0
[pid=23913/tid=23921] ppid=23911 vsize=344052 CPUtime=0 cores=5,7
/proc/23913/task/23921/stat : 23921 (python) S 23911 23913 22919 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 886597519 352309248 18319 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
[pid=23913/tid=24000] ppid=23911 vsize=344052 CPUtime=0 cores=5,7
/proc/23913/task/24000/stat : 24000 (python) S 23911 23913 22919 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 886656180 352309248 18319 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 1860588

[startup+1062.3 s]
/proc/loadavg: 1.00 1.16 2.08 2/182 24017
/proc/meminfo: memFree=30750860/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=344052 CPUtime=14.95 cores=5,7
/proc/23913/stat : 23913 (python) S 23911 23913 22919 0 -1 4202496 30700 933 1 0 1483 12 0 0 19 0 3 0 886595998 352309248 18319 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 17
/proc/23913/statm: 86013 18319 1870 364 0 21928 0
[pid=23920] ppid=23913 vsize=333796 CPUtime=0.69 cores=5,7
/proc/23920/stat : 23920 (python) S 23913 23913 22919 0 -1 4202560 1195 0 0 0 36 33 0 0 19 0 2 0 886597519 341807104 16860 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23920/statm: 83449 16860 414 364 0 19367 0
[pid=23922] ppid=23920 vsize=52072 CPUtime=586.04 cores=5,7
/proc/23922/stat : 23922 (lingeling) T 23920 23922 23922 0 -1 4202496 41121 0 0 0 58599 5 0 0 25 0 1 0 886597519 53321728 12188 33554432000 4194304 4352236 140735452186304 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/23922/statm: 13018 12188 129 39 0 12098 0
[pid=23920/tid=23998] ppid=23913 vsize=333796 CPUtime=0 cores=5,7
/proc/23920/task/23998/stat : 23998 (python) S 23913 23913 22919 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886656180 341807104 16860 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 514 18446604471149743040 0 0 -1 7 0 0 0
[pid=23999] ppid=23913 vsize=333808 CPUtime=0.57 cores=5,7
/proc/23999/stat : 23999 (python) S 23913 23913 22919 0 -1 4202560 999 0 0 0 31 26 0 0 15 0 1 0 886656180 341819392 16815 33554432000 4194304 5683644 140734495205536 18446744073709551615 237278899782 0 0 16781312 514 929342412168331527 0 0 17 5 0 0 0
/proc/23999/statm: 83452 16815 370 364 0 19367 0
[pid=24001] ppid=23999 vsize=909368 CPUtime=460.02 cores=5,7
/proc/24001/stat : 24001 (cryptominisat-2) R 23999 24001 24001 0 -1 4202496 406719 0 0 0 45936 66 0 0 25 0 1 0 886656181 931192832 182003 33554432000 4194304 4677096 140735461579936 18446744073709551615 4320122 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24001/statm: 227342 182003 393 118 0 222301 0
[pid=23913/tid=23921] ppid=23911 vsize=344052 CPUtime=0 cores=5,7
/proc/23913/task/23921/stat : 23921 (python) S 23911 23913 22919 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 886597519 352309248 18319 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
[pid=23913/tid=24000] ppid=23911 vsize=344052 CPUtime=0 cores=5,7
/proc/23913/task/24000/stat : 24000 (python) S 23911 23913 22919 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 886656180 352309248 18319 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 1973096

[startup+1122.3 s]
/proc/loadavg: 1.00 1.12 2.01 2/182 24018
/proc/meminfo: memFree=30739556/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=344052 CPUtime=14.95 cores=5,7
/proc/23913/stat : 23913 (python) S 23911 23913 22919 0 -1 4202496 30700 933 1 0 1483 12 0 0 19 0 3 0 886595998 352309248 18319 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 17
/proc/23913/statm: 86013 18319 1870 364 0 21928 0
[pid=23920] ppid=23913 vsize=333796 CPUtime=0.69 cores=5,7
/proc/23920/stat : 23920 (python) S 23913 23913 22919 0 -1 4202560 1195 0 0 0 36 33 0 0 19 0 2 0 886597519 341807104 16860 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23920/statm: 83449 16860 414 364 0 19367 0
[pid=23922] ppid=23920 vsize=52072 CPUtime=586.04 cores=5,7
/proc/23922/stat : 23922 (lingeling) T 23920 23922 23922 0 -1 4202496 41121 0 0 0 58599 5 0 0 25 0 1 0 886597519 53321728 12188 33554432000 4194304 4352236 140735452186304 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/23922/statm: 13018 12188 129 39 0 12098 0
[pid=23920/tid=23998] ppid=23913 vsize=333796 CPUtime=0 cores=5,7
/proc/23920/task/23998/stat : 23998 (python) S 23913 23913 22919 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886656180 341807104 16860 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 514 18446604471149743040 0 0 -1 7 0 0 0
[pid=23999] ppid=23913 vsize=333808 CPUtime=0.63 cores=5,7
/proc/23999/stat : 23999 (python) S 23913 23913 22919 0 -1 4202560 999 0 0 0 35 28 0 0 15 0 1 0 886656180 341819392 16815 33554432000 4194304 5683644 140734495205536 18446744073709551615 237278899782 0 0 16781312 514 929342412168331527 0 0 17 5 0 0 0
/proc/23999/statm: 83452 16815 370 364 0 19367 0
[pid=24001] ppid=23999 vsize=913188 CPUtime=519.97 cores=5,7
/proc/24001/stat : 24001 (cryptominisat-2) R 23999 24001 24001 0 -1 4202496 441225 0 0 0 51924 73 0 0 25 0 1 0 886656181 935104512 184476 33554432000 4194304 4677096 140735461579936 18446744073709551615 4358643 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24001/statm: 228297 184476 393 118 0 223256 0
[pid=23913/tid=23921] ppid=23911 vsize=344052 CPUtime=0 cores=5,7
/proc/23913/task/23921/stat : 23921 (python) S 23911 23913 22919 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 886597519 352309248 18319 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
[pid=23913/tid=24000] ppid=23911 vsize=344052 CPUtime=0 cores=5,7
/proc/23913/task/24000/stat : 24000 (python) S 23911 23913 22919 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 886656180 352309248 18319 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 1976916

[startup+1182.3 s]
/proc/loadavg: 1.00 1.10 1.95 2/182 24020
/proc/meminfo: memFree=30716584/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=344052 CPUtime=14.95 cores=5,7
/proc/23913/stat : 23913 (python) S 23911 23913 22919 0 -1 4202496 30700 933 1 0 1483 12 0 0 19 0 3 0 886595998 352309248 18319 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 17
/proc/23913/statm: 86013 18319 1870 364 0 21928 0
[pid=23920] ppid=23913 vsize=333796 CPUtime=0.69 cores=5,7
/proc/23920/stat : 23920 (python) S 23913 23913 22919 0 -1 4202560 1195 0 0 0 36 33 0 0 19 0 2 0 886597519 341807104 16860 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23920/statm: 83449 16860 414 364 0 19367 0
[pid=23922] ppid=23920 vsize=52072 CPUtime=586.04 cores=5,7
/proc/23922/stat : 23922 (lingeling) T 23920 23922 23922 0 -1 4202496 41121 0 0 0 58599 5 0 0 25 0 1 0 886597519 53321728 12188 33554432000 4194304 4352236 140735452186304 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/23922/statm: 13018 12188 129 39 0 12098 0
[pid=23920/tid=23998] ppid=23913 vsize=333796 CPUtime=0 cores=5,7
/proc/23920/task/23998/stat : 23998 (python) S 23913 23913 22919 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886656180 341807104 16860 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 514 18446604471149743040 0 0 -1 7 0 0 0
[pid=23999] ppid=23913 vsize=333808 CPUtime=0.72 cores=5,7
/proc/23999/stat : 23999 (python) S 23913 23913 22919 0 -1 4202560 999 0 0 0 40 32 0 0 15 0 1 0 886656180 341819392 16815 33554432000 4194304 5683644 140734495205536 18446744073709551615 237278899782 0 0 16781312 514 929342412168331527 0 0 17 5 0 0 0
/proc/23999/statm: 83452 16815 370 364 0 19367 0
[pid=24001] ppid=23999 vsize=881252 CPUtime=579.9 cores=5,7
/proc/24001/stat : 24001 (cryptominisat-2) R 23999 24001 24001 0 -1 4202496 474620 0 0 0 57912 78 0 0 25 0 1 0 886656181 902402048 190374 33554432000 4194304 4677096 140735461579936 18446744073709551615 4334536 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24001/statm: 220313 190374 393 118 0 215272 0
[pid=23913/tid=23921] ppid=23911 vsize=344052 CPUtime=0 cores=5,7
/proc/23913/task/23921/stat : 23921 (python) S 23911 23913 22919 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 886597519 352309248 18319 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
[pid=23913/tid=24000] ppid=23911 vsize=344052 CPUtime=0 cores=5,7
/proc/23913/task/24000/stat : 24000 (python) S 23911 23913 22919 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 886656180 352309248 18319 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 1944980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200 s]
/proc/loadavg: 1.00 1.09 1.92 2/182 24020
/proc/meminfo: memFree=30709876/32950904 swapFree=67055440/67111528
[pid=23913] ppid=23911 vsize=344052 CPUtime=14.95 cores=5,7
/proc/23913/stat : 23913 (python) S 23911 23913 22919 0 -1 4202496 30700 933 1 0 1483 12 0 0 19 0 3 0 886595998 352309248 18319 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 17
/proc/23913/statm: 86013 18319 1870 364 0 21928 0
[pid=23920] ppid=23913 vsize=333796 CPUtime=0.69 cores=5,7
/proc/23920/stat : 23920 (python) S 23913 23913 22919 0 -1 4202560 1195 0 0 0 36 33 0 0 19 0 2 0 886597519 341807104 16860 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23920/statm: 83449 16860 414 364 0 19367 0
[pid=23922] ppid=23920 vsize=52072 CPUtime=586.04 cores=5,7
/proc/23922/stat : 23922 (lingeling) T 23920 23922 23922 0 -1 4202496 41121 0 0 0 58599 5 0 0 25 0 1 0 886597519 53321728 12188 33554432000 4194304 4352236 140735452186304 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/23922/statm: 13018 12188 129 39 0 12098 0
[pid=23920/tid=23998] ppid=23913 vsize=333796 CPUtime=0 cores=5,7
/proc/23920/task/23998/stat : 23998 (python) S 23913 23913 22919 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886656180 341807104 16860 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 514 18446604471149743040 0 0 -1 7 0 0 0
[pid=23999] ppid=23913 vsize=333808 CPUtime=0.74 cores=5,7
/proc/23999/stat : 23999 (python) S 23913 23913 22919 0 -1 4202560 999 0 0 0 41 33 0 0 15 0 1 0 886656180 341819392 16815 33554432000 4194304 5683644 140734495205536 18446744073709551615 237278899782 0 0 16781312 514 929342412168331527 0 0 17 5 0 0 0
/proc/23999/statm: 83452 16815 370 364 0 19367 0
[pid=24001] ppid=23999 vsize=881424 CPUtime=597.59 cores=5,7
/proc/24001/stat : 24001 (cryptominisat-2) R 23999 24001 24001 0 -1 4202496 481420 0 0 0 59680 79 0 0 25 0 1 0 886656181 902578176 191743 33554432000 4194304 4677096 140735461579936 18446744073709551615 4320137 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24001/statm: 220356 191743 393 118 0 215315 0
[pid=23913/tid=23921] ppid=23911 vsize=344052 CPUtime=0 cores=5,7
/proc/23913/task/23921/stat : 23921 (python) S 23911 23913 22919 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 886597519 352309248 18319 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
[pid=23913/tid=24000] ppid=23911 vsize=344052 CPUtime=0 cores=5,7
/proc/23913/task/24000/stat : 24000 (python) S 23911 23913 22919 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 886656180 352309248 18319 33554432000 4194304 5683644 140734495205536 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 1945152

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23913 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=840743
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=127980
# CPU time returned by wait4() is 14.9687
# while last known CPU time is 1200.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.03
CPU time (s): 1200.01
CPU user time (s): 1198.39
CPU system time (s): 1.62
CPU usage (%): 99.9982
Max. virtual memory (cumulated for all children) (KiB): 2021776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8407
system time used= 0.12798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31633
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= 995
involuntary context switches= 36

runsolver used 1.81172 second user time and 4.71428 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-11 01:52:42
IDJOB=3484592
IDBENCH=83103
IDSOLVER=1976
FILE ID=node121/3484592-1307749962
RUNJOBID= node121-1307747010-22940
PBS_JOBID= 13550836
Free space on /tmp= 73816 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top26.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-3484592-1307749962/watcher-3484592-1307749962 -o /tmp/evaluation-result-3484592-1307749962/solver-3484592-1307749962 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484592-1307749962.cnf -seed 1707191892 -budget 1200

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

MD5SUM BENCH= 7ecd2f8efd83504268f0a96fa44f6fe7
RANDOM SEED=1707191892

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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.817
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:     32950904 kB
MemFree:      25285788 kB
Buffers:        268932 kB
Cached:        1123200 kB
SwapCached:       9944 kB
Active:        6830772 kB
Inactive:       605648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      25285788 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:           46732 kB
Writeback:           0 kB
AnonPages:     6041648 kB
Mapped:          21240 kB
Slab:           137152 kB
PageTables:      30016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 10762816 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= 74044 MiB
End job on node121 at 2011-06-11 02:12:45