Trace number 3285856

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
ppfolio par? (TO) 4159.14 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUM6c2d25eda70423643946d76935ceb950
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 variables1512832
Number of clauses8233086
Sum of the clauses size19530286
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 28165680
Number of clauses of size 31280
Number of clauses of size 41600
Number of clauses of size 51600
Number of clauses of size over 562080

Solver Data

0.00/0.80	This is pico-portfolio, a naive parallel portfolio
0.00/0.80	Copyright (C) 2011 Olivier Roussel
0.00/0.80	Using 4 processing units
0.00/0.80	This portfolio uses the following solvers:
0.00/0.80	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.80	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.80	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.80	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.80	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.80	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.80	Starting clasp 1.3.6 on core(s) 4
0.00/0.80	Starting TNM 2009 on core(s) 6
0.00/0.80	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.80	Starting march_hi 2009 on core(s) 6
0.00/0.80	

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: 935)

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-3285856-1304035224/watcher-3285856-1304035224 -o /tmp/evaluation-result-3285856-1304035224/solver-3285856-1304035224 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3285856-1304035224.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.01 7.66 7.86 3/178 32067
/proc/meminfo: memFree=21998656/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) R 32065 32067 31354 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 515120793 18763776 390 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/32067/statm: 4581 390 341 23 0 91 0

[startup+0.098901 s]
/proc/loadavg: 6.01 7.66 7.86 3/178 32067
/proc/meminfo: memFree=21998656/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 215 0 0 0 0 0 0 24 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 9224195386380386304 0 0 17 2 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100897 s]
/proc/loadavg: 6.01 7.66 7.86 3/178 32067
/proc/meminfo: memFree=21998656/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 215 0 0 0 0 0 0 24 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 9224195386380386304 0 0 17 2 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300861 s]
/proc/loadavg: 6.01 7.66 7.86 3/178 32067
/proc/meminfo: memFree=21998656/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 215 0 0 0 0 0 0 24 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 9224195386380386304 0 0 17 2 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70079 s]
/proc/loadavg: 6.01 7.66 7.86 3/178 32067
/proc/meminfo: memFree=21998656/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 215 0 0 0 0 0 0 24 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 9224195386380386304 0 0 17 2 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5006 s]
/proc/loadavg: 6.01 7.66 7.86 6/181 32073
/proc/meminfo: memFree=21226728/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 215 0 0 0 0 0 0 24 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 9224195386380386304 0 0 17 2 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
[pid=32068] ppid=32067 vsize=379188 CPUtime=1.48 cores=0
/proc/32068/stat : 32068 (cryptominisat) R 32067 32067 31354 0 -1 4202496 80427 0 0 0 132 16 0 0 20 0 1 0 515120793 388288512 79268 33554432000 4194304 4587354 140734034309760 18446744073709551615 255376962245 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32068/statm: 94797 79269 288 96 0 91359 0
[pid=32069] ppid=32067 vsize=282372 CPUtime=1.49 cores=4
/proc/32069/stat : 32069 (clasp) R 32067 32067 31354 0 -1 4202496 76617 0 0 0 138 11 0 0 20 0 1 0 515120793 289148928 65426 33554432000 4194304 4785740 140733910399728 18446744073709551615 255377301248 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32069/statm: 70593 65427 309 145 0 67638 0
[pid=32071] ppid=32067 vsize=103820 CPUtime=1.47 cores=2
/proc/32071/stat : 32071 (lingeling) R 32067 32067 31354 0 -1 4202496 25326 0 0 0 141 6 0 0 25 0 1 0 515120793 106311680 25122 33554432000 4194304 4352236 140734456471744 18446744073709551615 255377301248 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32071/statm: 25955 25122 101 39 0 25035 0
[pid=32072] ppid=32067 vsize=335672 CPUtime=1.48 cores=6
/proc/32072/stat : 32072 (march_hi) R 32067 32067 31354 0 -1 4194304 75394 0 0 0 136 12 0 0 25 0 1 0 515120793 343728128 75289 33554432000 4194304 4331988 140736051561344 18446744073709551615 255376835054 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32072/statm: 83918 75289 113 34 0 82360 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1119376

