Trace number 3380814

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-industrial (fixed)? (MO) 3647.56 1914.65

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMc6d3480970bb2819448dd0a800a3cf1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3527.13
Satisfiable
(Un)Satisfiability was proved
Number of variables1134832
Number of clauses6175026
Sum of the clauses size14647926
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 26124260
Number of clauses of size 3960
Number of clauses of size 41200
Number of clauses of size 51200
Number of clauses of size over 546560

Solver Data

0.34/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.67	c INFO: solving HOME/instance-3380814-1305493011.cnf
0.34/0.67	c INFO: computing task features
31.82/32.19	c INFO: computed variable-clause graph statistics
32.62/32.91	c INFO: computed clause balance statistics
118.92/119.22	c INFO: computed variable balance statistics
178.93/179.29	c INFO: computed small-clause counts
186.23/186.56	c INFO: computed Horn-clause counts
1665.78/1666.02	c INFO: computed variable graph statistics
1665.78/1666.03	c INFO: collected features for HOME/instance-3380814-1305493011.cnf in 1663.69 s
1665.78/1666.06	c INFO: running cryptominisat-2.9.0@0 for 1649 with 3334 remaining (b = 0.75)
1665.78/1666.08	c INFO: running lingeling-276@0 for 388 with 3334 remaining (b = 0.32)
1665.88/1666.11	c INFO: running cryptominisat-2.9.0@0 for 1649 with 3334 remaining (b = 0.64)
1665.88/1666.14	c INFO: running lingeling-276@0 for 97 with 3334 remaining (b = 0.12)
1665.88/1666.17	c INFO: running cryptominisat-2.9.0@0 for 1649 with 3334 remaining (b = 0.49)
1665.97/1666.20	c INFO: running lingeling-276@0 for 1552 with 3334 remaining (b = 0.40)
1665.97/1666.23	c INFO: running cryptominisat-2.9.0@0 for 1649 with 3334 remaining (b = 0.34)
1665.97/1666.26	c INFO: running glucose@0 for 194 with 3334 remaining (b = 0.05)
2466.40/1766.44	c INFO: running precosat-570@0 for 3234 with 3234 remaining (b = 0.53)
3235.63/1862.82	c INFO: running glucose@99 for 97 with 3137 remaining (b = 0.02)

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-3380814-1305493011/watcher-3380814-1305493011 -o /tmp/evaluation-result-3380814-1305493011/solver-3380814-1305493011 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380814-1305493011.cnf -seed 2108162666 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.63 5.13 3.75 2/330 1953
/proc/meminfo: memFree=24481220/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=15080 CPUtime=0 cores=0-7
/proc/1953/stat : 1953 (python) S 1951 1953 1664 0 -1 4202496 615 0 0 0 0 0 0 0 18 0 1 0 739532228 15441920 513 33554432000 4194304 5683644 140733229448384 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/1953/statm: 3770 513 300 364 0 257 0

[startup+0.024056 s]
/proc/loadavg: 5.63 5.13 3.75 2/330 1953
/proc/meminfo: memFree=24481220/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=16244 CPUtime=0.01 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 1061 0 0 0 1 0 0 0 17 0 1 0 739532228 16633856 934 33554432000 4194304 5683644 140733229448384 18446744073709551615 4887611 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 4061 934 381 364 0 548 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16244

[startup+0.101027 s]
/proc/loadavg: 5.63 5.13 3.75 2/330 1953
/proc/meminfo: memFree=24481220/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=87708 CPUtime=0.05 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 2637 0 0 0 4 1 0 0 17 0 1 0 739532228 89812992 2354 33554432000 4194304 5683644 140733229448384 18446744073709551615 231895488512 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.301017 s]
/proc/loadavg: 5.63 5.13 3.75 2/330 1953
/proc/meminfo: memFree=24481220/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=135752 CPUtime=0.18 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 5960 932 1 0 13 5 0 0 17 0 1 0 739532228 139010048 4150 33554432000 4194304 5683644 140733229448384 18446744073709551615 231895486469 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700924 s]
/proc/loadavg: 5.63 5.13 3.75 2/330 1953
/proc/meminfo: memFree=24481220/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=398656 CPUtime=0.42 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 20328 932 1 0 29 13 0 0 16 0 1 0 739532228 408223744 18011 33554432000 4194304 5683644 140733229448384 18446744073709551615 231895490304 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 99664 18056 1758 364 0 35588 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 398656

