Trace number 3483919

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.1 1199.82

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

0.42/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.42/0.70	c INFO: solving HOME/instance-3483919-1307748627.cnf
0.42/0.70	c INFO: computing task features
1.83/2.20	c INFO: computed variable-clause graph statistics
1.93/2.26	c INFO: computed clause balance statistics
9.12/9.45	c INFO: computed variable balance statistics
14.22/14.56	c INFO: computed small-clause counts
14.32/14.63	c INFO: computed Horn-clause counts
26.13/26.44	c INFO: computed variable graph statistics
26.13/26.44	c INFO: collected features for HOME/instance-3483919-1307748627.cnf in 25.71 s
26.13/26.45	c INFO: running lingeling-276@0 for 1174 with 1174 remaining (b = 0.52)

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-3483919-1307748627/watcher-3483919-1307748627 -o /tmp/evaluation-result-3483919-1307748627/solver-3483919-1307748627 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483919-1307748627.cnf -seed 815363443 -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.01 4.02 3.30 4/196 29007
/proc/meminfo: memFree=26644312/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=15184 CPUtime=0 cores=0,2
/proc/29007/stat : 29007 (python) S 29005 29007 28449 0 -1 4202496 729 0 0 0 0 0 0 0 25 0 1 0 886460965 15548416 617 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 0 0 0 0
/proc/29007/statm: 3796 617 322 364 0 283 0

[startup+0.0647411 s]
/proc/loadavg: 4.01 4.02 3.30 4/196 29007
/proc/meminfo: memFree=26644312/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=29792 CPUtime=0.04 cores=0,2
/proc/29007/stat : 29007 (python) R 29005 29007 28449 0 -1 4202496 1460 0 0 0 3 1 0 0 25 0 1 0 886460965 30507008 1298 33554432000 4194304 5683644 140733626931024 18446744073709551615 4445845 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29007/statm: 7448 1298 443 364 0 818 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29792

[startup+0.10073 s]
/proc/loadavg: 4.01 4.02 3.30 4/196 29007
/proc/meminfo: memFree=26644312/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=85368 CPUtime=0.06 cores=0,2
/proc/29007/stat : 29007 (python) R 29005 29007 28449 0 -1 4202496 2595 0 0 0 4 2 0 0 18 0 1 0 886460965 87416832 2315 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335890432 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29007/statm: 21342 2315 713 364 0 1559 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85368

[startup+0.300721 s]
/proc/loadavg: 4.01 4.02 3.30 4/196 29007
/proc/meminfo: memFree=26644312/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=135752 CPUtime=0.19 cores=0,2
/proc/29007/stat : 29007 (python) R 29005 29007 28449 0 -1 4202496 5975 931 1 0 13 6 0 0 18 0 1 0 886460965 139010048 4148 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335888389 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29007/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700645 s]
/proc/loadavg: 4.01 4.02 3.30 4/196 29007
/proc/meminfo: memFree=26644312/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=287184 CPUtime=0.42 cores=0,2
/proc/29007/stat : 29007 (python) R 29005 29007 28449 0 -1 4202496 11451 931 1 0 31 11 0 0 16 0 1 0 886460965 294076416 9118 33554432000 4194304 5683644 140733626931024 18446744073709551615 47692325767889 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29007/statm: 71796 9118 1761 364 0 7720 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 287184

[startup+1.50053 s]
/proc/loadavg: 4.01 4.02 3.30 5/197 29012
/proc/meminfo: memFree=26594480/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=339560 CPUtime=1.22 cores=0,2
/proc/29007/stat : 29007 (python) R 29005 29007 28449 0 -1 4202496 24087 931 1 0 109 13 0 0 17 0 1 0 886460965 347709440 21754 33554432000 4194304 5683644 140733626931024 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29007/statm: 84890 21757 1761 364 0 20814 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 339560

[startup+3.10025 s]
/proc/loadavg: 4.01 4.02 3.30 5/197 29012
/proc/meminfo: memFree=26523676/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=376776 CPUtime=2.82 cores=0,2
/proc/29007/stat : 29007 (python) R 29005 29007 28449 0 -1 4202496 44876 931 1 0 266 16 0 0 19 0 1 0 886460965 385818624 31578 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335541159 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29007/statm: 94194 31578 1826 364 0 30118 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 376776