[startup+3.1003 s]
/proc/loadavg: 6.01 7.66 7.86 9/190 32084
/proc/meminfo: memFree=20180104/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 215 0 0 0 0 0 0 18 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
[pid=32068] ppid=32067 vsize=754592 CPUtime=3.09 cores=0
/proc/32068/stat : 32068 (cryptominisat) R 32067 32067 31354 0 -1 4202496 171385 0 0 0 280 29 0 0 25 0 1 0 515120793 772702208 169132 33554432000 4194304 4587354 140734034309760 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32068/statm: 188648 169132 306 96 0 185210 0
[pid=32069] ppid=32067 vsize=341620 CPUtime=3.09 cores=4
/proc/32069/stat : 32069 (clasp) R 32067 32067 31354 0 -1 4202496 122346 0 0 0 291 18 0 0 25 0 1 0 515120793 349818880 81238 33554432000 4194304 4785740 140733910399728 18446744073709551615 255376962245 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32069/statm: 85405 81238 321 145 0 82450 0
[pid=32071] ppid=32067 vsize=276876 CPUtime=3.06 cores=2
/proc/32071/stat : 32071 (lingeling) R 32067 32067 31354 0 -1 4202496 62093 0 0 0 291 15 0 0 25 0 1 0 515120793 283521024 61889 33554432000 4194304 4352236 140734456471744 18446744073709551615 255376995421 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32071/statm: 69219 61900 101 39 0 68299 0
[pid=32072] ppid=32067 vsize=430448 CPUtime=3.08 cores=6
/proc/32072/stat : 32072 (march_hi) R 32067 32067 31354 0 -1 4194304 101946 0 0 0 290 18 0 0 25 0 1 0 515120793 440778752 101841 33554432000 4194304 4331988 140736051561344 18446744073709551615 255376835261 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32072/statm: 107612 101841 113 34 0 106054 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 1821860

[startup+6.30071 s]
/proc/loadavg: 6.33 7.70 7.87 9/190 32084
/proc/meminfo: memFree=18232032/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 215 0 0 0 0 0 0 15 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
[pid=32068] ppid=32067 vsize=1006864 CPUtime=6.29 cores=0
/proc/32068/stat : 32068 (cryptominisat) R 32067 32067 31354 0 -1 4202496 234293 0 0 0 593 36 0 0 25 0 1 0 515120793 1031028736 232040 33554432000 4194304 4587354 140734034309760 18446744073709551615 4365356 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32068/statm: 251716 232040 310 96 0 248278 0
[pid=32069] ppid=32067 vsize=351320 CPUtime=6.29 cores=4
/proc/32069/stat : 32069 (clasp) R 32067 32067 31354 0 -1 4202496 124932 0 0 0 611 18 0 0 25 0 1 0 515120793 359751680 83824 33554432000 4194304 4785740 140733910399728 18446744073709551615 4321639 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32069/statm: 87830 83824 329 145 0 84875 0
[pid=32071] ppid=32067 vsize=256968 CPUtime=6.22 cores=2
/proc/32071/stat : 32071 (lingeling) R 32067 32067 31354 0 -1 4202496 95976 0 0 0 599 23 0 0 25 0 1 0 515120793 263135232 63392 33554432000 4194304 4352236 140734456471744 18446744073709551615 4261408 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32071/statm: 64242 63392 116 39 0 63322 0
[pid=32072] ppid=32067 vsize=1034964 CPUtime=6.25 cores=6
/proc/32072/stat : 32072 (march_hi) R 32067 32067 31354 0 -1 4194304 176964 0 0 0 595 30 0 0 25 0 1 0 515120793 1059803136 176856 33554432000 4194304 4331988 140736051561344 18446744073709551615 4256854 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32072/statm: 258741 176856 116 34 0 257183 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 2668440