[startup+1.95466 s]
/proc/loadavg: 5.63 5.13 3.75 2/330 1953
/proc/meminfo: memFree=24481220/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=475256 CPUtime=1.67 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 57890 932 1 0 148 19 0 0 17 0 1 0 739532228 486662144 55573 33554432000 4194304 5683644 140733229448384 18446744073709551615 231895186929 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 118814 55574 1761 364 0 54738 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 475256

[startup+3.10046 s]
/proc/loadavg: 5.63 5.13 3.75 2/331 1958
/proc/meminfo: memFree=24253060/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=544608 CPUtime=2.81 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 75373 932 1 0 260 21 0 0 19 0 1 0 739532228 557678592 73056 33554432000 4194304 5683644 140733229448384 18446744073709551615 231895176965 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 136152 73057 1761 364 0 72076 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 544608

[startup+6.30085 s]
/proc/loadavg: 5.33 5.08 3.74 2/331 1958
/proc/meminfo: memFree=24056852/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=750740 CPUtime=6.02 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 124107 932 1 0 572 30 0 0 25 0 1 0 739532228 768757760 121790 33554432000 4194304 5683644 140733229448384 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 187685 121793 1761 364 0 123609 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 750740

[startup+12.7007 s]
/proc/loadavg: 4.99 5.01 3.72 2/331 1958
/proc/meminfo: memFree=23654736/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=1144636 CPUtime=12.42 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 221422 932 1 0 1200 42 0 0 25 0 1 0 739532228 1172107264 219105 33554432000 4194304 5683644 140733229448384 18446744073709551615 231895149125 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 286159 219106 1761 364 0 222083 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1144636

[startup+25.5003 s]
/proc/loadavg: 4.10 4.82 3.68 2/331 1958
/proc/meminfo: memFree=23293508/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=1380612 CPUtime=25.22 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 923449 932 1 0 2401 121 0 0 25 0 1 0 739532228 1413746688 270897 33554432000 4194304 5683644 140733229448384 18446744073709551615 46967694726954 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 345153 270905 1815 364 0 281077 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1380612

[startup+51.1004 s]
/proc/loadavg: 3.04 4.51 3.60 2/331 1959
/proc/meminfo: memFree=23447844/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=1292992 CPUtime=50.82 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 997612 932 1 0 4951 131 0 0 25 0 1 0 739532228 1324023808 260632 33554432000 4194304 5683644 140733229448384 18446744073709551615 231895149570 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 323248 260632 1826 364 0 259172 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 1292992

[startup+102.312 s]
/proc/loadavg: 1.89 3.96 3.46 2/331 1960
/proc/meminfo: memFree=23447564/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=1292992 CPUtime=102.03 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 997612 932 1 0 10072 131 0 0 25 0 1 0 739532228 1324023808 260632 33554432000 4194304 5683644 140733229448384 18446744073709551615 46967694748549 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 323248 260632 1826 364 0 259172 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 1292992

[startup+162.301 s]
/proc/loadavg: 1.32 3.42 3.31 2/331 1962
/proc/meminfo: memFree=23447612/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=1292992 CPUtime=162.02 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 997613 932 1 0 16071 131 0 0 25 0 1 0 739532228 1324023808 260633 33554432000 4194304 5683644 140733229448384 18446744073709551615 46967692086539 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 323248 260633 1827 364 0 259172 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 1292992

