Trace number 3484696

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.04 1200.26

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq60_a.cnf
MD5SUM1e60a63f1ba68b9b3c423ca413b4fa2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark802.03
Satisfiable
(Un)Satisfiability was proved
Number of variables651875
Number of clauses9927770
Sum of the clauses size28821360
Maximum clause length195
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28783867
Number of clauses of size 3839934
Number of clauses of size 410777
Number of clauses of size 570916
Number of clauses of size over 5222275

Solver Data

0.34/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.68	c INFO: solving HOME/instance-3484696-1307753423.cnf
0.34/0.68	c INFO: computing task features
49.59/49.98	c INFO: computed variable-clause graph statistics
50.99/51.32	c INFO: computed clause balance statistics
217.60/217.97	c INFO: computed variable balance statistics
330.81/331.12	c INFO: computed small-clause counts
338.21/338.51	c INFO: computed Horn-clause counts
887.53/887.82	c INFO: computed variable graph statistics
887.53/887.86	c INFO: collected features for HOME/instance-3484696-1307753423.cnf in 884.84 s
887.53/887.87	c INFO: running lingeling-276@0 for 97 with 315 remaining (b = 0.78)
987.74/988.03	c INFO: running precosat-570@0 for 97 with 215 remaining (b = 0.63)
1087.88/1088.19	c INFO: running precosat-570@99 for 115 with 115 remaining (b = 0.48)

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

running on 2 cores: 0,2

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.00 4.01 3.92 4/195 23889
/proc/meminfo: memFree=29364676/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=15188 CPUtime=0 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 718 0 0 0 0 0 0 0 17 0 1 0 886940134 15552512 608 33554432000 4194304 5683644 140735031220272 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 3797 609 320 364 0 284 0

[startup+0.0269449 s]
/proc/loadavg: 4.00 4.01 3.92 4/195 23889
/proc/meminfo: memFree=29364676/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=16400 CPUtime=0.01 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 1087 0 0 0 1 0 0 0 17 0 1 0 886940134 16793600 956 33554432000 4194304 5683644 140735031220272 18446744073709551615 5210636 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 4100 956 390 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400

[startup+0.100914 s]
/proc/loadavg: 4.00 4.01 3.92 4/195 23889
/proc/meminfo: memFree=29364676/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=84604 CPUtime=0.06 cores=0,2
/proc/23889/stat : 23889 (python) S 23887 23889 18188 0 -1 4202496 2411 0 0 0 5 1 0 0 17 0 1 0 886940134 86634496 2136 33554432000 4194304 5683644 140735031220272 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/23889/statm: 21151 2136 707 364 0 1368 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 84604

[startup+0.301358 s]
/proc/loadavg: 4.00 4.01 3.92 4/195 23889
/proc/meminfo: memFree=29364676/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=135748 CPUtime=0.19 cores=0,2
/proc/23889/stat : 23889 (python) S 23887 23889 18188 0 -1 4202496 5976 934 1 0 14 5 0 0 17 0 1 0 886940134 139005952 4148 33554432000 4194304 5683644 140735031220272 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/23889/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700822 s]
/proc/loadavg: 4.00 4.01 3.92 4/195 23889
/proc/meminfo: memFree=29364676/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=503276 CPUtime=0.39 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 17737 934 1 0 28 11 0 0 15 0 1 0 886940134 515354624 15403 33554432000 4194304 5683644 140735031220272 18446744073709551615 239476694784 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 125819 15424 1758 364 0 61743 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 503276

[startup+1.50067 s]
/proc/loadavg: 4.00 4.01 3.92 5/196 23894
/proc/meminfo: memFree=29106424/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=544232 CPUtime=1.19 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 75666 934 1 0 96 23 0 0 16 0 1 0 886940134 557293568 73229 33554432000 4194304 5683644 140735031220272 18446744073709551615 239476355781 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 136058 73229 1761 364 0 71982 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 544232

