Trace number 3738303

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 NameAnswerobjective functionCPU timeWall clock time
PB07: PB-clasp 2007-04-10? (TO) 1802.05 1802.52

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx60.opb
MD5SUM26c9befa85d0a0769813e718015f6caa
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark3.68244
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2994
Total number of constraints3433
Number of constraints which are clauses2988
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1800.01/1800.50	sh: line 1: 11394 Done                    cat HOME/temp/instance-3738303-1338750932.opb.op
1800.01/1800.50	     11395 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3738303-1338750932.opb.clasp
1800.01/1800.51	c Somebody sent me a SIGTERM
1800.01/1800.51	s UNKNOWN
1800.01/1800.51	pb2clasp1: no process killed
1802.00/1802.51	sh: line 1: 11498 Done                    cat HOME/temp/instance-3738303-1338750932.opb.op
1802.00/1802.51	     11499 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3738303-1338750932.opb.clasp

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3738303-1338750932/watcher-3738303-1338750932 -o /tmp/evaluation-result-3738303-1338750932/solver-3738303-1338750932 -C 1800 -W 1900 -M 15500 pbclasp instance-3738303-1338750932.opb HOME/temp 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 0.32 0.39 0.68 3/178 11385
/proc/meminfo: memFree=26125796/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 602 0 0 0 0 0 0 0 20 0 1 0 341221749 26357760 515 33554432000 4194304 4198148 140734058763040 140734058761928 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 515 368 1 0 230 0

[startup+0.257804 s]
/proc/loadavg: 0.32 0.39 0.68 3/178 11385
/proc/meminfo: memFree=26125796/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.25 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 642 988 0 0 0 0 25 0 20 0 1 0 341221749 26357760 532 33554432000 4194304 4198148 140734058763040 140734058762040 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 532 385 1 0 230 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 25740

[startup+37.7825 s]
/proc/loadavg: 0.32 0.39 0.68 3/178 11385
/proc/meminfo: memFree=26125796/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.26 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 683 2112 0 0 0 0 25 1 20 0 1 0 341221749 26357760 534 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 534 387 1 0 230 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 25740
heavy processes:

[startup+37.8601 s]
/proc/loadavg: 2.88 1.00 0.87 5/175 11411
/proc/meminfo: memFree=26103800/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.26 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 683 2112 0 0 0 0 25 1 20 0 1 0 341221749 26357760 534 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 534 387 1 0 230 0
[pid=11393] ppid=11385 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/11393/stat : 11393 (sh) S 11385 11385 14893 0 -1 4202496 370 219 0 0 0 0 0 2 20 0 1 0 341221776 9367552 264 33554432000 4194304 5064252 140735268302480 140735268300736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11393/statm: 2287 264 223 213 0 72 0
[pid=11395] ppid=11393 vsize=22988 CPUtime=37.56 cores=1,3,5,7
/proc/11395/stat : 11395 (clasp-1.0) R 11393 11385 14893 0 -1 4202496 5311 0 0 0 3755 1 0 0 20 0 1 0 341221776 23539712 5232 33554432000 134512640 134847168 4293292000 4293290640 134777495 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11395/statm: 5747 5232 270 82 0 4988 0
Current children cumulated CPU time (s) 37.84
Current children cumulated vsize (KiB) 57876

[startup+37.9003 s]
/proc/loadavg: 2.88 1.00 0.87 5/175 11411
/proc/meminfo: memFree=26103800/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.26 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 683 2112 0 0 0 0 25 1 20 0 1 0 341221749 26357760 534 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 534 387 1 0 230 0
[pid=11393] ppid=11385 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/11393/stat : 11393 (sh) S 11385 11385 14893 0 -1 4202496 370 219 0 0 0 0 0 2 20 0 1 0 341221776 9367552 264 33554432000 4194304 5064252 140735268302480 140735268300736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11393/statm: 2287 264 223 213 0 72 0
[pid=11395] ppid=11393 vsize=22988 CPUtime=37.6 cores=1,3,5,7
/proc/11395/stat : 11395 (clasp-1.0) R 11393 11385 14893 0 -1 4202496 5311 0 0 0 3759 1 0 0 20 0 1 0 341221776 23539712 5232 33554432000 134512640 134847168 4293292000 4293290276 134792624 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11395/statm: 5747 5232 270 82 0 4988 0
Current children cumulated CPU time (s) 37.88
Current children cumulated vsize (KiB) 57876

