Trace number 3371367

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
Plingeling 587f (fixed)UNSAT 524.802 131.787

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l46_lambda.cnf
MD5SUMeb4d0d02a25a8a84182ddd3b6d1fa8b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.3072
Satisfiable
(Un)Satisfiability was proved
Number of variables33090
Number of clauses165828
Sum of the clauses size478271
Maximum clause length9
Minimum clause length1
Number of clauses of size 14268
Number of clauses of size 241089
Number of clauses of size 397665
Number of clauses of size 415752
Number of clauses of size 56916
Number of clauses of size over 5138

Solver Data

524.69/131.78	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371367-1305417379/watcher-3371367-1305417379 -o /tmp/evaluation-result-3371367-1305417379/solver-3371367-1305417379 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371367-1305417379.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: 3.42 5.23 6.71 4/304 20340
/proc/meminfo: memFree=18228404/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) S 20338 20340 19509 0 -1 4202496 215 0 0 0 0 0 0 0 21 0 1 0 653337622 8937472 146 33554432000 4194304 4417452 140733233243984 18446744073709551615 274473967360 0 0 4096 0 18446744071562362840 0 0 17 1 0 0 0
/proc/20340/statm: 2182 146 122 55 0 68 0

[startup+0.0509009 s]
/proc/loadavg: 3.42 5.23 6.71 4/304 20340
/proc/meminfo: memFree=18228404/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=14644 CPUtime=0.02 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) R 20338 20340 19509 0 -1 4202496 1759 1255 0 2 2 0 0 0 21 0 1 0 653337622 14995456 1685 33554432000 4194304 4417452 140733233243984 18446744073709551615 4262049 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/20340/statm: 3661 1685 149 55 0 1547 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14644

[startup+0.100915 s]
/proc/loadavg: 3.42 5.23 6.71 4/304 20340
/proc/meminfo: memFree=18228404/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=23936 CPUtime=0.07 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) R 20338 20340 19509 0 -1 4202496 4050 1255 0 2 7 0 0 0 21 0 1 0 653337622 24510464 3976 33554432000 4194304 4417452 140733233243984 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/20340/statm: 5984 3976 149 55 0 3870 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 23936

[startup+0.300864 s]
/proc/loadavg: 3.42 5.23 6.71 4/304 20340
/proc/meminfo: memFree=18228404/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=101488 CPUtime=0.46 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) S 20338 20340 19509 0 -1 4202496 16710 1255 0 2 44 2 0 0 22 0 5 0 653337622 103923712 13153 33554432000 4194304 4417452 140733233243984 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20340/statm: 25372 13153 174 55 0 23258 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 101488

[startup+0.700799 s]
/proc/loadavg: 3.42 5.23 6.71 4/304 20340
/proc/meminfo: memFree=18228404/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=164732 CPUtime=2.05 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) S 20338 20340 19509 0 -1 4202496 21203 1255 0 2 203 2 0 0 22 0 5 0 653337622 168685568 13341 33554432000 4194304 4417452 140733233243984 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20340/statm: 41183 13341 175 55 0 39069 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 164732

[startup+1.50065 s]
/proc/loadavg: 3.42 5.23 6.71 9/316 20365
/proc/meminfo: memFree=18075132/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=170640 CPUtime=5.24 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) S 20338 20340 19509 0 -1 4202496 28214 1255 0 2 521 3 0 0 22 0 5 0 653337622 174735360 14094 33554432000 4194304 4417452 140733233243984 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20340/statm: 42660 14094 178 55 0 40546 0
[pid=20340/tid=20358] ppid=20338 vsize=170640 CPUtime=1.26 cores=1,3,5,7
/proc/20340/task/20358/stat : 20358 (plingeling) R 20338 20340 19509 0 -1 4202560 3675 1255 0 2 126 0 0 0 25 0 5 0 653337646 174735360 14094 33554432000 4194304 4417452 140733233243984 18446744073709551615 4277523 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20340/tid=20359] ppid=20338 vsize=170640 CPUtime=1.25 cores=1,3,5,7
/proc/20340/task/20359/stat : 20359 (plingeling) R 20338 20340 19509 0 -1 4202560 4126 1255 0 2 125 0 0 0 25 0 5 0 653337646 174735360 14094 33554432000 4194304 4417452 140733233243984 18446744073709551615 4275939 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20340/tid=20360] ppid=20338 vsize=170640 CPUtime=1.24 cores=1,3,5,7
/proc/20340/task/20360/stat : 20360 (plingeling) R 20338 20340 19509 0 -1 4202560 5820 1255 0 2 124 0 0 0 25 0 5 0 653337646 174735360 14094 33554432000 4194304 4417452 140733233243984 18446744073709551615 4264248 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20340/tid=20361] ppid=20338 vsize=170640 CPUtime=1.26 cores=1,3,5,7
/proc/20340/task/20361/stat : 20361 (plingeling) R 20338 20340 19509 0 -1 4202560 440 1255 0 2 126 0 0 0 25 0 5 0 653337646 174735360 14094 33554432000 4194304 4417452 140733233243984 18446744073709551615 4236601 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 170640

