Trace number 3274245

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) 3893.39 1300.03

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n190-s29985700-unsat.cnf
MD5SUMf2cf61fc47972fb7e89be65d1a83332e
Bench CategoryCRAFTED (crafted 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 variables193
Number of clauses396
Sum of the clauses size1188
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3396
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

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

running on 4 cores: 1,3,5,7

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: 8.90 9.12 8.89 5/181 1556
/proc/meminfo: memFree=20458692/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) R 1554 1556 567 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 598555308 18763776 390 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/1556/statm: 4581 390 341 23 0 91 0

[startup+0.469386 s]
/proc/loadavg: 8.90 9.12 8.89 5/181 1556
/proc/meminfo: memFree=20458692/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 598555308 18763776 390 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 11434534454828204031 0 0 17 1 0 0 0
/proc/1556/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.500379 s]
/proc/loadavg: 8.90 9.12 8.89 5/181 1556
/proc/meminfo: memFree=20458692/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 598555308 18763776 390 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 11434534454828204031 0 0 17 1 0 0 0
/proc/1556/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600363 s]
/proc/loadavg: 8.90 9.12 8.89 5/181 1556
/proc/meminfo: memFree=20458692/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0.52 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 524 1530 0 0 0 0 52 0 21 0 1 0 598555308 18763776 391 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 9224195386380386304 0 0 17 1 0 0 0
/proc/1556/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 18324

[startup+0.700342 s]
/proc/loadavg: 8.90 9.12 8.89 5/181 1556
/proc/meminfo: memFree=20458692/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0.52 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 524 1530 0 0 0 0 52 0 21 0 1 0 598555308 18763776 391 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 9224195386380386304 0 0 17 1 0 0 0
/proc/1556/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 18324

[startup+1.50719 s]
/proc/loadavg: 8.90 9.12 8.89 9/186 1562
/proc/meminfo: memFree=20449600/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0.52 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 524 1530 0 0 0 0 52 0 15 0 1 0 598555308 18763776 391 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/1556/statm: 4581 391 342 23 0 91 0
[pid=1558] ppid=1556 vsize=12956 CPUtime=1.4 cores=5
/proc/1558/stat : 1558 (clasp) R 1556 1556 567 0 -1 4202496 683 0 0 0 140 0 0 0 25 0 1 0 598555308 13266944 574 33554432000 4194304 4785740 140734402177360 18446744073709551615 4553396 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1558/statm: 3239 574 340 145 0 284 0
[pid=1559] ppid=1556 vsize=455696 CPUtime=0.78 cores=7
/proc/1559/stat : 1559 (TNM) R 1556 1556 567 0 -1 4202496 272 0 0 0 78 0 0 0 25 0 1 0 598555308 466632704 169 33554432000 134512640 134534564 4286956144 18446744073709551615 134528422 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1559/statm: 113924 169 95 6 0 112590 0
[pid=1560] ppid=1556 vsize=7796 CPUtime=1.5 cores=3
/proc/1560/stat : 1560 (lingeling) R 1556 1556 567 0 -1 4202496 1570 0 0 0 150 0 0 0 25 0 1 0 598555308 7983104 1147 33554432000 4194304 4352236 140736166796064 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1560/statm: 1949 1147 127 39 0 1029 0
[pid=1561] ppid=1556 vsize=7644 CPUtime=0.71 cores=7
/proc/1561/stat : 1561 (march_hi) R 1556 1556 567 0 -1 4202496 589 0 0 0 71 0 0 0 25 0 1 0 598555308 7827456 463 33554432000 4194304 4331988 140737100892544 18446744073709551615 4211487 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1561/statm: 1911 463 173 34 0 353 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 502416