[startup+6.30068 s]
/proc/loadavg: 4.01 4.02 3.30 5/197 29012
/proc/meminfo: memFree=26522556/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=376776 CPUtime=6.02 cores=0,2
/proc/29007/stat : 29007 (python) R 29005 29007 28449 0 -1 4202496 44876 931 1 0 586 16 0 0 25 0 1 0 886460965 385818624 31578 33554432000 4194304 5683644 140733626931024 18446744073709551615 4324486 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29007/statm: 94194 31578 1826 364 0 30118 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 376776

[startup+12.7005 s]
/proc/loadavg: 4.01 4.01 3.30 5/197 29012
/proc/meminfo: memFree=26519204/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=376776 CPUtime=12.42 cores=0,2
/proc/29007/stat : 29007 (python) R 29005 29007 28449 0 -1 4202496 44877 931 1 0 1226 16 0 0 25 0 1 0 886460965 385818624 31579 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347715976 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29007/statm: 94194 31579 1827 364 0 30118 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 376776

[startup+25.5003 s]
/proc/loadavg: 4.01 4.01 3.31 5/197 29012
/proc/meminfo: memFree=26504432/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=376776 CPUtime=25.22 cores=0,2
/proc/29007/stat : 29007 (python) R 29005 29007 28449 0 -1 4202496 44883 931 1 0 2506 16 0 0 25 0 1 0 886460965 385818624 31585 33554432000 4194304 5683644 140733626931024 18446744073709551615 47692154906752 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29007/statm: 94194 31585 1833 364 0 30118 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 376776

[startup+51.1007 s]
/proc/loadavg: 4.00 4.01 3.33 5/200 29016
/proc/meminfo: memFree=26474664/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=379536 CPUtime=26.19 cores=0,2
/proc/29007/stat : 29007 (python) S 29005 29007 28449 0 -1 4202496 45166 931 1 0 2602 17 0 0 19 0 2 0 886460965 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29007/statm: 94884 29746 1867 364 0 30802 0
[pid=29013] ppid=29007 vsize=369292 CPUtime=0.02 cores=0,2
/proc/29013/stat : 29013 (python) S 29007 29007 28449 0 -1 4202560 891 0 0 0 1 1 0 0 18 0 1 0 886463611 378155008 28251 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335912463 0 0 16781312 514 3380567246853079298 0 0 17 0 0 0 0
/proc/29013/statm: 92323 28251 376 364 0 28241 0
[pid=29015] ppid=29013 vsize=34876 CPUtime=24.59 cores=0,2
/proc/29015/stat : 29015 (lingeling) R 29013 29015 29015 0 -1 4202496 12066 0 0 0 2458 1 0 0 25 0 1 0 886463611 35713024 7889 33554432000 4194304 4352236 140736418555760 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29015/statm: 8719 7889 129 39 0 7799 0
[pid=29007/tid=29014] ppid=29005 vsize=379536 CPUtime=0 cores=0,2
/proc/29007/task/29014/stat : 29014 (python) S 29005 29007 28449 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 886463611 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347716017 0 0 16781312 2 18446604445711947072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 783704

[startup+102.308 s]
/proc/loadavg: 4.00 4.01 3.36 5/204 29021
/proc/meminfo: memFree=25837984/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=379536 CPUtime=26.19 cores=0,2
/proc/29007/stat : 29007 (python) S 29005 29007 28449 0 -1 4202496 45166 931 1 0 2602 17 0 0 19 0 2 0 886460965 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29007/statm: 94884 29746 1867 364 0 30802 0
[pid=29013] ppid=29007 vsize=369292 CPUtime=0.09 cores=0,2
/proc/29013/stat : 29013 (python) S 29007 29007 28449 0 -1 4202560 915 0 0 0 4 5 0 0 18 0 1 0 886463611 378155008 28251 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335912463 0 0 16781312 514 3380567246853079298 0 0 17 0 0 0 0
/proc/29013/statm: 92323 28251 376 364 0 28241 0
[pid=29015] ppid=29013 vsize=56360 CPUtime=75.74 cores=0,2
/proc/29015/stat : 29015 (lingeling) R 29013 29015 29015 0 -1 4202496 17442 0 0 0 7572 2 0 0 25 0 1 0 886463611 57712640 13260 33554432000 4194304 4352236 140736418555760 18446744073709551615 4208618 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29015/statm: 14090 13260 129 39 0 13170 0
[pid=29007/tid=29014] ppid=29005 vsize=379536 CPUtime=0 cores=0,2
/proc/29007/task/29014/stat : 29014 (python) S 29005 29007 28449 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 886463611 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347716017 0 0 16781312 2 18446604445711947072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 805188

