Trace number 3483836

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.02 1199.95

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark420.299
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

0.34/0.52	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.52	c INFO: solving HOME/instance-3483836-1307747013.cnf
0.34/0.52	c INFO: computing task features
11.84/12.05	c INFO: computed variable-clause graph statistics
12.24/12.47	c INFO: computed clause balance statistics
61.10/61.38	c INFO: computed variable balance statistics
97.90/98.11	c INFO: computed small-clause counts
98.50/98.76	c INFO: computed Horn-clause counts
129.30/129.57	c INFO: computed variable graph statistics
129.30/129.58	c INFO: collected features for HOME/instance-3483836-1307747013.cnf in 128.59 s
129.30/129.59	c INFO: running lingeling-276@0 for 485 with 1071 remaining (b = 0.73)
619.83/620.18	c INFO: running lingeling-276@0 for 97 with 582 remaining (b = 0.53)
719.14/719.34	c INFO: running cryptominisat-2.9.0@0 for 483 with 483 remaining (b = 0.31)

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-3483836-1307747013/watcher-3483836-1307747013 -o /tmp/evaluation-result-3483836-1307747013/solver-3483836-1307747013 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483836-1307747013.cnf -seed 638328028 -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: 0.16 0.03 0.08 4/192 23010
/proc/meminfo: memFree=31438132/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=15380 CPUtime=0 cores=5,7
/proc/23010/stat : 23010 (python) S 23008 23010 22919 0 -1 4202496 811 0 0 0 0 0 0 0 21 0 1 0 886301410 15749120 696 33554432000 4194304 5683644 140736847260720 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/23010/statm: 3845 696 334 364 0 332 0

[startup+0.0145321 s]
/proc/loadavg: 0.16 0.03 0.08 4/192 23010
/proc/meminfo: memFree=31438132/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=16236 CPUtime=0 cores=5,7
/proc/23010/stat : 23010 (python) R 23008 23010 22919 0 -1 4202496 1042 0 0 0 0 0 0 0 21 0 1 0 886301410 16625664 913 33554432000 4194304 5683644 140736847260720 18446744073709551615 5159948 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23010/statm: 4059 913 381 364 0 546 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16236

[startup+0.100518 s]
/proc/loadavg: 0.16 0.03 0.08 4/192 23010
/proc/meminfo: memFree=31438132/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=101880 CPUtime=0.07 cores=5,7
/proc/23010/stat : 23010 (python) R 23008 23010 22919 0 -1 4202496 2982 0 0 0 5 2 0 0 17 0 1 0 886301410 104325120 2675 33554432000 4194304 5683644 140736847260720 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23010/statm: 25470 2675 841 364 0 1770 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 101880

[startup+0.300481 s]
/proc/loadavg: 0.16 0.03 0.08 4/192 23010
/proc/meminfo: memFree=31438132/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=157104 CPUtime=0.21 cores=5,7
/proc/23010/stat : 23010 (python) R 23008 23010 22919 0 -1 4202496 6536 936 1 0 16 5 0 0 17 0 1 0 886301410 160874496 4633 33554432000 4194304 5683644 140736847260720 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23010/statm: 39276 4636 1257 364 0 3384 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 157104

[startup+0.70041 s]
/proc/loadavg: 0.16 0.03 0.08 4/192 23010
/proc/meminfo: memFree=31438132/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=355936 CPUtime=0.54 cores=5,7
/proc/23010/stat : 23010 (python) R 23008 23010 22919 0 -1 4202496 28555 936 1 0 43 11 0 0 17 0 1 0 886301410 364478464 26225 33554432000 4194304 5683644 140736847260720 18446744073709551615 4602366 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23010/statm: 88984 26226 1761 364 0 24908 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 355936

[startup+1.50027 s]
/proc/loadavg: 0.16 0.03 0.08 5/193 23015
/proc/meminfo: memFree=31256620/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=410388 CPUtime=1.34 cores=5,7
/proc/23010/stat : 23010 (python) R 23008 23010 22919 0 -1 4202496 41581 936 1 0 121 13 0 0 18 0 1 0 886301410 420237312 39251 33554432000 4194304 5683644 140736847260720 18446744073709551615 237278566131 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23010/statm: 102597 39251 1761 364 0 38521 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 410388