[startup+38.0004 s]
/proc/loadavg: 2.88 1.00 0.87 5/175 11411
/proc/meminfo: memFree=26103800/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.26 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 683 2112 0 0 0 0 25 1 20 0 1 0 341221749 26357760 534 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 534 387 1 0 230 0
[pid=11393] ppid=11385 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/11393/stat : 11393 (sh) S 11385 11385 14893 0 -1 4202496 370 219 0 0 0 0 0 2 20 0 1 0 341221776 9367552 264 33554432000 4194304 5064252 140735268302480 140735268300736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11393/statm: 2287 264 223 213 0 72 0
[pid=11395] ppid=11393 vsize=22988 CPUtime=37.7 cores=1,3,5,7
/proc/11395/stat : 11395 (clasp-1.0) R 11393 11385 14893 0 -1 4202496 5311 0 0 0 3769 1 0 0 20 0 1 0 341221776 23539712 5232 33554432000 134512640 134847168 4293292000 4293290640 134782449 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11395/statm: 5747 5232 270 82 0 4988 0
Current children cumulated CPU time (s) 37.98
Current children cumulated vsize (KiB) 57876

[startup+38.1004 s]
/proc/loadavg: 2.88 1.00 0.87 5/175 11411
/proc/meminfo: memFree=26103800/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.26 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 683 2112 0 0 0 0 25 1 20 0 1 0 341221749 26357760 534 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 534 387 1 0 230 0
[pid=11393] ppid=11385 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/11393/stat : 11393 (sh) S 11385 11385 14893 0 -1 4202496 370 219 0 0 0 0 0 2 20 0 1 0 341221776 9367552 264 33554432000 4194304 5064252 140735268302480 140735268300736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11393/statm: 2287 264 223 213 0 72 0
[pid=11395] ppid=11393 vsize=22988 CPUtime=37.8 cores=1,3,5,7
/proc/11395/stat : 11395 (clasp-1.0) R 11393 11385 14893 0 -1 4202496 5311 0 0 0 3779 1 0 0 20 0 1 0 341221776 23539712 5232 33554432000 134512640 134847168 4293292000 4293290704 134616720 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11395/statm: 5747 5232 270 82 0 4988 0
Current children cumulated CPU time (s) 38.08
Current children cumulated vsize (KiB) 57876

[startup+38.2004 s]
/proc/loadavg: 2.88 1.00 0.87 5/175 11411
/proc/meminfo: memFree=26103800/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.26 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 683 2112 0 0 0 0 25 1 20 0 1 0 341221749 26357760 534 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 534 387 1 0 230 0
[pid=11393] ppid=11385 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/11393/stat : 11393 (sh) S 11385 11385 14893 0 -1 4202496 370 219 0 0 0 0 0 2 20 0 1 0 341221776 9367552 264 33554432000 4194304 5064252 140735268302480 140735268300736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11393/statm: 2287 264 223 213 0 72 0
[pid=11395] ppid=11393 vsize=22988 CPUtime=37.9 cores=1,3,5,7
/proc/11395/stat : 11395 (clasp-1.0) R 11393 11385 14893 0 -1 4202496 5311 0 0 0 3789 1 0 0 20 0 1 0 341221776 23539712 5232 33554432000 134512640 134847168 4293292000 4293290720 134741925 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11395/statm: 5747 5232 270 82 0 4988 0
Current children cumulated CPU time (s) 38.18
Current children cumulated vsize (KiB) 57876

[startup+38.3003 s]
/proc/loadavg: 2.88 1.00 0.87 5/175 11411
/proc/meminfo: memFree=26103800/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.26 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 683 2112 0 0 0 0 25 1 20 0 1 0 341221749 26357760 534 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 534 387 1 0 230 0
[pid=11393] ppid=11385 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/11393/stat : 11393 (sh) S 11385 11385 14893 0 -1 4202496 370 219 0 0 0 0 0 2 20 0 1 0 341221776 9367552 264 33554432000 4194304 5064252 140735268302480 140735268300736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11393/statm: 2287 264 223 213 0 72 0
[pid=11395] ppid=11393 vsize=24140 CPUtime=38.01 cores=1,3,5,7
/proc/11395/stat : 11395 (clasp-1.0) R 11393 11385 14893 0 -1 4202496 5599 0 0 0 3799 2 0 0 20 0 1 0 341221776 24719360 5520 33554432000 134512640 134847168 4293292000 4293290592 134630312 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11395/statm: 6035 5520 270 82 0 5276 0
Current children cumulated CPU time (s) 38.29
Current children cumulated vsize (KiB) 59028

