Trace number 3288103

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 587UNSAT 540.045 135.66

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.78
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

539.94/135.65	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: 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-3288103-1304065084/watcher-3288103-1304065084 -o /tmp/evaluation-result-3288103-1304065084/solver-3288103-1304065084 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3288103-1304065084.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.82 7.92 7.75 6/181 30623
/proc/meminfo: memFree=19363804/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=11356 CPUtime=0 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) R 30621 30623 30119 0 -1 4202496 900 1252 0 0 0 0 0 0 25 0 1 0 596739096 11628544 829 33554432000 4194304 4417332 140736572905456 18446744073709551615 251367240660 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30623/statm: 2839 829 147 55 0 725 0

[startup+0.0823611 s]
/proc/loadavg: 7.82 7.92 7.75 6/181 30623
/proc/meminfo: memFree=19363804/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=28368 CPUtime=0.07 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) R 30621 30623 30119 0 -1 4202496 5240 1252 0 0 7 0 0 0 25 0 1 0 596739096 29048832 5115 33554432000 4194304 4417332 140736572905456 18446744073709551615 4231579 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30623/statm: 7092 5115 148 55 0 4978 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28368

[startup+0.100356 s]
/proc/loadavg: 7.82 7.92 7.75 6/181 30623
/proc/meminfo: memFree=19363804/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=28368 CPUtime=0.09 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) R 30621 30623 30119 0 -1 4202496 5240 1252 0 0 9 0 0 0 25 0 1 0 596739096 29048832 5115 33554432000 4194304 4417332 140736572905456 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30623/statm: 7092 5115 148 55 0 4978 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28368

[startup+0.300321 s]
/proc/loadavg: 7.82 7.92 7.75 6/181 30623
/proc/meminfo: memFree=19363804/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=81188 CPUtime=0.29 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) R 30621 30623 30119 0 -1 4202496 18034 1252 0 0 27 2 0 0 25 0 1 0 596739096 83136512 17893 33554432000 4194304 4417332 140736572905456 18446744073709551615 251367240797 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30623/statm: 20297 17918 148 55 0 18183 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81188

[startup+0.700183 s]
/proc/loadavg: 7.82 7.92 7.75 6/181 30623
/proc/meminfo: memFree=19363804/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=218868 CPUtime=1.09 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) S 30621 30623 30119 0 -1 4202496 43397 1252 0 0 103 6 0 0 25 0 5 0 596739096 224120832 28852 33554432000 4194304 4417332 140736572905456 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30623/statm: 54717 28852 167 55 0 52603 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 218868

[startup+1.50103 s]
/proc/loadavg: 7.82 7.92 7.75 9/186 30633
/proc/meminfo: memFree=19261472/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=231156 CPUtime=4.28 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) S 30621 30623 30119 0 -1 4202496 58793 1252 0 0 420 8 0 0 25 0 5 0 596739096 236703744 33720 33554432000 4194304 4417332 140736572905456 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30623/statm: 57789 33720 171 55 0 55675 0
[pid=30623/tid=30630] ppid=30621 vsize=231156 CPUtime=0.92 cores=0,2,4,6
/proc/30623/task/30630/stat : 30630 (plingeling) R 30621 30623 30119 0 -1 4202560 12281 1252 0 0 91 1 0 0 25 0 5 0 596739152 236703744 33720 33554432000 4194304 4417332 140736572905456 18446744073709551615 4284784 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30623/tid=30631] ppid=30621 vsize=231156 CPUtime=0.92 cores=0,2,4,6
/proc/30623/task/30631/stat : 30631 (plingeling) R 30621 30623 30119 0 -1 4202560 8519 1252 0 0 91 1 0 0 25 0 5 0 596739152 236703744 33720 33554432000 4194304 4417332 140736572905456 18446744073709551615 4287486 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30623/tid=30632] ppid=30621 vsize=231156 CPUtime=0.92 cores=0,2,4,6
/proc/30623/task/30632/stat : 30632 (plingeling) R 30621 30623 30119 0 -1 4202560 6401 1252 0 0 91 1 0 0 25 0 5 0 596739152 236703744 33720 33554432000 4194304 4417332 140736572905456 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30623/tid=30633] ppid=30621 vsize=231156 CPUtime=0.92 cores=0,2,4,6
/proc/30623/task/30633/stat : 30633 (plingeling) R 30621 30623 30119 0 -1 4202560 3773 1252 0 0 92 0 0 0 19 0 5 0 596739152 236703744 33720 33554432000 4194304 4417332 140736572905456 18446744073709551615 4237157 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 231156