[startup+3.10037 s]
/proc/loadavg: 3.42 5.23 6.71 9/316 20365
/proc/meminfo: memFree=18064344/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=159548 CPUtime=11.63 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) S 20338 20340 19509 0 -1 4202496 31027 1255 0 2 1159 4 0 0 22 0 5 0 653337622 163377152 11335 33554432000 4194304 4417452 140733233243984 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20340/statm: 39887 11335 180 55 0 37773 0
[pid=20340/tid=20358] ppid=20338 vsize=159548 CPUtime=2.85 cores=1,3,5,7
/proc/20340/task/20358/stat : 20358 (plingeling) R 20338 20340 19509 0 -1 4202560 4576 1255 0 2 285 0 0 0 25 0 5 0 653337646 163377152 11335 33554432000 4194304 4417452 140733233243984 18446744073709551615 4236601 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20340/tid=20359] ppid=20338 vsize=159548 CPUtime=2.85 cores=1,3,5,7
/proc/20340/task/20359/stat : 20359 (plingeling) R 20338 20340 19509 0 -1 4202560 4663 1255 0 2 285 0 0 0 25 0 5 0 653337646 163377152 11335 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364589 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20340/tid=20360] ppid=20338 vsize=159548 CPUtime=2.83 cores=1,3,5,7
/proc/20340/task/20360/stat : 20360 (plingeling) R 20338 20340 19509 0 -1 4202560 7195 1255 0 2 283 0 0 0 25 0 5 0 653337646 163377152 11335 33554432000 4194304 4417452 140733233243984 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20340/tid=20361] ppid=20338 vsize=159548 CPUtime=2.86 cores=1,3,5,7
/proc/20340/task/20361/stat : 20361 (plingeling) R 20338 20340 19509 0 -1 4202560 440 1255 0 2 286 0 0 0 25 0 5 0 653337646 163377152 11335 33554432000 4194304 4417452 140733233243984 18446744073709551615 4250986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.63
Current children cumulated vsize (KiB) 159548

[startup+6.30081 s]
/proc/loadavg: 3.87 5.29 6.72 9/316 20365
/proc/meminfo: memFree=18046748/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=161892 CPUtime=24.4 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) S 20338 20340 19509 0 -1 4202496 32122 1255 0 2 2436 4 0 0 22 0 5 0 653337622 165777408 11921 33554432000 4194304 4417452 140733233243984 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20340/statm: 40473 11921 180 55 0 38359 0
[pid=20340/tid=20358] ppid=20338 vsize=161892 CPUtime=6.05 cores=1,3,5,7
/proc/20340/task/20358/stat : 20358 (plingeling) R 20338 20340 19509 0 -1 4202560 4586 1255 0 2 605 0 0 0 25 0 5 0 653337646 165777408 11921 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20340/tid=20359] ppid=20338 vsize=161892 CPUtime=6.05 cores=1,3,5,7
/proc/20340/task/20359/stat : 20359 (plingeling) R 20338 20340 19509 0 -1 4202560 5074 1255 0 2 605 0 0 0 25 0 5 0 653337646 165777408 11921 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20340/tid=20360] ppid=20338 vsize=161892 CPUtime=5.99 cores=1,3,5,7
/proc/20340/task/20360/stat : 20360 (plingeling) R 20338 20340 19509 0 -1 4202560 7763 1255 0 2 599 0 0 0 25 0 5 0 653337646 165777408 11921 33554432000 4194304 4417452 140733233243984 18446744073709551615 4236559 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20340/tid=20361] ppid=20338 vsize=161892 CPUtime=6.06 cores=1,3,5,7
/proc/20340/task/20361/stat : 20361 (plingeling) R 20338 20340 19509 0 -1 4202560 546 1255 0 2 606 0 0 0 25 0 5 0 653337646 165777408 11921 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.4
Current children cumulated vsize (KiB) 161892