[startup+3.10036 s]
/proc/loadavg: 4.00 4.01 3.92 5/196 23894
/proc/meminfo: memFree=29038968/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=638868 CPUtime=2.79 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 99018 934 1 0 253 26 0 0 18 0 1 0 886940134 654200832 96581 33554432000 4194304 5683644 140735031220272 18446744073709551615 4295793 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 159717 96582 1761 364 0 95641 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 638868

[startup+6.30075 s]
/proc/loadavg: 4.00 4.01 3.92 5/196 23894
/proc/meminfo: memFree=28851580/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=834196 CPUtime=5.99 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 145280 934 1 0 566 33 0 0 25 0 1 0 886940134 854216704 142843 33554432000 4194304 5683644 140735031220272 18446744073709551615 239476055814 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 208549 142843 1761 364 0 144473 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 834196

[startup+12.7005 s]
/proc/loadavg: 4.00 4.01 3.92 5/196 23894
/proc/meminfo: memFree=28469752/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=1206676 CPUtime=12.39 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 237928 934 1 0 1193 46 0 0 25 0 1 0 886940134 1235636224 235491 33554432000 4194304 5683644 140735031220272 18446744073709551615 239476355781 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 301669 235491 1761 364 0 237593 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 1206676

[startup+25.5011 s]
/proc/loadavg: 4.00 4.01 3.92 5/200 23898
/proc/meminfo: memFree=27610816/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=1954096 CPUtime=25.19 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 424222 934 1 0 2446 73 0 0 25 0 1 0 886940134 2000994304 421785 33554432000 4194304 5683644 140735031220272 18446744073709551615 47732357223114 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 488524 421786 1761 364 0 424448 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 1954096

[startup+51.1011 s]
/proc/loadavg: 4.00 4.01 3.92 5/200 23899
/proc/meminfo: memFree=27305656/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=2190412 CPUtime=50.79 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 1378927 934 1 0 4893 186 0 0 25 0 1 0 886940134 2242981888 484982 33554432000 4194304 5683644 140735031220272 18446744073709551615 47732191510184 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 547603 484982 1820 364 0 483527 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 2190412

[startup+102.306 s]
/proc/loadavg: 3.66 3.92 3.89 4/187 23925
/proc/meminfo: memFree=27660032/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=2112848 CPUtime=102 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 1378933 934 1 0 10014 186 0 0 25 0 1 0 886940134 2163556352 465597 33554432000 4194304 5683644 140735031220272 18446744073709551615 47732189123290 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 528212 465597 1826 364 0 464136 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 2112848

[startup+162.301 s]
/proc/loadavg: 3.24 3.75 3.83 4/190 23930
/proc/meminfo: memFree=28263608/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=2112848 CPUtime=161.99 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 1378933 934 1 0 16013 186 0 0 25 0 1 0 886940134 2163556352 465597 33554432000 4194304 5683644 140735031220272 18446744073709551615 5003920 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 528212 465597 1826 364 0 464136 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 2112848

[startup+222.3 s]
/proc/loadavg: 3.19 3.64 3.79 4/194 23936
/proc/meminfo: memFree=28098624/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=2112848 CPUtime=222 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 1378934 934 1 0 22014 186 0 0 25 0 1 0 886940134 2163556352 465598 33554432000 4194304 5683644 140735031220272 18446744073709551615 239480103593 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 528212 465598 1827 364 0 464136 0
Current children cumulated CPU time (s) 222
Current children cumulated vsize (KiB) 2112848

[startup+282.301 s]
/proc/loadavg: 3.07 3.52 3.74 4/194 23937
/proc/meminfo: memFree=26961264/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=2112848 CPUtime=282 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 1378934 934 1 0 28014 186 0 0 25 0 1 0 886940134 2163556352 465598 33554432000 4194304 5683644 140735031220272 18446744073709551615 4623644 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 528212 465598 1827 364 0 464136 0
Current children cumulated CPU time (s) 282
Current children cumulated vsize (KiB) 2112848