[startup+162.301 s]
/proc/loadavg: 4.04 4.02 3.41 5/204 29023
/proc/meminfo: memFree=25477404/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=379536 CPUtime=26.19 cores=0,2
/proc/29007/stat : 29007 (python) S 29005 29007 28449 0 -1 4202496 45166 931 1 0 2602 17 0 0 19 0 2 0 886460965 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29007/statm: 94884 29746 1867 364 0 30802 0
[pid=29013] ppid=29007 vsize=369292 CPUtime=0.18 cores=0,2
/proc/29013/stat : 29013 (python) S 29007 29007 28449 0 -1 4202560 935 0 0 0 9 9 0 0 18 0 1 0 886463611 378155008 28251 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335912463 0 0 16781312 514 3380567246853079298 0 0 17 0 0 0 0
/proc/29013/statm: 92323 28251 376 364 0 28241 0
[pid=29015] ppid=29013 vsize=64496 CPUtime=135.65 cores=0,2
/proc/29015/stat : 29015 (lingeling) R 29013 29015 29015 0 -1 4202496 24175 0 0 0 13562 3 0 0 25 0 1 0 886463611 66043904 15294 33554432000 4194304 4352236 140736418555760 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29015/statm: 16124 15294 129 39 0 15204 0
[pid=29007/tid=29014] ppid=29005 vsize=379536 CPUtime=0 cores=0,2
/proc/29007/task/29014/stat : 29014 (python) S 29005 29007 28449 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 886463611 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347716017 0 0 16781312 2 18446604445711947072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 813324

[startup+222.301 s]
/proc/loadavg: 4.16 4.04 3.45 5/204 29024
/proc/meminfo: memFree=25345044/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=379536 CPUtime=26.19 cores=0,2
/proc/29007/stat : 29007 (python) S 29005 29007 28449 0 -1 4202496 45166 931 1 0 2602 17 0 0 19 0 2 0 886460965 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29007/statm: 94884 29746 1867 364 0 30802 0
[pid=29013] ppid=29007 vsize=369292 CPUtime=0.27 cores=0,2
/proc/29013/stat : 29013 (python) S 29007 29007 28449 0 -1 4202560 955 0 0 0 14 13 0 0 18 0 1 0 886463611 378155008 28251 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335912463 0 0 16781312 514 3380567246853079298 0 0 17 0 0 0 0
/proc/29013/statm: 92323 28251 376 364 0 28241 0
[pid=29015] ppid=29013 vsize=80860 CPUtime=195.56 cores=0,2
/proc/29015/stat : 29015 (lingeling) R 29013 29015 29015 0 -1 4202496 39026 0 0 0 19552 4 0 0 25 0 1 0 886463611 82800640 19385 33554432000 4194304 4352236 140736418555760 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29015/statm: 20215 19385 129 39 0 19295 0
[pid=29007/tid=29014] ppid=29005 vsize=379536 CPUtime=0 cores=0,2
/proc/29007/task/29014/stat : 29014 (python) S 29005 29007 28449 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 886463611 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347716017 0 0 16781312 2 18446604445711947072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 829688