[startup+12.7007 s]
/proc/loadavg: 4.20 5.34 6.73 9/316 20365
/proc/meminfo: memFree=18029816/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=168176 CPUtime=49.93 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) S 20338 20340 19509 0 -1 4202496 33938 1255 0 2 4989 4 0 0 22 0 5 0 653337622 172212224 13498 33554432000 4194304 4417452 140733233243984 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20340/statm: 42044 13498 180 55 0 39930 0
[pid=20340/tid=20358] ppid=20338 vsize=168176 CPUtime=12.45 cores=1,3,5,7
/proc/20340/task/20358/stat : 20358 (plingeling) R 20338 20340 19509 0 -1 4202560 5130 1255 0 2 1245 0 0 0 25 0 5 0 653337646 172212224 13498 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20340/tid=20359] ppid=20338 vsize=168176 CPUtime=12.45 cores=1,3,5,7
/proc/20340/task/20359/stat : 20359 (plingeling) R 20338 20340 19509 0 -1 4202560 5521 1255 0 2 1245 0 0 0 25 0 5 0 653337646 172212224 13498 33554432000 4194304 4417452 140733233243984 18446744073709551615 4354448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20340/tid=20360] ppid=20338 vsize=168176 CPUtime=12.33 cores=1,3,5,7
/proc/20340/task/20360/stat : 20360 (plingeling) R 20338 20340 19509 0 -1 4202560 8588 1255 0 2 1233 0 0 0 25 0 5 0 653337646 172212224 13498 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20340/tid=20361] ppid=20338 vsize=168176 CPUtime=12.46 cores=1,3,5,7
/proc/20340/task/20361/stat : 20361 (plingeling) R 20338 20340 19509 0 -1 4202560 546 1255 0 2 1246 0 0 0 25 0 5 0 653337646 172212224 13498 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.93
Current children cumulated vsize (KiB) 168176

[startup+25.5004 s]
/proc/loadavg: 5.04 5.47 6.75 9/316 20365
/proc/meminfo: memFree=18011612/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=195740 CPUtime=101 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) S 20338 20340 19509 0 -1 4202496 41952 1255 0 2 10095 5 0 0 22 0 5 0 653337622 200437760 20389 33554432000 4194304 4417452 140733233243984 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20340/statm: 48935 20389 180 55 0 46821 0
[pid=20340/tid=20358] ppid=20338 vsize=195740 CPUtime=25.26 cores=1,3,5,7
/proc/20340/task/20358/stat : 20358 (plingeling) R 20338 20340 19509 0 -1 4202560 7695 1255 0 2 2525 1 0 0 25 0 5 0 653337646 200437760 20389 33554432000 4194304 4417452 140733233243984 18446744073709551615 4365952 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20340/tid=20359] ppid=20338 vsize=195740 CPUtime=25.25 cores=1,3,5,7
/proc/20340/task/20359/stat : 20359 (plingeling) R 20338 20340 19509 0 -1 4202560 8585 1255 0 2 2524 1 0 0 25 0 5 0 653337646 200437760 20389 33554432000 4194304 4417452 140733233243984 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20340/tid=20360] ppid=20338 vsize=195740 CPUtime=25 cores=1,3,5,7
/proc/20340/task/20360/stat : 20360 (plingeling) R 20338 20340 19509 0 -1 4202560 10303 1255 0 2 2499 1 0 0 25 0 5 0 653337646 200437760 20389 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20340/tid=20361] ppid=20338 vsize=195740 CPUtime=25.26 cores=1,3,5,7
/proc/20340/task/20361/stat : 20361 (plingeling) R 20338 20340 19509 0 -1 4202560 1216 1255 0 2 2526 0 0 0 25 0 5 0 653337646 200437760 20389 33554432000 4194304 4417452 140733233243984 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101
Current children cumulated vsize (KiB) 195740