[startup+342.3 s]
/proc/loadavg: 3.12 3.45 3.70 4/195 23940
/proc/meminfo: memFree=26927224/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=2112848 CPUtime=342 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 1863715 934 1 0 33958 242 0 0 25 0 1 0 886940134 2163556352 465604 33554432000 4194304 5683644 140735031220272 18446744073709551615 47732186359948 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 528212 465604 1833 364 0 464136 0
Current children cumulated CPU time (s) 342
Current children cumulated vsize (KiB) 2112848

[startup+402.301 s]
/proc/loadavg: 3.10 3.38 3.66 4/195 23941
/proc/meminfo: memFree=26950620/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=2112848 CPUtime=402.01 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 1863715 934 1 0 39959 242 0 0 25 0 1 0 886940134 2163556352 465604 33554432000 4194304 5683644 140735031220272 18446744073709551615 47732186359948 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 528212 465604 1833 364 0 464136 0
Current children cumulated CPU time (s) 402.01
Current children cumulated vsize (KiB) 2112848

[startup+462.3 s]
/proc/loadavg: 3.04 3.31 3.61 4/195 23943
/proc/meminfo: memFree=26950956/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=2112848 CPUtime=462.01 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 1863715 934 1 0 45959 242 0 0 25 0 1 0 886940134 2163556352 465604 33554432000 4194304 5683644 140735031220272 18446744073709551615 47732186359936 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 528212 465604 1833 364 0 464136 0
Current children cumulated CPU time (s) 462.01
Current children cumulated vsize (KiB) 2112848

[startup+522.301 s]
/proc/loadavg: 3.01 3.25 3.57 4/195 23945
/proc/meminfo: memFree=26916824/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=2112848 CPUtime=522.01 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 1863715 934 1 0 51959 242 0 0 25 0 1 0 886940134 2163556352 465604 33554432000 4194304 5683644 140735031220272 18446744073709551615 47732186359936 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 528212 465604 1833 364 0 464136 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 2112848

[startup+582.3 s]
/proc/loadavg: 3.00 3.20 3.53 4/195 23946
/proc/meminfo: memFree=26951620/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=2112848 CPUtime=582.02 cores=0,2
/proc/23889/stat : 23889 (python) R 23887 23889 18188 0 -1 4202496 1863715 934 1 0 57959 243 0 0 25 0 1 0 886940134 2163556352 465604 33554432000 4194304 5683644 140735031220272 18446744073709551615 47732186359948 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23889/statm: 528212 465604 1833 364 0 464136 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 2112848

[startup+642.301 s]

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

/proc/24020/stat : 24020 (lingeling) R 24018 24020 24020 0 -1 4202496 166684 0 0 0 5408 26 0 0 25 0 1 0 887028923 384221184 92974 33554432000 4194304 4352236 140735646268048 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/24020/statm: 93804 92974 129 39 0 92884 0
[pid=23889/tid=24019] ppid=23887 vsize=1268096 CPUtime=0 cores=0,2
/proc/23889/task/24019/stat : 24019 (python) S 23887 23889 18188 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 2 0 887028923 1298530304 251887 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 2901164

