Trace number 3251259

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) 4800.31 1201.71

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
MD5SUMb23c52475e3d098cb9d5a92c025d6982
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.18991
Satisfiable
(Un)Satisfiability was proved
Number of variables3420
Number of clauses1120760
Sum of the clauses size2244820
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21120700
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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-3251259-1304099275/watcher-3251259-1304099275 -o /tmp/evaluation-result-3251259-1304099275/solver-3251259-1304099275 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3251259-1304099275.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: 4.94 5.03 5.09 1/171 25402
/proc/meminfo: memFree=15209364/32951124 swapFree=67102140/67111528
[pid=25402] ppid=25400 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25402/stat : 25402 (ppfolio) R 25400 25402 24128 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 600158167 18763776 389 33554432000 4194304 4287625 140735978245776 18446744073709551615 216735198735 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/25402/statm: 4581 389 341 23 0 91 0

[startup+0.024015 s]
/proc/loadavg: 4.94 5.03 5.09 1/171 25402
/proc/meminfo: memFree=15209364/32951124 swapFree=67102140/67111528
[pid=25402] ppid=25400 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25402/stat : 25402 (ppfolio) R 25400 25402 24128 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 600158167 18763776 389 33554432000 4194304 4287625 140735978245776 18446744073709551615 216735198735 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/25402/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101003 s]
/proc/loadavg: 4.94 5.03 5.09 1/171 25402
/proc/meminfo: memFree=15209364/32951124 swapFree=67102140/67111528
[pid=25402] ppid=25400 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25402/stat : 25402 (ppfolio) S 25400 25402 24128 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 600158167 18763776 389 33554432000 4194304 4287625 140735978245776 18446744073709551615 216735198735 0 0 4096 65536 4365149952129630207 0 0 17 1 0 0 0
/proc/25402/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30097 s]
/proc/loadavg: 4.94 5.03 5.09 1/171 25402
/proc/meminfo: memFree=15209364/32951124 swapFree=67102140/67111528
[pid=25402] ppid=25400 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25402/stat : 25402 (ppfolio) S 25400 25402 24128 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 600158167 18763776 389 33554432000 4194304 4287625 140735978245776 18446744073709551615 216735198735 0 0 4096 65536 4365149952129630207 0 0 17 1 0 0 0
/proc/25402/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700899 s]
/proc/loadavg: 4.94 5.03 5.09 1/171 25402
/proc/meminfo: memFree=15209364/32951124 swapFree=67102140/67111528
[pid=25402] ppid=25400 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25402/stat : 25402 (ppfolio) S 25400 25402 24128 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 600158167 18763776 389 33554432000 4194304 4287625 140735978245776 18446744073709551615 216735198735 0 0 4096 65536 4365149952129630207 0 0 17 1 0 0 0
/proc/25402/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50076 s]
/proc/loadavg: 4.94 5.03 5.09 6/177 25408
/proc/meminfo: memFree=14872708/32951124 swapFree=67102140/67111528
[pid=25402] ppid=25400 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25402/stat : 25402 (ppfolio) S 25400 25402 24128 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 600158167 18763776 389 33554432000 4194304 4287625 140735978245776 18446744073709551615 216735198735 0 0 4096 65536 4365149952129630207 0 0 17 1 0 0 0
/proc/25402/statm: 4581 389 341 23 0 91 0
[pid=25403] ppid=25402 vsize=165744 CPUtime=1.49 cores=1
/proc/25403/stat : 25403 (cryptominisat) R 25402 25402 24128 0 -1 4202496 35075 0 0 0 145 4 0 0 25 0 1 0 600158167 169721856 34961 33554432000 4194304 4587354 140735006916976 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25403/statm: 41436 34961 314 96 0 37998 0
[pid=25404] ppid=25402 vsize=87236 CPUtime=1.49 cores=5
/proc/25404/stat : 25404 (clasp) R 25402 25402 24128 0 -1 4202496 24016 0 0 0 145 4 0 0 25 0 1 0 600158167 89329664 17786 33554432000 4194304 4785740 140735431009712 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25404/statm: 21809 17786 313 145 0 18854 0
[pid=25405] ppid=25402 vsize=504400 CPUtime=0.7 cores=7
/proc/25405/stat : 25405 (TNM) R 25402 25402 24128 0 -1 4202496 17785 0 0 0 67 3 0 0 25 0 1 0 600158167 516505600 17682 33554432000 134512640 134534564 4290335648 18446744073709551615 134524478 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25405/statm: 126100 17682 91 6 0 124766 0
[pid=25406] ppid=25402 vsize=49628 CPUtime=1.49 cores=3
/proc/25406/stat : 25406 (lingeling) R 25402 25402 24128 0 -1 4202496 15105 0 0 0 146 3 0 0 25 0 1 0 600158167 50819072 10872 33554432000 4194304 4352236 140733781580752 18446744073709551615 4267912 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25406/statm: 12407 10872 123 39 0 11487 0
[pid=25407] ppid=25402 vsize=112196 CPUtime=0.76 cores=7
/proc/25407/stat : 25407 (march_hi) R 25402 25402 24128 0 -1 4194304 17993 0 0 0 73 3 0 0 25 0 1 0 600158167 114888704 14569 33554432000 4194304 4331988 140734141264080 18446744073709551615 4257024 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25407/statm: 28049 14569 125 34 0 26491 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 937528

