Trace number 3715851

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
npSolver inc-topdown-quickBound? (TO) 1800.07 1801.11

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl--soft-0-100-0.wbo
MD5SUMa31a9948f18584eba3770008abd12676
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark210.34
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables21380
Total number of constraints60984
Number of soft constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 3073241
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3073240
Biggest number in a constraint 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

40.39/40.43	c run usual solver
75.90/76.83	o 1629
75.90/76.83	c starting approximation
75.90/76.83	c factor = 2
75.90/76.83	c factor still to low - shrinking to 298.029
75.90/76.83	c approx number of clauses: 1e+06
75.90/76.84	c current bound: 814
330.79/332.18	c current bound: 814
585.77/587.19	c current bound: 814
841.22/842.10	c current bound: 814
1095.98/1096.96	c current bound: 814
1350.94/1351.97	c current bound: 814
1605.45/1607.07	c current bound: 814
1800.07/1801.11	c error: unexpected solver exit code
1800.07/1801.11	s UNKNOWN

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-3715851-1338213628/watcher-3715851-1338213628 -o /tmp/evaluation-result-3715851-1338213628/solver-3715851-1338213628 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715851-1338213628.wbo 394593669 HOME HOME 

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

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: 2.00 2.02 2.00 3/178 24515
/proc/meminfo: memFree=29713508/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0

