Trace number 3377856

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)? (TO) 1298.63 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top28.cnf
MD5SUM005e29e99454a24085199b085e720b2f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark368.61
Satisfiable
(Un)Satisfiability was proved
Number of variables88763
Number of clauses282870
Sum of the clauses size691774
Maximum clause length3284
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2171374
Number of clauses of size 3109718
Number of clauses of size 4405
Number of clauses of size 526
Number of clauses of size over 51346

Solver Data

0.84/2.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.84/2.47	c INFO: solving HOME/instance-3377856-1305456491.cnf
0.84/2.47	c INFO: computing task features
1.73/3.39	c INFO: computed variable-clause graph statistics
1.82/3.42	c INFO: computed clause balance statistics
6.22/7.82	c INFO: computed variable balance statistics
9.72/11.35	c INFO: computed small-clause counts
9.72/11.40	c INFO: computed Horn-clause counts
19.82/21.48	c INFO: computed variable graph statistics
19.82/21.48	c INFO: collected features for HOME/instance-3377856-1305456491.cnf in 19.02 s
19.82/21.49	c INFO: running lingeling-276@0 for 388 with 2380 remaining (b = 0.58)
414.82/416.35	c INFO: running cryptominisat-2.9.0@0 for 1986 with 1986 remaining (b = 0.71)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3377856-1305456491/watcher-3377856-1305456491 -o /tmp/evaluation-result-3377856-1305456491/solver-3377856-1305456491 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377856-1305456491.cnf -seed 1463827210 -budget 2400 

running on 2 cores: 0,2

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.74 3.30 3.55 4/300 24079
/proc/meminfo: memFree=12285800/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=14252 CPUtime=0 cores=0,2
/proc/24079/stat : 24079 (python) D 24077 24079 14866 0 -1 4194304 193 0 0 0 0 0 0 0 20 0 1 0 657248871 14594048 130 33554432000 4194304 5683644 140736128497360 18446744073709551615 5398816 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 0
/proc/24079/statm: 3563 130 102 364 0 50 0

[startup+0.0879999 s]
/proc/loadavg: 1.74 3.30 3.55 4/300 24079
/proc/meminfo: memFree=12285800/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=16404 CPUtime=0.02 cores=0,2
/proc/24079/stat : 24079 (python) D 24077 24079 14866 0 -1 4202496 1124 0 4 0 1 1 0 0 17 0 1 0 657248871 16797696 996 33554432000 4194304 5683644 140736128497360 18446744073709551615 208080232192 0 0 16781312 2 18446744071562234166 0 0 17 0 0 0 1
/proc/24079/statm: 4101 996 413 364 0 588 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16404

[startup+0.100959 s]
/proc/loadavg: 1.74 3.30 3.55 4/300 24079
/proc/meminfo: memFree=12285800/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=16540 CPUtime=0.02 cores=0,2
/proc/24079/stat : 24079 (python) S 24077 24079 14866 0 -1 4202496 1185 0 4 0 1 1 0 0 17 0 1 0 657248871 16936960 1050 33554432000 4194304 5683644 140736128497360 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699953811 0 0 17 0 0 0 1
/proc/24079/statm: 4135 1050 417 364 0 622 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16540

[startup+0.300922 s]
/proc/loadavg: 1.74 3.30 3.55 4/300 24079
/proc/meminfo: memFree=12285800/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=40976 CPUtime=0.09 cores=0,2
/proc/24079/stat : 24079 (python) R 24077 24079 14866 0 -1 4202496 1663 0 13 0 3 6 0 0 17 0 1 0 657248871 41959424 1502 33554432000 4194304 5683644 140736128497360 18446744073709551615 208080230400 0 0 16781312 2 0 0 0 17 0 0 0 3
/proc/24079/statm: 10244 1502 463 364 0 1027 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40976

[startup+0.700937 s]
/proc/loadavg: 1.74 3.30 3.55 4/300 24079
/proc/meminfo: memFree=12285800/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=111028 CPUtime=0.22 cores=0,2
/proc/24079/stat : 24079 (python) D 24077 24079 14866 0 -1 4202496 3426 0 27 0 6 16 0 0 16 0 1 0 657248871 113692672 3107 33554432000 4194304 5683644 140736128497360 18446744073709551615 208080232192 0 0 16781312 2 18446744071562234166 0 0 17 0 0 0 7
/proc/24079/statm: 27757 3115 881 364 0 2293 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 111028