[startup+3.10074 s]
/proc/loadavg: 7.82 7.92 7.75 9/186 30633
/proc/meminfo: memFree=19205548/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=255328 CPUtime=10.67 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) S 30621 30623 30119 0 -1 4202496 75673 1252 0 0 1057 10 0 0 25 0 5 0 596739096 261455872 35871 33554432000 4194304 4417332 140736572905456 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30623/statm: 63832 35871 173 55 0 61718 0
[pid=30623/tid=30630] ppid=30621 vsize=255328 CPUtime=2.52 cores=0,2,4,6
/proc/30623/task/30630/stat : 30630 (plingeling) R 30621 30623 30119 0 -1 4202560 21431 1252 0 0 250 2 0 0 25 0 5 0 596739152 261455872 35871 33554432000 4194304 4417332 140736572905456 18446744073709551615 4255662 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30623/tid=30631] ppid=30621 vsize=255328 CPUtime=2.5 cores=0,2,4,6
/proc/30623/task/30631/stat : 30631 (plingeling) R 30621 30623 30119 0 -1 4202560 12737 1252 0 0 249 1 0 0 25 0 5 0 596739152 261455872 35871 33554432000 4194304 4417332 140736572905456 18446744073709551615 4261073 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30623/tid=30632] ppid=30621 vsize=255328 CPUtime=2.52 cores=0,2,4,6
/proc/30623/task/30632/stat : 30632 (plingeling) R 30621 30623 30119 0 -1 4202560 9913 1252 0 0 251 1 0 0 25 0 5 0 596739152 261455872 35871 33554432000 4194304 4417332 140736572905456 18446744073709551615 4346425 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30623/tid=30633] ppid=30621 vsize=255328 CPUtime=2.52 cores=0,2,4,6
/proc/30623/task/30633/stat : 30633 (plingeling) R 30621 30623 30119 0 -1 4202560 3773 1252 0 0 252 0 0 0 22 0 5 0 596739152 261455872 35871 33554432000 4194304 4417332 140736572905456 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.67
Current children cumulated vsize (KiB) 255328

[startup+6.30115 s]
/proc/loadavg: 7.92 7.94 7.76 9/186 30633
/proc/meminfo: memFree=19197608/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=271432 CPUtime=23.45 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) S 30621 30623 30119 0 -1 4202496 90098 1252 0 0 2332 13 0 0 25 0 5 0 596739096 277946368 44315 33554432000 4194304 4417332 140736572905456 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30623/statm: 67858 44315 179 55 0 65744 0
[pid=30623/tid=30630] ppid=30621 vsize=271432 CPUtime=5.73 cores=0,2,4,6
/proc/30623/task/30630/stat : 30630 (plingeling) R 30621 30623 30119 0 -1 4202560 23486 1252 0 0 570 3 0 0 25 0 5 0 596739152 277946368 44315 33554432000 4194304 4417332 140736572905456 18446744073709551615 4252915 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30623/tid=30631] ppid=30621 vsize=271432 CPUtime=5.69 cores=0,2,4,6
/proc/30623/task/30631/stat : 30631 (plingeling) R 30621 30623 30119 0 -1 4202560 18856 1252 0 0 566 3 0 0 25 0 5 0 596739152 277946368 44315 33554432000 4194304 4417332 140736572905456 18446744073709551615 4253304 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30623/tid=30632] ppid=30621 vsize=271432 CPUtime=5.72 cores=0,2,4,6
/proc/30623/task/30632/stat : 30632 (plingeling) R 30621 30623 30119 0 -1 4202560 16162 1252 0 0 570 2 0 0 25 0 5 0 596739152 277946368 44315 33554432000 4194304 4417332 140736572905456 18446744073709551615 4232787 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30623/tid=30633] ppid=30621 vsize=271432 CPUtime=5.73 cores=0,2,4,6
/proc/30623/task/30633/stat : 30633 (plingeling) R 30621 30623 30119 0 -1 4202560 3775 1252 0 0 573 0 0 0 25 0 5 0 596739152 277946368 44315 33554432000 4194304 4417332 140736572905456 18446744073709551615 4353502 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.45
Current children cumulated vsize (KiB) 271432