[startup+3.10089 s]
/proc/loadavg: 8.90 9.12 8.89 9/186 1562
/proc/meminfo: memFree=20447864/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0.52 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 524 1530 0 0 0 0 52 0 15 0 1 0 598555308 18763776 391 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/1556/statm: 4581 391 342 23 0 91 0
[pid=1558] ppid=1556 vsize=13220 CPUtime=2.99 cores=5
/proc/1558/stat : 1558 (clasp) R 1556 1556 567 0 -1 4202496 756 0 0 0 299 0 0 0 25 0 1 0 598555308 13537280 647 33554432000 4194304 4785740 140734402177360 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1558/statm: 3305 647 340 145 0 350 0
[pid=1559] ppid=1556 vsize=455696 CPUtime=1.56 cores=7
/proc/1559/stat : 1559 (TNM) R 1556 1556 567 0 -1 4202496 272 0 0 0 156 0 0 0 25 0 1 0 598555308 466632704 169 33554432000 134512640 134534564 4286956144 18446744073709551615 9999803 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1559/statm: 113924 169 95 6 0 112590 0
[pid=1560] ppid=1556 vsize=8292 CPUtime=3.09 cores=3
/proc/1560/stat : 1560 (lingeling) R 1556 1556 567 0 -1 4202496 2179 0 0 0 309 0 0 0 25 0 1 0 598555308 8491008 1271 33554432000 4194304 4352236 140736166796064 18446744073709551615 4264904 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1560/statm: 2073 1271 127 39 0 1153 0
[pid=1561] ppid=1556 vsize=8496 CPUtime=1.51 cores=7
/proc/1561/stat : 1561 (march_hi) R 1556 1556 567 0 -1 4202496 736 0 0 0 151 0 0 0 25 0 1 0 598555308 8699904 610 33554432000 4194304 4331988 140737100892544 18446744073709551615 4237226 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1561/statm: 2124 610 173 34 0 566 0
Current children cumulated CPU time (s) 9.67
Current children cumulated vsize (KiB) 504028

[startup+6.30029 s]
/proc/loadavg: 8.83 9.10 8.88 9/186 1562
/proc/meminfo: memFree=20449732/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0.52 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 524 1530 0 0 0 0 52 0 15 0 1 0 598555308 18763776 391 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/1556/statm: 4581 391 342 23 0 91 0
[pid=1558] ppid=1556 vsize=13484 CPUtime=6.19 cores=5
/proc/1558/stat : 1558 (clasp) R 1556 1556 567 0 -1 4202496 843 0 0 0 619 0 0 0 25 0 1 0 598555308 13807616 734 33554432000 4194304 4785740 140734402177360 18446744073709551615 4416823 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1558/statm: 3371 734 340 145 0 416 0
[pid=1559] ppid=1556 vsize=455696 CPUtime=3.15 cores=7
/proc/1559/stat : 1559 (TNM) R 1556 1556 567 0 -1 4202496 272 0 0 0 315 0 0 0 25 0 1 0 598555308 466632704 169 33554432000 134512640 134534564 4286956144 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1559/statm: 113924 169 95 6 0 112590 0
[pid=1560] ppid=1556 vsize=8676 CPUtime=6.29 cores=3
/proc/1560/stat : 1560 (lingeling) R 1556 1556 567 0 -1 4202496 3267 0 0 0 629 0 0 0 25 0 1 0 598555308 8884224 1367 33554432000 4194304 4352236 140736166796064 18446744073709551615 4328079 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1560/statm: 2169 1367 127 39 0 1249 0
[pid=1561] ppid=1556 vsize=9424 CPUtime=3.11 cores=7
/proc/1561/stat : 1561 (march_hi) R 1556 1556 567 0 -1 4202496 1034 0 0 0 311 0 0 0 25 0 1 0 598555308 9650176 908 33554432000 4194304 4331988 140737100892544 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1561/statm: 2356 908 173 34 0 798 0
Current children cumulated CPU time (s) 19.26
Current children cumulated vsize (KiB) 505604

[startup+12.7011 s]
/proc/loadavg: 8.76 9.08 8.88 10/186 1562
/proc/meminfo: memFree=20437732/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0.52 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 524 1530 0 0 0 0 52 0 15 0 1 0 598555308 18763776 391 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/1556/statm: 4581 391 342 23 0 91 0
[pid=1558] ppid=1556 vsize=14016 CPUtime=12.59 cores=5
/proc/1558/stat : 1558 (clasp) R 1556 1556 567 0 -1 4202496 969 0 0 0 1259 0 0 0 25 0 1 0 598555308 14352384 860 33554432000 4194304 4785740 140734402177360 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1558/statm: 3504 860 340 145 0 549 0
[pid=1559] ppid=1556 vsize=455696 CPUtime=6.34 cores=7
/proc/1559/stat : 1559 (TNM) R 1556 1556 567 0 -1 4202496 272 0 0 0 634 0 0 0 25 0 1 0 598555308 466632704 169 33554432000 134512640 134534564 4286956144 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1559/statm: 113924 169 95 6 0 112590 0
[pid=1560] ppid=1556 vsize=12028 CPUtime=12.69 cores=3
/proc/1560/stat : 1560 (lingeling) R 1556 1556 567 0 -1 4202496 5413 0 0 0 1269 0 0 0 25 0 1 0 598555308 12316672 2205 33554432000 4194304 4352236 140736166796064 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1560/statm: 3007 2205 127 39 0 2087 0
[pid=1561] ppid=1556 vsize=12300 CPUtime=6.27 cores=7
/proc/1561/stat : 1561 (march_hi) R 1556 1556 567 0 -1 4202496 1620 0 0 0 627 0 0 0 25 0 1 0 598555308 12595200 1494 33554432000 4194304 4331988 140737100892544 18446744073709551615 4313648 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1561/statm: 3075 1494 173 34 0 1517 0
Current children cumulated CPU time (s) 38.41
Current children cumulated vsize (KiB) 512364