[startup+222.3 s]
/proc/loadavg: 1.12 2.98 3.16 2/331 1964
/proc/meminfo: memFree=23448284/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=1292992 CPUtime=222.03 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 1492120 932 1 0 22021 182 0 0 25 0 1 0 739532228 1324023808 260639 33554432000 4194304 5683644 140733229448384 18446744073709551615 46967691974784 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 323248 260639 1833 364 0 259172 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 1292992

[startup+282.301 s]
/proc/loadavg: 1.04 2.62 3.02 2/331 1974
/proc/meminfo: memFree=23445992/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=1292992 CPUtime=282.03 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 1492120 932 1 0 28021 182 0 0 25 0 1 0 739532228 1324023808 260639 33554432000 4194304 5683644 140733229448384 18446744073709551615 46967691974784 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 323248 260639 1833 364 0 259172 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 1292992

[startup+342.301 s]
/proc/loadavg: 1.01 2.32 2.89 2/331 1976
/proc/meminfo: memFree=23445680/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=1292992 CPUtime=342.03 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 1492120 932 1 0 34021 182 0 0 25 0 1 0 739532228 1324023808 260639 33554432000 4194304 5683644 140733229448384 18446744073709551615 46967691974784 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 323248 260639 1833 364 0 259172 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 1292992

[startup+402.3 s]
/proc/loadavg: 1.00 2.08 2.77 2/331 1977
/proc/meminfo: memFree=23445724/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=1292992 CPUtime=402.04 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 1492120 932 1 0 40022 182 0 0 25 0 1 0 739532228 1324023808 260639 33554432000 4194304 5683644 140733229448384 18446744073709551615 46967691974784 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 323248 260639 1833 364 0 259172 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 1292992

[startup+462.301 s]
/proc/loadavg: 1.00 1.88 2.66 2/331 1979
/proc/meminfo: memFree=23446032/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=1292992 CPUtime=462.04 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 1492120 932 1 0 46022 182 0 0 25 0 1 0 739532228 1324023808 260639 33554432000 4194304 5683644 140733229448384 18446744073709551615 46967691974784 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 323248 260639 1833 364 0 259172 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 1292992

[startup+522.301 s]
/proc/loadavg: 1.06 1.73 2.56 2/331 1981
/proc/meminfo: memFree=23445976/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=1292992 CPUtime=522.04 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 1492120 932 1 0 52022 182 0 0 25 0 1 0 739532228 1324023808 260639 33554432000 4194304 5683644 140733229448384 18446744073709551615 46967691974796 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 323248 260639 1833 364 0 259172 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 1292992

[startup+582.301 s]
/proc/loadavg: 1.02 1.60 2.46 2/331 1982
/proc/meminfo: memFree=23446044/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=1292992 CPUtime=582.04 cores=0-7
/proc/1953/stat : 1953 (python) R 1951 1953 1664 0 -1 4202496 1492120 932 1 0 58022 182 0 0 25 0 1 0 739532228 1324023808 260639 33554432000 4194304 5683644 140733229448384 18446744073709551615 46967691974784 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1953/statm: 323248 260639 1833 364 0 259172 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 1292992

[startup+642.3 s]

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