[startup+1002.3 s]
/proc/loadavg: 1.09 2.08 2.94 2/179 24027
/proc/meminfo: memFree=29176756/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=1278352 CPUtime=887.63 cores=0,2
/proc/23889/stat : 23889 (python) S 23887 23889 18188 0 -1 4202496 1864791 934 1 0 88513 250 0 0 20 0 3 0 886940134 1309032448 251894 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23889/statm: 319588 251894 1870 364 0 255503 0
[pid=24018] ppid=23889 vsize=1268096 CPUtime=0.13 cores=0,2
/proc/24018/stat : 24018 (python) S 23889 23889 18188 0 -1 4202560 1073 0 0 0 7 6 0 0 19 0 2 0 887028921 1298530304 250430 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/24018/statm: 317024 250430 409 364 0 252942 0
[pid=24020] ppid=24018 vsize=379240 CPUtime=100.03 cores=0,2
/proc/24020/stat : 24020 (lingeling) T 24018 24020 24020 0 -1 4202496 169085 0 0 0 9977 26 0 0 25 0 1 0 887028923 388341760 93980 33554432000 4194304 4352236 140735646268048 18446744073709551615 4257381 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/24020/statm: 94810 93980 129 39 0 93890 0
[pid=24018/tid=24024] ppid=23889 vsize=1268096 CPUtime=0 cores=0,2
/proc/24018/task/24024/stat : 24024 (python) S 23889 23889 18188 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 887038937 1298530304 250430 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 514 18446604453937235200 0 0 -1 2 0 0 0
[pid=24025] ppid=23889 vsize=1268108 CPUtime=0.02 cores=0,2
/proc/24025/stat : 24025 (python) S 23889 23889 18188 0 -1 4202560 900 0 0 0 1 1 0 0 18 0 1 0 887038937 1298542592 250390 33554432000 4194304 5683644 140735031220272 18446744073709551615 239476715078 0 0 16781312 514 9293652820102185220 0 0 17 0 0 0 0
/proc/24025/statm: 317027 250390 370 364 0 252942 0
[pid=24027] ppid=24025 vsize=1166228 CPUtime=14.22 cores=0,2
/proc/24027/stat : 24027 (precosat) R 24025 24027 24027 0 -1 4202496 292228 0 0 0 1376 46 0 0 25 0 1 0 887038939 1194217472 281421 33554432000 4194304 4890832 140733789985520 18446744073709551615 4247019 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/24027/statm: 291557 281421 80 171 0 291384 0
[pid=23889/tid=24019] ppid=23887 vsize=1278352 CPUtime=0 cores=0,2
/proc/23889/task/24019/stat : 24019 (python) S 23887 23889 18188 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 3 0 887028923 1309032448 251894 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
[pid=23889/tid=24026] ppid=23887 vsize=1278352 CPUtime=0 cores=0,2
/proc/23889/task/24026/stat : 24026 (python) S 23887 23889 18188 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 887038939 1309032448 251894 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 5360024

[startup+1062.3 s]
/proc/loadavg: 1.03 1.88 2.81 2/179 24029
/proc/meminfo: memFree=29075300/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=1278352 CPUtime=887.63 cores=0,2
/proc/23889/stat : 23889 (python) S 23887 23889 18188 0 -1 4202496 1864791 934 1 0 88513 250 0 0 20 0 3 0 886940134 1309032448 251894 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23889/statm: 319588 251894 1870 364 0 255503 0
[pid=24018] ppid=23889 vsize=1268096 CPUtime=0.13 cores=0,2
/proc/24018/stat : 24018 (python) S 23889 23889 18188 0 -1 4202560 1073 0 0 0 7 6 0 0 19 0 2 0 887028921 1298530304 250430 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/24018/statm: 317024 250430 409 364 0 252942 0
[pid=24020] ppid=24018 vsize=379240 CPUtime=100.03 cores=0,2
/proc/24020/stat : 24020 (lingeling) T 24018 24020 24020 0 -1 4202496 169085 0 0 0 9977 26 0 0 25 0 1 0 887028923 388341760 93980 33554432000 4194304 4352236 140735646268048 18446744073709551615 4257381 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/24020/statm: 94810 93980 129 39 0 93890 0
[pid=24018/tid=24024] ppid=23889 vsize=1268096 CPUtime=0 cores=0,2
/proc/24018/task/24024/stat : 24024 (python) S 23889 23889 18188 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 887038937 1298530304 250430 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 514 18446604453937235200 0 0 -1 2 0 0 0
[pid=24025] ppid=23889 vsize=1268108 CPUtime=0.1 cores=0,2
/proc/24025/stat : 24025 (python) S 23889 23889 18188 0 -1 4202560 929 0 0 0 6 4 0 0 18 0 1 0 887038937 1298542592 250390 33554432000 4194304 5683644 140735031220272 18446744073709551615 239476715078 0 0 16781312 514 9293652820102185220 0 0 17 0 0 0 0
/proc/24025/statm: 317027 250390 370 364 0 252942 0
[pid=24027] ppid=24025 vsize=1264344 CPUtime=74.17 cores=0,2
/proc/24027/stat : 24027 (precosat) R 24025 24027 24027 0 -1 4202496 317663 0 0 0 7367 50 0 0 25 0 1 0 887038939 1294688256 306856 33554432000 4194304 4890832 140733789985520 18446744073709551615 4232462 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/24027/statm: 316086 306856 86 171 0 315913 0
[pid=23889/tid=24019] ppid=23887 vsize=1278352 CPUtime=0 cores=0,2
/proc/23889/task/24019/stat : 24019 (python) S 23887 23889 18188 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 3 0 887028923 1309032448 251894 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
[pid=23889/tid=24026] ppid=23887 vsize=1278352 CPUtime=0 cores=0,2
/proc/23889/task/24026/stat : 24026 (python) S 23887 23889 18188 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 887038939 1309032448 251894 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 5458140