[startup+12.701 s]
/proc/loadavg: 7.92 7.94 7.76 9/186 30633
/proc/meminfo: memFree=19190796/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=261300 CPUtime=49.02 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) S 30621 30623 30119 0 -1 4202496 97419 1252 0 0 4888 14 0 0 25 0 5 0 596739096 267571200 41784 33554432000 4194304 4417332 140736572905456 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30623/statm: 65325 41784 181 55 0 63211 0
[pid=30623/tid=30630] ppid=30621 vsize=261300 CPUtime=12.12 cores=0,2,4,6
/proc/30623/task/30630/stat : 30630 (plingeling) R 30621 30623 30119 0 -1 4202560 25535 1252 0 0 1209 3 0 0 25 0 5 0 596739152 267571200 41784 33554432000 4194304 4417332 140736572905456 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30623/tid=30631] ppid=30621 vsize=261300 CPUtime=12.05 cores=0,2,4,6
/proc/30623/task/30631/stat : 30631 (plingeling) R 30621 30623 30119 0 -1 4202560 20907 1252 0 0 1202 3 0 0 25 0 5 0 596739152 267571200 41784 33554432000 4194304 4417332 140736572905456 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30623/tid=30632] ppid=30621 vsize=261300 CPUtime=12.12 cores=0,2,4,6
/proc/30623/task/30632/stat : 30632 (plingeling) R 30621 30623 30119 0 -1 4202560 16162 1252 0 0 1210 2 0 0 25 0 5 0 596739152 267571200 41784 33554432000 4194304 4417332 140736572905456 18446744073709551615 4265405 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30623/tid=30633] ppid=30621 vsize=261300 CPUtime=12.12 cores=0,2,4,6
/proc/30623/task/30633/stat : 30633 (plingeling) R 30621 30623 30119 0 -1 4202560 6996 1252 0 0 1212 0 0 0 25 0 5 0 596739152 267571200 41784 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.02
Current children cumulated vsize (KiB) 261300

[startup+25.5006 s]
/proc/loadavg: 7.94 7.94 7.76 9/186 30633
/proc/meminfo: memFree=19197252/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=260896 CPUtime=100.14 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) S 30621 30623 30119 0 -1 4202496 98122 1252 0 0 10000 14 0 0 25 0 5 0 596739096 267157504 41683 33554432000 4194304 4417332 140736572905456 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30623/statm: 65224 41683 181 55 0 63110 0
[pid=30623/tid=30630] ppid=30621 vsize=260896 CPUtime=24.93 cores=0,2,4,6
/proc/30623/task/30630/stat : 30630 (plingeling) R 30621 30623 30119 0 -1 4202560 25849 1252 0 0 2489 4 0 0 25 0 5 0 596739152 267157504 41683 33554432000 4194304 4417332 140736572905456 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30623/tid=30631] ppid=30621 vsize=260896 CPUtime=24.78 cores=0,2,4,6
/proc/30623/task/30631/stat : 30631 (plingeling) R 30621 30623 30119 0 -1 4202560 21219 1252 0 0 2475 3 0 0 25 0 5 0 596739152 267157504 41683 33554432000 4194304 4417332 140736572905456 18446744073709551615 4252365 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30623/tid=30632] ppid=30621 vsize=260896 CPUtime=24.92 cores=0,2,4,6
/proc/30623/task/30632/stat : 30632 (plingeling) R 30621 30623 30119 0 -1 4202560 16239 1252 0 0 2490 2 0 0 25 0 5 0 596739152 267157504 41683 33554432000 4194304 4417332 140736572905456 18446744073709551615 4284784 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30623/tid=30633] ppid=30621 vsize=260896 CPUtime=24.92 cores=0,2,4,6
/proc/30623/task/30633/stat : 30633 (plingeling) R 30621 30623 30119 0 -1 4202560 6996 1252 0 0 2492 0 0 0 25 0 5 0 596739152 267157504 41683 33554432000 4194304 4417332 140736572905456 18446744073709551615 4236945 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.14
Current children cumulated vsize (KiB) 260896