[startup+12.7005 s]
/proc/loadavg: 6.46 7.70 7.87 9/190 32085
/proc/meminfo: memFree=17275404/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 215 0 0 0 0 0 0 15 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
[pid=32068] ppid=32067 vsize=1009844 CPUtime=12.69 cores=0
/proc/32068/stat : 32068 (cryptominisat) R 32067 32067 31354 0 -1 4202496 235050 0 0 0 1233 36 0 0 25 0 1 0 515120793 1034080256 232797 33554432000 4194304 4587354 140734034309760 18446744073709551615 4421108 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32068/statm: 252461 232797 311 96 0 249023 0
[pid=32069] ppid=32067 vsize=370376 CPUtime=12.68 cores=4
/proc/32069/stat : 32069 (clasp) R 32067 32067 31354 0 -1 4202496 129704 0 0 0 1249 19 0 0 25 0 1 0 515120793 379265024 88596 33554432000 4194304 4785740 140733910399728 18446744073709551615 4319104 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32069/statm: 92594 88596 336 145 0 89639 0
[pid=32071] ppid=32067 vsize=272888 CPUtime=12.62 cores=2
/proc/32071/stat : 32071 (lingeling) R 32067 32067 31354 0 -1 4202496 171250 0 0 0 1230 32 0 0 25 0 1 0 515120793 279437312 67377 33554432000 4194304 4352236 140734456471744 18446744073709551615 4283832 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32071/statm: 68222 67377 121 39 0 67302 0
[pid=32072] ppid=32067 vsize=1205108 CPUtime=12.62 cores=6
/proc/32072/stat : 32072 (march_hi) R 32067 32067 31354 0 -1 4194304 339417 0 0 0 1212 50 0 0 25 0 1 0 515120793 1234030592 219045 33554432000 4194304 4331988 140736051561344 18446744073709551615 255376960771 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32072/statm: 301277 219045 128 34 0 299719 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 2876540

[startup+25.5012 s]
/proc/loadavg: 6.88 7.73 7.88 9/190 32085
/proc/meminfo: memFree=17501476/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 215 0 0 0 0 0 0 15 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
[pid=32068] ppid=32067 vsize=970664 CPUtime=25.48 cores=0
/proc/32068/stat : 32068 (cryptominisat) R 32067 32067 31354 0 -1 4202496 243620 0 0 0 2511 37 0 0 25 0 1 0 515120793 993959936 226590 33554432000 4194304 4587354 140734034309760 18446744073709551615 4236698 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32068/statm: 242666 226590 325 96 0 239228 0
[pid=32069] ppid=32067 vsize=407960 CPUtime=25.48 cores=4
/proc/32069/stat : 32069 (clasp) R 32067 32067 31354 0 -1 4202496 139102 0 0 0 2527 21 0 0 25 0 1 0 515120793 417751040 97994 33554432000 4194304 4785740 140733910399728 18446744073709551615 4536814 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32069/statm: 101990 97994 336 145 0 99035 0
[pid=32071] ppid=32067 vsize=272888 CPUtime=25.42 cores=2
/proc/32071/stat : 32071 (lingeling) R 32067 32067 31354 0 -1 4202496 171250 0 0 0 2510 32 0 0 25 0 1 0 515120793 279437312 67377 33554432000 4194304 4352236 140734456471744 18446744073709551615 4283883 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32071/statm: 68222 67377 121 39 0 67302 0
[pid=32072] ppid=32067 vsize=1023048 CPUtime=25.35 cores=6
/proc/32072/stat : 32072 (march_hi) R 32067 32067 31354 0 -1 4194304 525878 0 0 0 2459 76 0 0 25 0 1 0 515120793 1047601152 173924 33554432000 4194304 4331988 140736051561344 18446744073709551615 4261831 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32072/statm: 255762 173924 129 34 0 254204 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 2692884

[startup+51.1004 s]
/proc/loadavg: 7.26 7.75 7.88 9/190 32095
/proc/meminfo: memFree=17335580/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 215 0 0 0 0 0 0 15 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
[pid=32068] ppid=32067 vsize=1120668 CPUtime=50.98 cores=0
/proc/32068/stat : 32068 (cryptominisat) R 32067 32067 31354 0 -1 4202496 254767 0 0 0 5059 39 0 0 25 0 1 0 515120793 1147564032 237735 33554432000 4194304 4587354 140734034309760 18446744073709551615 4236583 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32068/statm: 280167 237735 325 96 0 276729 0
[pid=32069] ppid=32067 vsize=428416 CPUtime=51.07 cores=4
/proc/32069/stat : 32069 (clasp) R 32067 32067 31354 0 -1 4202496 144208 0 0 0 5085 22 0 0 25 0 1 0 515120793 438697984 103100 33554432000 4194304 4785740 140733910399728 18446744073709551615 4290633 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32069/statm: 107104 103100 336 145 0 104149 0
[pid=32071] ppid=32067 vsize=292008 CPUtime=51 cores=2
/proc/32071/stat : 32071 (lingeling) R 32067 32067 31354 0 -1 4202496 187148 0 0 0 5066 34 0 0 25 0 1 0 515120793 299016192 72169 33554432000 4194304 4352236 140734456471744 18446744073709551615 4278664 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32071/statm: 73002 72169 127 39 0 72082 0
[pid=32072] ppid=32067 vsize=1063680 CPUtime=50.81 cores=6
/proc/32072/stat : 32072 (march_hi) R 32067 32067 31354 0 -1 4194304 1065648 0 0 0 4933 148 0 0 25 0 1 0 515120793 1089208320 184082 33554432000 4194304 4331988 140736051561344 18446744073709551615 4256848 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32072/statm: 265920 184082 129 34 0 264362 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 2923096