[startup+25.5007 s]
/proc/loadavg: 8.59 9.03 8.86 9/186 1562
/proc/meminfo: memFree=20426956/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0.52 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 524 1530 0 0 0 0 52 0 15 0 1 0 598555308 18763776 391 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/1556/statm: 4581 391 342 23 0 91 0
[pid=1558] ppid=1556 vsize=14548 CPUtime=25.39 cores=5
/proc/1558/stat : 1558 (clasp) R 1556 1556 567 0 -1 4202496 1106 0 0 0 2539 0 0 0 25 0 1 0 598555308 14897152 997 33554432000 4194304 4785740 140734402177360 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1558/statm: 3637 997 340 145 0 682 0
[pid=1559] ppid=1556 vsize=455696 CPUtime=12.74 cores=7
/proc/1559/stat : 1559 (TNM) R 1556 1556 567 0 -1 4202496 272 0 0 0 1274 0 0 0 25 0 1 0 598555308 466632704 169 33554432000 134512640 134534564 4286956144 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1559/statm: 113924 169 95 6 0 112590 0
[pid=1560] ppid=1556 vsize=12288 CPUtime=25.49 cores=3
/proc/1560/stat : 1560 (lingeling) R 1556 1556 567 0 -1 4202496 8326 0 0 0 2548 1 0 0 25 0 1 0 598555308 12582912 2270 33554432000 4194304 4352236 140736166796064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1560/statm: 3072 2270 127 39 0 2152 0
[pid=1561] ppid=1556 vsize=19072 CPUtime=12.61 cores=7
/proc/1561/stat : 1561 (march_hi) R 1556 1556 567 0 -1 4202496 2830 0 0 0 1261 0 0 0 25 0 1 0 598555308 19529728 2686 33554432000 4194304 4331988 140737100892544 18446744073709551615 4291599 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1561/statm: 4768 2686 173 34 0 3210 0
Current children cumulated CPU time (s) 76.75
Current children cumulated vsize (KiB) 519928

[startup+51.1009 s]
/proc/loadavg: 8.54 8.98 8.85 9/186 1563
/proc/meminfo: memFree=20406672/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0.52 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 524 1530 0 0 0 0 52 0 15 0 1 0 598555308 18763776 391 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/1556/statm: 4581 391 342 23 0 91 0
[pid=1558] ppid=1556 vsize=15228 CPUtime=50.99 cores=5
/proc/1558/stat : 1558 (clasp) R 1556 1556 567 0 -1 4202496 1273 0 0 0 5099 0 0 0 25 0 1 0 598555308 15593472 1164 33554432000 4194304 4785740 140734402177360 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1558/statm: 3807 1164 340 145 0 852 0
[pid=1559] ppid=1556 vsize=455696 CPUtime=25.44 cores=7
/proc/1559/stat : 1559 (TNM) R 1556 1556 567 0 -1 4202496 272 0 0 0 2544 0 0 0 25 0 1 0 598555308 466632704 169 33554432000 134512640 134534564 4286956144 18446744073709551615 134530832 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1559/statm: 113924 169 95 6 0 112590 0
[pid=1560] ppid=1556 vsize=13568 CPUtime=51.09 cores=3
/proc/1560/stat : 1560 (lingeling) R 1556 1556 567 0 -1 4202496 13894 0 0 0 5108 1 0 0 25 0 1 0 598555308 13893632 2590 33554432000 4194304 4352236 140736166796064 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1560/statm: 3392 2590 127 39 0 2472 0
[pid=1561] ppid=1556 vsize=34828 CPUtime=25.36 cores=7
/proc/1561/stat : 1561 (march_hi) R 1556 1556 567 0 -1 4202496 5237 0 0 0 2536 0 0 0 25 0 1 0 598555308 35663872 5093 33554432000 4194304 4331988 140737100892544 18446744073709551615 4263230 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1561/statm: 8707 5093 173 34 0 7149 0
Current children cumulated CPU time (s) 153.4
Current children cumulated vsize (KiB) 537644