[startup+0.100031 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 24515
/proc/meminfo: memFree=29713508/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200272 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 24515
/proc/meminfo: memFree=29713508/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300269 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 24515
/proc/meminfo: memFree=29713508/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700234 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 24515
/proc/meminfo: memFree=29713508/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 24517
/proc/meminfo: memFree=29680960/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
[pid=24516] ppid=24515 vsize=34876 CPUtime=1.49 cores=0,2,4,6
/proc/24516/stat : 24516 (npSolver-wbo) R 24515 24515 20320 0 -1 4202496 2988 0 0 0 149 0 0 0 20 0 1 0 287486930 35713024 5514 33554432000 4194304 5990268 140735529187456 140735529160616 4766501 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24516/statm: 8719 5514 136 439 0 8276 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44024

[startup+3.10026 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 24517
/proc/meminfo: memFree=29649932/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
[pid=24516] ppid=24515 vsize=67644 CPUtime=3.09 cores=0,2,4,6
/proc/24516/stat : 24516 (npSolver-wbo) R 24515 24515 20320 0 -1 4202496 3526 0 0 0 308 1 0 0 20 0 1 0 287486930 69267456 11146 33554432000 4194304 5990268 140735529187456 140735529182696 4569513 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24516/statm: 16911 11146 136 439 0 16468 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76792

[startup+6.30026 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 24517
/proc/meminfo: memFree=29557424/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
[pid=24516] ppid=24515 vsize=133180 CPUtime=6.29 cores=0,2,4,6
/proc/24516/stat : 24516 (npSolver-wbo) R 24515 24515 20320 0 -1 4202496 4090 0 0 0 626 3 0 0 20 0 1 0 287486930 136376320 21898 33554432000 4194304 5990268 140735529187456 140735529182696 4374808 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24516/statm: 33295 21898 136 439 0 32852 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142328

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 24517
/proc/meminfo: memFree=29373236/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
[pid=24516] ppid=24515 vsize=264252 CPUtime=12.68 cores=0,2,4,6
/proc/24516/stat : 24516 (npSolver-wbo) R 24515 24515 20320 0 -1 4202496 4709 0 0 0 1262 6 0 0 20 0 1 0 287486930 270594048 44426 33554432000 4194304 5990268 140735529187456 140735529182312 4807577 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24516/statm: 66063 44426 136 439 0 65620 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 273400

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 24517
/proc/meminfo: memFree=27960292/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
[pid=24516] ppid=24515 vsize=1051828 CPUtime=25.49 cores=0,2,4,6
/proc/24516/stat : 24516 (npSolver-wbo) R 24515 24515 20320 0 -1 4202496 11310 0 0 0 2518 31 0 0 20 0 1 0 287486930 1077071872 169791 33554432000 4194304 5990268 140735529187456 140735529183032 4608890 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24516/statm: 262957 169791 140 439 0 262514 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1060976

[startup+51.1004 s]
/proc/loadavg: 2.23 2.07 2.02 3/184 24544
/proc/meminfo: memFree=26334188/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
[pid=24516] ppid=24515 vsize=1053256 CPUtime=40.51 cores=0,2,4,6
/proc/24516/stat : 24516 (npSolver-wbo) S 24515 24515 20320 0 -1 4202496 12329 0 0 0 3961 90 0 0 20 0 1 0 287486930 1078534144 175793 33554432000 4194304 5990268 140735529187456 140735529180608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24516/statm: 263314 175793 149 439 0 262871 0
[pid=24541] ppid=24516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24541/stat : 24541 (cp2_pre.sh) S 24516 24515 20320 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 287490983 9367552 277 33554432000 4194304 5064252 140734165006448 140734165005152 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24541/statm: 2287 277 234 213 0 72 0
[pid=24542] ppid=24541 vsize=715948 CPUtime=10.56 cores=0,2,4,6
/proc/24542/stat : 24542 (coprocessor) R 24541 24515 20320 0 -1 4202496 121556 0 0 0 1028 28 0 0 20 0 1 0 287490983 733130752 165553 33554432000 4194304 6586260 140735566422608 140735566418632 4754068 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/24542/statm: 178987 165553 179 584 0 178399 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1787500

[startup+102.3 s]
/proc/loadavg: 2.81 2.23 2.07 3/183 24564
/proc/meminfo: memFree=25509948/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
[pid=24516] ppid=24515 vsize=1075404 CPUtime=76.6 cores=0,2,4,6
/proc/24516/stat : 24516 (npSolver-wbo) S 24515 24515 20320 0 -1 4202496 16307 177290 0 0 4098 678 2683 201 20 0 1 0 287486930 1101213696 181102 33554432000 4194304 5990268 140735529187456 140735529178864 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 52 0 0
/proc/24516/statm: 268851 181102 174 439 0 268408 0
[pid=24556] ppid=24516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24556/stat : 24556 (satsolver.sh) S 24516 24515 20320 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287494665 9367552 267 33554432000 4194304 5064252 140734764798960 140734764797872 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24556/statm: 2287 267 226 213 0 72 0
[pid=24557] ppid=24556 vsize=522044 CPUtime=24.94 cores=0,2,4,6
/proc/24557/stat : 24557 (glucose) R 24556 24515 20320 0 -1 4202496 42280 0 0 0 2475 19 0 0 20 0 1 0 287494665 534573056 104861 33554432000 4194304 5208918 140736801690176 140736801688024 4211580 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24557/statm: 130511 104861 94 248 0 130260 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 1615744

[startup+162.3 s]
/proc/loadavg: 2.42 2.21 2.07 3/183 24578
/proc/meminfo: memFree=25515016/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
[pid=24516] ppid=24515 vsize=1075404 CPUtime=76.6 cores=0,2,4,6
/proc/24516/stat : 24516 (npSolver-wbo) S 24515 24515 20320 0 -1 4202496 16307 177290 0 0 4098 678 2683 201 20 0 1 0 287486930 1101213696 181102 33554432000 4194304 5990268 140735529187456 140735529178864 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 52 0 0
/proc/24516/statm: 268851 181102 174 439 0 268408 0
[pid=24556] ppid=24516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24556/stat : 24556 (satsolver.sh) S 24516 24515 20320 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287494665 9367552 267 33554432000 4194304 5064252 140734764798960 140734764797872 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24556/statm: 2287 267 226 213 0 72 0
[pid=24557] ppid=24556 vsize=522044 CPUtime=84.93 cores=0,2,4,6
/proc/24557/stat : 24557 (glucose) R 24556 24515 20320 0 -1 4202496 42280 0 0 0 8474 19 0 0 20 0 1 0 287494665 534573056 104861 33554432000 4194304 5208918 140736801690176 140736801688024 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24557/statm: 130511 104861 94 248 0 130260 0
Current children cumulated CPU time (s) 161.53
Current children cumulated vsize (KiB) 1615744

[startup+222.307 s]
/proc/loadavg: 2.51 2.25 2.10 3/183 24592
/proc/meminfo: memFree=25508492/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
[pid=24516] ppid=24515 vsize=1075404 CPUtime=76.6 cores=0,2,4,6
/proc/24516/stat : 24516 (npSolver-wbo) S 24515 24515 20320 0 -1 4202496 16307 177290 0 0 4098 678 2683 201 20 0 1 0 287486930 1101213696 181102 33554432000 4194304 5990268 140735529187456 140735529178864 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 52 0 0
/proc/24516/statm: 268851 181102 174 439 0 268408 0
[pid=24556] ppid=24516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24556/stat : 24556 (satsolver.sh) S 24516 24515 20320 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287494665 9367552 267 33554432000 4194304 5064252 140734764798960 140734764797872 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24556/statm: 2287 267 226 213 0 72 0
[pid=24557] ppid=24556 vsize=522412 CPUtime=144.92 cores=0,2,4,6
/proc/24557/stat : 24557 (glucose) R 24556 24515 20320 0 -1 4202496 42344 0 0 0 14473 19 0 0 20 0 1 0 287494665 534949888 105436 33554432000 4194304 5208918 140736801690176 140736801687848 4211871 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24557/statm: 130603 105436 94 248 0 130352 0
Current children cumulated CPU time (s) 221.52
Current children cumulated vsize (KiB) 1616112

[startup+282.3 s]
/proc/loadavg: 2.31 2.24 2.10 3/183 24607
/proc/meminfo: memFree=25513588/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/24903/stat : 24903 (glucose) R 24902 24515 20320 0 -1 4202496 43778 0 0 0 1005 18 0 0 20 0 1 0 287622136 534573056 104833 33554432000 4194304 5208918 140735986896912 140735986894760 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24903/statm: 130511 104833 94 248 0 130260 0
Current children cumulated CPU time (s) 1361.33
Current children cumulated vsize (KiB) 1615744

[startup+1422.3 s]
/proc/loadavg: 2.43 2.35 2.25 3/183 24917
/proc/meminfo: memFree=25480300/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
[pid=24516] ppid=24515 vsize=1075404 CPUtime=1351.1 cores=0,2,4,6
/proc/24516/stat : 24516 (npSolver-wbo) S 24515 24515 20320 0 -1 4202496 35313 464142 0 0 4140 683 129618 669 20 0 1 0 287486930 1101213696 181103 33554432000 4194304 5990268 140735529187456 140735529178864 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 52 0 0
/proc/24516/statm: 268851 181103 175 439 0 268408 0
[pid=24902] ppid=24516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24902/stat : 24902 (satsolver.sh) S 24516 24515 20320 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287622136 9367552 267 33554432000 4194304 5064252 140734541075952 140734541074864 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24902/statm: 2287 267 226 213 0 72 0
[pid=24903] ppid=24902 vsize=522044 CPUtime=70.22 cores=0,2,4,6
/proc/24903/stat : 24903 (glucose) R 24902 24515 20320 0 -1 4202496 43785 0 0 0 7004 18 0 0 20 0 1 0 287622136 534573056 105399 33554432000 4194304 5208918 140735986896912 140735986894760 4211871 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24903/statm: 130511 105399 94 248 0 130260 0
Current children cumulated CPU time (s) 1421.32
Current children cumulated vsize (KiB) 1615744

[startup+1482.3 s]
/proc/loadavg: 2.40 2.35 2.25 3/182 24931
/proc/meminfo: memFree=25479356/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
[pid=24516] ppid=24515 vsize=1075404 CPUtime=1351.1 cores=0,2,4,6
/proc/24516/stat : 24516 (npSolver-wbo) S 24515 24515 20320 0 -1 4202496 35313 464142 0 0 4140 683 129618 669 20 0 1 0 287486930 1101213696 181103 33554432000 4194304 5990268 140735529187456 140735529178864 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 52 0 0
/proc/24516/statm: 268851 181103 175 439 0 268408 0
[pid=24902] ppid=24516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24902/stat : 24902 (satsolver.sh) S 24516 24515 20320 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287622136 9367552 267 33554432000 4194304 5064252 140734541075952 140734541074864 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24902/statm: 2287 267 226 213 0 72 0
[pid=24903] ppid=24902 vsize=522412 CPUtime=130.2 cores=0,2,4,6
/proc/24903/stat : 24903 (glucose) R 24902 24515 20320 0 -1 4202496 43849 0 0 0 13002 18 0 0 20 0 1 0 287622136 534949888 105974 33554432000 4194304 5208918 140735986896912 140735986894584 4211871 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24903/statm: 130603 105974 94 248 0 130352 0
Current children cumulated CPU time (s) 1481.3
Current children cumulated vsize (KiB) 1616112

[startup+1542.31 s]
/proc/loadavg: 2.38 2.35 2.26 3/183 24946
/proc/meminfo: memFree=25478304/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
[pid=24516] ppid=24515 vsize=1075404 CPUtime=1351.1 cores=0,2,4,6
/proc/24516/stat : 24516 (npSolver-wbo) S 24515 24515 20320 0 -1 4202496 35313 464142 0 0 4140 683 129618 669 20 0 1 0 287486930 1101213696 181103 33554432000 4194304 5990268 140735529187456 140735529178864 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 52 0 0
/proc/24516/statm: 268851 181103 175 439 0 268408 0
[pid=24902] ppid=24516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24902/stat : 24902 (satsolver.sh) S 24516 24515 20320 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287622136 9367552 267 33554432000 4194304 5064252 140734541075952 140734541074864 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24902/statm: 2287 267 226 213 0 72 0
[pid=24903] ppid=24902 vsize=522412 CPUtime=190.2 cores=0,2,4,6
/proc/24903/stat : 24903 (glucose) R 24902 24515 20320 0 -1 4202496 43849 0 0 0 19002 18 0 0 20 0 1 0 287622136 534949888 105974 33554432000 4194304 5208918 140735986896912 140735986894584 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24903/statm: 130603 105974 94 248 0 130352 0
Current children cumulated CPU time (s) 1541.3
Current children cumulated vsize (KiB) 1616112

[startup+1602.3 s]
/proc/loadavg: 2.45 2.36 2.27 3/184 24961
/proc/meminfo: memFree=25453712/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
[pid=24516] ppid=24515 vsize=1075404 CPUtime=1351.1 cores=0,2,4,6
/proc/24516/stat : 24516 (npSolver-wbo) S 24515 24515 20320 0 -1 4202496 35313 464142 0 0 4140 683 129618 669 20 0 1 0 287486930 1101213696 181103 33554432000 4194304 5990268 140735529187456 140735529178864 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 52 0 0
/proc/24516/statm: 268851 181103 175 439 0 268408 0
[pid=24902] ppid=24516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24902/stat : 24902 (satsolver.sh) S 24516 24515 20320 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287622136 9367552 267 33554432000 4194304 5064252 140734541075952 140734541074864 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24902/statm: 2287 267 226 213 0 72 0
[pid=24903] ppid=24902 vsize=552128 CPUtime=250.19 cores=0,2,4,6
/proc/24903/stat : 24903 (glucose) R 24902 24515 20320 0 -1 4202496 50181 0 0 0 25000 19 0 0 20 0 1 0 287622136 565379072 112306 33554432000 4194304 5208918 140735986896912 140735986894760 4211574 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24903/statm: 138032 112306 103 248 0 137781 0
Current children cumulated CPU time (s) 1601.29
Current children cumulated vsize (KiB) 1645828

[startup+1662.3 s]
/proc/loadavg: 2.44 2.37 2.28 3/183 24982
/proc/meminfo: memFree=25478792/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
[pid=24516] ppid=24515 vsize=1075404 CPUtime=1606.17 cores=0,2,4,6
/proc/24516/stat : 24516 (npSolver-wbo) S 24515 24515 20320 0 -1 4202496 39114 521895 0 0 4149 684 155024 760 20 0 1 0 287486930 1101213696 181103 33554432000 4194304 5990268 140735529187456 140735529178864 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 52 0 0
/proc/24516/statm: 268851 181103 175 439 0 268408 0
[pid=24967] ppid=24516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24967/stat : 24967 (satsolver.sh) S 24516 24515 20320 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287647646 9367552 267 33554432000 4194304 5064252 140733818281808 140733818280720 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24967/statm: 2287 267 226 213 0 72 0
[pid=24968] ppid=24967 vsize=522048 CPUtime=55.12 cores=0,2,4,6
/proc/24968/stat : 24968 (glucose) R 24967 24515 20320 0 -1 4202496 42848 0 0 0 5492 20 0 0 20 0 1 0 287647646 534577152 105426 33554432000 4194304 5208918 140734233052208 140734233050056 4211501 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24968/statm: 130512 105426 94 248 0 130261 0
Current children cumulated CPU time (s) 1661.29
Current children cumulated vsize (KiB) 1615748

[startup+1722.3 s]
/proc/loadavg: 2.33 2.34 2.27 3/183 24996
/proc/meminfo: memFree=25479496/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
[pid=24516] ppid=24515 vsize=1075404 CPUtime=1606.17 cores=0,2,4,6
/proc/24516/stat : 24516 (npSolver-wbo) S 24515 24515 20320 0 -1 4202496 39114 521895 0 0 4149 684 155024 760 20 0 1 0 287486930 1101213696 181103 33554432000 4194304 5990268 140735529187456 140735529178864 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 52 0 0
/proc/24516/statm: 268851 181103 175 439 0 268408 0
[pid=24967] ppid=24516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24967/stat : 24967 (satsolver.sh) S 24516 24515 20320 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287647646 9367552 267 33554432000 4194304 5064252 140733818281808 140733818280720 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24967/statm: 2287 267 226 213 0 72 0
[pid=24968] ppid=24967 vsize=522048 CPUtime=115.11 cores=0,2,4,6
/proc/24968/stat : 24968 (glucose) R 24967 24515 20320 0 -1 4202496 42848 0 0 0 11491 20 0 0 20 0 1 0 287647646 534577152 105426 33554432000 4194304 5208918 140734233052208 140734233050056 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24968/statm: 130512 105426 94 248 0 130261 0
Current children cumulated CPU time (s) 1721.28
Current children cumulated vsize (KiB) 1615748

[startup+1782.3 s]
/proc/loadavg: 2.52 2.37 2.29 3/184 25013
/proc/meminfo: memFree=25475424/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
[pid=24516] ppid=24515 vsize=1075404 CPUtime=1606.17 cores=0,2,4,6
/proc/24516/stat : 24516 (npSolver-wbo) S 24515 24515 20320 0 -1 4202496 39114 521895 0 0 4149 684 155024 760 20 0 1 0 287486930 1101213696 181103 33554432000 4194304 5990268 140735529187456 140735529178864 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 52 0 0
/proc/24516/statm: 268851 181103 175 439 0 268408 0
[pid=24967] ppid=24516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24967/stat : 24967 (satsolver.sh) S 24516 24515 20320 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287647646 9367552 267 33554432000 4194304 5064252 140733818281808 140733818280720 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24967/statm: 2287 267 226 213 0 72 0
[pid=24968] ppid=24967 vsize=522416 CPUtime=175.1 cores=0,2,4,6
/proc/24968/stat : 24968 (glucose) R 24967 24515 20320 0 -1 4202496 42912 0 0 0 17490 20 0 0 20 0 1 0 287647646 534953984 106001 33554432000 4194304 5208918 140734233052208 140734233049880 4211508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24968/statm: 130604 106001 94 248 0 130353 0
Current children cumulated CPU time (s) 1781.27
Current children cumulated vsize (KiB) 1616116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.29 2.33 2.27 2/175 25039
/proc/meminfo: memFree=27885800/32873648 swapFree=7368/7368
[pid=24515] ppid=24513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24515/stat : 24515 (npSolver-wbo-It) S 24513 24515 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287486930 9367552 275 33554432000 4194304 5064252 140736659522928 140736659521840 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24515/statm: 2287 275 233 213 0 72 0
[pid=24516] ppid=24515 vsize=1075404 CPUtime=1606.17 cores=0,2,4,6
/proc/24516/stat : 24516 (npSolver-wbo) S 24515 24515 20320 0 -1 4202496 39114 521895 0 0 4149 684 155024 760 20 0 1 0 287486930 1101213696 181103 33554432000 4194304 5990268 140735529187456 140735529178864 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 52 0 0
/proc/24516/statm: 268851 181103 175 439 0 268408 0
[pid=24967] ppid=24516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24967/stat : 24967 (satsolver.sh) S 24516 24515 20320 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287647646 9367552 267 33554432000 4194304 5064252 140733818281808 140733818280720 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24967/statm: 2287 267 226 213 0 72 0
[pid=24968] ppid=24967 vsize=522416 CPUtime=193.9 cores=0,2,4,6
/proc/24968/stat : 24968 (glucose) R 24967 24515 20320 0 -1 4202496 42912 0 0 0 19370 20 0 0 20 0 1 0 287647646 534953984 106001 33554432000 4194304 5208918 140734233052208 140734233049880 4211871 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24968/statm: 130604 106001 94 248 0 130353 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1616116

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24515 and gives
#  childrusage.ru_utime.tv_sec=1591
#  childrusage.ru_utime.tv_usec=738019
#  childrusage.ru_stime.tv_sec=14
#  childrusage.ru_stime.tv_usec=458801
# CPU time returned by wait4() is 1606.2
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.11
CPU time (s): 1800.07
CPU user time (s): 1785.43
CPU system time (s): 14.64
CPU usage (%): 99.942
Max. virtual memory (cumulated for all children) (KiB): 1831064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1591.74
system time used= 14.4588
maximum resident set size= 1201980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 561985
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7306248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2285
involuntary context switches= 1788

runsolver used 7.39588 second user time and 18.4802 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-28 16:00:28
IDJOB=3715851
IDBENCH=79121
IDSOLVER=2297
FILE ID=node149/3715851-1338213628
RUNJOBID= node149-1338208031-23829
PBS_JOBID= 14624573
Free space on /tmp= 71684 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715851-1338213628/watcher-3715851-1338213628 -o /tmp/evaluation-result-3715851-1338213628/solver-3715851-1338213628 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715851-1338213628.wbo 394593669 HOME HOME

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

MD5SUM BENCH= a31a9948f18584eba3770008abd12676
RANDOM SEED=394593669

node149.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.145
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	: 5332.29
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.145
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.145
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	: 5438.55
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.145
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.145
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.145
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	: 5438.55
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.145
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.91
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.145
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:       32873648 kB
MemFree:        29713788 kB
Buffers:          473960 kB
Cached:          1765252 kB
SwapCached:         2476 kB
Active:          1036076 kB
Inactive:        1285032 kB
Active(anon):      70412 kB
Inactive(anon):     9372 kB
Active(file):     965664 kB
Inactive(file):  1275660 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:             21644 kB
Writeback:             0 kB
AnonPages:         88952 kB
Mapped:            14820 kB
Shmem:                96 kB
Slab:             687096 kB
SReclaimable:     129996 kB
SUnreclaim:       557100 kB
KernelStack:        1528 kB
PageTables:         4116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     257104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70980 MiB
End job on node149 at 2012-05-28 16:30:30