[startup+282.301 s]
/proc/loadavg: 4.06 4.03 3.48 5/201 29069
/proc/meminfo: memFree=26426104/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=379536 CPUtime=26.19 cores=0,2
/proc/29007/stat : 29007 (python) S 29005 29007 28449 0 -1 4202496 45166 931 1 0 2602 17 0 0 19 0 2 0 886460965 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29007/statm: 94884 29746 1867 364 0 30802 0
[pid=29013] ppid=29007 vsize=369292 CPUtime=0.35 cores=0,2
/proc/29013/stat : 29013 (python) S 29007 29007 28449 0 -1 4202560 969 0 0 0 19 16 0 0 18 0 1 0 886463611 378155008 28251 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335912463 0 0 16781312 514 3380567246853079298 0 0 17 0 0 0 0
/proc/29013/statm: 92323 28251 376 364 0 28241 0
[pid=29015] ppid=29013 vsize=80872 CPUtime=255.48 cores=0,2
/proc/29015/stat : 29015 (lingeling) R 29013 29015 29015 0 -1 4202496 52394 0 0 0 25541 7 0 0 25 0 1 0 886463611 82812928 19388 33554432000 4194304 4352236 140736418555760 18446744073709551615 4329189 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29015/statm: 20218 19388 129 39 0 19298 0
[pid=29007/tid=29014] ppid=29005 vsize=379536 CPUtime=0 cores=0,2
/proc/29007/task/29014/stat : 29014 (python) S 29005 29007 28449 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 886463611 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347716017 0 0 16781312 2 18446604445711947072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 829700

[startup+342.301 s]
/proc/loadavg: 4.05 4.04 3.52 5/201 29071
/proc/meminfo: memFree=26215136/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=379536 CPUtime=26.19 cores=0,2
/proc/29007/stat : 29007 (python) S 29005 29007 28449 0 -1 4202496 45166 931 1 0 2602 17 0 0 19 0 2 0 886460965 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29007/statm: 94884 29746 1867 364 0 30802 0

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

/proc/29007/statm: 94884 29746 1867 364 0 30802 0
[pid=29013] ppid=29007 vsize=369292 CPUtime=1.02 cores=0,2
/proc/29013/stat : 29013 (python) S 29007 29007 28449 0 -1 4202560 969 0 0 0 56 46 0 0 18 0 1 0 886463611 378155008 28251 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335912463 0 0 16781312 514 3380567246853079298 0 0 17 0 0 0 0
/proc/29013/statm: 92323 28251 376 364 0 28241 0
[pid=29015] ppid=29013 vsize=105424 CPUtime=735.07 cores=0,2
/proc/29015/stat : 29015 (lingeling) R 29013 29015 29015 0 -1 4202496 186080 0 0 0 73486 21 0 0 25 0 1 0 886463611 107954176 25526 33554432000 4194304 4352236 140736418555760 18446744073709551615 4278692 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29015/statm: 26356 25526 129 39 0 25436 0
[pid=29007/tid=29014] ppid=29005 vsize=379536 CPUtime=0 cores=0,2
/proc/29007/task/29014/stat : 29014 (python) S 29005 29007 28449 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 886463611 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347716017 0 0 16781312 2 18446604445711947072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 854252

[startup+822.301 s]
/proc/loadavg: 4.03 4.02 3.70 5/208 29090
/proc/meminfo: memFree=25166168/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=379536 CPUtime=26.19 cores=0,2
/proc/29007/stat : 29007 (python) S 29005 29007 28449 0 -1 4202496 45166 931 1 0 2602 17 0 0 19 0 2 0 886460965 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29007/statm: 94884 29746 1867 364 0 30802 0
[pid=29013] ppid=29007 vsize=369292 CPUtime=1.11 cores=0,2
/proc/29013/stat : 29013 (python) S 29007 29007 28449 0 -1 4202560 969 0 0 0 62 49 0 0 18 0 1 0 886463611 378155008 28251 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335912463 0 0 16781312 514 3380567246853079298 0 0 17 0 0 0 0
/proc/29013/statm: 92323 28251 376 364 0 28241 0
[pid=29015] ppid=29013 vsize=111568 CPUtime=794.99 cores=0,2
/proc/29015/stat : 29015 (lingeling) R 29013 29015 29015 0 -1 4202496 198368 0 0 0 79477 22 0 0 25 0 1 0 886463611 114245632 27062 33554432000 4194304 4352236 140736418555760 18446744073709551615 4280948 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29015/statm: 27892 27062 129 39 0 26972 0
[pid=29007/tid=29014] ppid=29005 vsize=379536 CPUtime=0 cores=0,2
/proc/29007/task/29014/stat : 29014 (python) S 29005 29007 28449 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 886463611 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347716017 0 0 16781312 2 18446604445711947072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 860396