[startup+102.3 s]
/proc/loadavg: 8.23 8.82 8.80 9/186 1564
/proc/meminfo: memFree=20363892/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0.52 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 524 1530 0 0 0 0 52 0 15 0 1 0 598555308 18763776 391 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/1556/statm: 4581 391 342 23 0 91 0
[pid=1558] ppid=1556 vsize=16180 CPUtime=102.19 cores=5
/proc/1558/stat : 1558 (clasp) R 1556 1556 567 0 -1 4202496 1504 0 0 0 10219 0 0 0 25 0 1 0 598555308 16568320 1395 33554432000 4194304 4785740 140734402177360 18446744073709551615 4277622 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1558/statm: 4045 1395 340 145 0 1090 0
[pid=1559] ppid=1556 vsize=455696 CPUtime=50.93 cores=7

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


[startup+942.3 s]
/proc/loadavg: 9.17 8.88 8.71 10/187 1620
/proc/meminfo: memFree=20126324/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0.52 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 524 1530 0 0 0 0 52 0 15 0 1 0 598555308 18763776 391 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/1556/statm: 4581 391 342 23 0 91 0
[pid=1558] ppid=1556 vsize=17252 CPUtime=942.22 cores=5
/proc/1558/stat : 1558 (clasp) R 1556 1556 567 0 -1 4202496 1759 0 0 0 94222 0 0 0 25 0 1 0 598555308 17666048 1650 33554432000 4194304 4785740 140734402177360 18446744073709551615 4552993 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1558/statm: 4313 1650 340 145 0 1358 0
[pid=1559] ppid=1556 vsize=455696 CPUtime=468.62 cores=7
/proc/1559/stat : 1559 (TNM) R 1556 1556 567 0 -1 4202496 272 0 0 0 46862 0 0 0 25 0 1 0 598555308 466632704 169 33554432000 134512640 134534564 4286956144 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1559/statm: 113924 169 95 6 0 112590 0
[pid=1560] ppid=1556 vsize=45668 CPUtime=942.32 cores=3
/proc/1560/stat : 1560 (lingeling) R 1556 1556 567 0 -1 4202496 156808 0 0 0 94213 19 0 0 25 0 1 0 598555308 46764032 10615 33554432000 4194304 4352236 140736166796064 18446744073709551615 4329360 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1560/statm: 11417 10615 127 39 0 10497 0
[pid=1561] ppid=1556 vsize=480412 CPUtime=468.53 cores=7
/proc/1561/stat : 1561 (march_hi) R 1556 1556 567 0 -1 4202496 86125 0 0 0 46835 18 0 0 25 0 1 0 598555308 491941888 85981 33554432000 4194304 4331988 140737100892544 18446744073709551615 4246340 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1561/statm: 120103 85981 173 34 0 118545 0
Current children cumulated CPU time (s) 2822.21
Current children cumulated vsize (KiB) 1017352