[startup+3.10048 s]
/proc/loadavg: 4.94 5.03 5.09 6/177 25408
/proc/meminfo: memFree=14810464/32951124 swapFree=67102140/67111528
[pid=25402] ppid=25400 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25402/stat : 25402 (ppfolio) S 25400 25402 24128 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 600158167 18763776 389 33554432000 4194304 4287625 140735978245776 18446744073709551615 216735198735 0 0 4096 65536 4365149952129630207 0 0 17 1 0 0 0
/proc/25402/statm: 4581 389 341 23 0 91 0
[pid=25403] ppid=25402 vsize=165744 CPUtime=3.09 cores=1
/proc/25403/stat : 25403 (cryptominisat) R 25402 25402 24128 0 -1 4202496 35075 0 0 0 305 4 0 0 25 0 1 0 600158167 169721856 34961 33554432000 4194304 4587354 140735006916976 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25403/statm: 41436 34961 314 96 0 37998 0
[pid=25404] ppid=25402 vsize=87236 CPUtime=3.09 cores=5
/proc/25404/stat : 25404 (clasp) R 25402 25402 24128 0 -1 4202496 24016 0 0 0 305 4 0 0 25 0 1 0 600158167 89329664 17786 33554432000 4194304 4785740 140735431009712 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25404/statm: 21809 17786 313 145 0 18854 0
[pid=25405] ppid=25402 vsize=504400 CPUtime=1.5 cores=7
/proc/25405/stat : 25405 (TNM) R 25402 25402 24128 0 -1 4202496 17785 0 0 0 147 3 0 0 25 0 1 0 600158167 516505600 17682 33554432000 134512640 134534564 4290335648 18446744073709551615 134524541 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25405/statm: 126100 17682 91 6 0 124766 0
[pid=25406] ppid=25402 vsize=49628 CPUtime=3.09 cores=3
/proc/25406/stat : 25406 (lingeling) R 25402 25402 24128 0 -1 4202496 15105 0 0 0 306 3 0 0 25 0 1 0 600158167 50819072 10872 33554432000 4194304 4352236 140733781580752 18446744073709551615 4257342 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25406/statm: 12407 10872 123 39 0 11487 0
[pid=25407] ppid=25402 vsize=125772 CPUtime=1.56 cores=7
/proc/25407/stat : 25407 (march_hi) R 25402 25402 24128 0 -1 4202496 51426 0 0 0 148 8 0 0 25 0 1 0 600158167 128790528 19051 33554432000 4194304 4331988 140734141264080 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25407/statm: 31443 19051 147 34 0 29885 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 951104