[startup+51.1009 s]
/proc/loadavg: 6.05 5.67 6.78 9/316 20366
/proc/meminfo: memFree=18010364/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=206036 CPUtime=203.15 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) S 20338 20340 19509 0 -1 4202496 47665 1255 0 2 20309 6 0 0 22 0 5 0 653337622 210980864 22989 33554432000 4194304 4417452 140733233243984 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20340/statm: 51509 22989 180 55 0 49395 0
[pid=20340/tid=20358] ppid=20338 vsize=206036 CPUtime=50.86 cores=1,3,5,7
/proc/20340/task/20358/stat : 20358 (plingeling) R 20338 20340 19509 0 -1 4202560 9254 1255 0 2 5085 1 0 0 25 0 5 0 653337646 210980864 22989 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20340/tid=20359] ppid=20338 vsize=206036 CPUtime=50.85 cores=1,3,5,7
/proc/20340/task/20359/stat : 20359 (plingeling) R 20338 20340 19509 0 -1 4202560 9979 1255 0 2 5084 1 0 0 25 0 5 0 653337646 210980864 22989 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20340/tid=20360] ppid=20338 vsize=206036 CPUtime=50.35 cores=1,3,5,7
/proc/20340/task/20360/stat : 20360 (plingeling) R 20338 20340 19509 0 -1 4202560 13063 1255 0 2 5034 1 0 0 25 0 5 0 653337646 210980864 22989 33554432000 4194304 4417452 140733233243984 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20340/tid=20361] ppid=20338 vsize=206036 CPUtime=50.86 cores=1,3,5,7
/proc/20340/task/20361/stat : 20361 (plingeling) R 20338 20340 19509 0 -1 4202560 1216 1255 0 2 5086 0 0 0 25 0 5 0 653337646 210980864 22989 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.15
Current children cumulated vsize (KiB) 206036

[startup+102.312 s]
/proc/loadavg: 5.89 5.70 6.73 6/312 20400
/proc/meminfo: memFree=12792688/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=236076 CPUtime=407.46 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) S 20338 20340 19509 0 -1 4202496 75178 1255 0 2 40720 26 0 0 22 0 5 0 653337622 241741824 30499 33554432000 4194304 4417452 140733233243984 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20340/statm: 59019 30499 180 55 0 56905 0
[pid=20340/tid=20358] ppid=20338 vsize=236076 CPUtime=102.07 cores=1,3,5,7
/proc/20340/task/20358/stat : 20358 (plingeling) R 20338 20340 19509 0 -1 4202560 14212 1255 0 2 10197 10 0 0 25 0 5 0 653337646 241741824 30499 33554432000 4194304 4417452 140733233243984 18446744073709551615 4275860 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20340/tid=20359] ppid=20338 vsize=236076 CPUtime=102.07 cores=1,3,5,7
/proc/20340/task/20359/stat : 20359 (plingeling) R 20338 20340 19509 0 -1 4202560 21610 1255 0 2 10204 3 0 0 25 0 5 0 653337646 241741824 30499 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20340/tid=20360] ppid=20338 vsize=236076 CPUtime=101.02 cores=1,3,5,7
/proc/20340/task/20360/stat : 20360 (plingeling) R 20338 20340 19509 0 -1 4202560 21939 1255 0 2 10092 10 0 0 25 0 5 0 653337646 241741824 30499 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20340/tid=20361] ppid=20338 vsize=236076 CPUtime=102.06 cores=1,3,5,7
/proc/20340/task/20361/stat : 20361 (plingeling) R 20338 20340 19509 0 -1 4202560 3264 1255 0 2 10206 0 0 0 25 0 5 0 653337646 241741824 30499 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.46
Current children cumulated vsize (KiB) 236076

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

[startup+115.101 s]
/proc/loadavg: 5.69 5.66 6.70 6/312 20400
/proc/meminfo: memFree=12674060/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=232040 CPUtime=458.49 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) S 20338 20340 19509 0 -1 4202496 87845 1255 0 2 45820 29 0 0 22 0 5 0 653337622 237608960 29490 33554432000 4194304 4417452 140733233243984 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20340/statm: 58010 29490 180 55 0 55896 0
[pid=20340/tid=20358] ppid=20338 vsize=232040 CPUtime=114.86 cores=1,3,5,7
/proc/20340/task/20358/stat : 20358 (plingeling) R 20338 20340 19509 0 -1 4202560 18888 1255 0 2 11475 11 0 0 25 0 5 0 653337646 237608960 29490 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20340/tid=20359] ppid=20338 vsize=232040 CPUtime=114.85 cores=1,3,5,7
/proc/20340/task/20359/stat : 20359 (plingeling) R 20338 20340 19509 0 -1 4202560 25970 1255 0 2 11481 4 0 0 25 0 5 0 653337646 237608960 29490 33554432000 4194304 4417452 140733233243984 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20340/tid=20360] ppid=20338 vsize=232040 CPUtime=113.7 cores=1,3,5,7
/proc/20340/task/20360/stat : 20360 (plingeling) R 20338 20340 19509 0 -1 4202560 25570 1255 0 2 11359 11 0 0 25 0 5 0 653337646 237608960 29490 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20340/tid=20361] ppid=20338 vsize=232040 CPUtime=114.85 cores=1,3,5,7
/proc/20340/task/20361/stat : 20361 (plingeling) R 20338 20340 19509 0 -1 4202560 3264 1255 0 2 11485 0 0 0 25 0 5 0 653337646 237608960 29490 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 458.49
Current children cumulated vsize (KiB) 232040