/proc/2023/stat : 2023 (lingeling) T 1 2023 2023 0 -1 4202496 135514 0 0 0 9974 22 0 0 25 0 1 0 739698844 278794240 67235 33554432000 4194304 4352236 140737232807440 18446744073709551615 4207597 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/2023/statm: 68065 67235 129 39 0 67145 0
[pid=2024] ppid=1953 vsize=0 CPUtime=0.81 cores=0-7
/proc/2024/stat : 2024 (python) Z 1953 1953 1664 0 -1 4203612 1305 0 0 0 44 37 0 0 15 0 1 0 739698846 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2024/statm: 0 0 0 0 0 0 0
[pid=2026] ppid=1 vsize=0 CPUtime=247.77 cores=0-7
/proc/2026/stat : 2026 (cryptominisat-2) R 1 2026 2026 0 -1 4203524 6729575 0 0 0 23549 1228 0 0 25 0 1 0 739698847 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2026/statm: 0 0 0 0 0 0 0
[pid=2027] ppid=1953 vsize=0 CPUtime=0.66 cores=0-7
/proc/2027/stat : 2027 (python) Z 1953 1953 1664 0 -1 4203612 1000 0 0 0 31 35 0 0 15 0 1 0 739698848 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2027/statm: 0 0 0 0 0 0 0
[pid=2030] ppid=1953 vsize=0 CPUtime=0.83 cores=0-7
/proc/2030/stat : 2030 (python) Z 1953 1953 1664 0 -1 4203612 1106 0 0 0 44 39 0 0 15 0 1 0 739698851 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2030/statm: 0 0 0 0 0 0 0
[pid=2034] ppid=1 vsize=0 CPUtime=247.12 cores=0-7
/proc/2034/stat : 2034 (cryptominisat-2) R 1 2034 2034 0 -1 4203524 6332795 0 0 0 23535 1177 0 0 25 0 1 0 739698856 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2034/statm: 0 0 0 0 0 0 0
[pid=2032] ppid=1953 vsize=0 CPUtime=0.67 cores=0-7
/proc/2032/stat : 2032 (python) Z 1953 1953 1664 0 -1 4203612 1054 0 0 0 32 35 0 0 15 0 1 0 739698855 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2032/statm: 0 0 0 0 0 0 0
[pid=2040] ppid=1953 vsize=0 CPUtime=0.41 cores=0-7
/proc/2040/stat : 2040 (python) Z 1953 1953 1664 0 -1 4203612 862 0 0 0 19 22 0 0 15 0 1 0 739708872 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2040/statm: 0 0 0 0 0 0 0
[pid=2042] ppid=1 vsize=0 CPUtime=147.42 cores=0-7
/proc/2042/stat : 2042 (precosat) R 1 2042 2042 0 -1 4203524 375259 0 0 0 14680 62 0 0 25 0 1 0 739708874 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2042/statm: 0 0 0 0 0 0 0
[pid=1953/tid=2041] ppid=1951 vsize=0 CPUtime=0.08 cores=0-7
/proc/1953/task/2041/stat : 2041 (python) R 1951 1953 1664 0 -1 4203588 30 932 0 0 0 8 0 0 18 0 2 0 739708874 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2909.98
Current children cumulated vsize (KiB) 272260
#
############


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