[startup+1122.3 s]
/proc/loadavg: 1.01 1.72 2.70 2/180 24032
/proc/meminfo: memFree=29069928/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=1278352 CPUtime=887.64 cores=0,2
/proc/23889/stat : 23889 (python) S 23887 23889 18188 0 -1 4202496 1865260 934 1 0 88514 250 0 0 18 0 3 0 886940134 1309032448 251894 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23889/statm: 319588 251894 1870 364 0 255503 0
[pid=24018] ppid=23889 vsize=1268096 CPUtime=0.13 cores=0,2
/proc/24018/stat : 24018 (python) S 23889 23889 18188 0 -1 4202560 1073 0 0 0 7 6 0 0 19 0 2 0 887028921 1298530304 250430 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/24018/statm: 317024 250430 409 364 0 252942 0
[pid=24020] ppid=24018 vsize=379240 CPUtime=100.03 cores=0,2
/proc/24020/stat : 24020 (lingeling) T 24018 24020 24020 0 -1 4202496 169085 0 0 0 9977 26 0 0 25 0 1 0 887028923 388341760 93980 33554432000 4194304 4352236 140735646268048 18446744073709551615 4257381 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/24020/statm: 94810 93980 129 39 0 93890 0
[pid=24018/tid=24024] ppid=23889 vsize=1268096 CPUtime=0 cores=0,2
/proc/24018/task/24024/stat : 24024 (python) S 23889 23889 18188 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 887038937 1298530304 250430 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 514 18446604453937235200 0 0 -1 2 0 0 0
[pid=24025] ppid=23889 vsize=1268108 CPUtime=0.18 cores=0,2
/proc/24025/stat : 24025 (python) S 23889 23889 18188 0 -1 4202560 1105 0 0 0 11 7 0 0 18 0 2 0 887038937 1298542592 250420 33554432000 4194304 5683644 140735031220272 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/24025/statm: 317027 250420 399 364 0 252942 0
[pid=24027] ppid=24025 vsize=1264344 CPUtime=134.12 cores=0,2
/proc/24027/stat : 24027 (precosat) R 24025 24027 24027 0 -1 4202496 318472 0 0 0 13362 50 0 0 25 0 1 0 887038939 1294688256 307665 33554432000 4194304 4890832 140733789985520 18446744073709551615 4229292 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/24027/statm: 316086 307665 86 171 0 315913 0
[pid=24025/tid=24031] ppid=23889 vsize=1268108 CPUtime=0 cores=0,2
/proc/24025/task/24031/stat : 24031 (python) S 23889 23889 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887048953 1298542592 250420 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 514 18446604453929698560 0 0 -1 2 0 0 0
[pid=23889/tid=24019] ppid=23887 vsize=1278352 CPUtime=0 cores=0,2
/proc/23889/task/24019/stat : 24019 (python) S 23887 23889 18188 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 3 0 887028923 1309032448 251894 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
[pid=23889/tid=24026] ppid=23887 vsize=1278352 CPUtime=0 cores=0,2
/proc/23889/task/24026/stat : 24026 (python) S 23887 23889 18188 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 3 0 887038939 1309032448 251894 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 5458140