[startup+102.307 s]
/proc/loadavg: 7.46 7.71 7.86 10/191 32128
/proc/meminfo: memFree=19422452/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 215 0 0 0 0 0 0 15 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
[pid=32068] ppid=32067 vsize=1120668 CPUtime=102.2 cores=0
/proc/32068/stat : 32068 (cryptominisat) R 32067 32067 31354 0 -1 4202496 272235 0 0 0 10176 44 0 0 25 0 1 0 515120793 1147564032 255196 33554432000 4194304 4587354 140734034309760 18446744073709551615 4236508 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32068/statm: 280167 255196 325 96 0 276729 0
[pid=32069] ppid=32067 vsize=470076 CPUtime=102.27 cores=4

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

/proc/32071/statm: 77623 76790 127 39 0 76703 0
Current children cumulated CPU time (s) 2725.99
Current children cumulated vsize (KiB) 4709400

[startup+882.301 s]
/proc/loadavg: 3.29 5.88 7.23 4/179 32201
/proc/meminfo: memFree=17966760/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=260.35 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 3631293 0 0 4 7 25237 787 15 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 2769336913222434816 0 0 17 0 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
[pid=32068] ppid=32067 vsize=3567772 CPUtime=881.89 cores=0
/proc/32068/stat : 32068 (cryptominisat) R 32067 32067 31354 0 -1 4202496 40941443 0 0 0 82436 5753 0 0 25 0 1 0 515120793 3653398528 245911 33554432000 4194304 4587354 140734034309760 18446744073709551615 4502688 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32068/statm: 891943 245911 332 96 0 888505 0
[pid=32069] ppid=32067 vsize=895128 CPUtime=881.6 cores=4
/proc/32069/stat : 32069 (clasp) R 32067 32067 31354 0 -1 4202496 260876 0 0 0 88108 52 0 0 25 0 1 0 515120793 916611072 219768 33554432000 4194304 4785740 140733910399728 18446744073709551615 4290648 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32069/statm: 223782 219768 336 145 0 220827 0
[pid=32071] ppid=32067 vsize=300680 CPUtime=882.14 cores=2
/proc/32071/stat : 32071 (lingeling) R 32067 32067 31354 0 -1 4202496 336812 0 0 0 88120 94 0 0 25 0 1 0 515120793 307896320 74337 33554432000 4194304 4352236 140734456471744 18446744073709551615 4278712 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32071/statm: 75170 74337 127 39 0 74250 0
Current children cumulated CPU time (s) 2905.98
Current children cumulated vsize (KiB) 4781904