[startup+51.1009 s]
/proc/loadavg: 7.96 7.94 7.77 9/186 30634
/proc/meminfo: memFree=19189532/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=260660 CPUtime=202.41 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) S 30621 30623 30119 0 -1 4202496 98723 1252 0 0 20226 15 0 0 25 0 5 0 596739096 266915840 41624 33554432000 4194304 4417332 140736572905456 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30623/statm: 65165 41624 181 55 0 63051 0
[pid=30623/tid=30630] ppid=30621 vsize=260660 CPUtime=50.53 cores=0,2,4,6
/proc/30623/task/30630/stat : 30630 (plingeling) R 30621 30623 30119 0 -1 4202560 26113 1252 0 0 5049 4 0 0 25 0 5 0 596739152 266915840 41624 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30623/tid=30631] ppid=30621 vsize=260660 CPUtime=50.24 cores=0,2,4,6
/proc/30623/task/30631/stat : 30631 (plingeling) R 30621 30623 30119 0 -1 4202560 21485 1252 0 0 5021 3 0 0 25 0 5 0 596739152 266915840 41624 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30623/tid=30632] ppid=30621 vsize=260660 CPUtime=50.51 cores=0,2,4,6
/proc/30623/task/30632/stat : 30632 (plingeling) R 30621 30623 30119 0 -1 4202560 16310 1252 0 0 5049 2 0 0 25 0 5 0 596739152 266915840 41624 33554432000 4194304 4417332 140736572905456 18446744073709551615 4365846 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30623/tid=30633] ppid=30621 vsize=260660 CPUtime=50.52 cores=0,2,4,6
/proc/30623/task/30633/stat : 30633 (plingeling) R 30621 30623 30119 0 -1 4202560 6996 1252 0 0 5052 0 0 0 25 0 5 0 596739152 266915840 41624 33554432000 4194304 4417332 140736572905456 18446744073709551615 4236812 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.41
Current children cumulated vsize (KiB) 260660

[startup+102.306 s]
/proc/loadavg: 7.98 7.95 7.78 9/186 30636
/proc/meminfo: memFree=19178820/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=272156 CPUtime=406.95 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) S 30621 30623 30119 0 -1 4202496 112647 1252 0 0 40678 17 0 0 25 0 5 0 596739096 278687744 42192 33554432000 4194304 4417332 140736572905456 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30623/statm: 68039 42192 181 55 0 65925 0
[pid=30623/tid=30630] ppid=30621 vsize=272156 CPUtime=101.74 cores=0,2,4,6
/proc/30623/task/30630/stat : 30630 (plingeling) R 30621 30623 30119 0 -1 4202560 33381 1252 0 0 10169 5 0 0 25 0 5 0 596739152 278687744 42192 33554432000 4194304 4417332 140736572905456 18446744073709551615 4366319 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30623/tid=30631] ppid=30621 vsize=272156 CPUtime=101.17 cores=0,2,4,6
/proc/30623/task/30631/stat : 30631 (plingeling) R 30621 30623 30119 0 -1 4202560 23238 1252 0 0 10114 3 0 0 25 0 5 0 596739152 278687744 42192 33554432000 4194304 4417332 140736572905456 18446744073709551615 4237169 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30623/tid=30632] ppid=30621 vsize=272156 CPUtime=101.72 cores=0,2,4,6
/proc/30623/task/30632/stat : 30632 (plingeling) R 30621 30623 30119 0 -1 4202560 21213 1252 0 0 10169 3 0 0 25 0 5 0 596739152 278687744 42192 33554432000 4194304 4417332 140736572905456 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30623/tid=30633] ppid=30621 vsize=272156 CPUtime=101.73 cores=0,2,4,6
/proc/30623/task/30633/stat : 30633 (plingeling) R 30621 30623 30119 0 -1 4202560 6996 1252 0 0 10173 0 0 0 25 0 5 0 596739152 278687744 42192 33554432000 4194304 4417332 140736572905456 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 406.95
Current children cumulated vsize (KiB) 272156

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