[startup+1002.3 s]
/proc/loadavg: 9.28 8.96 8.74 10/187 1621
/proc/meminfo: memFree=20013944/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0.52 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 524 1530 0 0 0 0 52 0 15 0 1 0 598555308 18763776 391 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/1556/statm: 4581 391 342 23 0 91 0
[pid=1558] ppid=1556 vsize=17252 CPUtime=1002.22 cores=5
/proc/1558/stat : 1558 (clasp) R 1556 1556 567 0 -1 4202496 1767 0 0 0 100222 0 0 0 25 0 1 0 598555308 17666048 1658 33554432000 4194304 4785740 140734402177360 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1558/statm: 4313 1658 340 145 0 1358 0
[pid=1559] ppid=1556 vsize=455700 CPUtime=498.47 cores=7
/proc/1559/stat : 1559 (TNM) R 1556 1556 567 0 -1 4202496 281 0 0 0 49847 0 0 0 25 0 1 0 598555308 466636800 178 33554432000 134512640 134534564 4286956144 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1559/statm: 113925 178 103 6 0 112591 0
[pid=1560] ppid=1556 vsize=37860 CPUtime=1002.32 cores=3
/proc/1560/stat : 1560 (lingeling) R 1556 1556 567 0 -1 4202496 160648 0 0 0 100213 19 0 0 25 0 1 0 598555308 38768640 8663 33554432000 4194304 4352236 140736166796064 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1560/statm: 9465 8663 127 39 0 8545 0
[pid=1561] ppid=1556 vsize=480412 CPUtime=498.36 cores=7
/proc/1561/stat : 1561 (march_hi) R 1556 1556 567 0 -1 4202496 91493 0 0 0 49817 19 0 0 25 0 1 0 598555308 491941888 91349 33554432000 4194304 4331988 140737100892544 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1561/statm: 120103 91349 173 34 0 118545 0
Current children cumulated CPU time (s) 3001.89
Current children cumulated vsize (KiB) 1009548

[startup+1062.3 s]
/proc/loadavg: 9.23 9.00 8.77 10/187 1623
/proc/meminfo: memFree=20044680/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0.52 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 524 1530 0 0 0 0 52 0 15 0 1 0 598555308 18763776 391 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/1556/statm: 4581 391 342 23 0 91 0
[pid=1558] ppid=1556 vsize=17252 CPUtime=1062.22 cores=5
/proc/1558/stat : 1558 (clasp) R 1556 1556 567 0 -1 4202496 1778 0 0 0 106222 0 0 0 25 0 1 0 598555308 17666048 1669 33554432000 4194304 4785740 140734402177360 18446744073709551615 4552993 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1558/statm: 4313 1669 340 145 0 1358 0
[pid=1559] ppid=1556 vsize=455700 CPUtime=528.28 cores=7
/proc/1559/stat : 1559 (TNM) R 1556 1556 567 0 -1 4202496 281 0 0 0 52828 0 0 0 25 0 1 0 598555308 466636800 178 33554432000 134512640 134534564 4286956144 18446744073709551615 134530445 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1559/statm: 113925 178 103 6 0 112591 0
[pid=1560] ppid=1556 vsize=41316 CPUtime=1062.32 cores=3
/proc/1560/stat : 1560 (lingeling) R 1556 1556 567 0 -1 4202496 165416 0 0 0 106212 20 0 0 25 0 1 0 598555308 42307584 9527 33554432000 4194304 4352236 140736166796064 18446744073709551615 4328030 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1560/statm: 10329 9527 127 39 0 9409 0
[pid=1561] ppid=1556 vsize=480412 CPUtime=528.22 cores=7
/proc/1561/stat : 1561 (march_hi) R 1556 1556 567 0 -1 4202496 96781 0 0 0 52802 20 0 0 25 0 1 0 598555308 491941888 96637 33554432000 4194304 4331988 140737100892544 18446744073709551615 4231522 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1561/statm: 120103 96637 173 34 0 118545 0
Current children cumulated CPU time (s) 3181.56
Current children cumulated vsize (KiB) 1013004

[startup+1122.3 s]
/proc/loadavg: 9.24 9.04 8.79 10/187 1628
/proc/meminfo: memFree=20014204/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0.52 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 524 1530 0 0 0 0 52 0 15 0 1 0 598555308 18763776 391 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/1556/statm: 4581 391 342 23 0 91 0
[pid=1558] ppid=1556 vsize=17252 CPUtime=1122.23 cores=5
/proc/1558/stat : 1558 (clasp) R 1556 1556 567 0 -1 4202496 1779 0 0 0 112223 0 0 0 25 0 1 0 598555308 17666048 1670 33554432000 4194304 4785740 140734402177360 18446744073709551615 4278107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1558/statm: 4313 1670 340 145 0 1358 0
[pid=1559] ppid=1556 vsize=455700 CPUtime=558.16 cores=7
/proc/1559/stat : 1559 (TNM) R 1556 1556 567 0 -1 4202496 281 0 0 0 55816 0 0 0 25 0 1 0 598555308 466636800 178 33554432000 134512640 134534564 4286956144 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1559/statm: 113925 178 103 6 0 112591 0
[pid=1560] ppid=1556 vsize=41444 CPUtime=1122.33 cores=3
/proc/1560/stat : 1560 (lingeling) R 1556 1556 567 0 -1 4202496 169448 0 0 0 112212 21 0 0 25 0 1 0 598555308 42438656 9559 33554432000 4194304 4352236 140736166796064 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1560/statm: 10361 9559 127 39 0 9441 0
[pid=1561] ppid=1556 vsize=480412 CPUtime=558.02 cores=7
/proc/1561/stat : 1561 (march_hi) R 1556 1556 567 0 -1 4202496 102252 0 0 0 55781 21 0 0 25 0 1 0 598555308 491941888 102108 33554432000 4194304 4331988 140737100892544 18446744073709551615 4229533 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1561/statm: 120103 102108 173 34 0 118545 0
Current children cumulated CPU time (s) 3361.26
Current children cumulated vsize (KiB) 1013132