[startup+38.4003 s]
/proc/loadavg: 2.88 1.00 0.87 5/175 11411
/proc/meminfo: memFree=26103800/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.26 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 683 2112 0 0 0 0 25 1 20 0 1 0 341221749 26357760 534 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 534 387 1 0 230 0
[pid=11393] ppid=11385 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/11393/stat : 11393 (sh) S 11385 11385 14893 0 -1 4202496 370 219 0 0 0 0 0 2 20 0 1 0 341221776 9367552 264 33554432000 4194304 5064252 140735268302480 140735268300736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11393/statm: 2287 264 223 213 0 72 0
[pid=11395] ppid=11393 vsize=25524 CPUtime=38.11 cores=1,3,5,7
/proc/11395/stat : 11395 (clasp-1.0) R 11393 11385 14893 0 -1 4202496 5942 0 0 0 3809 2 0 0 20 0 1 0 341221776 26136576 5863 33554432000 134512640 134847168 4293292000 4293290240 2528551 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11395/statm: 6381 5865 270 82 0 5622 0
Current children cumulated CPU time (s) 38.39
Current children cumulated vsize (KiB) 60412

[startup+51.1003 s]
/proc/loadavg: 2.68 1.04 0.89 3/181 11468
/proc/meminfo: memFree=26059924/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.26 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 683 2112 0 0 0 0 25 1 20 0 1 0 341221749 26357760 534 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 534 387 1 0 230 0
[pid=11393] ppid=11385 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/11393/stat : 11393 (sh) S 11385 11385 14893 0 -1 4202496 370 219 0 0 0 0 0 2 20 0 1 0 341221776 9367552 264 33554432000 4194304 5064252 140735268302480 140735268300736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11393/statm: 2287 264 223 213 0 72 0
[pid=11395] ppid=11393 vsize=45944 CPUtime=50.8 cores=1,3,5,7
/proc/11395/stat : 11395 (clasp-1.0) R 11393 11385 14893 0 -1 4202496 11041 0 0 0 5077 3 0 0 20 0 1 0 341221776 47046656 10969 33554432000 134512640 134847168 4293292000 4293290624 134784634 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11395/statm: 11486 10969 270 82 0 10727 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 80832

[startup+102.3 s]
/proc/loadavg: 2.29 1.19 0.94 3/181 11468
/proc/meminfo: memFree=26030924/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.26 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 683 2112 0 0 0 0 25 1 20 0 1 0 341221749 26357760 534 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 534 387 1 0 230 0
[pid=11393] ppid=11385 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/11393/stat : 11393 (sh) S 11385 11385 14893 0 -1 4202496 370 219 0 0 0 0 0 2 20 0 1 0 341221776 9367552 264 33554432000 4194304 5064252 140735268302480 140735268300736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11393/statm: 2287 264 223 213 0 72 0
[pid=11395] ppid=11393 vsize=45916 CPUtime=101.98 cores=1,3,5,7
/proc/11395/stat : 11395 (clasp-1.0) R 11393 11385 14893 0 -1 4202496 11045 0 0 0 10195 3 0 0 20 0 1 0 341221776 47017984 10974 33554432000 134512640 134847168 4293292000 4293290768 134737674 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11395/statm: 11479 10974 270 82 0 10720 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 80804

[startup+162.3 s]
/proc/loadavg: 2.11 1.33 1.01 3/181 11468
/proc/meminfo: memFree=26004620/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.26 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 683 2112 0 0 0 0 25 1 20 0 1 0 341221749 26357760 534 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 534 387 1 0 230 0
[pid=11393] ppid=11385 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/11393/stat : 11393 (sh) S 11385 11385 14893 0 -1 4202496 370 219 0 0 0 0 0 2 20 0 1 0 341221776 9367552 264 33554432000 4194304 5064252 140735268302480 140735268300736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11393/statm: 2287 264 223 213 0 72 0
[pid=11395] ppid=11393 vsize=71844 CPUtime=161.96 cores=1,3,5,7
/proc/11395/stat : 11395 (clasp-1.0) R 11393 11385 14893 0 -1 4202496 17665 0 0 0 16192 4 0 0 20 0 1 0 341221776 73568256 17446 33554432000 134512640 134847168 4293292000 4293290576 134714176 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11395/statm: 17961 17446 270 82 0 17202 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 106732