[startup+1.50078 s]
/proc/loadavg: 1.74 3.30 3.55 7/308 24103
/proc/meminfo: memFree=12218980/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=156432 CPUtime=0.62 cores=0,2
/proc/24079/stat : 24079 (python) R 24077 24079 14866 0 -1 4202496 6340 925 39 9 18 44 0 0 17 0 1 0 657248871 160186368 4492 33554432000 4194304 5683644 140736128497360 18446744073709551615 5114048 0 0 16781312 2 0 0 0 17 0 0 0 11
/proc/24079/statm: 39108 4492 1257 364 0 3216 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 156432

[startup+3.10039 s]
/proc/loadavg: 1.74 3.30 3.55 4/308 24103
/proc/meminfo: memFree=12167480/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=320324 CPUtime=1.52 cores=0,2
/proc/24079/stat : 24079 (python) R 24077 24079 14866 0 -1 4202496 19335 925 85 9 95 57 0 0 16 0 1 0 657248871 328011776 17090 33554432000 4194304 5683644 140736128497360 18446744073709551615 47215639679163 0 0 16781312 2 0 0 0 17 0 0 0 21
/proc/24079/statm: 80081 17090 1761 364 0 16005 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 320324
heavy processes:

[startup+6.30078 s]
/proc/loadavg: 1.92 3.31 3.55 7/308 24103
/proc/meminfo: memFree=11985892/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=337292 CPUtime=4.72 cores=0,2
/proc/24079/stat : 24079 (python) R 24077 24079 14866 0 -1 4202496 30496 925 85 9 414 58 0 0 21 0 1 0 657248871 345387008 21707 33554432000 4194304 5683644 140736128497360 18446744073709551615 208079892477 0 0 16781312 2 0 0 0 17 0 0 0 21
/proc/24079/statm: 84323 21707 1826 364 0 20247 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 337292
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 2.08 3.32 3.55 7/314 24109
/proc/meminfo: memFree=11963952/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=337292 CPUtime=11.12 cores=0,2
/proc/24079/stat : 24079 (python) R 24077 24079 14866 0 -1 4202496 30503 925 85 9 1054 58 0 0 25 0 1 0 657248871 345387008 21714 33554432000 4194304 5683644 140736128497360 18446744073709551615 47215639439488 0 0 16781312 2 0 0 0 17 0 0 0 21
/proc/24079/statm: 84323 21714 1833 364 0 20247 0
Current children cumulated CPU time (s) 11.12
Current children cumulated vsize (KiB) 337292

[startup+25.5011 s]
/proc/loadavg: 2.51 3.35 3.56 7/320 24116
/proc/meminfo: memFree=11914008/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=343072 CPUtime=19.91 cores=0,2
/proc/24079/stat : 24079 (python) S 24077 24079 14866 0 -1 4202496 30798 925 85 9 1933 58 0 0 25 0 2 0 657248871 351305728 20638 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/24079/statm: 85768 20638 1875 364 0 21686 0
[pid=24111] ppid=24079 vsize=332828 CPUtime=0 cores=0,2
/proc/24111/stat : 24111 (python) S 24079 24079 14866 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 657251021 340815872 19112 33554432000 4194304 5683644 140736128497360 18446744073709551615 208080252431 0 0 16781312 514 12512676799240438018 0 0 17 0 0 0 0
/proc/24111/statm: 83207 19112 353 364 0 19125 0
[pid=24113] ppid=24111 vsize=41536 CPUtime=3.98 cores=0,2
/proc/24113/stat : 24113 (lingeling) R 24111 24113 24113 0 -1 4202496 13053 0 0 0 397 1 0 0 25 0 1 0 657251021 42532864 9551 33554432000 4194304 4352236 140734431281648 18446744073709551615 4214825 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/24113/statm: 10384 9551 127 39 0 9464 0
[pid=24079/tid=24112] ppid=24077 vsize=343072 CPUtime=0 cores=0,2
/proc/24079/task/24112/stat : 24112 (python) S 24077 24079 14866 0 -1 4202560 31 925 0 9 0 0 0 0 25 0 2 0 657251021 351305728 20638 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 2 18446604440806492160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.89
Current children cumulated vsize (KiB) 717436