[startup+942.3 s]
/proc/loadavg: 3.14 5.37 6.97 4/179 32202
/proc/meminfo: memFree=17928548/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=260.36 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 3631293 0 0 4 8 25237 787 15 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 2769337325539295232 0 0 17 0 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
[pid=32068] ppid=32067 vsize=3567772 CPUtime=941.89 cores=0
/proc/32068/stat : 32068 (cryptominisat) R 32067 32067 31354 0 -1 4202496 44321963 0 0 0 87943 6246 0 0 25 0 1 0 515120793 3653398528 245911 33554432000 4194304 4587354 140734034309760 18446744073709551615 4507320 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32068/statm: 891943 245911 332 96 0 888505 0
[pid=32069] ppid=32067 vsize=910620 CPUtime=941.6 cores=4
/proc/32069/stat : 32069 (clasp) R 32067 32067 31354 0 -1 4202496 264763 0 0 0 94108 52 0 0 25 0 1 0 515120793 932474880 223655 33554432000 4194304 4785740 140733910399728 18446744073709551615 4290607 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32069/statm: 227655 223655 336 145 0 224700 0
[pid=32071] ppid=32067 vsize=308256 CPUtime=942.14 cores=2
/proc/32071/stat : 32071 (lingeling) R 32067 32067 31354 0 -1 4202496 338710 0 0 0 94120 94 0 0 25 0 1 0 515120793 315654144 76231 33554432000 4194304 4352236 140734456471744 18446744073709551615 4229925 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32071/statm: 77064 76231 127 39 0 76144 0
Current children cumulated CPU time (s) 3085.99
Current children cumulated vsize (KiB) 4804972

[startup+1002.3 s]
/proc/loadavg: 3.05 4.93 6.72 4/179 32204
/proc/meminfo: memFree=17928400/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=260.36 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 3631293 0 0 4 8 25237 787 15 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 2769336638344527872 0 0 17 0 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
[pid=32068] ppid=32067 vsize=3512404 CPUtime=1001.89 cores=0
/proc/32068/stat : 32068 (cryptominisat) R 32067 32067 31354 0 -1 4202496 47879783 0 0 0 93435 6754 0 0 25 0 1 0 515120793 3596701696 234091 33554432000 4194304 4587354 140734034309760 18446744073709551615 4506654 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32068/statm: 878101 234091 332 96 0 874663 0
[pid=32069] ppid=32067 vsize=925136 CPUtime=1001.61 cores=4
/proc/32069/stat : 32069 (clasp) R 32067 32067 31354 0 -1 4202496 268380 0 0 0 100107 54 0 0 25 0 1 0 515120793 947339264 227272 33554432000 4194304 4785740 140733910399728 18446744073709551615 4290648 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32069/statm: 231284 227272 336 145 0 228329 0
[pid=32071] ppid=32067 vsize=308256 CPUtime=1002.15 cores=2
/proc/32071/stat : 32071 (lingeling) R 32067 32067 31354 0 -1 4202496 338710 0 0 0 100121 94 0 0 25 0 1 0 515120793 315654144 76231 33554432000 4194304 4352236 140734456471744 18446744073709551615 4207615 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32071/statm: 77064 76231 127 39 0 76144 0
Current children cumulated CPU time (s) 3266.01
Current children cumulated vsize (KiB) 4764120

[startup+1062.3 s]
/proc/loadavg: 3.02 4.58 6.48 4/179 32206
/proc/meminfo: memFree=17952060/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=260.37 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 3631293 0 0 4 9 25237 787 15 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 2769335951149760512 0 0 17 0 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
[pid=32068] ppid=32067 vsize=3567772 CPUtime=1061.89 cores=0
/proc/32068/stat : 32068 (cryptominisat) R 32067 32067 31354 0 -1 4202496 51461243 0 0 0 98926 7263 0 0 25 0 1 0 515120793 3653398528 245911 33554432000 4194304 4587354 140734034309760 18446744073709551615 4507351 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32068/statm: 891943 245911 332 96 0 888505 0
[pid=32069] ppid=32067 vsize=933684 CPUtime=1061.61 cores=4
/proc/32069/stat : 32069 (clasp) R 32067 32067 31354 0 -1 4202496 270525 0 0 0 106107 54 0 0 25 0 1 0 515120793 956092416 229417 33554432000 4194304 4785740 140733910399728 18446744073709551615 4290668 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32069/statm: 233421 229417 336 145 0 230466 0
[pid=32071] ppid=32067 vsize=308256 CPUtime=1062.15 cores=2
/proc/32071/stat : 32071 (lingeling) R 32067 32067 31354 0 -1 4202496 338710 0 0 0 106121 94 0 0 25 0 1 0 515120793 315654144 76231 33554432000 4194304 4352236 140734456471744 18446744073709551615 4207619 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32071/statm: 77064 76231 127 39 0 76144 0
Current children cumulated CPU time (s) 3446.02
Current children cumulated vsize (KiB) 4828036