[startup+222.3 s]
/proc/loadavg: 2.04 1.45 1.07 3/181 11468
/proc/meminfo: memFree=25984496/32873844 swapFree=7628/7628

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

/proc/loadavg: 2.03 2.00 1.75 3/181 11484
/proc/meminfo: memFree=25859420/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.26 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 683 2112 0 0 0 0 25 1 20 0 1 0 341221749 26357760 534 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 534 387 1 0 230 0
[pid=11393] ppid=11385 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/11393/stat : 11393 (sh) S 11385 11385 14893 0 -1 4202496 370 219 0 0 0 0 0 2 20 0 1 0 341221776 9367552 264 33554432000 4194304 5064252 140735268302480 140735268300736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11393/statm: 2287 264 223 213 0 72 0
[pid=11395] ppid=11393 vsize=103520 CPUtime=1541.6 cores=1,3,5,7
/proc/11395/stat : 11395 (clasp-1.0) R 11393 11385 14893 0 -1 4202496 26240 0 0 0 154154 6 0 0 20 0 1 0 341221776 106004480 25380 33554432000 134512640 134847168 4293292000 4293290732 134740921 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11395/statm: 25880 25380 270 82 0 25121 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 138408

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 1.77 3/181 11484
/proc/meminfo: memFree=25859404/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.26 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 683 2112 0 0 0 0 25 1 20 0 1 0 341221749 26357760 534 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 534 387 1 0 230 0
[pid=11393] ppid=11385 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/11393/stat : 11393 (sh) S 11385 11385 14893 0 -1 4202496 370 219 0 0 0 0 0 2 20 0 1 0 341221776 9367552 264 33554432000 4194304 5064252 140735268302480 140735268300736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11393/statm: 2287 264 223 213 0 72 0
[pid=11395] ppid=11393 vsize=103520 CPUtime=1601.58 cores=1,3,5,7
/proc/11395/stat : 11395 (clasp-1.0) R 11393 11385 14893 0 -1 4202496 26240 0 0 0 160152 6 0 0 20 0 1 0 341221776 106004480 25380 33554432000 134512640 134847168 4293292000 4293290564 134714749 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11395/statm: 25880 25380 270 82 0 25121 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 138408

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 1.78 3/181 11484
/proc/meminfo: memFree=25853700/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.26 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 683 2112 0 0 0 0 25 1 20 0 1 0 341221749 26357760 534 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 534 387 1 0 230 0
[pid=11393] ppid=11385 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/11393/stat : 11393 (sh) S 11385 11385 14893 0 -1 4202496 370 219 0 0 0 0 0 2 20 0 1 0 341221776 9367552 264 33554432000 4194304 5064252 140735268302480 140735268300736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11393/statm: 2287 264 223 213 0 72 0
[pid=11395] ppid=11393 vsize=103520 CPUtime=1661.57 cores=1,3,5,7
/proc/11395/stat : 11395 (clasp-1.0) R 11393 11385 14893 0 -1 4202496 26240 0 0 0 166151 6 0 0 20 0 1 0 341221776 106004480 25380 33554432000 134512640 134847168 4293292000 4293290756 134737608 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11395/statm: 25880 25380 270 82 0 25121 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 138408

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/181 11484
/proc/meminfo: memFree=25839316/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.26 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 683 2112 0 0 0 0 25 1 20 0 1 0 341221749 26357760 534 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 534 387 1 0 230 0
[pid=11393] ppid=11385 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/11393/stat : 11393 (sh) S 11385 11385 14893 0 -1 4202496 370 219 0 0 0 0 0 2 20 0 1 0 341221776 9367552 264 33554432000 4194304 5064252 140735268302480 140735268300736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11393/statm: 2287 264 223 213 0 72 0
[pid=11395] ppid=11393 vsize=103520 CPUtime=1721.55 cores=1,3,5,7
/proc/11395/stat : 11395 (clasp-1.0) R 11393 11385 14893 0 -1 4202496 26240 0 0 0 172149 6 0 0 20 0 1 0 341221776 106004480 25380 33554432000 134512640 134847168 4293292000 4293290684 134715824 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11395/statm: 25880 25380 270 82 0 25121 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 138408

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/181 11484
/proc/meminfo: memFree=25814968/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.26 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 683 2112 0 0 0 0 25 1 20 0 1 0 341221749 26357760 534 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 534 387 1 0 230 0
[pid=11393] ppid=11385 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/11393/stat : 11393 (sh) S 11385 11385 14893 0 -1 4202496 370 219 0 0 0 0 0 2 20 0 1 0 341221776 9367552 264 33554432000 4194304 5064252 140735268302480 140735268300736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11393/statm: 2287 264 223 213 0 72 0
[pid=11395] ppid=11393 vsize=103520 CPUtime=1781.53 cores=1,3,5,7
/proc/11395/stat : 11395 (clasp-1.0) R 11393 11385 14893 0 -1 4202496 26240 0 0 0 178147 6 0 0 20 0 1 0 341221776 106004480 25380 33554432000 134512640 134847168 4293292000 4293290684 134715846 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11395/statm: 25880 25380 270 82 0 25121 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 138408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.80 3/181 11485
/proc/meminfo: memFree=25815340/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=0.26 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 683 2112 0 0 0 0 25 1 20 0 1 0 341221749 26357760 534 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 534 387 1 0 230 0
[pid=11393] ppid=11385 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/11393/stat : 11393 (sh) S 11385 11385 14893 0 -1 4202496 370 219 0 0 0 0 0 2 20 0 1 0 341221776 9367552 264 33554432000 4194304 5064252 140735268302480 140735268300736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11393/statm: 2287 264 223 213 0 72 0
[pid=11395] ppid=11393 vsize=103520 CPUtime=1799.73 cores=1,3,5,7
/proc/11395/stat : 11395 (clasp-1.0) R 11393 11385 14893 0 -1 4202496 26240 0 0 0 179967 6 0 0 20 0 1 0 341221776 106004480 25380 33554432000 134512640 134847168 4293292000 4293290724 134714084 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11395/statm: 25880 25380 270 82 0 25121 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 138408

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11385

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