[startup+882.301 s]
/proc/loadavg: 4.09 4.03 3.73 5/201 29135
/proc/meminfo: memFree=26290968/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=379536 CPUtime=26.19 cores=0,2
/proc/29007/stat : 29007 (python) S 29005 29007 28449 0 -1 4202496 45166 931 1 0 2602 17 0 0 19 0 2 0 886460965 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29007/statm: 94884 29746 1867 364 0 30802 0
[pid=29013] ppid=29007 vsize=369292 CPUtime=1.2 cores=0,2
/proc/29013/stat : 29013 (python) S 29007 29007 28449 0 -1 4202560 969 0 0 0 67 53 0 0 18 0 1 0 886463611 378155008 28251 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335912463 0 0 16781312 514 3380567246853079298 0 0 17 0 0 0 0
/proc/29013/statm: 92323 28251 376 364 0 28241 0
[pid=29015] ppid=29013 vsize=109516 CPUtime=854.94 cores=0,2
/proc/29015/stat : 29015 (lingeling) R 29013 29015 29015 0 -1 4202496 217824 0 0 0 85468 26 0 0 25 0 1 0 886463611 112144384 26549 33554432000 4194304 4352236 140736418555760 18446744073709551615 4278749 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29015/statm: 27379 26549 129 39 0 26459 0
[pid=29007/tid=29014] ppid=29005 vsize=379536 CPUtime=0 cores=0,2
/proc/29007/task/29014/stat : 29014 (python) S 29005 29007 28449 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 886463611 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347716017 0 0 16781312 2 18446604445711947072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 858344

[startup+942.301 s]
/proc/loadavg: 4.10 4.04 3.74 5/204 29183
/proc/meminfo: memFree=28949552/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=379536 CPUtime=26.19 cores=0,2
/proc/29007/stat : 29007 (python) S 29005 29007 28449 0 -1 4202496 45166 931 1 0 2602 17 0 0 19 0 2 0 886460965 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29007/statm: 94884 29746 1867 364 0 30802 0
[pid=29013] ppid=29007 vsize=369292 CPUtime=1.28 cores=0,2
/proc/29013/stat : 29013 (python) S 29007 29007 28449 0 -1 4202560 969 0 0 0 72 56 0 0 18 0 1 0 886463611 378155008 28251 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335912463 0 0 16781312 514 12884869378 0 0 17 0 0 0 0
/proc/29013/statm: 92323 28251 376 364 0 28241 0
[pid=29015] ppid=29013 vsize=142284 CPUtime=914.9 cores=0,2
/proc/29015/stat : 29015 (lingeling) R 29013 29015 29015 0 -1 4202496 239378 0 0 0 91462 28 0 0 25 0 1 0 886463611 145698816 34741 33554432000 4194304 4352236 140736418555760 18446744073709551615 4331578 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29015/statm: 35571 34741 129 39 0 34651 0
[pid=29007/tid=29014] ppid=29005 vsize=379536 CPUtime=0 cores=0,2
/proc/29007/task/29014/stat : 29014 (python) S 29005 29007 28449 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 886463611 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347716017 0 0 16781312 2 18446604445711947072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 891112

[startup+1002.3 s]
/proc/loadavg: 4.10 4.06 3.77 5/204 29184
/proc/meminfo: memFree=28915000/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=379536 CPUtime=26.19 cores=0,2
/proc/29007/stat : 29007 (python) S 29005 29007 28449 0 -1 4202496 45166 931 1 0 2602 17 0 0 19 0 2 0 886460965 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29007/statm: 94884 29746 1867 364 0 30802 0
[pid=29013] ppid=29007 vsize=369292 CPUtime=1.37 cores=0,2
/proc/29013/stat : 29013 (python) S 29007 29007 28449 0 -1 4202560 969 0 0 0 77 60 0 0 18 0 1 0 886463611 378155008 28251 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335912463 0 0 16781312 514 3380567246853079298 0 0 17 0 0 0 0
/proc/29013/statm: 92323 28251 376 364 0 28241 0
[pid=29015] ppid=29013 vsize=175052 CPUtime=974.86 cores=0,2
/proc/29015/stat : 29015 (lingeling) R 29013 29015 29015 0 -1 4202496 257810 0 0 0 97456 30 0 0 25 0 1 0 886463611 179253248 42933 33554432000 4194304 4352236 140736418555760 18446744073709551615 4278568 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29015/statm: 43763 42933 129 39 0 42843 0
[pid=29007/tid=29014] ppid=29005 vsize=379536 CPUtime=0 cores=0,2
/proc/29007/task/29014/stat : 29014 (python) S 29005 29007 28449 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 886463611 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347716017 0 0 16781312 2 18446604445711947072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1002.42
Current children cumulated vsize (KiB) 923880