[startup+1182.3 s]
/proc/loadavg: 9.15 9.05 8.81 10/187 1629
/proc/meminfo: memFree=19856860/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0.52 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 524 1530 0 0 0 0 52 0 15 0 1 0 598555308 18763776 391 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/1556/statm: 4581 391 342 23 0 91 0
[pid=1558] ppid=1556 vsize=17252 CPUtime=1182.23 cores=5
/proc/1558/stat : 1558 (clasp) R 1556 1556 567 0 -1 4202496 1779 0 0 0 118223 0 0 0 25 0 1 0 598555308 17666048 1670 33554432000 4194304 4785740 140734402177360 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1558/statm: 4313 1670 340 145 0 1358 0
[pid=1559] ppid=1556 vsize=455700 CPUtime=587.96 cores=7
/proc/1559/stat : 1559 (TNM) R 1556 1556 567 0 -1 4202496 281 0 0 0 58796 0 0 0 25 0 1 0 598555308 466636800 178 33554432000 134512640 134534564 4286956144 18446744073709551615 10000836 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1559/statm: 113925 178 103 6 0 112591 0
[pid=1560] ppid=1556 vsize=45028 CPUtime=1182.32 cores=3
/proc/1560/stat : 1560 (lingeling) R 1556 1556 567 0 -1 4202496 173896 0 0 0 118211 21 0 0 25 0 1 0 598555308 46108672 10455 33554432000 4194304 4352236 140736166796064 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1560/statm: 11257 10455 127 39 0 10337 0
[pid=1561] ppid=1556 vsize=506144 CPUtime=587.9 cores=7
/proc/1561/stat : 1561 (march_hi) R 1556 1556 567 0 -1 4202496 107570 0 0 0 58768 22 0 0 25 0 1 0 598555308 518291456 107426 33554432000 4194304 4331988 140737100892544 18446744073709551615 231895186997 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1561/statm: 126536 107426 173 34 0 124978 0
Current children cumulated CPU time (s) 3540.93
Current children cumulated vsize (KiB) 1042448