[startup+121.501 s]
/proc/loadavg: 5.64 5.65 6.69 6/312 20400
/proc/meminfo: memFree=10270536/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=244072 CPUtime=484.03 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) S 20338 20340 19509 0 -1 4202496 90853 1255 0 2 48374 29 0 0 22 0 5 0 653337622 249929728 32498 33554432000 4194304 4417452 140733233243984 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20340/statm: 61018 32498 180 55 0 58904 0
[pid=20340/tid=20358] ppid=20338 vsize=244072 CPUtime=121.26 cores=1,3,5,7
/proc/20340/task/20358/stat : 20358 (plingeling) R 20338 20340 19509 0 -1 4202560 19575 1255 0 2 12115 11 0 0 25 0 5 0 653337646 249929728 32498 33554432000 4194304 4417452 140733233243984 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20340/tid=20359] ppid=20338 vsize=244072 CPUtime=121.25 cores=1,3,5,7
/proc/20340/task/20359/stat : 20359 (plingeling) R 20338 20340 19509 0 -1 4202560 27236 1255 0 2 12121 4 0 0 25 0 5 0 653337646 249929728 32498 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20340/tid=20360] ppid=20338 vsize=244072 CPUtime=120.03 cores=1,3,5,7
/proc/20340/task/20360/stat : 20360 (plingeling) R 20338 20340 19509 0 -1 4202560 26625 1255 0 2 11992 11 0 0 25 0 5 0 653337646 249929728 32498 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20340/tid=20361] ppid=20338 vsize=244072 CPUtime=121.25 cores=1,3,5,7
/proc/20340/task/20361/stat : 20361 (plingeling) R 20338 20340 19509 0 -1 4202560 3264 1255 0 2 12125 0 0 0 25 0 5 0 653337646 249929728 32498 33554432000 4194304 4417452 140733233243984 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 484.03
Current children cumulated vsize (KiB) 244072

[startup+127.9 s]
/proc/loadavg: 5.58 5.64 6.68 6/312 20400
/proc/meminfo: memFree=8170868/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=235460 CPUtime=509.56 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) S 20338 20340 19509 0 -1 4202496 96242 1255 0 2 50926 30 0 0 22 0 5 0 653337622 241111040 30345 33554432000 4194304 4417452 140733233243984 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20340/statm: 58865 30345 180 55 0 56751 0
[pid=20340/tid=20358] ppid=20338 vsize=235460 CPUtime=127.66 cores=1,3,5,7
/proc/20340/task/20358/stat : 20358 (plingeling) R 20338 20340 19509 0 -1 4202560 20190 1255 0 2 12755 11 0 0 25 0 5 0 653337646 241111040 30345 33554432000 4194304 4417452 140733233243984 18446744073709551615 4234231 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20340/tid=20359] ppid=20338 vsize=235460 CPUtime=127.65 cores=1,3,5,7
/proc/20340/task/20359/stat : 20359 (plingeling) R 20338 20340 19509 0 -1 4202560 30266 1255 0 2 12761 4 0 0 25 0 5 0 653337646 241111040 30345 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20340/tid=20360] ppid=20338 vsize=235460 CPUtime=126.36 cores=1,3,5,7
/proc/20340/task/20360/stat : 20360 (plingeling) R 20338 20340 19509 0 -1 4202560 28369 1255 0 2 12625 11 0 0 25 0 5 0 653337646 241111040 30345 33554432000 4194304 4417452 140733233243984 18446744073709551615 4306844 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20340/tid=20361] ppid=20338 vsize=235460 CPUtime=127.65 cores=1,3,5,7
/proc/20340/task/20361/stat : 20361 (plingeling) R 20338 20340 19509 0 -1 4202560 3264 1255 0 2 12765 0 0 0 25 0 5 0 653337646 241111040 30345 33554432000 4194304 4417452 140733233243984 18446744073709551615 4365996 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 509.56
Current children cumulated vsize (KiB) 235460