[startup+3.10098 s]
/proc/loadavg: 0.47 0.10 0.10 5/193 23015
/proc/meminfo: memFree=31196604/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=515608 CPUtime=2.94 cores=5,7
/proc/23010/stat : 23010 (python) R 23008 23010 22919 0 -1 4202496 67539 936 1 0 277 17 0 0 21 0 1 0 886301410 527982592 65209 33554432000 4194304 5683644 140736847260720 18446744073709551615 237278540485 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23010/statm: 128902 65209 1761 364 0 64826 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 515608

[startup+6.30041 s]
/proc/loadavg: 0.47 0.10 0.10 5/193 23015
/proc/meminfo: memFree=30984752/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=728892 CPUtime=6.14 cores=5,7
/proc/23010/stat : 23010 (python) R 23008 23010 22919 0 -1 4202496 118791 936 1 0 591 23 0 0 25 0 1 0 886301410 746385408 116461 33554432000 4194304 5683644 140736847260720 18446744073709551615 4421736 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23010/statm: 182223 116461 1761 364 0 118147 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 728892

[startup+12.7003 s]
/proc/loadavg: 1.01 0.23 0.14 5/196 23018
/proc/meminfo: memFree=30708020/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=893632 CPUtime=12.54 cores=5,7
/proc/23010/stat : 23010 (python) R 23008 23010 22919 0 -1 4202496 307193 936 1 0 1207 47 0 0 25 0 1 0 886301410 915079168 160825 33554432000 4194304 5683644 140736847260720 18446744073709551615 4643498 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23010/statm: 223408 160825 1826 364 0 159332 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 893632

[startup+25.501 s]
/proc/loadavg: 1.47 0.35 0.18 5/196 23021
/proc/meminfo: memFree=30720844/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=893632 CPUtime=25.34 cores=5,7
/proc/23010/stat : 23010 (python) R 23008 23010 22919 0 -1 4202496 307193 936 1 0 2487 47 0 0 25 0 1 0 886301410 915079168 160825 33554432000 4194304 5683644 140736847260720 18446744073709551615 47952017377072 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23010/statm: 223408 160825 1826 364 0 159332 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 893632

[startup+51.1004 s]
/proc/loadavg: 2.33 0.64 0.29 5/196 23022
/proc/meminfo: memFree=30719000/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=893632 CPUtime=50.9 cores=5,7
/proc/23010/stat : 23010 (python) R 23008 23010 22919 0 -1 4202496 307193 936 1 0 5043 47 0 0 25 0 1 0 886301410 915079168 160825 33554432000 4194304 5683644 140736847260720 18446744073709551615 47952050089135 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23010/statm: 223408 160825 1826 364 0 159332 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 893632

[startup+102.306 s]
/proc/loadavg: 3.33 1.21 0.50 5/199 23027
/proc/meminfo: memFree=30649476/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=918872 CPUtime=102.1 cores=5,7
/proc/23010/stat : 23010 (python) R 23008 23010 22919 0 -1 4202496 332408 936 1 0 10161 49 0 0 25 0 1 0 886301410 940924928 167142 33554432000 4194304 5683644 140736847260720 18446744073709551615 47952017434764 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23010/statm: 229718 167142 1833 364 0 165642 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 918872