[startup+1914.57 s]
/proc/loadavg: 8.12 5.07 3.01 9/360 2047
/proc/meminfo: memFree=2800356/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=0 CPUtime=1666.2 cores=0-7
/proc/1953/stat : 1953 (python) Z 1951 1953 1664 0 -1 4203548 1498807 932 1 0 166413 207 0 0 18 0 2 0 739532228 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/1953/statm: 0 0 0 0 0 0 0
[pid=2012] ppid=1953 vsize=0 CPUtime=1.01 cores=0-7
/proc/2012/stat : 2012 (python) Z 1953 1953 1664 0 -1 4203612 1358 0 0 0 53 48 0 0 16 0 1 0 739698834 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/2012/statm: 0 0 0 0 0 0 0
[pid=2014] ppid=1 vsize=0 CPUtime=247.56 cores=0-7
/proc/2014/stat : 2014 (cryptominisat-2) R 1 2014 2014 0 -1 4203524 8236806 0 0 0 23612 1144 0 0 25 0 1 0 739698835 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2014/statm: 0 0 0 0 0 0 0
[pid=2015] ppid=1953 vsize=0 CPUtime=0.66 cores=0-7
/proc/2015/stat : 2015 (python) Z 1953 1953 1664 0 -1 4203612 974 0 0 0 35 31 0 0 15 0 1 0 739698837 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2015/statm: 0 0 0 0 0 0 0
[pid=2018] ppid=1953 vsize=0 CPUtime=0.97 cores=0-7
/proc/2018/stat : 2018 (python) Z 1953 1953 1664 0 -1 4203612 1260 0 0 0 54 43 0 0 15 0 1 0 739698840 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2018/statm: 0 0 0 0 0 0 0
[pid=2020] ppid=1 vsize=0 CPUtime=247.65 cores=0-7
/proc/2020/stat : 2020 (cryptominisat-2) R 1 2020 2020 0 -1 4203524 7313098 0 0 0 23461 1304 0 0 25 0 1 0 739698841 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2020/statm: 0 0 0 0 0 0 0
[pid=2021] ppid=1953 vsize=0 CPUtime=0.28 cores=0-7
/proc/2021/stat : 2021 (python) Z 1953 1953 1664 0 -1 4203612 1131 0 0 0 14 14 0 0 18 0 1 0 739698843 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2021/statm: 0 0 0 0 0 0 0
[pid=2023] ppid=1 vsize=272260 CPUtime=99.96 cores=0-7
/proc/2023/stat : 2023 (lingeling) T 1 2023 2023 0 -1 4202496 135514 0 0 0 9974 22 0 0 25 0 1 0 739698844 278794240 67235 33554432000 4194304 4352236 140737232807440 18446744073709551615 4207597 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/2023/statm: 68065 67235 129 39 0 67145 0
[pid=2024] ppid=1953 vsize=0 CPUtime=0.81 cores=0-7
/proc/2024/stat : 2024 (python) Z 1953 1953 1664 0 -1 4203612 1305 0 0 0 44 37 0 0 15 0 1 0 739698846 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2024/statm: 0 0 0 0 0 0 0
[pid=2026] ppid=1 vsize=0 CPUtime=247.77 cores=0-7
/proc/2026/stat : 2026 (cryptominisat-2) R 1 2026 2026 0 -1 4203524 6729575 0 0 0 23549 1228 0 0 25 0 1 0 739698847 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2026/statm: 0 0 0 0 0 0 0
[pid=2027] ppid=1953 vsize=0 CPUtime=0.66 cores=0-7
/proc/2027/stat : 2027 (python) Z 1953 1953 1664 0 -1 4203612 1000 0 0 0 31 35 0 0 15 0 1 0 739698848 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2027/statm: 0 0 0 0 0 0 0
[pid=2030] ppid=1953 vsize=0 CPUtime=0.83 cores=0-7
/proc/2030/stat : 2030 (python) Z 1953 1953 1664 0 -1 4203612 1106 0 0 0 44 39 0 0 15 0 1 0 739698851 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2030/statm: 0 0 0 0 0 0 0
[pid=2034] ppid=1 vsize=0 CPUtime=247.12 cores=0-7
/proc/2034/stat : 2034 (cryptominisat-2) R 1 2034 2034 0 -1 4203524 6332795 0 0 0 23535 1177 0 0 25 0 1 0 739698856 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2034/statm: 0 0 0 0 0 0 0
[pid=2032] ppid=1953 vsize=0 CPUtime=0.67 cores=0-7
/proc/2032/stat : 2032 (python) Z 1953 1953 1664 0 -1 4203612 1054 0 0 0 32 35 0 0 15 0 1 0 739698855 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2032/statm: 0 0 0 0 0 0 0
[pid=2040] ppid=1953 vsize=0 CPUtime=0.41 cores=0-7
/proc/2040/stat : 2040 (python) Z 1953 1953 1664 0 -1 4203612 862 0 0 0 19 22 0 0 15 0 1 0 739708872 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2040/statm: 0 0 0 0 0 0 0
[pid=2042] ppid=1 vsize=0 CPUtime=147.42 cores=0-7
/proc/2042/stat : 2042 (precosat) R 1 2042 2042 0 -1 4203524 375259 0 0 0 14680 62 0 0 25 0 1 0 739708874 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2042/statm: 0 0 0 0 0 0 0
[pid=1953/tid=2041] ppid=1951 vsize=0 CPUtime=0.08 cores=0-7
/proc/1953/task/2041/stat : 2041 (python) R 1951 1953 1664 0 -1 4203588 30 932 0 0 0 8 0 0 18 0 2 0 739708874 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2909.98
Current children cumulated vsize (KiB) 272260