[startup+1122.3 s]
/proc/loadavg: 3.00 4.29 6.26 4/179 32207
/proc/meminfo: memFree=17885588/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=260.37 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 3631293 0 0 4 9 25237 787 15 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 2769337600417202176 0 0 17 0 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
[pid=32068] ppid=32067 vsize=3567772 CPUtime=1121.88 cores=0
/proc/32068/stat : 32068 (cryptominisat) R 32067 32067 31354 0 -1 4202496 54770843 0 0 0 104439 7749 0 0 25 0 1 0 515120793 3653398528 245911 33554432000 4194304 4587354 140734034309760 18446744073709551615 4503123 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32068/statm: 891943 245911 332 96 0 888505 0
[pid=32069] ppid=32067 vsize=953336 CPUtime=1121.61 cores=4
/proc/32069/stat : 32069 (clasp) R 32067 32067 31354 0 -1 4202496 275469 0 0 0 112106 55 0 0 25 0 1 0 515120793 976216064 234361 33554432000 4194304 4785740 140733910399728 18446744073709551615 4290592 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32069/statm: 238334 234361 336 145 0 235379 0
[pid=32071] ppid=32067 vsize=307848 CPUtime=1122.15 cores=2
/proc/32071/stat : 32071 (lingeling) R 32067 32067 31354 0 -1 4202496 365548 0 0 0 112118 97 0 0 25 0 1 0 515120793 315236352 76129 33554432000 4194304 4352236 140734456471744 18446744073709551615 4238648 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32071/statm: 76962 76129 127 39 0 76042 0
Current children cumulated CPU time (s) 3626.01
Current children cumulated vsize (KiB) 4847280

[startup+1182.3 s]
/proc/loadavg: 3.00 4.05 6.06 4/179 32209
/proc/meminfo: memFree=17859660/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=260.39 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 3631293 0 0 4 11 25237 787 15 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 2769336363466620928 0 0 17 0 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
[pid=32068] ppid=32067 vsize=3567772 CPUtime=1181.87 cores=0
/proc/32068/stat : 32068 (cryptominisat) R 32067 32067 31354 0 -1 4202496 58245923 0 0 0 109941 8246 0 0 25 0 1 0 515120793 3653398528 245911 33554432000 4194304 4587354 140734034309760 18446744073709551615 4293712 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32068/statm: 891943 245911 332 96 0 888505 0
[pid=32069] ppid=32067 vsize=979128 CPUtime=1181.61 cores=4
/proc/32069/stat : 32069 (clasp) R 32067 32067 31354 0 -1 4202496 281780 0 0 0 118105 56 0 0 25 0 1 0 515120793 1002627072 240672 33554432000 4194304 4785740 140733910399728 18446744073709551615 4290592 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32069/statm: 244782 240672 336 145 0 241827 0
[pid=32071] ppid=32067 vsize=307848 CPUtime=1182.15 cores=2
/proc/32071/stat : 32071 (lingeling) R 32067 32067 31354 0 -1 4202496 365548 0 0 0 118118 97 0 0 25 0 1 0 515120793 315236352 76129 33554432000 4194304 4352236 140734456471744 18446744073709551615 4281160 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32071/statm: 76962 76129 127 39 0 76042 0
Current children cumulated CPU time (s) 3806.02
Current children cumulated vsize (KiB) 4873072