[startup+129.501 s]
/proc/loadavg: 5.54 5.63 6.68 6/312 20400
/proc/meminfo: memFree=8176448/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=239828 CPUtime=515.96 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) S 20338 20340 19509 0 -1 4202496 97534 1255 0 2 51565 31 0 0 22 0 5 0 653337622 245583872 31437 33554432000 4194304 4417452 140733233243984 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20340/statm: 59957 31437 180 55 0 57843 0
[pid=20340/tid=20358] ppid=20338 vsize=239828 CPUtime=129.26 cores=1,3,5,7
/proc/20340/task/20358/stat : 20358 (plingeling) R 20338 20340 19509 0 -1 4202560 20560 1255 0 2 12915 11 0 0 25 0 5 0 653337646 245583872 31437 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20340/tid=20359] ppid=20338 vsize=239828 CPUtime=129.25 cores=1,3,5,7
/proc/20340/task/20359/stat : 20359 (plingeling) R 20338 20340 19509 0 -1 4202560 30720 1255 0 2 12921 4 0 0 25 0 5 0 653337646 245583872 31437 33554432000 4194304 4417452 140733233243984 18446744073709551615 18446744073699065947 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20340/tid=20360] ppid=20338 vsize=239828 CPUtime=127.95 cores=1,3,5,7
/proc/20340/task/20360/stat : 20360 (plingeling) R 20338 20340 19509 0 -1 4202560 28837 1255 0 2 12784 11 0 0 25 0 5 0 653337646 245583872 31437 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20340/tid=20361] ppid=20338 vsize=239828 CPUtime=129.25 cores=1,3,5,7
/proc/20340/task/20361/stat : 20361 (plingeling) R 20338 20340 19509 0 -1 4202560 3264 1255 0 2 12925 0 0 0 25 0 5 0 653337646 245583872 31437 33554432000 4194304 4417452 140733233243984 18446744073709551615 4365949 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 515.96
Current children cumulated vsize (KiB) 239828

[startup+131.101 s]
/proc/loadavg: 5.54 5.63 6.68 9/316 20404
/proc/meminfo: memFree=9450264/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=248020 CPUtime=522.33 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) S 20338 20340 19509 0 -1 4202496 99582 1255 0 2 52202 31 0 0 22 0 5 0 653337622 253972480 33485 33554432000 4194304 4417452 140733233243984 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20340/statm: 62005 33485 180 55 0 59891 0
[pid=20340/tid=20358] ppid=20338 vsize=248020 CPUtime=130.86 cores=1,3,5,7
/proc/20340/task/20358/stat : 20358 (plingeling) R 20338 20340 19509 0 -1 4202560 22608 1255 0 2 13074 12 0 0 25 0 5 0 653337646 253972480 33485 33554432000 4194304 4417452 140733233243984 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20340/tid=20359] ppid=20338 vsize=248020 CPUtime=130.85 cores=1,3,5,7
/proc/20340/task/20359/stat : 20359 (plingeling) R 20338 20340 19509 0 -1 4202560 30720 1255 0 2 13081 4 0 0 25 0 5 0 653337646 253972480 33485 33554432000 4194304 4417452 140733233243984 18446744073709551615 4353554 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20340/tid=20360] ppid=20338 vsize=248020 CPUtime=129.53 cores=1,3,5,7
/proc/20340/task/20360/stat : 20360 (plingeling) R 20338 20340 19509 0 -1 4202560 28837 1255 0 2 12942 11 0 0 25 0 5 0 653337646 253972480 33485 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20340/tid=20361] ppid=20338 vsize=248020 CPUtime=130.85 cores=1,3,5,7
/proc/20340/task/20361/stat : 20361 (plingeling) R 20338 20340 19509 0 -1 4202560 3264 1255 0 2 13085 0 0 0 25 0 5 0 653337646 253972480 33485 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 248020