[startup+1182.3 s]
/proc/loadavg: 1.00 1.58 2.59 2/180 24033
/proc/meminfo: memFree=29070020/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=1278352 CPUtime=887.64 cores=0,2
/proc/23889/stat : 23889 (python) S 23887 23889 18188 0 -1 4202496 1865260 934 1 0 88514 250 0 0 18 0 3 0 886940134 1309032448 251894 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23889/statm: 319588 251894 1870 364 0 255503 0
[pid=24018] ppid=23889 vsize=1268096 CPUtime=0.13 cores=0,2
/proc/24018/stat : 24018 (python) S 23889 23889 18188 0 -1 4202560 1073 0 0 0 7 6 0 0 19 0 2 0 887028921 1298530304 250430 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/24018/statm: 317024 250430 409 364 0 252942 0
[pid=24020] ppid=24018 vsize=379240 CPUtime=100.03 cores=0,2
/proc/24020/stat : 24020 (lingeling) T 24018 24020 24020 0 -1 4202496 169085 0 0 0 9977 26 0 0 25 0 1 0 887028923 388341760 93980 33554432000 4194304 4352236 140735646268048 18446744073709551615 4257381 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/24020/statm: 94810 93980 129 39 0 93890 0
[pid=24018/tid=24024] ppid=23889 vsize=1268096 CPUtime=0 cores=0,2
/proc/24018/task/24024/stat : 24024 (python) S 23889 23889 18188 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 887038937 1298530304 250430 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 514 18446604453937235200 0 0 -1 2 0 0 0
[pid=24025] ppid=23889 vsize=1268108 CPUtime=0.26 cores=0,2
/proc/24025/stat : 24025 (python) S 23889 23889 18188 0 -1 4202560 1121 0 0 0 15 11 0 0 18 0 2 0 887038937 1298542592 250420 33554432000 4194304 5683644 140735031220272 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/24025/statm: 317027 250420 399 364 0 252942 0
[pid=24027] ppid=24025 vsize=1264344 CPUtime=194.07 cores=0,2
/proc/24027/stat : 24027 (precosat) R 24025 24027 24027 0 -1 4202496 318478 0 0 0 19356 51 0 0 25 0 1 0 887038939 1294688256 307671 33554432000 4194304 4890832 140733789985520 18446744073709551615 4238904 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/24027/statm: 316086 307671 86 171 0 315913 0
[pid=24025/tid=24031] ppid=23889 vsize=1268108 CPUtime=0 cores=0,2
/proc/24025/task/24031/stat : 24031 (python) S 23889 23889 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887048953 1298542592 250420 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 514 18446604453929698560 0 0 -1 2 0 0 0
[pid=23889/tid=24019] ppid=23887 vsize=1278352 CPUtime=0 cores=0,2
/proc/23889/task/24019/stat : 24019 (python) S 23887 23889 18188 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 3 0 887028923 1309032448 251894 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
[pid=23889/tid=24026] ppid=23887 vsize=1278352 CPUtime=0 cores=0,2
/proc/23889/task/24026/stat : 24026 (python) S 23887 23889 18188 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 3 0 887038939 1309032448 251894 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182.13
Current children cumulated vsize (KiB) 5458140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 1.00 1.55 2.56 2/180 24034
/proc/meminfo: memFree=29069768/32950928 swapFree=67055428/67111528
[pid=23889] ppid=23887 vsize=1278352 CPUtime=887.64 cores=0,2
/proc/23889/stat : 23889 (python) S 23887 23889 18188 0 -1 4202496 1865260 934 1 0 88514 250 0 0 18 0 3 0 886940134 1309032448 251894 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23889/statm: 319588 251894 1870 364 0 255503 0
[pid=24018] ppid=23889 vsize=1268096 CPUtime=0.13 cores=0,2
/proc/24018/stat : 24018 (python) S 23889 23889 18188 0 -1 4202560 1073 0 0 0 7 6 0 0 19 0 2 0 887028921 1298530304 250430 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/24018/statm: 317024 250430 409 364 0 252942 0
[pid=24020] ppid=24018 vsize=379240 CPUtime=100.03 cores=0,2
/proc/24020/stat : 24020 (lingeling) T 24018 24020 24020 0 -1 4202496 169085 0 0 0 9977 26 0 0 25 0 1 0 887028923 388341760 93980 33554432000 4194304 4352236 140735646268048 18446744073709551615 4257381 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/24020/statm: 94810 93980 129 39 0 93890 0
[pid=24018/tid=24024] ppid=23889 vsize=1268096 CPUtime=0 cores=0,2
/proc/24018/task/24024/stat : 24024 (python) S 23889 23889 18188 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 887038937 1298530304 250430 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 514 18446604453937235200 0 0 -1 2 0 0 0
[pid=24025] ppid=23889 vsize=1268108 CPUtime=0.28 cores=0,2
/proc/24025/stat : 24025 (python) S 23889 23889 18188 0 -1 4202560 1127 0 0 0 16 12 0 0 18 0 2 0 887038937 1298542592 250420 33554432000 4194304 5683644 140735031220272 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/24025/statm: 317027 250420 399 364 0 252942 0
[pid=24027] ppid=24025 vsize=1264344 CPUtime=211.96 cores=0,2
/proc/24027/stat : 24027 (precosat) R 24025 24027 24027 0 -1 4202496 318478 0 0 0 21145 51 0 0 25 0 1 0 887038939 1294688256 307671 33554432000 4194304 4890832 140733789985520 18446744073709551615 4229292 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/24027/statm: 316086 307671 86 171 0 315913 0
[pid=24025/tid=24031] ppid=23889 vsize=1268108 CPUtime=0 cores=0,2
/proc/24025/task/24031/stat : 24031 (python) S 23889 23889 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887048953 1298542592 250420 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 514 18446604453929698560 0 0 -1 2 0 0 0
[pid=23889/tid=24019] ppid=23887 vsize=1278352 CPUtime=0 cores=0,2
/proc/23889/task/24019/stat : 24019 (python) S 23887 23889 18188 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 3 0 887028923 1309032448 251894 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
[pid=23889/tid=24026] ppid=23887 vsize=1278352 CPUtime=0 cores=0,2
/proc/23889/task/24026/stat : 24026 (python) S 23887 23889 18188 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 3 0 887038939 1309032448 251894 33554432000 4194304 5683644 140735031220272 18446744073709551615 239488518577 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 5458140

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 23889 and gives
#  childrusage.ru_utime.tv_sec=885
#  childrusage.ru_utime.tv_usec=146437
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=547612
# CPU time returned by wait4() is 887.694
# while last known CPU time is 1200.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.26
CPU time (s): 1200.04
CPU user time (s): 1196.59
CPU system time (s): 3.45
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 5458140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 885.146
system time used= 2.54761
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1866194
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= 2848
involuntary context switches= 1918

runsolver used 2.01969 second user time and 4.10038 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 02:50:30
IDJOB=3484696
IDBENCH=88158
IDSOLVER=1976
FILE ID=node148/3484696-1307753423
RUNJOBID= node148-1307750674-23108
PBS_JOBID= 13550812
Free space on /tmp= 73516 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq60_a.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-3484696-1307753423/watcher-3484696-1307753423 -o /tmp/evaluation-result-3484696-1307753423/solver-3484696-1307753423 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484696-1307753423.cnf -seed 35881200 -budget 1200

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

MD5SUM BENCH= 1e60a63f1ba68b9b3c423ca413b4fa2b
RANDOM SEED=35881200

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.82
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29365104 kB
Buffers:        118392 kB
Cached:        1280968 kB
SwapCached:       8824 kB
Active:        2824684 kB
Inactive:       588732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29365104 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:          257312 kB
Writeback:           0 kB
AnonPages:     2012384 kB
Mapped:          19464 kB
Slab:           100780 kB
PageTables:      12144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2415016 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= 73792 MiB
End job on node148 at 2011-06-11 03:10:33