[startup+1242.3 s]
/proc/loadavg: 3.00 3.86 5.86 4/179 32210
/proc/meminfo: memFree=17845624/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=260.41 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 3631293 0 0 5 12 25237 787 15 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 2769336913222434816 0 0 17 0 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
[pid=32068] ppid=32067 vsize=3567772 CPUtime=1241.86 cores=0
/proc/32068/stat : 32068 (cryptominisat) R 32067 32067 31354 0 -1 4202496 61744643 0 0 0 115447 8739 0 0 25 0 1 0 515120793 3653398528 245911 33554432000 4194304 4587354 140734034309760 18446744073709551615 4503128 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32068/statm: 891943 245911 332 96 0 888505 0
[pid=32069] ppid=32067 vsize=1007596 CPUtime=1241.61 cores=4
/proc/32069/stat : 32069 (clasp) R 32067 32067 31354 0 -1 4202496 288912 0 0 0 124103 58 0 0 25 0 1 0 515120793 1031778304 247804 33554432000 4194304 4785740 140733910399728 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32069/statm: 251899 247804 336 145 0 248944 0
[pid=32071] ppid=32067 vsize=307848 CPUtime=1242.16 cores=2
/proc/32071/stat : 32071 (lingeling) R 32067 32067 31354 0 -1 4202496 365548 0 0 0 124119 97 0 0 25 0 1 0 515120793 315236352 76129 33554432000 4194304 4352236 140734456471744 18446744073709551615 4278746 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32071/statm: 76962 76129 127 39 0 76042 0
Current children cumulated CPU time (s) 3986.04
Current children cumulated vsize (KiB) 4901540



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.70 5.68 4/179 32212
/proc/meminfo: memFree=17822668/32951124 swapFree=67111524/67111528
[pid=32067] ppid=32065 vsize=18324 CPUtime=260.42 cores=0,2,4,6
/proc/32067/stat : 32067 (ppfolio) S 32065 32067 31354 0 -1 4202496 526 3631293 0 0 5 13 25237 787 15 0 1 0 515120793 18763776 391 33554432000 4194304 4287625 140735566350512 18446744073709551615 255377321487 0 0 4096 65536 2769337325539295232 0 0 17 0 0 0 0
/proc/32067/statm: 4581 391 342 23 0 91 0
[pid=32068] ppid=32067 vsize=3567772 CPUtime=1299.54 cores=0
/proc/32068/stat : 32068 (cryptominisat) R 32067 32067 31354 0 -1 4202496 65125163 0 0 0 120736 9218 0 0 25 0 1 0 515120793 3653398528 245911 33554432000 4194304 4587354 140734034309760 18446744073709551615 4502695 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32068/statm: 891943 245911 332 96 0 888505 0
[pid=32069] ppid=32067 vsize=1016236 CPUtime=1299.32 cores=4
/proc/32069/stat : 32069 (clasp) R 32067 32067 31354 0 -1 4202496 291075 0 0 0 129873 59 0 0 25 0 1 0 515120793 1040625664 249967 33554432000 4194304 4785740 140733910399728 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32069/statm: 254059 249967 336 145 0 251104 0
[pid=32071] ppid=32067 vsize=307844 CPUtime=1299.86 cores=2
/proc/32071/stat : 32071 (lingeling) R 32067 32067 31354 0 -1 4202496 365548 0 0 0 129889 97 0 0 25 0 1 0 515120793 315232256 76128 33554432000 4194304 4352236 140734456471744 18446744073709551615 4238648 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32071/statm: 76961 76128 127 39 0 76041 0
Current children cumulated CPU time (s) 4159.14
Current children cumulated vsize (KiB) 4910176

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 32067 and gives
#  childrusage.ru_utime.tv_sec=252
#  childrusage.ru_utime.tv_usec=431624
#  childrusage.ru_stime.tv_sec=8
#  childrusage.ru_stime.tv_usec=9782
# CPU time returned by wait4() is 260.441
# while last known CPU time is 4159.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.02
CPU time (s): 4159.14
CPU user time (s): 4057.4
CPU system time (s): 101.74
CPU usage (%): 319.93
Max. virtual memory (cumulated for all children) (KiB): 7782640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.432
system time used= 8.00978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3631819
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37363
involuntary context switches= 12452

runsolver used 2.12768 second user time and 5.00124 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 02:00:29
IDJOB=3285856
IDBENCH=82404
IDSOLVER=1612
FILE ID=node135/3285856-1304035224
RUNJOBID= node135-1304035224-32053
PBS_JOBID= 13170317
Free space on /tmp= 70780 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285856-1304035224/watcher-3285856-1304035224 -o /tmp/evaluation-result-3285856-1304035224/solver-3285856-1304035224 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3285856-1304035224.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=906590981

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21998936 kB
Buffers:       1824556 kB
Cached:        8453904 kB
SwapCached:          4 kB
Active:        2504384 kB
Inactive:      7843456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21998936 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          369808 kB
Writeback:           0 kB
AnonPages:       69524 kB
Mapped:          14504 kB
Slab:           540144 kB
PageTables:       4848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194308 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= 68904 MiB
End job on node135 at 2011-04-29 02:22:11