[startup+162.301 s]
/proc/loadavg: 3.75 1.71 0.71 5/202 23077
/proc/meminfo: memFree=30884180/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=649460 CPUtime=129.4 cores=5,7
/proc/23010/stat : 23010 (python) S 23008 23010 22919 0 -1 4202496 332688 936 1 0 12889 51 0 0 25 0 2 0 886301410 665047040 97260 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23010/statm: 162365 97260 1867 364 0 98283 0
[pid=23028] ppid=23010 vsize=639216 CPUtime=0.04 cores=5,7
/proc/23028/stat : 23028 (python) S 23010 23010 22919 0 -1 4202560 892 0 0 0 2 2 0 0 18 0 1 0 886314369 654557184 95765 33554432000 4194304 5683644 140736847260720 18446744073709551615 237278899727 0 0 16781312 514 12676982040164270344 0 0 17 5 0 0 0
/proc/23028/statm: 159804 95765 376 364 0 95722 0
[pid=23030] ppid=23028 vsize=173028 CPUtime=32.63 cores=5,7
/proc/23030/stat : 23030 (lingeling) R 23028 23030 23030 0 -1 4202496 94207 0 0 0 3250 13 0 0 25 0 1 0 886314370 177180672 42426 33554432000 4194304 4352236 140736207663744 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23030/statm: 43257 42426 129 39 0 42337 0
[pid=23010/tid=23029] ppid=23008 vsize=649460 CPUtime=0 cores=5,7
/proc/23010/task/23029/stat : 23029 (python) S 23008 23010 22919 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 2 0 886314370 665047040 97260 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 1461704

[startup+222.301 s]
/proc/loadavg: 3.91 2.12 0.92 5/202 23079
/proc/meminfo: memFree=30877048/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=649460 CPUtime=129.4 cores=5,7
/proc/23010/stat : 23010 (python) S 23008 23010 22919 0 -1 4202496 332688 936 1 0 12889 51 0 0 25 0 2 0 886301410 665047040 97260 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23010/statm: 162365 97260 1867 364 0 98283 0
[pid=23028] ppid=23010 vsize=639216 CPUtime=0.12 cores=5,7
/proc/23028/stat : 23028 (python) S 23010 23010 22919 0 -1 4202560 917 0 0 0 7 5 0 0 18 0 1 0 886314369 654557184 95765 33554432000 4194304 5683644 140736847260720 18446744073709551615 237278899727 0 0 16781312 514 12676982040164270344 0 0 17 5 0 0 0
/proc/23028/statm: 159804 95765 376 364 0 95722 0
[pid=23030] ppid=23028 vsize=175396 CPUtime=92.54 cores=5,7
/proc/23030/stat : 23030 (lingeling) R 23028 23030 23030 0 -1 4202496 145969 0 0 0 9235 19 0 0 25 0 1 0 886314370 179605504 43018 33554432000 4194304 4352236 140736207663744 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23030/statm: 43849 43018 129 39 0 42929 0
[pid=23010/tid=23029] ppid=23008 vsize=649460 CPUtime=0 cores=5,7
/proc/23010/task/23029/stat : 23029 (python) S 23008 23010 22919 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 2 0 886314370 665047040 97260 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 1464072

[startup+282.3 s]
/proc/loadavg: 4.01 2.48 1.11 5/202 23080
/proc/meminfo: memFree=30869704/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=649460 CPUtime=129.4 cores=5,7
/proc/23010/stat : 23010 (python) S 23008 23010 22919 0 -1 4202496 332688 936 1 0 12889 51 0 0 25 0 2 0 886301410 665047040 97260 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23010/statm: 162365 97260 1867 364 0 98283 0
[pid=23028] ppid=23010 vsize=639216 CPUtime=0.2 cores=5,7
/proc/23028/stat : 23028 (python) S 23010 23010 22919 0 -1 4202560 938 0 0 0 11 9 0 0 18 0 1 0 886314369 654557184 95765 33554432000 4194304 5683644 140736847260720 18446744073709551615 237278899727 0 0 16781312 514 12676982040164270344 0 0 17 5 0 0 0
/proc/23028/statm: 159804 95765 376 364 0 95722 0
[pid=23030] ppid=23028 vsize=176788 CPUtime=152.44 cores=5,7
/proc/23030/stat : 23030 (lingeling) R 23028 23030 23030 0 -1 4202496 195748 0 0 0 15219 25 0 0 25 0 1 0 886314370 181030912 43366 33554432000 4194304 4352236 140736207663744 18446744073709551615 4331578 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23030/statm: 44197 43366 129 39 0 43277 0
[pid=23010/tid=23029] ppid=23008 vsize=649460 CPUtime=0 cores=5,7
/proc/23010/task/23029/stat : 23029 (python) S 23008 23010 22919 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 2 0 886314370 665047040 97260 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 1465464