[startup+51.1003 s]
/proc/loadavg: 3.02 3.40 3.57 7/320 24116
/proc/meminfo: memFree=11892052/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=343072 CPUtime=19.91 cores=0,2
/proc/24079/stat : 24079 (python) S 24077 24079 14866 0 -1 4202496 30798 925 85 9 1933 58 0 0 25 0 2 0 657248871 351305728 20638 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/24079/statm: 85768 20638 1875 364 0 21686 0
[pid=24111] ppid=24079 vsize=332828 CPUtime=0.06 cores=0,2
/proc/24111/stat : 24111 (python) S 24079 24079 14866 0 -1 4202560 899 0 0 0 3 3 0 0 18 0 1 0 657251021 340815872 19135 33554432000 4194304 5683644 140736128497360 18446744073709551615 208080252431 0 0 16781312 514 4350811491574710530 0 0 17 0 0 0 0
/proc/24111/statm: 83207 19135 376 364 0 19125 0
[pid=24113] ppid=24111 vsize=33116 CPUtime=29.51 cores=0,2
/proc/24113/stat : 24113 (lingeling) R 24111 24113 24113 0 -1 4202496 13055 0 0 0 2950 1 0 0 25 0 1 0 657251021 33910784 7448 33554432000 4194304 4352236 140734431281648 18446744073709551615 4233914 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/24113/statm: 8279 7448 129 39 0 7359 0
[pid=24079/tid=24112] ppid=24077 vsize=343072 CPUtime=0 cores=0,2
/proc/24079/task/24112/stat : 24112 (python) S 24077 24079 14866 0 -1 4202560 31 925 0 9 0 0 0 0 25 0 2 0 657251021 351305728 20638 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 2 18446604440806492160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.48
Current children cumulated vsize (KiB) 709016

[startup+102.311 s]
/proc/loadavg: 3.57 3.49 3.58 7/320 24118
/proc/meminfo: memFree=11875136/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=343072 CPUtime=19.91 cores=0,2
/proc/24079/stat : 24079 (python) S 24077 24079 14866 0 -1 4202496 30798 925 85 9 1933 58 0 0 25 0 2 0 657248871 351305728 20638 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/24079/statm: 85768 20638 1875 364 0 21686 0
[pid=24111] ppid=24079 vsize=332828 CPUtime=0.17 cores=0,2
/proc/24111/stat : 24111 (python) S 24079 24079 14866 0 -1 4202560 921 0 0 0 9 8 0 0 18 0 1 0 657251021 340815872 19135 33554432000 4194304 5683644 140736128497360 18446744073709551615 208080252431 0 0 16781312 514 4350811491574710530 0 0 17 0 0 0 0
/proc/24111/statm: 83207 19135 376 364 0 19125 0
[pid=24113] ppid=24111 vsize=41300 CPUtime=80.64 cores=0,2
/proc/24113/stat : 24113 (lingeling) R 24111 24113 24113 0 -1 4202496 15104 0 0 0 8062 2 0 0 25 0 1 0 657251021 42291200 9494 33554432000 4194304 4352236 140734431281648 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/24113/statm: 10325 9494 129 39 0 9405 0
[pid=24079/tid=24112] ppid=24077 vsize=343072 CPUtime=0 cores=0,2
/proc/24079/task/24112/stat : 24112 (python) S 24077 24079 14866 0 -1 4202560 31 925 0 9 0 0 0 0 25 0 2 0 657251021 351305728 20638 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 2 18446604440806492160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.72
Current children cumulated vsize (KiB) 717200

[startup+162.301 s]
/proc/loadavg: 3.94 3.62 3.62 7/320 24119
/proc/meminfo: memFree=11865052/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=343072 CPUtime=19.91 cores=0,2
/proc/24079/stat : 24079 (python) S 24077 24079 14866 0 -1 4202496 30798 925 85 9 1933 58 0 0 25 0 2 0 657248871 351305728 20638 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/24079/statm: 85768 20638 1875 364 0 21686 0
[pid=24111] ppid=24079 vsize=332828 CPUtime=0.31 cores=0,2
/proc/24111/stat : 24111 (python) S 24079 24079 14866 0 -1 4202560 941 0 0 0 17 14 0 0 18 0 1 0 657251021 340815872 19135 33554432000 4194304 5683644 140736128497360 18446744073709551615 208080252431 0 0 16781312 514 4350811491574710530 0 0 17 0 0 0 0
/proc/24111/statm: 83207 19135 376 364 0 19125 0
[pid=24113] ppid=24111 vsize=41296 CPUtime=140.49 cores=0,2
/proc/24113/stat : 24113 (lingeling) R 24111 24113 24113 0 -1 4202496 15104 0 0 0 14047 2 0 0 25 0 1 0 657251021 42287104 9493 33554432000 4194304 4352236 140734431281648 18446744073709551615 4328803 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/24113/statm: 10324 9493 129 39 0 9404 0
[pid=24079/tid=24112] ppid=24077 vsize=343072 CPUtime=0 cores=0,2
/proc/24079/task/24112/stat : 24112 (python) S 24077 24079 14866 0 -1 4202560 31 925 0 9 0 0 0 0 25 0 2 0 657251021 351305728 20638 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 2 18446604440806492160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 717196