[startup+6.30092 s]
/proc/loadavg: 4.95 5.03 5.09 6/177 25408
/proc/meminfo: memFree=14794964/32951124 swapFree=67102140/67111528
[pid=25402] ppid=25400 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25402/stat : 25402 (ppfolio) S 25400 25402 24128 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 600158167 18763776 389 33554432000 4194304 4287625 140735978245776 18446744073709551615 216735198735 0 0 4096 65536 4365149952129630207 0 0 17 1 0 0 0
/proc/25402/statm: 4581 389 341 23 0 91 0
[pid=25403] ppid=25402 vsize=257964 CPUtime=6.29 cores=1
/proc/25403/stat : 25403 (cryptominisat) R 25402 25402 24128 0 -1 4202496 56620 0 0 0 623 6 0 0 25 0 1 0 600158167 264155136 49900 33554432000 4194304 4587354 140735006916976 18446744073709551615 4388352 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25403/statm: 64491 49900 315 96 0 61053 0
[pid=25404] ppid=25402 vsize=87236 CPUtime=6.29 cores=5
/proc/25404/stat : 25404 (clasp) R 25402 25402 24128 0 -1 4202496 24016 0 0 0 625 4 0 0 25 0 1 0 600158167 89329664 17786 33554432000 4194304 4785740 140735431009712 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25404/statm: 21809 17786 313 145 0 18854 0
[pid=25405] ppid=25402 vsize=504400 CPUtime=3.1 cores=7
/proc/25405/stat : 25405 (TNM) R 25402 25402 24128 0 -1 4202496 17785 0 0 0 307 3 0 0 25 0 1 0 600158167 516505600 17682 33554432000 134512640 134534564 4290335648 18446744073709551615 134524736 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25405/statm: 126100 17682 91 6 0 124766 0
[pid=25406] ppid=25402 vsize=52708 CPUtime=6.29 cores=3
/proc/25406/stat : 25406 (lingeling) R 25402 25402 24128 0 -1 4202496 16571 0 0 0 626 3 0 0 25 0 1 0 600158167 53972992 12338 33554432000 4194304 4352236 140733781580752 18446744073709551615 4231098 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25406/statm: 13177 12338 126 39 0 12257 0
[pid=25407] ppid=25402 vsize=147380 CPUtime=3.15 cores=7
/proc/25407/stat : 25407 (march_hi) R 25402 25402 24128 0 -1 4202496 76308 0 0 0 303 12 0 0 25 0 1 0 600158167 150917120 17179 33554432000 4194304 4331988 140734141264080 18446744073709551615 4257036 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25407/statm: 36845 17179 159 34 0 35287 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 1068012

[startup+12.7008 s]
/proc/loadavg: 4.95 5.03 5.09 6/177 25408
/proc/meminfo: memFree=14750960/32951124 swapFree=67102140/67111528
[pid=25402] ppid=25400 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25402/stat : 25402 (ppfolio) S 25400 25402 24128 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 600158167 18763776 389 33554432000 4194304 4287625 140735978245776 18446744073709551615 216735198735 0 0 4096 65536 4365149952129630207 0 0 17 1 0 0 0
/proc/25402/statm: 4581 389 341 23 0 91 0
[pid=25403] ppid=25402 vsize=1176252 CPUtime=12.69 cores=1
/proc/25403/stat : 25403 (cryptominisat) R 25402 25402 24128 0 -1 4202496 69577 0 0 0 1260 9 0 0 25 0 1 0 600158167 1204482048 42957 33554432000 4194304 4587354 140735006916976 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25403/statm: 294063 42957 327 96 0 290625 0
[pid=25404] ppid=25402 vsize=88564 CPUtime=12.69 cores=5
/proc/25404/stat : 25404 (clasp) R 25402 25402 24128 0 -1 4202496 24355 0 0 0 1265 4 0 0 25 0 1 0 600158167 90689536 18125 33554432000 4194304 4785740 140735431009712 18446744073709551615 4482817 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25404/statm: 22141 18125 316 145 0 19186 0
[pid=25405] ppid=25402 vsize=504400 CPUtime=6.3 cores=7
/proc/25405/stat : 25405 (TNM) R 25402 25402 24128 0 -1 4202496 17785 0 0 0 627 3 0 0 25 0 1 0 600158167 516505600 17682 33554432000 134512640 134534564 4290335648 18446744073709551615 134524700 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25405/statm: 126100 17682 91 6 0 124766 0
[pid=25406] ppid=25402 vsize=77284 CPUtime=12.69 cores=3
/proc/25406/stat : 25406 (lingeling) R 25402 25402 24128 0 -1 4202496 20924 0 0 0 1266 3 0 0 25 0 1 0 600158167 79138816 16691 33554432000 4194304 4352236 140733781580752 18446744073709551615 4327896 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25406/statm: 19321 16691 126 39 0 18401 0
[pid=25407] ppid=25402 vsize=151916 CPUtime=6.31 cores=7
/proc/25407/stat : 25407 (march_hi) R 25402 25402 24128 0 -1 4202496 86411 0 0 0 617 14 0 0 25 0 1 0 600158167 155561984 18356 33554432000 4194304 4331988 140734141264080 18446744073709551615 4226198 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25407/statm: 37979 18356 171 34 0 36421 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 2016740