[startup+1914.6 s]
/proc/loadavg: 8.12 5.07 3.01 9/360 2047
/proc/meminfo: memFree=2800356/32950928 swapFree=60044312/67111528
[pid=1953] ppid=1951 vsize=0 CPUtime=1666.23 cores=0-7
/proc/1953/stat : 1953 (python) Z 1951 1953 1664 0 -1 4203548 1498807 932 1 0 166413 210 0 0 18 0 2 0 739532228 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/1953/statm: 0 0 0 0 0 0 0
[pid=2012] ppid=1953 vsize=0 CPUtime=1.01 cores=0-7
/proc/2012/stat : 2012 (python) Z 1953 1953 1664 0 -1 4203612 1358 0 0 0 53 48 0 0 16 0 1 0 739698834 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/2012/statm: 0 0 0 0 0 0 0
[pid=2014] ppid=1 vsize=0 CPUtime=247.59 cores=0-7
/proc/2014/stat : 2014 (cryptominisat-2) R 1 2014 2014 0 -1 4203524 8236806 0 0 0 23612 1147 0 0 25 0 1 0 739698835 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2014/statm: 0 0 0 0 0 0 0
[pid=2015] ppid=1953 vsize=0 CPUtime=0.66 cores=0-7
/proc/2015/stat : 2015 (python) Z 1953 1953 1664 0 -1 4203612 974 0 0 0 35 31 0 0 15 0 1 0 739698837 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2015/statm: 0 0 0 0 0 0 0
[pid=2018] ppid=1953 vsize=0 CPUtime=0.97 cores=0-7
/proc/2018/stat : 2018 (python) Z 1953 1953 1664 0 -1 4203612 1260 0 0 0 54 43 0 0 15 0 1 0 739698840 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2018/statm: 0 0 0 0 0 0 0
[pid=2020] ppid=1 vsize=0 CPUtime=247.69 cores=0-7
/proc/2020/stat : 2020 (cryptominisat-2) R 1 2020 2020 0 -1 4203524 7313098 0 0 0 23461 1308 0 0 25 0 1 0 739698841 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2020/statm: 0 0 0 0 0 0 0
[pid=2021] ppid=1953 vsize=0 CPUtime=0.28 cores=0-7
/proc/2021/stat : 2021 (python) Z 1953 1953 1664 0 -1 4203612 1131 0 0 0 14 14 0 0 18 0 1 0 739698843 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2021/statm: 0 0 0 0 0 0 0
[pid=2023] ppid=1 vsize=272260 CPUtime=99.96 cores=0-7
/proc/2023/stat : 2023 (lingeling) T 1 2023 2023 0 -1 4202496 135514 0 0 0 9974 22 0 0 25 0 1 0 739698844 278794240 67235 33554432000 4194304 4352236 140737232807440 18446744073709551615 4207597 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/2023/statm: 68065 67235 129 39 0 67145 0
[pid=2024] ppid=1953 vsize=0 CPUtime=0.81 cores=0-7
/proc/2024/stat : 2024 (python) Z 1953 1953 1664 0 -1 4203612 1305 0 0 0 44 37 0 0 15 0 1 0 739698846 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2024/statm: 0 0 0 0 0 0 0
[pid=2026] ppid=1 vsize=0 CPUtime=247.81 cores=0-7
/proc/2026/stat : 2026 (cryptominisat-2) R 1 2026 2026 0 -1 4203524 6729575 0 0 0 23549 1232 0 0 25 0 1 0 739698847 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2026/statm: 0 0 0 0 0 0 0
[pid=2027] ppid=1953 vsize=0 CPUtime=0.66 cores=0-7
/proc/2027/stat : 2027 (python) Z 1953 1953 1664 0 -1 4203612 1000 0 0 0 31 35 0 0 15 0 1 0 739698848 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2027/statm: 0 0 0 0 0 0 0
[pid=2030] ppid=1953 vsize=0 CPUtime=0.83 cores=0-7
/proc/2030/stat : 2030 (python) Z 1953 1953 1664 0 -1 4203612 1106 0 0 0 44 39 0 0 15 0 1 0 739698851 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2030/statm: 0 0 0 0 0 0 0
[pid=2034] ppid=1 vsize=0 CPUtime=247.16 cores=0-7
/proc/2034/stat : 2034 (cryptominisat-2) R 1 2034 2034 0 -1 4203524 6332795 0 0 0 23535 1181 0 0 25 0 1 0 739698856 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2034/statm: 0 0 0 0 0 0 0
[pid=2032] ppid=1953 vsize=0 CPUtime=0.67 cores=0-7
/proc/2032/stat : 2032 (python) Z 1953 1953 1664 0 -1 4203612 1054 0 0 0 32 35 0 0 15 0 1 0 739698855 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2032/statm: 0 0 0 0 0 0 0
[pid=2040] ppid=1953 vsize=0 CPUtime=0.41 cores=0-7
/proc/2040/stat : 2040 (python) Z 1953 1953 1664 0 -1 4203612 862 0 0 0 19 22 0 0 15 0 1 0 739708872 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2040/statm: 0 0 0 0 0 0 0
[pid=2042] ppid=1 vsize=0 CPUtime=147.46 cores=0-7
/proc/2042/stat : 2042 (precosat) R 1 2042 2042 0 -1 4203524 375259 0 0 0 14680 66 0 0 25 0 1 0 739708874 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2042/statm: 0 0 0 0 0 0 0
[pid=1953/tid=2041] ppid=1951 vsize=0 CPUtime=0.12 cores=0-7
/proc/1953/task/2041/stat : 2041 (python) R 1951 1953 1664 0 -1 4203588 30 932 0 0 0 12 0 0 18 0 2 0 739708874 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2910.2
Current children cumulated vsize (KiB) 272260

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1953 and gives
#  childrusage.ru_utime.tv_sec=1664
#  childrusage.ru_utime.tv_usec=134013
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=158671
# CPU time returned by wait4() is 1666.29
# while last known CPU time is 2910.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 737.36
#  lost CPU user time (s): 737.43
#  lost CPU system time (s): -0.0699997