[startup+222.301 s]
/proc/loadavg: 3.98 3.69 3.65 7/320 24121
/proc/meminfo: memFree=11864388/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=343072 CPUtime=19.91 cores=0,2
/proc/24079/stat : 24079 (python) S 24077 24079 14866 0 -1 4202496 30798 925 85 9 1933 58 0 0 25 0 2 0 657248871 351305728 20638 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/24079/statm: 85768 20638 1875 364 0 21686 0
[pid=24111] ppid=24079 vsize=332828 CPUtime=0.45 cores=0,2
/proc/24111/stat : 24111 (python) S 24079 24079 14866 0 -1 4202560 960 0 0 0 25 20 0 0 18 0 1 0 657251021 340815872 19135 33554432000 4194304 5683644 140736128497360 18446744073709551615 208080252431 0 0 16781312 514 4350811491574710530 0 0 17 0 0 0 0
/proc/24111/statm: 83207 19135 376 364 0 19125 0
[pid=24113] ppid=24111 vsize=41292 CPUtime=200.39 cores=0,2
/proc/24113/stat : 24113 (lingeling) R 24111 24113 24113 0 -1 4202496 15104 0 0 0 20037 2 0 0 25 0 1 0 657251021 42283008 9492 33554432000 4194304 4352236 140734431281648 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/24113/statm: 10323 9492 129 39 0 9403 0
[pid=24079/tid=24112] ppid=24077 vsize=343072 CPUtime=0 cores=0,2
/proc/24079/task/24112/stat : 24112 (python) S 24077 24079 14866 0 -1 4202560 31 925 0 9 0 0 0 0 25 0 2 0 657251021 351305728 20638 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 2 18446604440806492160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 220.75
Current children cumulated vsize (KiB) 717192

[startup+282.3 s]
/proc/loadavg: 3.99 3.74 3.66 7/320 24122
/proc/meminfo: memFree=11861504/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=343072 CPUtime=19.91 cores=0,2
/proc/24079/stat : 24079 (python) S 24077 24079 14866 0 -1 4202496 30798 925 85 9 1933 58 0 0 25 0 2 0 657248871 351305728 20638 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/24079/statm: 85768 20638 1875 364 0 21686 0
[pid=24111] ppid=24079 vsize=332828 CPUtime=0.59 cores=0,2
/proc/24111/stat : 24111 (python) S 24079 24079 14866 0 -1 4202560 969 0 0 0 32 27 0 0 18 0 1 0 657251021 340815872 19135 33554432000 4194304 5683644 140736128497360 18446744073709551615 208080252431 0 0 16781312 514 4350811491574710530 0 0 17 0 0 0 0
/proc/24111/statm: 83207 19135 376 364 0 19125 0
[pid=24113] ppid=24111 vsize=41292 CPUtime=260.27 cores=0,2
/proc/24113/stat : 24113 (lingeling) R 24111 24113 24113 0 -1 4202496 19200 0 0 0 26025 2 0 0 25 0 1 0 657251021 42283008 9492 33554432000 4194304 4352236 140734431281648 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/24113/statm: 10323 9492 129 39 0 9403 0
[pid=24079/tid=24112] ppid=24077 vsize=343072 CPUtime=0 cores=0,2

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

[pid=24136] ppid=24079 vsize=343084 CPUtime=1.47 cores=0,2
/proc/24136/stat : 24136 (python) S 24079 24079 14866 0 -1 4202560 1007 0 0 0 81 66 0 0 15 0 1 0 657290506 351318016 19134 33554432000 4194304 5683644 140736128497360 18446744073709551615 208080252486 0 0 16781312 514 4350811491574710529 0 0 17 0 0 0 0
/proc/24136/statm: 85771 19134 371 364 0 21686 0
[pid=24138] ppid=24136 vsize=1131532 CPUtime=584.55 cores=0,2
/proc/24138/stat : 24138 (cryptominisat-2) R 24136 24138 24138 0 -1 4202496 518747 0 0 0 58362 93 0 0 25 0 1 0 657290507 1158688768 226451 33554432000 4194304 4677096 140735135560976 18446744073709551615 4319376 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24138/statm: 282883 226451 393 118 0 277842 0
[pid=24079/tid=24112] ppid=24077 vsize=353328 CPUtime=0 cores=0,2
/proc/24079/task/24112/stat : 24112 (python) S 24077 24079 14866 0 -1 4202560 31 925 0 9 0 0 0 0 25 0 3 0 657251021 361807872 20645 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 2 18446604440806492160 0 0 -1 0 0 0 0
[pid=24079/tid=24137] ppid=24077 vsize=353328 CPUtime=0 cores=0,2
/proc/24079/task/24137/stat : 24137 (python) S 24077 24079 14866 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 3 0 657290507 361807872 20645 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 2 18446604440806492160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1000.9
Current children cumulated vsize (KiB) 2213316