[startup+1062.3 s]
/proc/loadavg: 4.04 4.05 3.78 5/197 29229
/proc/meminfo: memFree=30496132/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=379536 CPUtime=26.19 cores=0,2
/proc/29007/stat : 29007 (python) S 29005 29007 28449 0 -1 4202496 45166 931 1 0 2602 17 0 0 19 0 2 0 886460965 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29007/statm: 94884 29746 1867 364 0 30802 0
[pid=29013] ppid=29007 vsize=369292 CPUtime=1.45 cores=0,2
/proc/29013/stat : 29013 (python) S 29007 29007 28449 0 -1 4202560 969 0 0 0 82 63 0 0 18 0 1 0 886463611 378155008 28251 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335912463 0 0 16781312 514 3380567246853079298 0 0 17 0 0 0 0
/proc/29013/statm: 92323 28251 376 364 0 28241 0
[pid=29015] ppid=29013 vsize=142288 CPUtime=1034.83 cores=0,2
/proc/29015/stat : 29015 (lingeling) R 29013 29015 29015 0 -1 4202496 274195 0 0 0 103451 32 0 0 25 0 1 0 886463611 145702912 34742 33554432000 4194304 4352236 140736418555760 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29015/statm: 35572 34742 129 39 0 34652 0
[pid=29007/tid=29014] ppid=29005 vsize=379536 CPUtime=0 cores=0,2
/proc/29007/task/29014/stat : 29014 (python) S 29005 29007 28449 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 886463611 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347716017 0 0 16781312 2 18446604445711947072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1062.47
Current children cumulated vsize (KiB) 891116

[startup+1122.3 s]
/proc/loadavg: 4.01 4.03 3.79 5/200 29233
/proc/meminfo: memFree=30424392/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=379536 CPUtime=26.19 cores=0,2
/proc/29007/stat : 29007 (python) S 29005 29007 28449 0 -1 4202496 45166 931 1 0 2602 17 0 0 19 0 2 0 886460965 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29007/statm: 94884 29746 1867 364 0 30802 0
[pid=29013] ppid=29007 vsize=369292 CPUtime=1.54 cores=0,2
/proc/29013/stat : 29013 (python) S 29007 29007 28449 0 -1 4202560 969 0 0 0 87 67 0 0 18 0 1 0 886463611 378155008 28251 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335912463 0 0 16781312 514 3380567246853079298 0 0 17 0 0 0 0
/proc/29013/statm: 92323 28251 376 364 0 28241 0
[pid=29015] ppid=29013 vsize=134100 CPUtime=1094.8 cores=0,2
/proc/29015/stat : 29015 (lingeling) R 29013 29015 29015 0 -1 4202496 297748 0 0 0 109446 34 0 0 25 0 1 0 886463611 137318400 32695 33554432000 4194304 4352236 140736418555760 18446744073709551615 4278808 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29015/statm: 33525 32695 129 39 0 32605 0
[pid=29007/tid=29014] ppid=29005 vsize=379536 CPUtime=0 cores=0,2
/proc/29007/task/29014/stat : 29014 (python) S 29005 29007 28449 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 886463611 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347716017 0 0 16781312 2 18446604445711947072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1122.53
Current children cumulated vsize (KiB) 882928