[startup+1800.62 s]
/proc/loadavg: 2.00 2.00 1.80 3/181 11485
/proc/meminfo: memFree=25815340/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=1800.04 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 844 31122 0 0 0 0 179993 11 20 0 1 0 341221749 26357760 537 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 537 387 1 0 230 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 25740

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.80 3/182 11504
/proc/meminfo: memFree=26118592/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=1800.04 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 844 31122 0 0 0 0 179993 11 20 0 1 0 341221749 26357760 537 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 537 387 1 0 230 0
[pid=11496] ppid=11385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11496/stat : 11496 (sh) S 11385 11385 14893 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 341401802 9367552 264 33554432000 4194304 5064252 140733480652256 140733480650512 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11496/statm: 2287 264 223 213 0 72 0
[pid=11499] ppid=11496 vsize=7872 CPUtime=0.86 cores=1,3,5,7
/proc/11499/stat : 11499 (clasp-1.0) R 11496 11385 14893 0 -1 4202496 1563 0 0 0 86 0 0 0 20 0 1 0 341401802 8060928 1461 33554432000 134512640 134847168 4294443936 4294442468 134713620 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11499/statm: 1968 1461 270 82 0 1209 0
Current children cumulated CPU time (s) 1800.9
Current children cumulated vsize (KiB) 42760

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 1.80 3/182 11504
/proc/meminfo: memFree=26116608/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=1800.04 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 844 31122 0 0 0 0 179993 11 20 0 1 0 341221749 26357760 537 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 537 387 1 0 230 0
[pid=11496] ppid=11385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11496/stat : 11496 (sh) S 11385 11385 14893 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 341401802 9367552 264 33554432000 4194304 5064252 140733480652256 140733480650512 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11496/statm: 2287 264 223 213 0 72 0
[pid=11499] ppid=11496 vsize=8000 CPUtime=1.66 cores=1,3,5,7
/proc/11499/stat : 11499 (clasp-1.0) R 11496 11385 14893 0 -1 4202496 1595 0 0 0 166 0 0 0 20 0 1 0 341401802 8192000 1493 33554432000 134512640 134847168 4294443936 4294442576 134782439 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11499/statm: 2000 1493 270 82 0 1241 0
Current children cumulated CPU time (s) 1801.7
Current children cumulated vsize (KiB) 42888

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 1.80 3/182 11504
/proc/meminfo: memFree=26116608/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=1800.04 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 844 31122 0 0 0 0 179993 11 20 0 1 0 341221749 26357760 537 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 537 387 1 0 230 0
[pid=11496] ppid=11385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11496/stat : 11496 (sh) S 11385 11385 14893 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 341401802 9367552 264 33554432000 4194304 5064252 140733480652256 140733480650512 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11496/statm: 2287 264 223 213 0 72 0
[pid=11499] ppid=11496 vsize=8132 CPUtime=1.86 cores=1,3,5,7
/proc/11499/stat : 11499 (clasp-1.0) R 11496 11385 14893 0 -1 4202496 1625 0 0 0 186 0 0 0 20 0 1 0 341401802 8327168 1523 33554432000 134512640 134847168 4294443936 4294442704 134617496 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11499/statm: 2033 1523 270 82 0 1274 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 43020