[startup+342.301 s]
/proc/loadavg: 4.00 2.75 1.29 5/202 23082
/proc/meminfo: memFree=30852352/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=649460 CPUtime=129.4 cores=5,7
/proc/23010/stat : 23010 (python) S 23008 23010 22919 0 -1 4202496 332688 936 1 0 12889 51 0 0 25 0 2 0 886301410 665047040 97260 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23010/statm: 162365 97260 1867 364 0 98283 0
[pid=23028] ppid=23010 vsize=639216 CPUtime=0.27 cores=5,7
/proc/23028/stat : 23028 (python) S 23010 23010 22919 0 -1 4202560 955 0 0 0 15 12 0 0 18 0 1 0 886314369 654557184 95765 33554432000 4194304 5683644 140736847260720 18446744073709551615 237278899727 0 0 16781312 514 12676982040164270344 0 0 17 5 0 0 0
/proc/23028/statm: 159804 95765 376 364 0 95722 0
[pid=23030] ppid=23028 vsize=179948 CPUtime=212.35 cores=5,7
/proc/23030/stat : 23030 (lingeling) R 23028 23030 23030 0 -1 4202496 256025 0 0 0 21204 31 0 0 25 0 1 0 886314370 184266752 44156 33554432000 4194304 4352236 140736207663744 18446744073709551615 4331583 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23030/statm: 44987 44156 129 39 0 44067 0
[pid=23010/tid=23029] ppid=23008 vsize=649460 CPUtime=0 cores=5,7
/proc/23010/task/23029/stat : 23029 (python) S 23008 23010 22919 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 2 0 886314370 665047040 97260 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 342.02
Current children cumulated vsize (KiB) 1468624

[startup+402.301 s]
/proc/loadavg: 4.00 2.98 1.45 5/202 23084
/proc/meminfo: memFree=30850584/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=649460 CPUtime=129.4 cores=5,7
/proc/23010/stat : 23010 (python) S 23008 23010 22919 0 -1 4202496 332688 936 1 0 12889 51 0 0 25 0 2 0 886301410 665047040 97260 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0

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