[startup+25.5006 s]
/proc/loadavg: 4.96 5.03 5.08 6/177 25408
/proc/meminfo: memFree=14743888/32951124 swapFree=67102140/67111528
[pid=25402] ppid=25400 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25402/stat : 25402 (ppfolio) S 25400 25402 24128 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 600158167 18763776 389 33554432000 4194304 4287625 140735978245776 18446744073709551615 216735198735 0 0 4096 65536 4365149952129630207 0 0 17 1 0 0 0
/proc/25402/statm: 4581 389 341 23 0 91 0
[pid=25403] ppid=25402 vsize=1176252 CPUtime=25.49 cores=1
/proc/25403/stat : 25403 (cryptominisat) R 25402 25402 24128 0 -1 4202496 70128 0 0 0 2540 9 0 0 25 0 1 0 600158167 1204482048 43503 33554432000 4194304 4587354 140735006916976 18446744073709551615 4363802 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25403/statm: 294063 43503 337 96 0 290625 0
[pid=25404] ppid=25402 vsize=80920 CPUtime=25.49 cores=5
/proc/25404/stat : 25404 (clasp) R 25402 25402 24128 0 -1 4202496 25996 0 0 0 2544 5 0 0 25 0 1 0 600158167 82862080 17577 33554432000 4194304 4785740 140735431009712 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25404/statm: 20230 17577 340 145 0 17275 0
[pid=25405] ppid=25402 vsize=504400 CPUtime=12.65 cores=7
/proc/25405/stat : 25405 (TNM) R 25402 25402 24128 0 -1 4202496 17785 0 0 0 1262 3 0 0 25 0 1 0 600158167 516505600 17682 33554432000 134512640 134534564 4290335648 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25405/statm: 126100 17682 91 6 0 124766 0
[pid=25406] ppid=25402 vsize=91160 CPUtime=25.49 cores=3
/proc/25406/stat : 25406 (lingeling) R 25402 25402 24128 0 -1 4202496 24137 0 0 0 2545 4 0 0 25 0 1 0 600158167 93347840 19904 33554432000 4194304 4352236 140733781580752 18446744073709551615 4207623 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25406/statm: 22790 19904 126 39 0 21870 0
[pid=25407] ppid=25402 vsize=151968 CPUtime=12.69 cores=7
/proc/25407/stat : 25407 (march_hi) R 25402 25402 24128 0 -1 4202496 86451 0 0 0 1255 14 0 0 25 0 1 0 600158167 155615232 18396 33554432000 4194304 4331988 140734141264080 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25407/statm: 37992 18396 171 34 0 36434 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 2023024

[startup+51.1011 s]
/proc/loadavg: 5.03 5.04 5.09 6/177 25409
/proc/meminfo: memFree=14629472/32951124 swapFree=67102140/67111528
[pid=25402] ppid=25400 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25402/stat : 25402 (ppfolio) S 25400 25402 24128 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 600158167 18763776 389 33554432000 4194304 4287625 140735978245776 18446744073709551615 216735198735 0 0 4096 65536 4365149952129630207 0 0 17 1 0 0 0
/proc/25402/statm: 4581 389 341 23 0 91 0
[pid=25403] ppid=25402 vsize=1176252 CPUtime=51.09 cores=1
/proc/25403/stat : 25403 (cryptominisat) R 25402 25402 24128 0 -1 4202496 70128 0 0 0 5100 9 0 0 25 0 1 0 600158167 1204482048 43503 33554432000 4194304 4587354 140735006916976 18446744073709551615 4365216 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25403/statm: 294063 43503 337 96 0 290625 0
[pid=25404] ppid=25402 vsize=163456 CPUtime=51.09 cores=5
/proc/25404/stat : 25404 (clasp) R 25402 25402 24128 0 -1 4202496 46281 0 0 0 5097 12 0 0 25 0 1 0 600158167 167378944 37862 33554432000 4194304 4785740 140735431009712 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25404/statm: 40864 37862 340 145 0 37909 0
[pid=25405] ppid=25402 vsize=513272 CPUtime=25.4 cores=7
/proc/25405/stat : 25405 (TNM) R 25402 25402 24128 0 -1 4202496 25813 0 0 0 2536 4 0 0 25 0 1 0 600158167 525590528 25710 33554432000 134512640 134534564 4290335648 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25405/statm: 128318 25710 95 6 0 126984 0
[pid=25406] ppid=25402 vsize=91160 CPUtime=51.09 cores=3

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