[startup+115.101 s]
/proc/loadavg: 7.98 7.95 7.78 9/186 30636
/proc/meminfo: memFree=19173116/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=283236 CPUtime=458.07 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) S 30621 30623 30119 0 -1 4202496 115391 1252 0 0 45790 17 0 0 25 0 5 0 596739096 290033664 44930 33554432000 4194304 4417332 140736572905456 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30623/statm: 70809 44930 181 55 0 68695 0
[pid=30623/tid=30630] ppid=30621 vsize=283236 CPUtime=114.53 cores=0,2,4,6
/proc/30623/task/30630/stat : 30630 (plingeling) R 30621 30623 30119 0 -1 4202560 34208 1252 0 0 11448 5 0 0 25 0 5 0 596739152 290033664 44930 33554432000 4194304 4417332 140736572905456 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30623/tid=30631] ppid=30621 vsize=283236 CPUtime=113.89 cores=0,2,4,6
/proc/30623/task/30631/stat : 30631 (plingeling) R 30621 30623 30119 0 -1 4202560 23759 1252 0 0 11386 3 0 0 25 0 5 0 596739152 290033664 44930 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30623/tid=30632] ppid=30621 vsize=283236 CPUtime=114.51 cores=0,2,4,6
/proc/30623/task/30632/stat : 30632 (plingeling) R 30621 30623 30119 0 -1 4202560 22202 1252 0 0 11448 3 0 0 25 0 5 0 596739152 290033664 44930 33554432000 4194304 4417332 140736572905456 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30623/tid=30633] ppid=30621 vsize=283236 CPUtime=114.52 cores=0,2,4,6
/proc/30623/task/30633/stat : 30633 (plingeling) R 30621 30623 30119 0 -1 4202560 7403 1252 0 0 11452 0 0 0 25 0 5 0 596739152 290033664 44930 33554432000 4194304 4417332 140736572905456 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 458.07
Current children cumulated vsize (KiB) 283236

[startup+127.901 s]
/proc/loadavg: 7.99 7.95 7.78 9/186 30636
/proc/meminfo: memFree=19156372/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=293880 CPUtime=509.19 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) S 30621 30623 30119 0 -1 4202496 123861 1252 0 0 50900 19 0 0 25 0 5 0 596739096 300933120 47591 33554432000 4194304 4417332 140736572905456 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30623/statm: 73470 47591 181 55 0 71356 0
[pid=30623/tid=30630] ppid=30621 vsize=293880 CPUtime=127.33 cores=0,2,4,6
/proc/30623/task/30630/stat : 30630 (plingeling) R 30621 30623 30119 0 -1 4202560 38361 1252 0 0 12727 6 0 0 25 0 5 0 596739152 300933120 47591 33554432000 4194304 4417332 140736572905456 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30623/tid=30631] ppid=30621 vsize=293880 CPUtime=126.62 cores=0,2,4,6
/proc/30623/task/30631/stat : 30631 (plingeling) R 30621 30623 30119 0 -1 4202560 27933 1252 0 0 12658 4 0 0 25 0 5 0 596739152 300933120 47591 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30623/tid=30632] ppid=30621 vsize=293880 CPUtime=127.31 cores=0,2,4,6
/proc/30623/task/30632/stat : 30632 (plingeling) R 30621 30623 30119 0 -1 4202560 22345 1252 0 0 12728 3 0 0 25 0 5 0 596739152 300933120 47591 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30623/tid=30633] ppid=30621 vsize=293880 CPUtime=127.32 cores=0,2,4,6
/proc/30623/task/30633/stat : 30633 (plingeling) R 30621 30623 30119 0 -1 4202560 7403 1252 0 0 12732 0 0 0 25 0 5 0 596739152 300933120 47591 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 509.19
Current children cumulated vsize (KiB) 293880