[startup+1062.3 s]
/proc/loadavg: 3.03 3.49 3.65 5/331 24197
/proc/meminfo: memFree=10531620/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=353328 CPUtime=19.93 cores=0,2
/proc/24079/stat : 24079 (python) S 24077 24079 14866 0 -1 4202496 31580 925 85 9 1934 59 0 0 20 0 3 0 657248871 361807872 20645 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/24079/statm: 88332 20645 1878 364 0 24247 0
[pid=24111] ppid=24079 vsize=343072 CPUtime=0.91 cores=0,2
/proc/24111/stat : 24111 (python) S 24079 24079 14866 0 -1 4202560 1198 0 0 0 49 42 0 0 19 0 2 0 657251021 351305728 19179 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/24111/statm: 85768 19179 415 364 0 21686 0
[pid=24113] ppid=24111 vsize=42300 CPUtime=394.04 cores=0,2
/proc/24113/stat : 24113 (lingeling) T 24111 24113 24113 0 -1 4202496 25597 0 0 0 39401 3 0 0 25 0 1 0 657251021 43315200 9744 33554432000 4194304 4352236 140734431281648 18446744073709551615 4207607 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/24113/statm: 10575 9744 129 39 0 9655 0
[pid=24111/tid=24135] ppid=24079 vsize=343072 CPUtime=0 cores=0,2
/proc/24111/task/24135/stat : 24135 (python) S 24079 24079 14866 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657290505 351305728 19179 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 514 18446604447236093248 0 0 -1 2 0 0 0
[pid=24136] ppid=24079 vsize=343084 CPUtime=1.61 cores=0,2
/proc/24136/stat : 24136 (python) S 24079 24079 14866 0 -1 4202560 1007 0 0 0 89 72 0 0 15 0 1 0 657290506 351318016 19134 33554432000 4194304 5683644 140736128497360 18446744073709551615 208080252486 0 0 16781312 514 4350811491574710529 0 0 17 0 0 0 0
/proc/24136/statm: 85771 19134 371 364 0 21686 0
[pid=24138] ppid=24136 vsize=1136940 CPUtime=644.4 cores=0,2
/proc/24138/stat : 24138 (cryptominisat-2) R 24136 24138 24138 0 -1 4202496 557226 0 0 0 64338 102 0 0 25 0 1 0 657290507 1164226560 233774 33554432000 4194304 4677096 140735135560976 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24138/statm: 284235 233774 393 118 0 279194 0
[pid=24079/tid=24112] ppid=24077 vsize=353328 CPUtime=0 cores=0,2
/proc/24079/task/24112/stat : 24112 (python) S 24077 24079 14866 0 -1 4202560 31 925 0 9 0 0 0 0 25 0 3 0 657251021 361807872 20645 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 2 18446604440806492160 0 0 -1 0 0 0 0
[pid=24079/tid=24137] ppid=24077 vsize=353328 CPUtime=0 cores=0,2
/proc/24079/task/24137/stat : 24137 (python) S 24077 24079 14866 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 3 0 657290507 361807872 20645 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 2 18446604440806492160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1060.89
Current children cumulated vsize (KiB) 2218724