[startup+131.501 s]
/proc/loadavg: 5.54 5.63 6.68 9/316 20404
/proc/meminfo: memFree=9450264/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=248020 CPUtime=523.93 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) S 20338 20340 19509 0 -1 4202496 99582 1255 0 2 52362 31 0 0 22 0 5 0 653337622 253972480 33485 33554432000 4194304 4417452 140733233243984 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20340/statm: 62005 33485 180 55 0 59891 0
[pid=20340/tid=20358] ppid=20338 vsize=248020 CPUtime=131.26 cores=1,3,5,7
/proc/20340/task/20358/stat : 20358 (plingeling) R 20338 20340 19509 0 -1 4202560 22608 1255 0 2 13114 12 0 0 25 0 5 0 653337646 253972480 33485 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=20340/tid=20359] ppid=20338 vsize=248020 CPUtime=131.25 cores=1,3,5,7
/proc/20340/task/20359/stat : 20359 (plingeling) R 20338 20340 19509 0 -1 4202560 30720 1255 0 2 13121 4 0 0 25 0 5 0 653337646 253972480 33485 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20340/tid=20360] ppid=20338 vsize=248020 CPUtime=129.93 cores=1,3,5,7
/proc/20340/task/20360/stat : 20360 (plingeling) R 20338 20340 19509 0 -1 4202560 28837 1255 0 2 12982 11 0 0 25 0 5 0 653337646 253972480 33485 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20340/tid=20361] ppid=20338 vsize=248020 CPUtime=131.25 cores=1,3,5,7
/proc/20340/task/20361/stat : 20361 (plingeling) R 20338 20340 19509 0 -1 4202560 3264 1255 0 2 13125 0 0 0 25 0 5 0 653337646 253972480 33485 33554432000 4194304 4417452 140733233243984 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 523.93
Current children cumulated vsize (KiB) 248020

[startup+131.701 s]
/proc/loadavg: 5.54 5.63 6.68 9/316 20404
/proc/meminfo: memFree=9450264/32950928 swapFree=67111348/67111528
[pid=20340] ppid=20338 vsize=248020 CPUtime=524.69 cores=1,3,5,7
/proc/20340/stat : 20340 (plingeling) S 20338 20340 19509 0 -1 4202496 99583 1255 0 2 52438 31 0 0 18 0 3 0 653337622 253972480 33486 33554432000 4194304 4417452 140733233243984 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/20340/statm: 62005 33486 181 55 0 59891 0
[pid=20340/tid=20359] ppid=20338 vsize=248020 CPUtime=131.45 cores=1,3,5,7
/proc/20340/task/20359/stat : 20359 (plingeling) R 20338 20340 19509 0 -1 4202560 30720 1255 0 2 13141 4 0 0 25 0 3 0 653337646 253972480 33486 33554432000 4194304 4417452 140733233243984 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20340/tid=20360] ppid=20338 vsize=248020 CPUtime=130.13 cores=1,3,5,7
/proc/20340/task/20360/stat : 20360 (plingeling) R 20338 20340 19509 0 -1 4202560 28837 1255 0 2 13002 11 0 0 25 0 3 0 653337646 253972480 33486 33554432000 4194304 4417452 140733233243984 18446744073709551615 4366082 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 524.69
Current children cumulated vsize (KiB) 248020

Child status: 20
Real time (s): 131.787
CPU time (s): 524.802
CPU user time (s): 524.474
CPU system time (s): 0.32795
CPU usage (%): 398.22
Max. virtual memory (cumulated for all children) (KiB): 249216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 524.474
system time used= 0.32795
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100841
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 93
involuntary context switches= 5112

runsolver used 0.403938 second user time and 0.91686 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 01:56:20
IDJOB=3371367
IDBENCH=70941
IDSOLVER=1848
FILE ID=node125/3371367-1305417379
RUNJOBID= node125-1305417379-20327
PBS_JOBID= 13324523
Free space on /tmp= 73192 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l46_lambda.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371367-1305417379/watcher-3371367-1305417379 -o /tmp/evaluation-result-3371367-1305417379/solver-3371367-1305417379 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371367-1305417379.cnf

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

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED=1581014703

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.74
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.828
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.75
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.828
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:      18228436 kB
Buffers:        259932 kB
Cached:        4029856 kB
SwapCached:          0 kB
Active:       11131708 kB
Inactive:      3216868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18228436 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5852 kB
Writeback:          12 kB
AnonPages:    10058748 kB
Mapped:          29064 kB
Slab:           274472 kB
PageTables:      35792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 50992292 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= 72524 MiB
End job on node125 at 2011-05-15 01:58:31