[startup+131.101 s]
/proc/loadavg: 7.99 7.95 7.78 9/186 30636
/proc/meminfo: memFree=19161456/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=302428 CPUtime=521.97 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) S 30621 30623 30119 0 -1 4202496 126044 1252 0 0 52178 19 0 0 25 0 5 0 596739096 309686272 49728 33554432000 4194304 4417332 140736572905456 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30623/statm: 75607 49728 181 55 0 73493 0
[pid=30623/tid=30630] ppid=30621 vsize=302428 CPUtime=130.53 cores=0,2,4,6
/proc/30623/task/30630/stat : 30630 (plingeling) R 30621 30623 30119 0 -1 4202560 38496 1252 0 0 13047 6 0 0 25 0 5 0 596739152 309686272 49728 33554432000 4194304 4417332 140736572905456 18446744073709551615 4310447 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30623/tid=30631] ppid=30621 vsize=302428 CPUtime=129.81 cores=0,2,4,6
/proc/30623/task/30631/stat : 30631 (plingeling) R 30621 30623 30119 0 -1 4202560 29981 1252 0 0 12976 5 0 0 25 0 5 0 596739152 309686272 49728 33554432000 4194304 4417332 140736572905456 18446744073709551615 18446744073699066094 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30623/tid=30632] ppid=30621 vsize=302428 CPUtime=130.51 cores=0,2,4,6
/proc/30623/task/30632/stat : 30632 (plingeling) R 30621 30623 30119 0 -1 4202560 22345 1252 0 0 13048 3 0 0 25 0 5 0 596739152 309686272 49728 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30623/tid=30633] ppid=30621 vsize=302428 CPUtime=130.52 cores=0,2,4,6
/proc/30623/task/30633/stat : 30633 (plingeling) R 30621 30623 30119 0 -1 4202560 7403 1252 0 0 13052 0 0 0 25 0 5 0 596739152 309686272 49728 33554432000 4194304 4417332 140736572905456 18446744073709551615 4236982 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 302428

[startup+132.701 s]
/proc/loadavg: 7.99 7.95 7.78 9/186 30636
/proc/meminfo: memFree=19143972/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=311636 CPUtime=528.36 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) S 30621 30623 30119 0 -1 4202496 128346 1252 0 0 52817 19 0 0 25 0 5 0 596739096 319115264 52030 33554432000 4194304 4417332 140736572905456 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30623/statm: 77909 52030 181 55 0 75795 0
[pid=30623/tid=30630] ppid=30621 vsize=311636 CPUtime=132.13 cores=0,2,4,6
/proc/30623/task/30630/stat : 30630 (plingeling) R 30621 30623 30119 0 -1 4202560 40651 1252 0 0 13207 6 0 0 25 0 5 0 596739152 319115264 52030 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30623/tid=30631] ppid=30621 vsize=311636 CPUtime=131.4 cores=0,2,4,6
/proc/30623/task/30631/stat : 30631 (plingeling) R 30621 30623 30119 0 -1 4202560 30128 1252 0 0 13135 5 0 0 25 0 5 0 596739152 319115264 52030 33554432000 4194304 4417332 140736572905456 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30623/tid=30632] ppid=30621 vsize=311636 CPUtime=132.11 cores=0,2,4,6
/proc/30623/task/30632/stat : 30632 (plingeling) R 30621 30623 30119 0 -1 4202560 22345 1252 0 0 13208 3 0 0 25 0 5 0 596739152 319115264 52030 33554432000 4194304 4417332 140736572905456 18446744073709551615 4357986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30623/tid=30633] ppid=30621 vsize=311636 CPUtime=132.12 cores=0,2,4,6
/proc/30623/task/30633/stat : 30633 (plingeling) R 30621 30623 30119 0 -1 4202560 7403 1252 0 0 13212 0 0 0 25 0 5 0 596739152 319115264 52030 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 528.36
Current children cumulated vsize (KiB) 311636