[startup+1122.3 s]
/proc/loadavg: 3.01 3.40 3.61 5/331 24199
/proc/meminfo: memFree=10479772/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=353328 CPUtime=19.93 cores=0,2
/proc/24079/stat : 24079 (python) S 24077 24079 14866 0 -1 4202496 31580 925 85 9 1934 59 0 0 20 0 3 0 657248871 361807872 20645 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/24079/statm: 88332 20645 1878 364 0 24247 0
[pid=24111] ppid=24079 vsize=343072 CPUtime=0.91 cores=0,2
/proc/24111/stat : 24111 (python) S 24079 24079 14866 0 -1 4202560 1198 0 0 0 49 42 0 0 19 0 2 0 657251021 351305728 19179 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/24111/statm: 85768 19179 415 364 0 21686 0
[pid=24113] ppid=24111 vsize=42300 CPUtime=394.04 cores=0,2
/proc/24113/stat : 24113 (lingeling) T 24111 24113 24113 0 -1 4202496 25597 0 0 0 39401 3 0 0 25 0 1 0 657251021 43315200 9744 33554432000 4194304 4352236 140734431281648 18446744073709551615 4207607 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/24113/statm: 10575 9744 129 39 0 9655 0
[pid=24111/tid=24135] ppid=24079 vsize=343072 CPUtime=0 cores=0,2
/proc/24111/task/24135/stat : 24135 (python) S 24079 24079 14866 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657290505 351305728 19179 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 514 18446604447236093248 0 0 -1 2 0 0 0
[pid=24136] ppid=24079 vsize=343084 CPUtime=1.76 cores=0,2
/proc/24136/stat : 24136 (python) S 24079 24079 14866 0 -1 4202560 1007 0 0 0 97 79 0 0 15 0 1 0 657290506 351318016 19134 33554432000 4194304 5683644 140736128497360 18446744073709551615 208080252486 0 0 16781312 514 4350811491574710529 0 0 17 0 0 0 0
/proc/24136/statm: 85771 19134 371 364 0 21686 0
[pid=24138] ppid=24136 vsize=1143812 CPUtime=704.25 cores=0,2
/proc/24138/stat : 24138 (cryptominisat-2) R 24136 24138 24138 0 -1 4202496 599447 0 0 0 70310 115 0 0 25 0 1 0 657290507 1171263488 235891 33554432000 4194304 4677096 140735135560976 18446744073709551615 4334804 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24138/statm: 285953 235891 393 118 0 280912 0
[pid=24079/tid=24112] ppid=24077 vsize=353328 CPUtime=0 cores=0,2
/proc/24079/task/24112/stat : 24112 (python) S 24077 24079 14866 0 -1 4202560 31 925 0 9 0 0 0 0 25 0 3 0 657251021 361807872 20645 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 2 18446604440806492160 0 0 -1 0 0 0 0
[pid=24079/tid=24137] ppid=24077 vsize=353328 CPUtime=0 cores=0,2
/proc/24079/task/24137/stat : 24137 (python) S 24077 24079 14866 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 3 0 657290507 361807872 20645 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 2 18446604440806492160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1120.89
Current children cumulated vsize (KiB) 2225596

[startup+1182.3 s]
/proc/loadavg: 3.15 3.36 3.58 5/331 24200
/proc/meminfo: memFree=10437332/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=353328 CPUtime=19.93 cores=0,2
/proc/24079/stat : 24079 (python) S 24077 24079 14866 0 -1 4202496 31580 925 85 9 1934 59 0 0 20 0 3 0 657248871 361807872 20645 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/24079/statm: 88332 20645 1878 364 0 24247 0
[pid=24111] ppid=24079 vsize=343072 CPUtime=0.91 cores=0,2
/proc/24111/stat : 24111 (python) S 24079 24079 14866 0 -1 4202560 1198 0 0 0 49 42 0 0 19 0 2 0 657251021 351305728 19179 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/24111/statm: 85768 19179 415 364 0 21686 0
[pid=24113] ppid=24111 vsize=42300 CPUtime=394.04 cores=0,2
/proc/24113/stat : 24113 (lingeling) T 24111 24113 24113 0 -1 4202496 25597 0 0 0 39401 3 0 0 25 0 1 0 657251021 43315200 9744 33554432000 4194304 4352236 140734431281648 18446744073709551615 4207607 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/24113/statm: 10575 9744 129 39 0 9655 0
[pid=24111/tid=24135] ppid=24079 vsize=343072 CPUtime=0 cores=0,2
/proc/24111/task/24135/stat : 24135 (python) S 24079 24079 14866 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657290505 351305728 19179 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 514 18446604447236093248 0 0 -1 2 0 0 0
[pid=24136] ppid=24079 vsize=343084 CPUtime=1.92 cores=0,2
/proc/24136/stat : 24136 (python) S 24079 24079 14866 0 -1 4202560 1007 0 0 0 106 86 0 0 15 0 1 0 657290506 351318016 19134 33554432000 4194304 5683644 140736128497360 18446744073709551615 208080252486 0 0 16781312 514 4350811491574710529 0 0 17 0 0 0 0
/proc/24136/statm: 85771 19134 371 364 0 21686 0
[pid=24138] ppid=24136 vsize=1241560 CPUtime=764.11 cores=0,2
/proc/24138/stat : 24138 (cryptominisat-2) R 24136 24138 24138 0 -1 4202496 647704 0 0 0 76287 124 0 0 25 0 1 0 657290507 1271357440 247232 33554432000 4194304 4677096 140735135560976 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24138/statm: 310390 247232 393 118 0 305349 0
[pid=24079/tid=24112] ppid=24077 vsize=353328 CPUtime=0 cores=0,2
/proc/24079/task/24112/stat : 24112 (python) S 24077 24079 14866 0 -1 4202560 31 925 0 9 0 0 0 0 25 0 3 0 657251021 361807872 20645 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 2 18446604440806492160 0 0 -1 0 0 0 0
[pid=24079/tid=24137] ppid=24077 vsize=353328 CPUtime=0 cores=0,2
/proc/24079/task/24137/stat : 24137 (python) S 24077 24079 14866 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 3 0 657290507 361807872 20645 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 2 18446604440806492160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1180.91
Current children cumulated vsize (KiB) 2323344