Real time (s): 1914.65
CPU time (s): 3647.56
CPU user time (s): 3592.93
CPU system time (s): 54.63
CPU usage (%): 190.508
Max. virtual memory (cumulated for all children) (KiB): 31797808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1664.13
system time used= 2.15867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1499739
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= 2944
involuntary context switches= 2477

runsolver used 5.67314 second user time and 13.7999 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 22:56:55
IDJOB=3380814
IDBENCH=82413
IDSOLVER=1864
FILE ID=node114/3380814-1305493011
RUNJOBID= node114-1305491340-1678
PBS_JOBID= 13325414
Free space on /tmp= 72880 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380814-1305493011/watcher-3380814-1305493011 -o /tmp/evaluation-result-3380814-1305493011/solver-3380814-1305493011 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380814-1305493011.cnf -seed 2108162666 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=2108162666

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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:     32950928 kB
MemFree:      24481624 kB
Buffers:          2680 kB
Cached:         275016 kB
SwapCached:      44612 kB
Active:         363672 kB
Inactive:      7922468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24481624 kB
SwapTotal:    67111528 kB
SwapFree:     60044312 kB
Dirty:          152324 kB
Writeback:           0 kB
AnonPages:     7969544 kB
Mapped:          19616 kB
Slab:            68452 kB
PageTables:      46560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 57149816 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= 72848 MiB
End job on node114 at 2011-05-15 23:28:52