[startup+134.301 s]
/proc/loadavg: 7.99 7.95 7.78 9/186 30636
/proc/meminfo: memFree=19150172/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=304296 CPUtime=534.75 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) S 30621 30623 30119 0 -1 4202496 128560 1252 0 0 53456 19 0 0 25 0 5 0 596739096 311599104 50195 33554432000 4194304 4417332 140736572905456 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30623/statm: 76074 50195 181 55 0 73960 0
[pid=30623/tid=30630] ppid=30621 vsize=304296 CPUtime=133.73 cores=0,2,4,6
/proc/30623/task/30630/stat : 30630 (plingeling) R 30621 30623 30119 0 -1 4202560 40865 1252 0 0 13367 6 0 0 25 0 5 0 596739152 311599104 50195 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30623/tid=30631] ppid=30621 vsize=304296 CPUtime=132.99 cores=0,2,4,6
/proc/30623/task/30631/stat : 30631 (plingeling) R 30621 30623 30119 0 -1 4202560 30128 1252 0 0 13294 5 0 0 25 0 5 0 596739152 311599104 50195 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30623/tid=30632] ppid=30621 vsize=304296 CPUtime=133.71 cores=0,2,4,6
/proc/30623/task/30632/stat : 30632 (plingeling) R 30621 30623 30119 0 -1 4202560 22345 1252 0 0 13368 3 0 0 25 0 5 0 596739152 311599104 50195 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30623/tid=30633] ppid=30621 vsize=304296 CPUtime=133.72 cores=0,2,4,6
/proc/30623/task/30633/stat : 30633 (plingeling) R 30621 30623 30119 0 -1 4202560 7403 1252 0 0 13372 0 0 0 25 0 5 0 596739152 311599104 50195 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 534.75
Current children cumulated vsize (KiB) 304296

[startup+135.1 s]
/proc/loadavg: 7.99 7.95 7.78 9/186 30636
/proc/meminfo: memFree=19150172/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=296104 CPUtime=537.95 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) S 30621 30623 30119 0 -1 4202496 128560 1252 0 0 53776 19 0 0 25 0 5 0 596739096 303210496 48147 33554432000 4194304 4417332 140736572905456 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30623/statm: 74026 48147 181 55 0 71912 0
[pid=30623/tid=30630] ppid=30621 vsize=296104 CPUtime=134.53 cores=0,2,4,6
/proc/30623/task/30630/stat : 30630 (plingeling) R 30621 30623 30119 0 -1 4202560 40865 1252 0 0 13447 6 0 0 25 0 5 0 596739152 303210496 48147 33554432000 4194304 4417332 140736572905456 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30623/tid=30631] ppid=30621 vsize=296104 CPUtime=133.79 cores=0,2,4,6
/proc/30623/task/30631/stat : 30631 (plingeling) R 30621 30623 30119 0 -1 4202560 30128 1252 0 0 13374 5 0 0 25 0 5 0 596739152 303210496 48147 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30623/tid=30632] ppid=30621 vsize=296104 CPUtime=134.51 cores=0,2,4,6
/proc/30623/task/30632/stat : 30632 (plingeling) R 30621 30623 30119 0 -1 4202560 22345 1252 0 0 13448 3 0 0 25 0 5 0 596739152 303210496 48147 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30623/tid=30633] ppid=30621 vsize=296104 CPUtime=134.52 cores=0,2,4,6
/proc/30623/task/30633/stat : 30633 (plingeling) R 30621 30623 30119 0 -1 4202560 7403 1252 0 0 13452 0 0 0 25 0 5 0 596739152 303210496 48147 33554432000 4194304 4417332 140736572905456 18446744073709551615 4357444 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 537.95
Current children cumulated vsize (KiB) 296104

[startup+135.5 s]
/proc/loadavg: 7.99 7.95 7.78 9/186 30636
/proc/meminfo: memFree=19157860/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=296104 CPUtime=539.54 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) S 30621 30623 30119 0 -1 4202496 128560 1252 0 0 53935 19 0 0 25 0 5 0 596739096 303210496 48147 33554432000 4194304 4417332 140736572905456 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30623/statm: 74026 48147 181 55 0 71912 0
[pid=30623/tid=30630] ppid=30621 vsize=296104 CPUtime=134.93 cores=0,2,4,6
/proc/30623/task/30630/stat : 30630 (plingeling) R 30621 30623 30119 0 -1 4202560 40865 1252 0 0 13487 6 0 0 25 0 5 0 596739152 303210496 48147 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30623/tid=30631] ppid=30621 vsize=296104 CPUtime=134.19 cores=0,2,4,6
/proc/30623/task/30631/stat : 30631 (plingeling) R 30621 30623 30119 0 -1 4202560 30128 1252 0 0 13414 5 0 0 25 0 5 0 596739152 303210496 48147 33554432000 4194304 4417332 140736572905456 18446744073709551615 4365846 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30623/tid=30632] ppid=30621 vsize=296104 CPUtime=134.91 cores=0,2,4,6
/proc/30623/task/30632/stat : 30632 (plingeling) R 30621 30623 30119 0 -1 4202560 22345 1252 0 0 13488 3 0 0 25 0 5 0 596739152 303210496 48147 33554432000 4194304 4417332 140736572905456 18446744073709551615 4365875 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30623/tid=30633] ppid=30621 vsize=296104 CPUtime=134.92 cores=0,2,4,6
/proc/30623/task/30633/stat : 30633 (plingeling) R 30621 30623 30119 0 -1 4202560 7403 1252 0 0 13492 0 0 0 25 0 5 0 596739152 303210496 48147 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 539.54
Current children cumulated vsize (KiB) 296104