/proc/25407/statm: 38552 18904 174 34 0 36994 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 2764332

[startup+1002.3 s]
/proc/loadavg: 5.14 5.10 5.09 6/177 25443
/proc/meminfo: memFree=13656488/32951124 swapFree=67102140/67111528
[pid=25402] ppid=25400 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25402/stat : 25402 (ppfolio) S 25400 25402 24128 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 600158167 18763776 389 33554432000 4194304 4287625 140735978245776 18446744073709551615 216735198735 0 0 4096 65536 4365149952129630207 0 0 17 1 0 0 0
/proc/25402/statm: 4581 389 341 23 0 91 0
[pid=25403] ppid=25402 vsize=1145988 CPUtime=1002.31 cores=1
/proc/25403/stat : 25403 (cryptominisat) R 25402 25402 24128 0 -1 4202496 213472 0 0 0 100197 34 0 0 25 0 1 0 600158167 1173491712 92121 33554432000 4194304 4587354 140735006916976 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25403/statm: 286497 92121 337 96 0 283059 0
[pid=25404] ppid=25402 vsize=825388 CPUtime=1002.31 cores=5
/proc/25404/stat : 25404 (clasp) R 25402 25402 24128 0 -1 4202496 207408 0 0 0 100138 93 0 0 25 0 1 0 600158167 845197312 198989 33554432000 4194304 4785740 140735431009712 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25404/statm: 206347 198989 340 145 0 203392 0
[pid=25405] ppid=25402 vsize=517100 CPUtime=498.42 cores=7
/proc/25405/stat : 25405 (TNM) R 25402 25402 24128 0 -1 4202496 25814 0 0 0 49838 4 0 0 25 0 1 0 600158167 529510400 25711 33554432000 134512640 134534564 4290335648 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25405/statm: 129275 25711 95 6 0 127941 0
[pid=25406] ppid=25402 vsize=213388 CPUtime=1002.31 cores=3
/proc/25406/stat : 25406 (lingeling) R 25402 25402 24128 0 -1 4202496 56741 0 0 0 100224 7 0 0 25 0 1 0 600158167 218509312 52508 33554432000 4194304 4352236 140733781580752 18446744073709551615 4280939 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25406/statm: 53347 52508 126 39 0 52427 0
[pid=25407] ppid=25402 vsize=154208 CPUtime=498.42 cores=7
/proc/25407/stat : 25407 (march_hi) R 25402 25402 24128 0 -1 4202496 86959 0 0 0 49828 14 0 0 25 0 1 0 600158167 157908992 18904 33554432000 4194304 4331988 140734141264080 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25407/statm: 38552 18904 174 34 0 36994 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 2874396