[startup+1122.3 s]
/proc/loadavg: 4.06 3.92 2.82 5/222 23123
/proc/meminfo: memFree=26689308/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=669972 CPUtime=129.43 cores=5,7
/proc/23010/stat : 23010 (python) S 23008 23010 22919 0 -1 4202496 334287 936 1 0 12890 53 0 0 19 0 4 0 886301410 686051328 97273 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23010/statm: 167493 97273 1872 364 0 103405 0
[pid=23028] ppid=23010 vsize=649460 CPUtime=0.65 cores=5,7
/proc/23028/stat : 23028 (python) S 23010 23010 22919 0 -1 4202560 1190 0 0 0 36 29 0 0 19 0 2 0 886314369 665047040 95808 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23028/statm: 162365 95808 414 364 0 98283 0
[pid=23030] ppid=23028 vsize=177988 CPUtime=489.86 cores=5,7
/proc/23030/stat : 23030 (lingeling) T 23028 23030 23030 0 -1 4202496 415924 0 0 0 48938 48 0 0 25 0 1 0 886314370 182259712 43666 33554432000 4194304 4352236 140736207663744 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/23030/statm: 44497 43666 129 39 0 43577 0
[pid=23028/tid=23098] ppid=23010 vsize=649460 CPUtime=0 cores=5,7
/proc/23028/task/23098/stat : 23098 (python) S 23010 23010 22919 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886363428 665047040 95808 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 514 18446604471125407936 0 0 -1 5 0 0 0
[pid=23099] ppid=23010 vsize=649472 CPUtime=0.13 cores=5,7
/proc/23099/stat : 23099 (python) S 23010 23010 22919 0 -1 4202560 1077 0 0 0 6 7 0 0 19 0 2 0 886363429 665059328 95793 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23099/statm: 162368 95793 399 364 0 98283 0
[pid=23101] ppid=23099 vsize=183572 CPUtime=99.12 cores=5,7
/proc/23101/stat : 23101 (lingeling) T 23099 23101 23101 0 -1 4202496 158308 0 0 0 9893 19 0 0 25 0 1 0 886363430 187977728 45063 33554432000 4194304 4352236 140733372497712 18446744073709551615 4208844 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/23101/statm: 45893 45063 129 39 0 44973 0
[pid=23099/tid=23105] ppid=23010 vsize=649472 CPUtime=0 cores=5,7
/proc/23099/task/23105/stat : 23105 (python) S 23010 23010 22919 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886373344 665059328 95793 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 514 18446604471148532864 0 0 -1 7 0 0 0
[pid=23106] ppid=23010 vsize=659728 CPUtime=0.59 cores=5,7
/proc/23106/stat : 23106 (python) S 23010 23010 22919 0 -1 4202560 998 0 0 0 30 29 0 0 15 0 1 0 886373344 675561472 95767 33554432000 4194304 5683644 140736847260720 18446744073709551615 237278899782 0 0 16781312 514 12676982040164270342 0 0 17 7 0 0 0
/proc/23106/statm: 164932 95767 370 364 0 100844 0
[pid=23108] ppid=23106 vsize=3377620 CPUtime=402.52 cores=5,7
/proc/23108/stat : 23108 (cryptominisat-2) R 23106 23108 23108 0 -1 4202496 727075 0 0 0 40151 101 0 0 25 0 1 0 886373345 3458682880 682065 33554432000 4194304 4677096 140737317977072 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23108/statm: 844405 682065 392 118 0 839364 0
[pid=23010/tid=23029] ppid=23008 vsize=669972 CPUtime=0 cores=5,7
/proc/23010/task/23029/stat : 23029 (python) S 23008 23010 22919 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 4 0 886314370 686051328 97273 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 7 0 0 0
[pid=23010/tid=23100] ppid=23008 vsize=669972 CPUtime=0 cores=5,7
/proc/23010/task/23100/stat : 23100 (python) S 23008 23010 22919 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 4 0 886363430 686051328 97273 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
[pid=23010/tid=23107] ppid=23008 vsize=669972 CPUtime=0 cores=5,7
/proc/23010/task/23107/stat : 23107 (python) S 23008 23010 22919 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 4 0 886373345 686051328 97273 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 6367812