[startup+135.6 s]
/proc/loadavg: 7.99 7.95 7.78 9/186 30636
/proc/meminfo: memFree=19157860/32950928 swapFree=67111364/67111528
[pid=30623] ppid=30621 vsize=296104 CPUtime=539.94 cores=0,2,4,6
/proc/30623/stat : 30623 (plingeling) S 30621 30623 30119 0 -1 4202496 128560 1252 0 0 53975 19 0 0 25 0 5 0 596739096 303210496 48147 33554432000 4194304 4417332 140736572905456 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30623/statm: 74026 48147 181 55 0 71912 0
[pid=30623/tid=30630] ppid=30621 vsize=296104 CPUtime=135.03 cores=0,2,4,6
/proc/30623/task/30630/stat : 30630 (plingeling) R 30621 30623 30119 0 -1 4202560 40865 1252 0 0 13497 6 0 0 25 0 5 0 596739152 303210496 48147 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30623/tid=30631] ppid=30621 vsize=296104 CPUtime=134.29 cores=0,2,4,6
/proc/30623/task/30631/stat : 30631 (plingeling) R 30621 30623 30119 0 -1 4202560 30128 1252 0 0 13424 5 0 0 25 0 5 0 596739152 303210496 48147 33554432000 4194304 4417332 140736572905456 18446744073709551615 4250957 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30623/tid=30632] ppid=30621 vsize=296104 CPUtime=135.01 cores=0,2,4,6
/proc/30623/task/30632/stat : 30632 (plingeling) R 30621 30623 30119 0 -1 4202560 22345 1252 0 0 13498 3 0 0 25 0 5 0 596739152 303210496 48147 33554432000 4194304 4417332 140736572905456 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30623/tid=30633] ppid=30621 vsize=296104 CPUtime=135.02 cores=0,2,4,6
/proc/30623/task/30633/stat : 30633 (plingeling) R 30621 30623 30119 0 -1 4202560 7403 1252 0 0 13502 0 0 0 25 0 5 0 596739152 303210496 48147 33554432000 4194304 4417332 140736572905456 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 539.94
Current children cumulated vsize (KiB) 296104

Child status: 20
Real time (s): 135.66
CPU time (s): 540.045
CPU user time (s): 539.833
CPU system time (s): 0.211967
CPU usage (%): 398.087
Max. virtual memory (cumulated for all children) (KiB): 311636

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

runsolver used 0.224965 second user time and 0.518921 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 10:18:04
IDJOB=3288103
IDBENCH=82488
IDSOLVER=1605
FILE ID=node113/3288103-1304065084
RUNJOBID= node113-1304064180-30138
PBS_JOBID= 13170457
Free space on /tmp= 71148 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288103-1304065084/watcher-3288103-1304065084 -o /tmp/evaluation-result-3288103-1304065084/solver-3288103-1304065084 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3288103-1304065084.cnf

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=482110711

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19364084 kB
Buffers:       1745036 kB
Cached:       10892760 kB
SwapCached:        164 kB
Active:        6754452 kB
Inactive:      6242636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19364084 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            8176 kB
Writeback:           0 kB
AnonPages:      358704 kB
Mapped:          15480 kB
Slab:           526820 kB
PageTables:       5716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   549224 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= 71148 MiB
End job on node113 at 2011-04-29 10:20:20