[startup+1802.5 s]
/proc/loadavg: 2.00 2.00 1.80 3/182 11504
/proc/meminfo: memFree=26116608/32873844 swapFree=7628/7628
[pid=11385] ppid=11383 vsize=25740 CPUtime=1800.04 cores=1,3,5,7
/proc/11385/stat : 11385 (pbclasp) S 11383 11385 14893 0 -1 4202496 844 31122 0 0 0 0 179993 11 20 0 1 0 341221749 26357760 537 33554432000 4194304 4198148 140734058763040 140734058761968 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11385/statm: 6435 537 387 1 0 230 0
[pid=11496] ppid=11385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11496/stat : 11496 (sh) S 11385 11385 14893 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 341401802 9367552 264 33554432000 4194304 5064252 140733480652256 140733480650512 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11496/statm: 2287 264 223 213 0 72 0
[pid=11499] ppid=11496 vsize=8260 CPUtime=1.96 cores=1,3,5,7
/proc/11499/stat : 11499 (clasp-1.0) R 11496 11385 14893 0 -1 4202496 1629 0 0 0 196 0 0 0 20 0 1 0 341401802 8458240 1527 33554432000 134512640 134847168 4294443936 4294442488 134714772 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11499/statm: 2065 1527 270 82 0 1306 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 43148

Child status: 0
Real time (s): 1802.52
CPU time (s): 1802.05
CPU user time (s): 1801.92
CPU system time (s): 0.12898
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 140652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.92
system time used= 0.12898
maximum resident set size= 103752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34308
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 252
involuntary context switches= 2379

runsolver used 3.34849 second user time and 8.45871 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-03 21:15:32
IDJOB=3738303
IDBENCH=71842
IDSOLVER=2317
FILE ID=node107/3738303-1338750932
RUNJOBID= node107-1338749388-14910
PBS_JOBID= 14636800
Free space on /tmp= 70604 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx60.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738303-1338750932/watcher-3738303-1338750932 -o /tmp/evaluation-result-3738303-1338750932/solver-3738303-1338750932 -C 1800 -W 1900 -M 15500  pbclasp instance-3738303-1338750932.opb HOME/temp

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

MD5SUM BENCH= 26c9befa85d0a0769813e718015f6caa
RANDOM SEED=1795148011

node107.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26126148 kB
Buffers:          899080 kB
Cached:          4936968 kB
SwapCached:           76 kB
Active:          2618940 kB
Inactive:        3230676 kB
Active(anon):       4252 kB
Inactive(anon):    11060 kB
Active(file):    2614688 kB
Inactive(file):  3219616 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:              2076 kB
Writeback:             0 kB
AnonPages:         19928 kB
Mapped:            15084 kB
Shmem:               184 kB
Slab:             757228 kB
SReclaimable:     192456 kB
SUnreclaim:       564772 kB
KernelStack:        1744 kB
PageTables:         3916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     128068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3738303-1338750932.opb

Free space on /tmp at the end= 70604 MiB
End job on node107 at 2012-06-03 21:45:35