[startup+1182.3 s]
/proc/loadavg: 4.05 3.95 2.90 5/222 23124
/proc/meminfo: memFree=26523348/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=669972 CPUtime=129.43 cores=5,7
/proc/23010/stat : 23010 (python) S 23008 23010 22919 0 -1 4202496 334287 936 1 0 12890 53 0 0 19 0 4 0 886301410 686051328 97273 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23010/statm: 167493 97273 1872 364 0 103405 0
[pid=23028] ppid=23010 vsize=649460 CPUtime=0.65 cores=5,7
/proc/23028/stat : 23028 (python) S 23010 23010 22919 0 -1 4202560 1190 0 0 0 36 29 0 0 19 0 2 0 886314369 665047040 95808 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23028/statm: 162365 95808 414 364 0 98283 0
[pid=23030] ppid=23028 vsize=177988 CPUtime=489.86 cores=5,7
/proc/23030/stat : 23030 (lingeling) T 23028 23030 23030 0 -1 4202496 415924 0 0 0 48938 48 0 0 25 0 1 0 886314370 182259712 43666 33554432000 4194304 4352236 140736207663744 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/23030/statm: 44497 43666 129 39 0 43577 0
[pid=23028/tid=23098] ppid=23010 vsize=649460 CPUtime=0 cores=5,7
/proc/23028/task/23098/stat : 23098 (python) S 23010 23010 22919 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886363428 665047040 95808 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 514 18446604471125407936 0 0 -1 5 0 0 0
[pid=23099] ppid=23010 vsize=649472 CPUtime=0.13 cores=5,7
/proc/23099/stat : 23099 (python) S 23010 23010 22919 0 -1 4202560 1077 0 0 0 6 7 0 0 19 0 2 0 886363429 665059328 95793 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23099/statm: 162368 95793 399 364 0 98283 0
[pid=23101] ppid=23099 vsize=183572 CPUtime=99.12 cores=5,7
/proc/23101/stat : 23101 (lingeling) T 23099 23101 23101 0 -1 4202496 158308 0 0 0 9893 19 0 0 25 0 1 0 886363430 187977728 45063 33554432000 4194304 4352236 140733372497712 18446744073709551615 4208844 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/23101/statm: 45893 45063 129 39 0 44973 0
[pid=23099/tid=23105] ppid=23010 vsize=649472 CPUtime=0 cores=5,7
/proc/23099/task/23105/stat : 23105 (python) S 23010 23010 22919 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886373344 665059328 95793 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 514 18446604471148532864 0 0 -1 7 0 0 0
[pid=23106] ppid=23010 vsize=659728 CPUtime=0.68 cores=5,7
/proc/23106/stat : 23106 (python) S 23010 23010 22919 0 -1 4202560 1000 0 0 0 35 33 0 0 15 0 1 0 886373344 675561472 95767 33554432000 4194304 5683644 140736847260720 18446744073709551615 237278899782 0 0 16781312 514 12676982040164270342 0 0 17 7 0 0 0
/proc/23106/statm: 164932 95767 370 364 0 100844 0
[pid=23108] ppid=23106 vsize=3558200 CPUtime=462.52 cores=5,7
/proc/23108/stat : 23108 (cryptominisat-2) R 23106 23108 23108 0 -1 4202496 771264 0 0 0 46145 107 0 0 25 0 1 0 886373345 3643596800 713819 33554432000 4194304 4677096 140737317977072 18446744073709551615 4334785 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23108/statm: 889550 713819 392 118 0 884509 0
[pid=23010/tid=23029] ppid=23008 vsize=669972 CPUtime=0 cores=5,7
/proc/23010/task/23029/stat : 23029 (python) S 23008 23010 22919 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 4 0 886314370 686051328 97273 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 7 0 0 0
[pid=23010/tid=23100] ppid=23008 vsize=669972 CPUtime=0 cores=5,7
/proc/23010/task/23100/stat : 23100 (python) S 23008 23010 22919 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 4 0 886363430 686051328 97273 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
[pid=23010/tid=23107] ppid=23008 vsize=669972 CPUtime=0 cores=5,7
/proc/23010/task/23107/stat : 23107 (python) S 23008 23010 22919 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 4 0 886373345 686051328 97273 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.39
Current children cumulated vsize (KiB) 6548392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 4.04 3.95 2.91 3/206 23170
/proc/meminfo: memFree=27213280/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=669972 CPUtime=129.43 cores=5,7
/proc/23010/stat : 23010 (python) S 23008 23010 22919 0 -1 4202496 334287 936 1 0 12890 53 0 0 19 0 4 0 886301410 686051328 97273 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23010/statm: 167493 97273 1872 364 0 103405 0
[pid=23028] ppid=23010 vsize=649460 CPUtime=0.65 cores=5,7
/proc/23028/stat : 23028 (python) S 23010 23010 22919 0 -1 4202560 1190 0 0 0 36 29 0 0 19 0 2 0 886314369 665047040 95808 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23028/statm: 162365 95808 414 364 0 98283 0
[pid=23030] ppid=23028 vsize=177988 CPUtime=489.86 cores=5,7
/proc/23030/stat : 23030 (lingeling) T 23028 23030 23030 0 -1 4202496 415924 0 0 0 48938 48 0 0 25 0 1 0 886314370 182259712 43666 33554432000 4194304 4352236 140736207663744 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/23030/statm: 44497 43666 129 39 0 43577 0
[pid=23028/tid=23098] ppid=23010 vsize=649460 CPUtime=0 cores=5,7
/proc/23028/task/23098/stat : 23098 (python) S 23010 23010 22919 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886363428 665047040 95808 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 514 18446604471125407936 0 0 -1 5 0 0 0
[pid=23099] ppid=23010 vsize=649472 CPUtime=0.13 cores=5,7
/proc/23099/stat : 23099 (python) S 23010 23010 22919 0 -1 4202560 1077 0 0 0 6 7 0 0 19 0 2 0 886363429 665059328 95793 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23099/statm: 162368 95793 399 364 0 98283 0
[pid=23101] ppid=23099 vsize=183572 CPUtime=99.12 cores=5,7
/proc/23101/stat : 23101 (lingeling) T 23099 23101 23101 0 -1 4202496 158308 0 0 0 9893 19 0 0 25 0 1 0 886363430 187977728 45063 33554432000 4194304 4352236 140733372497712 18446744073709551615 4208844 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/23101/statm: 45893 45063 129 39 0 44973 0
[pid=23099/tid=23105] ppid=23010 vsize=649472 CPUtime=0 cores=5,7
/proc/23099/task/23105/stat : 23105 (python) S 23010 23010 22919 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886373344 665059328 95793 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 514 18446604471148532864 0 0 -1 7 0 0 0
[pid=23106] ppid=23010 vsize=659728 CPUtime=0.71 cores=5,7
/proc/23106/stat : 23106 (python) S 23010 23010 22919 0 -1 4202560 1000 0 0 0 37 34 0 0 15 0 1 0 886373344 675561472 95767 33554432000 4194304 5683644 140736847260720 18446744073709551615 237278899782 0 0 16781312 514 12676982040164270342 0 0 17 7 0 0 0
/proc/23106/statm: 164932 95767 370 364 0 100844 0
[pid=23108] ppid=23106 vsize=3558200 CPUtime=480.12 cores=5,7
/proc/23108/stat : 23108 (cryptominisat-2) R 23106 23108 23108 0 -1 4202496 772146 0 0 0 47905 107 0 0 25 0 1 0 886373345 3643596800 714701 33554432000 4194304 4677096 140737317977072 18446744073709551615 237278576318 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23108/statm: 889550 714701 392 118 0 884509 0
[pid=23010/tid=23029] ppid=23008 vsize=669972 CPUtime=0 cores=5,7
/proc/23010/task/23029/stat : 23029 (python) S 23008 23010 22919 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 4 0 886314370 686051328 97273 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 7 0 0 0
[pid=23010/tid=23100] ppid=23008 vsize=669972 CPUtime=0 cores=5,7
/proc/23010/task/23100/stat : 23100 (python) S 23008 23010 22919 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 4 0 886363430 686051328 97273 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
[pid=23010/tid=23107] ppid=23008 vsize=669972 CPUtime=0 cores=5,7
/proc/23010/task/23107/stat : 23107 (python) S 23008 23010 22919 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 4 0 886373345 686051328 97273 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 6548392

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

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