[startup+1242.31 s]
/proc/loadavg: 9.10 9.05 8.83 11/187 1631
/proc/meminfo: memFree=19938040/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0.52 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 524 1530 0 0 0 0 52 0 15 0 1 0 598555308 18763776 391 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/1556/statm: 4581 391 342 23 0 91 0
[pid=1558] ppid=1556 vsize=17384 CPUtime=1242.23 cores=5
/proc/1558/stat : 1558 (clasp) R 1556 1556 567 0 -1 4202496 1787 0 0 0 124223 0 0 0 25 0 1 0 598555308 17801216 1678 33554432000 4194304 4785740 140734402177360 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1558/statm: 4346 1678 340 145 0 1391 0
[pid=1559] ppid=1556 vsize=455700 CPUtime=617.82 cores=7
/proc/1559/stat : 1559 (TNM) R 1556 1556 567 0 -1 4202496 281 0 0 0 61782 0 0 0 25 0 1 0 598555308 466636800 178 33554432000 134512640 134534564 4286956144 18446744073709551615 134530998 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1559/statm: 113925 178 103 6 0 112591 0
[pid=1560] ppid=1556 vsize=40420 CPUtime=1242.33 cores=3
/proc/1560/stat : 1560 (lingeling) R 1556 1556 567 0 -1 4202496 183336 0 0 0 124211 22 0 0 25 0 1 0 598555308 41390080 9303 33554432000 4194304 4352236 140736166796064 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1560/statm: 10105 9303 127 39 0 9185 0
[pid=1561] ppid=1556 vsize=506144 CPUtime=617.71 cores=7
/proc/1561/stat : 1561 (march_hi) R 1556 1556 567 0 -1 4202496 112827 0 0 0 61748 23 0 0 25 0 1 0 598555308 518291456 112683 33554432000 4194304 4331988 140737100892544 18446744073709551615 231894886091 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1561/statm: 126536 112683 173 34 0 124978 0
Current children cumulated CPU time (s) 3720.61
Current children cumulated vsize (KiB) 1037972



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 9.13 9.07 8.84 10/187 1632
/proc/meminfo: memFree=19883428/32950928 swapFree=67111524/67111528
[pid=1556] ppid=1554 vsize=18324 CPUtime=0.52 cores=1,3,5,7
/proc/1556/stat : 1556 (ppfolio) S 1554 1556 567 0 -1 4202496 524 1530 0 0 0 0 52 0 15 0 1 0 598555308 18763776 391 33554432000 4194304 4287625 140733321312128 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/1556/statm: 4581 391 342 23 0 91 0
[pid=1558] ppid=1556 vsize=17384 CPUtime=1299.93 cores=5
/proc/1558/stat : 1558 (clasp) R 1556 1556 567 0 -1 4202496 1791 0 0 0 129993 0 0 0 25 0 1 0 598555308 17801216 1682 33554432000 4194304 4785740 140734402177360 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1558/statm: 4346 1682 340 145 0 1391 0
[pid=1559] ppid=1556 vsize=455700 CPUtime=646.5 cores=7
/proc/1559/stat : 1559 (TNM) R 1556 1556 567 0 -1 4202496 281 0 0 0 64650 0 0 0 25 0 1 0 598555308 466636800 178 33554432000 134512640 134534564 4286956144 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1559/statm: 113925 178 103 6 0 112591 0
[pid=1560] ppid=1556 vsize=54884 CPUtime=1300.03 cores=3
/proc/1560/stat : 1560 (lingeling) R 1556 1556 567 0 -1 4202496 190920 0 0 0 129980 23 0 0 25 0 1 0 598555308 56201216 12919 33554432000 4194304 4352236 140736166796064 18446744073709551615 4328778 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1560/statm: 13721 12919 127 39 0 12801 0
[pid=1561] ppid=1556 vsize=506144 CPUtime=646.41 cores=7
/proc/1561/stat : 1561 (march_hi) R 1556 1556 567 0 -1 4202496 117920 0 0 0 64617 24 0 0 25 0 1 0 598555308 518291456 117776 33554432000 4194304 4331988 140737100892544 18446744073709551615 4292033 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1561/statm: 126536 117776 173 34 0 124978 0
Current children cumulated CPU time (s) 3893.39
Current children cumulated vsize (KiB) 1052436

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

Real time (s): 1300.03
CPU time (s): 3893.39
CPU user time (s): 3892.92
CPU system time (s): 0.47
CPU usage (%): 299.485
Max. virtual memory (cumulated for all children) (KiB): 1060628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.530919
system time used= 0.010998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2054
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= 234
involuntary context switches= 35

runsolver used 1.9557 second user time and 5.14222 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 15:20:46
IDJOB=3274245
IDBENCH=83156
IDSOLVER=1612
FILE ID=node114/3274245-1304083246
RUNJOBID= node114-1304077601-586
PBS_JOBID= 13170509
Free space on /tmp= 71796 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n190-s29985700-unsat.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274245-1304083246/watcher-3274245-1304083246 -o /tmp/evaluation-result-3274245-1304083246/solver-3274245-1304083246 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3274245-1304083246.cnf

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

MD5SUM BENCH= f2cf61fc47972fb7e89be65d1a83332e
RANDOM SEED=1430333781

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:      20458972 kB
Buffers:       2222740 kB
Cached:        9349168 kB
SwapCached:          4 kB
Active:        3113820 kB
Inactive:      8797492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20458972 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10108 kB
Writeback:           0 kB
AnonPages:      339356 kB
Mapped:          16388 kB
Slab:           516012 kB
PageTables:       5252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1023996 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= 71784 MiB
End job on node114 at 2011-04-29 15:42:28