[startup+1182.3 s]
/proc/loadavg: 4.00 4.03 3.80 5/200 29235
/proc/meminfo: memFree=30402576/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=379536 CPUtime=26.19 cores=0,2
/proc/29007/stat : 29007 (python) S 29005 29007 28449 0 -1 4202496 45166 931 1 0 2602 17 0 0 19 0 2 0 886460965 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29007/statm: 94884 29746 1867 364 0 30802 0
[pid=29013] ppid=29007 vsize=369292 CPUtime=1.61 cores=0,2
/proc/29013/stat : 29013 (python) S 29007 29007 28449 0 -1 4202560 969 0 0 0 91 70 0 0 18 0 1 0 886463611 378155008 28251 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335912463 0 0 16781312 514 3380567246853079298 0 0 17 0 0 0 0
/proc/29013/statm: 92323 28251 376 364 0 28241 0
[pid=29015] ppid=29013 vsize=170956 CPUtime=1154.78 cores=0,2
/proc/29015/stat : 29015 (lingeling) R 29013 29015 29015 0 -1 4202496 319252 0 0 0 115441 37 0 0 25 0 1 0 886463611 175058944 41909 33554432000 4194304 4352236 140736418555760 18446744073709551615 4207619 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29015/statm: 42739 41909 129 39 0 41819 0
[pid=29007/tid=29014] ppid=29005 vsize=379536 CPUtime=0 cores=0,2
/proc/29007/task/29014/stat : 29014 (python) S 29005 29007 28449 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 886463611 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347716017 0 0 16781312 2 18446604445711947072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182.58
Current children cumulated vsize (KiB) 919784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.8 s]
/proc/loadavg: 4.00 4.02 3.81 5/197 29279
/proc/meminfo: memFree=30522308/32951124 swapFree=67063272/67111528
[pid=29007] ppid=29005 vsize=379536 CPUtime=26.19 cores=0,2
/proc/29007/stat : 29007 (python) S 29005 29007 28449 0 -1 4202496 45166 931 1 0 2602 17 0 0 19 0 2 0 886460965 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29007/statm: 94884 29746 1867 364 0 30802 0
[pid=29013] ppid=29007 vsize=369292 CPUtime=1.64 cores=0,2
/proc/29013/stat : 29013 (python) S 29007 29007 28449 0 -1 4202560 969 0 0 0 93 71 0 0 18 0 1 0 886463611 378155008 28251 33554432000 4194304 5683644 140733626931024 18446744073709551615 232335912463 0 0 16781312 514 3380567246853079298 0 0 17 0 0 0 0
/proc/29013/statm: 92323 28251 376 364 0 28241 0
[pid=29015] ppid=29013 vsize=142284 CPUtime=1172.27 cores=0,2
/proc/29015/stat : 29015 (lingeling) R 29013 29015 29015 0 -1 4202496 326420 0 0 0 117189 38 0 0 25 0 1 0 886463611 145698816 34741 33554432000 4194304 4352236 140736418555760 18446744073709551615 4328122 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29015/statm: 35571 34741 129 39 0 34651 0
[pid=29007/tid=29014] ppid=29005 vsize=379536 CPUtime=0 cores=0,2
/proc/29007/task/29014/stat : 29014 (python) S 29005 29007 28449 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 886463611 388644864 29746 33554432000 4194304 5683644 140733626931024 18446744073709551615 232347716017 0 0 16781312 2 18446604445711947072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 891112

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 29007 and gives
#  childrusage.ru_utime.tv_sec=26
#  childrusage.ru_utime.tv_usec=23043
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=181972
# CPU time returned by wait4() is 26.205
# while last known CPU time is 1200.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.82
CPU time (s): 1200.1
CPU user time (s): 1198.84
CPU system time (s): 1.26
CPU usage (%): 100.023
Max. virtual memory (cumulated for all children) (KiB): 948456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.023
system time used= 0.181972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46097
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= 2843
involuntary context switches= 67

runsolver used 2.18867 second user time and 4.36334 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 01:30:28
IDJOB=3483919
IDBENCH=82381
IDSOLVER=1976
FILE ID=node132/3483919-1307748627
RUNJOBID= node132-1307747008-28467
PBS_JOBID= 13550826
Free space on /tmp= 73652 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.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-3483919-1307748627/watcher-3483919-1307748627 -o /tmp/evaluation-result-3483919-1307748627/solver-3483919-1307748627 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483919-1307748627.cnf -seed 815363443 -budget 1200

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=815363443

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:     32951124 kB
MemFree:      26644740 kB
Buffers:        227588 kB
Cached:        1344596 kB
SwapCached:       9968 kB
Active:        5486028 kB
Inactive:       597576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26644740 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:          315060 kB
Writeback:           0 kB
AnonPages:     4509448 kB
Mapped:          16040 kB
Slab:           144696 kB
PageTables:      17808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5448264 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73920 MiB
End job on node132 at 2011-06-11 01:50:30