[startup+1062.3 s]
/proc/loadavg: 5.09 5.09 5.09 6/177 25445
/proc/meminfo: memFree=13667016/32951124 swapFree=67102140/67111528
[pid=25402] ppid=25400 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25402/stat : 25402 (ppfolio) S 25400 25402 24128 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 600158167 18763776 389 33554432000 4194304 4287625 140735978245776 18446744073709551615 216735198735 0 0 4096 65536 4365149952129630207 0 0 17 1 0 0 0
/proc/25402/statm: 4581 389 341 23 0 91 0
[pid=25403] ppid=25402 vsize=1295340 CPUtime=1062.31 cores=1
/proc/25403/stat : 25403 (cryptominisat) R 25402 25402 24128 0 -1 4202496 218984 0 0 0 106193 38 0 0 25 0 1 0 600158167 1326428160 81940 33554432000 4194304 4587354 140735006916976 18446744073709551615 4230226 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25403/statm: 323835 81940 337 96 0 320397 0
[pid=25404] ppid=25402 vsize=855424 CPUtime=1062.31 cores=5
/proc/25404/stat : 25404 (clasp) R 25402 25402 24128 0 -1 4202496 214766 0 0 0 106135 96 0 0 25 0 1 0 600158167 875954176 206347 33554432000 4194304 4785740 140735431009712 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25404/statm: 213856 206347 340 145 0 210901 0
[pid=25405] ppid=25402 vsize=517100 CPUtime=528.22 cores=7
/proc/25405/stat : 25405 (TNM) R 25402 25402 24128 0 -1 4202496 25814 0 0 0 52818 4 0 0 25 0 1 0 600158167 529510400 25711 33554432000 134512640 134534564 4290335648 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25405/statm: 129275 25711 95 6 0 127941 0
[pid=25406] ppid=25402 vsize=213388 CPUtime=1062.31 cores=3
/proc/25406/stat : 25406 (lingeling) R 25402 25402 24128 0 -1 4202496 56741 0 0 0 106224 7 0 0 25 0 1 0 600158167 218509312 52508 33554432000 4194304 4352236 140733781580752 18446744073709551615 4276518 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25406/statm: 53347 52508 126 39 0 52427 0
[pid=25407] ppid=25402 vsize=154208 CPUtime=528.29 cores=7
/proc/25407/stat : 25407 (march_hi) R 25402 25402 24128 0 -1 4202496 86959 0 0 0 52815 14 0 0 25 0 1 0 600158167 157908992 18904 33554432000 4194304 4331988 140734141264080 18446744073709551615 4284296 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25407/statm: 38552 18904 174 34 0 36994 0
Current children cumulated CPU time (s) 4243.44
Current children cumulated vsize (KiB) 3053784

[startup+1122.3 s]
/proc/loadavg: 5.12 5.10 5.09 6/177 25446
/proc/meminfo: memFree=13653968/32951124 swapFree=67102140/67111528
[pid=25402] ppid=25400 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25402/stat : 25402 (ppfolio) S 25400 25402 24128 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 600158167 18763776 389 33554432000 4194304 4287625 140735978245776 18446744073709551615 216735198735 0 0 4096 65536 4365149952129630207 0 0 17 1 0 0 0
/proc/25402/statm: 4581 389 341 23 0 91 0
[pid=25403] ppid=25402 vsize=1295340 CPUtime=1122.31 cores=1
/proc/25403/stat : 25403 (cryptominisat) R 25402 25402 24128 0 -1 4202496 228600 0 0 0 112187 44 0 0 25 0 1 0 600158167 1326428160 83369 33554432000 4194304 4587354 140735006916976 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25403/statm: 323835 83369 337 96 0 320397 0
[pid=25404] ppid=25402 vsize=864408 CPUtime=1122.32 cores=5
/proc/25404/stat : 25404 (clasp) R 25402 25402 24128 0 -1 4202496 216915 0 0 0 112135 97 0 0 25 0 1 0 600158167 885153792 208496 33554432000 4194304 4785740 140735431009712 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25404/statm: 216102 208496 340 145 0 213147 0
[pid=25405] ppid=25402 vsize=517100 CPUtime=558.08 cores=7
/proc/25405/stat : 25405 (TNM) R 25402 25402 24128 0 -1 4202496 25814 0 0 0 55804 4 0 0 25 0 1 0 600158167 529510400 25711 33554432000 134512640 134534564 4290335648 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25405/statm: 129275 25711 95 6 0 127941 0
[pid=25406] ppid=25402 vsize=213388 CPUtime=1122.31 cores=3
/proc/25406/stat : 25406 (lingeling) R 25402 25402 24128 0 -1 4202496 56741 0 0 0 112224 7 0 0 25 0 1 0 600158167 218509312 52508 33554432000 4194304 4352236 140733781580752 18446744073709551615 4328039 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25406/statm: 53347 52508 126 39 0 52427 0
[pid=25407] ppid=25402 vsize=154208 CPUtime=558.11 cores=7
/proc/25407/stat : 25407 (march_hi) R 25402 25402 24128 0 -1 4202496 86959 0 0 0 55797 14 0 0 25 0 1 0 600158167 157908992 18904 33554432000 4194304 4331988 140734141264080 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25407/statm: 38552 18904 174 34 0 36994 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 3062768