[startup+1242.3 s]
/proc/loadavg: 3.05 3.29 3.54 6/331 24202
/proc/meminfo: memFree=10402836/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=353328 CPUtime=19.93 cores=0,2
/proc/24079/stat : 24079 (python) S 24077 24079 14866 0 -1 4202496 31580 925 85 9 1934 59 0 0 20 0 3 0 657248871 361807872 20645 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/24079/statm: 88332 20645 1878 364 0 24247 0
[pid=24111] ppid=24079 vsize=343072 CPUtime=0.91 cores=0,2
/proc/24111/stat : 24111 (python) S 24079 24079 14866 0 -1 4202560 1198 0 0 0 49 42 0 0 19 0 2 0 657251021 351305728 19179 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/24111/statm: 85768 19179 415 364 0 21686 0
[pid=24113] ppid=24111 vsize=42300 CPUtime=394.04 cores=0,2
/proc/24113/stat : 24113 (lingeling) T 24111 24113 24113 0 -1 4202496 25597 0 0 0 39401 3 0 0 25 0 1 0 657251021 43315200 9744 33554432000 4194304 4352236 140734431281648 18446744073709551615 4207607 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/24113/statm: 10575 9744 129 39 0 9655 0
[pid=24111/tid=24135] ppid=24079 vsize=343072 CPUtime=0 cores=0,2
/proc/24111/task/24135/stat : 24135 (python) S 24079 24079 14866 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657290505 351305728 19179 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 514 18446604447236093248 0 0 -1 2 0 0 0
[pid=24136] ppid=24079 vsize=343084 CPUtime=2.07 cores=0,2
/proc/24136/stat : 24136 (python) S 24079 24079 14866 0 -1 4202560 1007 0 0 0 115 92 0 0 16 0 1 0 657290506 351318016 19134 33554432000 4194304 5683644 140736128497360 18446744073709551615 208080252486 0 0 16781312 514 4350811491574710529 0 0 17 0 0 0 0
/proc/24136/statm: 85771 19134 371 364 0 21686 0
[pid=24138] ppid=24136 vsize=1261392 CPUtime=823.95 cores=0,2
/proc/24138/stat : 24138 (cryptominisat-2) R 24136 24138 24138 0 -1 4202496 664848 0 0 0 82268 127 0 0 25 0 1 0 657290507 1291665408 253531 33554432000 4194304 4677096 140735135560976 18446744073709551615 4320251 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24138/statm: 315348 253531 393 118 0 310307 0
[pid=24079/tid=24112] ppid=24077 vsize=353328 CPUtime=0 cores=0,2
/proc/24079/task/24112/stat : 24112 (python) S 24077 24079 14866 0 -1 4202560 31 925 0 9 0 0 0 0 25 0 3 0 657251021 361807872 20645 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 2 18446604440806492160 0 0 -1 0 0 0 0
[pid=24079/tid=24137] ppid=24077 vsize=353328 CPUtime=0 cores=0,2
/proc/24079/task/24137/stat : 24137 (python) S 24077 24079 14866 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 3 0 657290507 361807872 20645 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 2 18446604440806492160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1240.9
Current children cumulated vsize (KiB) 2343176



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.02 3.23 3.50 5/331 24204
/proc/meminfo: memFree=10357184/32950928 swapFree=67083212/67111528
[pid=24079] ppid=24077 vsize=353328 CPUtime=19.93 cores=0,2
/proc/24079/stat : 24079 (python) S 24077 24079 14866 0 -1 4202496 31580 925 85 9 1934 59 0 0 20 0 3 0 657248871 361807872 20645 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/24079/statm: 88332 20645 1878 364 0 24247 0
[pid=24111] ppid=24079 vsize=343072 CPUtime=0.91 cores=0,2
/proc/24111/stat : 24111 (python) S 24079 24079 14866 0 -1 4202560 1198 0 0 0 49 42 0 0 19 0 2 0 657251021 351305728 19179 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/24111/statm: 85768 19179 415 364 0 21686 0
[pid=24113] ppid=24111 vsize=42300 CPUtime=394.04 cores=0,2
/proc/24113/stat : 24113 (lingeling) T 24111 24113 24113 0 -1 4202496 25597 0 0 0 39401 3 0 0 25 0 1 0 657251021 43315200 9744 33554432000 4194304 4352236 140734431281648 18446744073709551615 4207607 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/24113/statm: 10575 9744 129 39 0 9655 0
[pid=24111/tid=24135] ppid=24079 vsize=343072 CPUtime=0 cores=0,2
/proc/24111/task/24135/stat : 24135 (python) S 24079 24079 14866 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657290505 351305728 19179 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 514 18446604447236093248 0 0 -1 2 0 0 0
[pid=24136] ppid=24079 vsize=343084 CPUtime=2.2 cores=0,2
/proc/24136/stat : 24136 (python) S 24079 24079 14866 0 -1 4202560 1007 0 0 0 122 98 0 0 15 0 1 0 657290506 351318016 19134 33554432000 4194304 5683644 140736128497360 18446744073709551615 208080252486 0 0 16781312 514 11808178742516220161 0 0 17 0 0 0 0
/proc/24136/statm: 85771 19134 371 364 0 21686 0
[pid=24138] ppid=24136 vsize=1286652 CPUtime=881.55 cores=0,2
/proc/24138/stat : 24138 (cryptominisat-2) R 24136 24138 24138 0 -1 4202496 678115 0 0 0 88024 131 0 0 25 0 1 0 657290507 1317531648 260290 33554432000 4194304 4677096 140735135560976 18446744073709551615 4502921 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24138/statm: 321663 260290 408 118 0 316622 0
[pid=24079/tid=24112] ppid=24077 vsize=353328 CPUtime=0 cores=0,2
/proc/24079/task/24112/stat : 24112 (python) S 24077 24079 14866 0 -1 4202560 31 925 0 9 0 0 0 0 25 0 3 0 657251021 361807872 20645 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 2 18446604440806492160 0 0 -1 0 0 0 0
[pid=24079/tid=24137] ppid=24077 vsize=353328 CPUtime=0 cores=0,2
/proc/24079/task/24137/stat : 24137 (python) S 24077 24079 14866 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 3 0 657290507 361807872 20645 33554432000 4194304 5683644 140736128497360 18446744073709551615 208092055985 0 0 16781312 2 18446604440806492160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1298.63
Current children cumulated vsize (KiB) 2368436

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 24079 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=348058
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=603908
# CPU time returned by wait4() is 19.952
# while last known CPU time is 1298.63
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.03
CPU time (s): 1298.63
CPU user time (s): 1295.3
CPU system time (s): 3.33
CPU usage (%): 99.8921
Max. virtual memory (cumulated for all children) (KiB): 2368436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.3481
system time used= 0.603908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32505
page faults= 94
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55857
involuntary context switches= 287

runsolver used 3.79342 second user time and 9.31858 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 12:48:12
IDJOB=3377856
IDBENCH=83123
IDSOLVER=1858
FILE ID=node127/3377856-1305456491
RUNJOBID= node127-1305456491-24044
PBS_JOBID= 13324863
Free space on /tmp= 73504 MiB

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

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

MD5SUM BENCH= 005e29e99454a24085199b085e720b2f
RANDOM SEED=1463827210

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12286792 kB
Buffers:        313340 kB
Cached:        4175332 kB
SwapCached:       1620 kB
Active:       17452904 kB
Inactive:      2870492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12286792 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:          140592 kB
Writeback:           0 kB
AnonPages:    15833188 kB
Mapped:          25732 kB
Slab:           230168 kB
PageTables:      47144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44320396 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= 73412 MiB
End job on node127 at 2011-05-15 13:09:54