[startup+1199.9 s]
/proc/loadavg: 4.04 3.95 2.91 3/206 23170
/proc/meminfo: memFree=27213280/32950904 swapFree=67055440/67111528
[pid=23010] ppid=23008 vsize=669972 CPUtime=129.43 cores=5,7
/proc/23010/stat : 23010 (python) S 23008 23010 22919 0 -1 4202496 334287 936 1 0 12890 53 0 0 19 0 4 0 886301410 686051328 97273 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23010/statm: 167493 97273 1872 364 0 103405 0
[pid=23028] ppid=23010 vsize=649460 CPUtime=0.65 cores=5,7
/proc/23028/stat : 23028 (python) S 23010 23010 22919 0 -1 4202560 1190 0 0 0 36 29 0 0 19 0 2 0 886314369 665047040 95808 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23028/statm: 162365 95808 414 364 0 98283 0
[pid=23030] ppid=23028 vsize=177988 CPUtime=489.86 cores=5,7
/proc/23030/stat : 23030 (lingeling) T 23028 23030 23030 0 -1 4202496 415924 0 0 0 48938 48 0 0 25 0 1 0 886314370 182259712 43666 33554432000 4194304 4352236 140736207663744 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/23030/statm: 44497 43666 129 39 0 43577 0
[pid=23028/tid=23098] ppid=23010 vsize=649460 CPUtime=0 cores=5,7
/proc/23028/task/23098/stat : 23098 (python) S 23010 23010 22919 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886363428 665047040 95808 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 514 18446604471125407936 0 0 -1 5 0 0 0
[pid=23099] ppid=23010 vsize=649472 CPUtime=0.13 cores=5,7
/proc/23099/stat : 23099 (python) S 23010 23010 22919 0 -1 4202560 1077 0 0 0 6 7 0 0 19 0 2 0 886363429 665059328 95793 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23099/statm: 162368 95793 399 364 0 98283 0
[pid=23101] ppid=23099 vsize=183572 CPUtime=99.12 cores=5,7
/proc/23101/stat : 23101 (lingeling) T 23099 23101 23101 0 -1 4202496 158308 0 0 0 9893 19 0 0 25 0 1 0 886363430 187977728 45063 33554432000 4194304 4352236 140733372497712 18446744073709551615 4208844 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/23101/statm: 45893 45063 129 39 0 44973 0
[pid=23099/tid=23105] ppid=23010 vsize=649472 CPUtime=0 cores=5,7
/proc/23099/task/23105/stat : 23105 (python) S 23010 23010 22919 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886373344 665059328 95793 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 514 18446604471148532864 0 0 -1 7 0 0 0
[pid=23106] ppid=23010 vsize=659728 CPUtime=0.71 cores=5,7
/proc/23106/stat : 23106 (python) S 23010 23010 22919 0 -1 4202560 1000 0 0 0 37 34 0 0 15 0 1 0 886373344 675561472 95767 33554432000 4194304 5683644 140736847260720 18446744073709551615 237278899782 0 0 16781312 514 12676982040164270342 0 0 17 7 0 0 0
/proc/23106/statm: 164932 95767 370 364 0 100844 0
[pid=23108] ppid=23106 vsize=3558200 CPUtime=480.12 cores=5,7
/proc/23108/stat : 23108 (cryptominisat-2) R 23106 23108 23108 0 -1 4202496 772146 0 0 0 47905 107 0 0 25 0 1 0 886373345 3643596800 714701 33554432000 4194304 4677096 140737317977072 18446744073709551615 237278576318 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23108/statm: 889550 714701 392 118 0 884509 0
[pid=23010/tid=23029] ppid=23008 vsize=669972 CPUtime=0 cores=5,7
/proc/23010/task/23029/stat : 23029 (python) S 23008 23010 22919 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 4 0 886314370 686051328 97273 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 7 0 0 0
[pid=23010/tid=23100] ppid=23008 vsize=669972 CPUtime=0 cores=5,7
/proc/23010/task/23100/stat : 23100 (python) S 23008 23010 22919 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 4 0 886363430 686051328 97273 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
[pid=23010/tid=23107] ppid=23008 vsize=669972 CPUtime=0 cores=5,7
/proc/23010/task/23107/stat : 23107 (python) S 23008 23010 22919 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 4 0 886373345 686051328 97273 33554432000 4194304 5683644 140736847260720 18446744073709551615 237290703281 0 0 16781312 2 18446604467413684352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 6548392

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23010 and gives
#  childrusage.ru_utime.tv_sec=128
#  childrusage.ru_utime.tv_usec=902403
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=550916
# CPU time returned by wait4() is 129.453
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.95
CPU time (s): 1200.02
CPU user time (s): 1197.05
CPU system time (s): 2.97
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 6796512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 128.902
system time used= 0.550916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335223
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= 982
involuntary context switches= 416

runsolver used 2.12468 second user time and 4.81627 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-11 01:03:36
IDJOB=3483836
IDBENCH=69571
IDSOLVER=1976
FILE ID=node121/3483836-1307747013
RUNJOBID= node121-1307747010-22940
PBS_JOBID= 13550836
Free space on /tmp= 73984 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.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-3483836-1307747013/watcher-3483836-1307747013 -o /tmp/evaluation-result-3483836-1307747013/solver-3483836-1307747013 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483836-1307747013.cnf -seed 638328028 -budget 1200

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=638328028

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:      31439676 kB
Buffers:        260048 kB
Cached:         818528 kB
SwapCached:       9940 kB
Active:         832060 kB
Inactive:       471704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      31439676 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:          215140 kB
Writeback:           0 kB
AnonPages:      222388 kB
Mapped:          18732 kB
Slab:           139144 kB
PageTables:       7760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   499988 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= 73980 MiB
End job on node121 at 2011-06-11 01:23:39