[startup+1182.3 s]
/proc/loadavg: 5.08 5.09 5.09 6/177 25448
/proc/meminfo: memFree=13656428/32951124 swapFree=67102140/67111528
[pid=25402] ppid=25400 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25402/stat : 25402 (ppfolio) S 25400 25402 24128 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 600158167 18763776 389 33554432000 4194304 4287625 140735978245776 18446744073709551615 216735198735 0 0 4096 65536 4365149952129630207 0 0 17 1 0 0 0
/proc/25402/statm: 4581 389 341 23 0 91 0
[pid=25403] ppid=25402 vsize=1295340 CPUtime=1182.31 cores=1
/proc/25403/stat : 25403 (cryptominisat) R 25402 25402 24128 0 -1 4202496 229404 0 0 0 118187 44 0 0 25 0 1 0 600158167 1326428160 82031 33554432000 4194304 4587354 140735006916976 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25403/statm: 323835 82031 337 96 0 320397 0
[pid=25404] ppid=25402 vsize=866328 CPUtime=1182.32 cores=5
/proc/25404/stat : 25404 (clasp) R 25402 25402 24128 0 -1 4202496 217399 0 0 0 118135 97 0 0 25 0 1 0 600158167 887119872 208980 33554432000 4194304 4785740 140735431009712 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25404/statm: 216582 208980 340 145 0 213627 0
[pid=25405] ppid=25402 vsize=517100 CPUtime=587.92 cores=7
/proc/25405/stat : 25405 (TNM) R 25402 25402 24128 0 -1 4202496 25814 0 0 0 58788 4 0 0 25 0 1 0 600158167 529510400 25711 33554432000 134512640 134534564 4290335648 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25405/statm: 129275 25711 95 6 0 127941 0
[pid=25406] ppid=25402 vsize=213388 CPUtime=1182.31 cores=3
/proc/25406/stat : 25406 (lingeling) R 25402 25402 24128 0 -1 4202496 56741 0 0 0 118224 7 0 0 25 0 1 0 600158167 218509312 52508 33554432000 4194304 4352236 140733781580752 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25406/statm: 53347 52508 126 39 0 52427 0
[pid=25407] ppid=25402 vsize=154208 CPUtime=587.94 cores=7
/proc/25407/stat : 25407 (march_hi) R 25402 25402 24128 0 -1 4202496 86959 0 0 0 58780 14 0 0 25 0 1 0 600158167 157908992 18904 33554432000 4194304 4331988 140734141264080 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25407/statm: 38552 18904 174 34 0 36994 0
Current children cumulated CPU time (s) 4722.8
Current children cumulated vsize (KiB) 3064688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.14 5.10 5.09 6/177 25449
/proc/meminfo: memFree=13632488/32951124 swapFree=67102140/67111528
[pid=25402] ppid=25400 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25402/stat : 25402 (ppfolio) S 25400 25402 24128 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 600158167 18763776 389 33554432000 4194304 4287625 140735978245776 18446744073709551615 216735198735 0 0 4096 65536 4365149952129630207 0 0 17 1 0 0 0
/proc/25402/statm: 4581 389 341 23 0 91 0
[pid=25403] ppid=25402 vsize=1325636 CPUtime=1201.72 cores=1
/proc/25403/stat : 25403 (cryptominisat) R 25402 25402 24128 0 -1 4202496 235293 0 0 0 120127 45 0 0 25 0 1 0 600158167 1357451264 87920 33554432000 4194304 4587354 140735006916976 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25403/statm: 331409 87920 337 96 0 327971 0
[pid=25404] ppid=25402 vsize=866968 CPUtime=1201.72 cores=5
/proc/25404/stat : 25404 (clasp) R 25402 25402 24128 0 -1 4202496 217562 0 0 0 120075 97 0 0 25 0 1 0 600158167 887775232 209143 33554432000 4194304 4785740 140735431009712 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25404/statm: 216742 209143 340 145 0 213787 0
[pid=25405] ppid=25402 vsize=517100 CPUtime=597.55 cores=7
/proc/25405/stat : 25405 (TNM) R 25402 25402 24128 0 -1 4202496 25814 0 0 0 59751 4 0 0 25 0 1 0 600158167 529510400 25711 33554432000 134512640 134534564 4290335648 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25405/statm: 129275 25711 95 6 0 127941 0
[pid=25406] ppid=25402 vsize=213388 CPUtime=1201.72 cores=3
/proc/25406/stat : 25406 (lingeling) R 25402 25402 24128 0 -1 4202496 56741 0 0 0 120165 7 0 0 25 0 1 0 600158167 218509312 52508 33554432000 4194304 4352236 140733781580752 18446744073709551615 4328039 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25406/statm: 53347 52508 126 39 0 52427 0
[pid=25407] ppid=25402 vsize=154208 CPUtime=597.6 cores=7
/proc/25407/stat : 25407 (march_hi) R 25402 25402 24128 0 -1 4202496 86959 0 0 0 59746 14 0 0 25 0 1 0 600158167 157908992 18904 33554432000 4194304 4331988 140734141264080 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25407/statm: 38552 18904 174 34 0 36994 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 3095624

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201.7 s]
/proc/loadavg: 5.14 5.10 5.09 6/177 25449
/proc/meminfo: memFree=13632488/32951124 swapFree=67102140/67111528
[pid=25402] ppid=25400 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25402/stat : 25402 (ppfolio) S 25400 25402 24128 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 600158167 18763776 389 33554432000 4194304 4287625 140735978245776 18446744073709551615 216735198735 0 0 4096 65536 4365149952129630207 0 0 17 1 0 0 0
/proc/25402/statm: 4581 389 341 23 0 91 0
[pid=25403] ppid=25402 vsize=1325636 CPUtime=1201.72 cores=1
/proc/25403/stat : 25403 (cryptominisat) R 25402 25402 24128 0 -1 4202496 235293 0 0 0 120127 45 0 0 25 0 1 0 600158167 1357451264 87920 33554432000 4194304 4587354 140735006916976 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25403/statm: 331409 87920 337 96 0 327971 0
[pid=25404] ppid=25402 vsize=866968 CPUtime=1201.72 cores=5
/proc/25404/stat : 25404 (clasp) R 25402 25402 24128 0 -1 4202496 217562 0 0 0 120075 97 0 0 25 0 1 0 600158167 887775232 209143 33554432000 4194304 4785740 140735431009712 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25404/statm: 216742 209143 340 145 0 213787 0
[pid=25405] ppid=25402 vsize=517100 CPUtime=597.55 cores=7
/proc/25405/stat : 25405 (TNM) R 25402 25402 24128 0 -1 4202496 25814 0 0 0 59751 4 0 0 25 0 1 0 600158167 529510400 25711 33554432000 134512640 134534564 4290335648 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25405/statm: 129275 25711 95 6 0 127941 0
[pid=25406] ppid=25402 vsize=213388 CPUtime=1201.72 cores=3
/proc/25406/stat : 25406 (lingeling) R 25402 25402 24128 0 -1 4202496 56741 0 0 0 120165 7 0 0 25 0 1 0 600158167 218509312 52508 33554432000 4194304 4352236 140733781580752 18446744073709551615 4328039 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25406/statm: 53347 52508 126 39 0 52427 0
[pid=25407] ppid=25402 vsize=154208 CPUtime=597.6 cores=7
/proc/25407/stat : 25407 (march_hi) R 25402 25402 24128 0 -1 4202496 86959 0 0 0 59746 14 0 0 25 0 1 0 600158167 157908992 18904 33554432000 4194304 4331988 140734141264080 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25407/statm: 38552 18904 174 34 0 36994 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 3095624

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25402 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.004998
# while last known CPU time is 4800.31
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.71
CPU time (s): 4800.31
CPU user time (s): 4798.64
CPU system time (s): 1.67
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 4000420

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

runsolver used 1.73074 second user time and 4.83326 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 19:47:55
IDJOB=3251259
IDBENCH=88217
IDSOLVER=1612
FILE ID=node119/3251259-1304099275
RUNJOBID= node119-1304090423-24478
PBS_JOBID= 13170550
Free space on /tmp= 71800 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251259-1304099275/watcher-3251259-1304099275 -o /tmp/evaluation-result-3251259-1304099275/solver-3251259-1304099275 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3251259-1304099275.cnf

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

MD5SUM BENCH= b23c52475e3d098cb9d5a92c025d6982
RANDOM SEED=1652736377

node119.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.815
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.63
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.815
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.815
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15209644 kB
Buffers:       2210728 kB
Cached:       14884936 kB
SwapCached:       5504 kB
Active:        4735952 kB
Inactive:     12420908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15209644 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           24660 kB
Writeback:          20 kB
AnonPages:       58312 kB
Mapped:          14336 kB
Slab:           521320 kB
PageTables:       4532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189676 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= 71792 MiB
End job on node119 at 2011-04-29 20:07:59