Trace number 3753718

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 (fixed)? (TO) 1800.04 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/
normalized-j6010_2-unsat--soft-33-100-0.wbo
MD5SUMc0c0bebc7e31a6df8b165cc7ff9f27e8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.065989
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7564
Total number of constraints23412
Number of soft constraints15681
Number of constraints which are clauses23168
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints244
Minimum length of a constraint1
Maximum length of a constraint50
Top cost 793815
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 793814
Biggest number in a constraint 44
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 333
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.99/1.08	c run usual solver
7.07/7.13	o 321
7.07/7.13	c fallback to adder encoding
265.93/266.05	o 320
265.93/266.05	c fallback to adder encoding
691.83/693.05	o 319
691.83/693.05	c fallback to adder encoding
1155.73/1156.03	o 303
1155.73/1156.03	c fallback to adder encoding
1161.32/1161.62	o 208
1161.32/1161.62	c fallback to adder encoding
1504.48/1504.82	o 207
1504.48/1504.82	c fallback to adder encoding
1800.04/1800.41	c error: unexpected solver exit code
1800.04/1800.41	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-3753718-1339191966/watcher-3753718-1339191966 -o /tmp/evaluation-result-3753718-1339191966/solver-3753718-1339191966 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753718-1339191966.wbo 1749284344 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.00 2.00 3/179 22405
/proc/meminfo: memFree=27925376/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0

[startup+0.036635 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22405
/proc/meminfo: memFree=27925376/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100232 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22405
/proc/meminfo: memFree=27925376/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300195 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22405
/proc/meminfo: memFree=27925376/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700183 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22405
/proc/meminfo: memFree=27925376/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50017 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22407
/proc/meminfo: memFree=27873408/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
[pid=22406] ppid=22405 vsize=67332 CPUtime=1.12 cores=0,2,4,6
/proc/22406/stat : 22406 (npSolver-wbo) S 22405 22405 19535 0 -1 4202496 9626 0 0 0 104 8 0 0 20 0 1 0 385322579 68947968 13562 33554432000 4194304 6006132 140737085642944 140737085636048 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22406/statm: 16833 13562 158 443 0 16386 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 76480

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22409
/proc/meminfo: memFree=27712208/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
[pid=22406] ppid=22405 vsize=67332 CPUtime=1.12 cores=0,2,4,6
/proc/22406/stat : 22406 (npSolver-wbo) S 22405 22405 19535 0 -1 4202496 9626 0 0 0 104 8 0 0 20 0 1 0 385322579 68947968 13562 33554432000 4194304 6006132 140737085642944 140737085636048 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22406/statm: 16833 13562 158 443 0 16386 0
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22408/stat : 22408 (cp2_pre.sh) S 22406 22405 19535 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 385322692 9367552 276 33554432000 4194304 5064252 140735841530128 140735841528832 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22408/statm: 2287 276 234 213 0 72 0
[pid=22409] ppid=22408 vsize=160900 CPUtime=1.96 cores=0,2,4,6
/proc/22409/stat : 22409 (coprocessor) R 22408 22405 19535 0 -1 4202496 28863 0 0 0 191 5 0 0 20 0 1 0 385322692 164761600 39287 33554432000 4194304 6586260 140737356259264 140737356254584 5599316 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/22409/statm: 40225 39287 192 584 0 39637 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 246528

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22409
/proc/meminfo: memFree=27702532/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
[pid=22406] ppid=22405 vsize=67332 CPUtime=6.25 cores=0,2,4,6
/proc/22406/stat : 22406 (npSolver-wbo) S 22405 22405 19535 0 -1 4202496 9643 45596 0 0 104 8 501 12 20 0 1 0 385322579 68947968 13563 33554432000 4194304 6006132 140737085642944 140737085636624 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22406/statm: 16833 13563 159 443 0 16386 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 76480

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22419
/proc/meminfo: memFree=27332696/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
[pid=22406] ppid=22405 vsize=205004 CPUtime=8.71 cores=0,2,4,6
/proc/22406/stat : 22406 (npSolver-wbo) S 22405 22405 19535 0 -1 4202496 17667 50286 0 0 261 83 512 15 20 0 1 0 385322579 209924096 41769 33554432000 4194304 6006132 140737085642944 140737085634336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22406/statm: 51251 41769 180 443 0 50804 0
[pid=22418] ppid=22406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22418/stat : 22418 (satsolver.sh) S 22406 22405 19535 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385323453 9367552 267 33554432000 4194304 5064252 140734902066848 140734902065760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22418/statm: 2287 267 226 213 0 72 0
[pid=22419] ppid=22418 vsize=340656 CPUtime=3.94 cores=0,2,4,6
/proc/22419/stat : 22419 (glucose) R 22418 22405 19535 0 -1 4202496 53842 0 0 0 381 13 0 0 20 0 1 0 385323453 348831744 73181 33554432000 4194304 5208918 140733369105696 140733369103368 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22419/statm: 85164 73181 103 248 0 84913 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 563956

[startup+25.5067 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22426
/proc/meminfo: memFree=27341928/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
[pid=22406] ppid=22405 vsize=205004 CPUtime=8.71 cores=0,2,4,6
/proc/22406/stat : 22406 (npSolver-wbo) S 22405 22405 19535 0 -1 4202496 17667 50286 0 0 261 83 512 15 20 0 1 0 385322579 209924096 41769 33554432000 4194304 6006132 140737085642944 140737085634336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22406/statm: 51251 41769 180 443 0 50804 0
[pid=22418] ppid=22406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22418/stat : 22418 (satsolver.sh) S 22406 22405 19535 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385323453 9367552 267 33554432000 4194304 5064252 140734902066848 140734902065760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22418/statm: 2287 267 226 213 0 72 0
[pid=22419] ppid=22418 vsize=341052 CPUtime=16.74 cores=0,2,4,6
/proc/22419/stat : 22419 (glucose) R 22418 22405 19535 0 -1 4202496 53941 0 0 0 1661 13 0 0 20 0 1 0 385323453 349237248 73280 33554432000 4194304 5208918 140733369105696 140733369103656 4210976 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22419/statm: 85263 73280 104 248 0 85012 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 564352

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22433
/proc/meminfo: memFree=27340744/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
[pid=22406] ppid=22405 vsize=205004 CPUtime=8.71 cores=0,2,4,6
/proc/22406/stat : 22406 (npSolver-wbo) S 22405 22405 19535 0 -1 4202496 17667 50286 0 0 261 83 512 15 20 0 1 0 385322579 209924096 41769 33554432000 4194304 6006132 140737085642944 140737085634336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22406/statm: 51251 41769 180 443 0 50804 0
[pid=22418] ppid=22406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22418/stat : 22418 (satsolver.sh) S 22406 22405 19535 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385323453 9367552 267 33554432000 4194304 5064252 140734902066848 140734902065760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22418/statm: 2287 267 226 213 0 72 0
[pid=22419] ppid=22418 vsize=341308 CPUtime=42.33 cores=0,2,4,6
/proc/22419/stat : 22419 (glucose) R 22418 22405 19535 0 -1 4202496 53999 0 0 0 4220 13 0 0 20 0 1 0 385323453 349499392 73338 33554432000 4194304 5208918 140733369105696 140733369103656 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22419/statm: 85327 73338 104 248 0 85076 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 564608

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22468
/proc/meminfo: memFree=27352992/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
[pid=22406] ppid=22405 vsize=205004 CPUtime=8.71 cores=0,2,4,6
/proc/22406/stat : 22406 (npSolver-wbo) S 22405 22405 19535 0 -1 4202496 17667 50286 0 0 261 83 512 15 20 0 1 0 385322579 209924096 41769 33554432000 4194304 6006132 140737085642944 140737085634336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22406/statm: 51251 41769 180 443 0 50804 0
[pid=22418] ppid=22406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22418/stat : 22418 (satsolver.sh) S 22406 22405 19535 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385323453 9367552 267 33554432000 4194304 5064252 140734902066848 140734902065760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22418/statm: 2287 267 226 213 0 72 0
[pid=22419] ppid=22418 vsize=342048 CPUtime=93.53 cores=0,2,4,6
/proc/22419/stat : 22419 (glucose) R 22418 22405 19535 0 -1 4202496 54185 0 0 0 9340 13 0 0 20 0 1 0 385323453 350257152 73524 33554432000 4194304 5208918 140733369105696 140733369103544 4205672 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22419/statm: 85512 73524 104 248 0 85261 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 565348

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22510
/proc/meminfo: memFree=27348856/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
[pid=22406] ppid=22405 vsize=205004 CPUtime=8.71 cores=0,2,4,6
/proc/22406/stat : 22406 (npSolver-wbo) S 22405 22405 19535 0 -1 4202496 17667 50286 0 0 261 83 512 15 20 0 1 0 385322579 209924096 41769 33554432000 4194304 6006132 140737085642944 140737085634336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22406/statm: 51251 41769 180 443 0 50804 0
[pid=22418] ppid=22406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22418/stat : 22418 (satsolver.sh) S 22406 22405 19535 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385323453 9367552 267 33554432000 4194304 5064252 140734902066848 140734902065760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22418/statm: 2287 267 226 213 0 72 0
[pid=22419] ppid=22418 vsize=343876 CPUtime=153.51 cores=0,2,4,6
/proc/22419/stat : 22419 (glucose) R 22418 22405 19535 0 -1 4202496 54661 0 0 0 15338 13 0 0 20 0 1 0 385323453 352129024 74509 33554432000 4194304 5208918 140733369105696 140733369103544 4211521 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22419/statm: 85969 74509 105 248 0 85718 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 567176

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22557
/proc/meminfo: memFree=27441436/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/23158/stat : 23158 (glucose) R 23157 22405 19535 0 -1 4202496 51753 0 0 0 19906 15 0 0 20 0 1 0 385438884 336027648 68717 33554432000 4194304 5208918 140735154973696 140735154971544 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23158/statm: 82038 68717 101 248 0 81787 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 535072

[startup+1422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 23159
/proc/meminfo: memFree=25951132/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
[pid=22406] ppid=22405 vsize=188624 CPUtime=1162.81 cores=0,2,4,6
/proc/22406/stat : 22406 (npSolver-wbo) S 22405 22405 19535 0 -1 4202496 52930 312058 0 0 819 160 115056 246 20 0 1 0 385322579 193150976 34634 33554432000 4194304 6006132 140737085642944 140737085634336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22406/statm: 47156 34634 180 443 0 46709 0
[pid=23157] ppid=22406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23157/stat : 23157 (satsolver.sh) S 22406 22405 19535 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385438884 9367552 266 33554432000 4194304 5064252 140736502525312 140736502524224 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23157/statm: 2287 266 226 213 0 72 0
[pid=23158] ppid=23157 vsize=329812 CPUtime=259.19 cores=0,2,4,6
/proc/23158/stat : 23158 (glucose) R 23157 22405 19535 0 -1 4202496 52172 0 0 0 25904 15 0 0 20 0 1 0 385438884 337727488 69136 33554432000 4194304 5208918 140735154973696 140735154971592 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23158/statm: 82453 69136 102 248 0 82202 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 536732

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 23162
/proc/meminfo: memFree=25945148/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
[pid=22406] ppid=22405 vsize=188624 CPUtime=1162.81 cores=0,2,4,6
/proc/22406/stat : 22406 (npSolver-wbo) S 22405 22405 19535 0 -1 4202496 52930 312058 0 0 819 160 115056 246 20 0 1 0 385322579 193150976 34634 33554432000 4194304 6006132 140737085642944 140737085634336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22406/statm: 47156 34634 180 443 0 46709 0
[pid=23157] ppid=22406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23157/stat : 23157 (satsolver.sh) S 22406 22405 19535 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385438884 9367552 266 33554432000 4194304 5064252 140736502525312 140736502524224 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23157/statm: 2287 266 226 213 0 72 0
[pid=23158] ppid=23157 vsize=333380 CPUtime=319.18 cores=0,2,4,6
/proc/23158/stat : 23158 (glucose) R 23157 22405 19535 0 -1 4202496 53222 0 0 0 31903 15 0 0 20 0 1 0 385438884 341381120 70697 33554432000 4194304 5208918 140735154973696 140735154971656 4211605 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23158/statm: 83345 70697 102 248 0 83094 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 540300

[startup+1542.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 23170
/proc/meminfo: memFree=25961272/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
[pid=22406] ppid=22405 vsize=188624 CPUtime=1505.94 cores=0,2,4,6
/proc/22406/stat : 22406 (npSolver-wbo) S 22405 22405 19535 0 -1 4202496 62025 373531 0 0 946 177 149173 298 20 0 1 0 385322579 193150976 34634 33554432000 4194304 6006132 140737085642944 140737085634336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22406/statm: 47156 34634 180 443 0 46709 0
[pid=23169] ppid=22406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23169/stat : 23169 (satsolver.sh) S 22406 22405 19535 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 385473204 9367552 266 33554432000 4194304 5064252 140735995120832 140735995119744 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23169/statm: 2287 266 226 213 0 72 0
[pid=23170] ppid=23169 vsize=324876 CPUtime=36.03 cores=0,2,4,6
/proc/23170/stat : 23170 (glucose) R 23169 22405 19535 0 -1 4202496 50856 0 0 0 3591 12 0 0 20 0 1 0 385473204 332673024 66419 33554432000 4194304 5208918 140735054738944 140735054736616 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23170/statm: 81219 66419 101 248 0 80968 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 531796

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 23170
/proc/meminfo: memFree=25956260/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
[pid=22406] ppid=22405 vsize=188624 CPUtime=1505.94 cores=0,2,4,6
/proc/22406/stat : 22406 (npSolver-wbo) S 22405 22405 19535 0 -1 4202496 62025 373531 0 0 946 177 149173 298 20 0 1 0 385322579 193150976 34634 33554432000 4194304 6006132 140737085642944 140737085634336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22406/statm: 47156 34634 180 443 0 46709 0
[pid=23169] ppid=22406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23169/stat : 23169 (satsolver.sh) S 22406 22405 19535 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 385473204 9367552 266 33554432000 4194304 5064252 140735995120832 140735995119744 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23169/statm: 2287 266 226 213 0 72 0
[pid=23170] ppid=23169 vsize=329456 CPUtime=96.02 cores=0,2,4,6
/proc/23170/stat : 23170 (glucose) R 23169 22405 19535 0 -1 4202496 52174 0 0 0 9590 12 0 0 20 0 1 0 385473204 337362944 67737 33554432000 4194304 5208918 140735054738944 140735054736696 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23170/statm: 82364 67737 101 248 0 82113 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 536376

[startup+1662.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 23170
/proc/meminfo: memFree=25955916/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
[pid=22406] ppid=22405 vsize=188624 CPUtime=1505.94 cores=0,2,4,6
/proc/22406/stat : 22406 (npSolver-wbo) S 22405 22405 19535 0 -1 4202496 62025 373531 0 0 946 177 149173 298 20 0 1 0 385322579 193150976 34634 33554432000 4194304 6006132 140737085642944 140737085634336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22406/statm: 47156 34634 180 443 0 46709 0
[pid=23169] ppid=22406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23169/stat : 23169 (satsolver.sh) S 22406 22405 19535 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 385473204 9367552 266 33554432000 4194304 5064252 140735995120832 140735995119744 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23169/statm: 2287 266 226 213 0 72 0
[pid=23170] ppid=23169 vsize=329588 CPUtime=156.01 cores=0,2,4,6
/proc/23170/stat : 23170 (glucose) R 23169 22405 19535 0 -1 4202496 52227 0 0 0 15589 12 0 0 20 0 1 0 385473204 337498112 67790 33554432000 4194304 5208918 140735054738944 140735054736792 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23170/statm: 82397 67790 101 248 0 82146 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 536508

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 23170
/proc/meminfo: memFree=25953964/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
[pid=22406] ppid=22405 vsize=188624 CPUtime=1505.94 cores=0,2,4,6
/proc/22406/stat : 22406 (npSolver-wbo) S 22405 22405 19535 0 -1 4202496 62025 373531 0 0 946 177 149173 298 20 0 1 0 385322579 193150976 34634 33554432000 4194304 6006132 140737085642944 140737085634336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22406/statm: 47156 34634 180 443 0 46709 0
[pid=23169] ppid=22406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23169/stat : 23169 (satsolver.sh) S 22406 22405 19535 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 385473204 9367552 266 33554432000 4194304 5064252 140735995120832 140735995119744 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23169/statm: 2287 266 226 213 0 72 0
[pid=23170] ppid=23169 vsize=331172 CPUtime=216 cores=0,2,4,6
/proc/23170/stat : 23170 (glucose) R 23169 22405 19535 0 -1 4202496 52617 0 0 0 21587 13 0 0 20 0 1 0 385473204 339120128 68180 33554432000 4194304 5208918 140735054738944 140735054736792 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23170/statm: 82793 68180 101 248 0 82542 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 538092

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 23170
/proc/meminfo: memFree=25953660/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
[pid=22406] ppid=22405 vsize=188624 CPUtime=1505.94 cores=0,2,4,6
/proc/22406/stat : 22406 (npSolver-wbo) S 22405 22405 19535 0 -1 4202496 62025 373531 0 0 946 177 149173 298 20 0 1 0 385322579 193150976 34634 33554432000 4194304 6006132 140737085642944 140737085634336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22406/statm: 47156 34634 180 443 0 46709 0
[pid=23169] ppid=22406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23169/stat : 23169 (satsolver.sh) S 22406 22405 19535 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 385473204 9367552 266 33554432000 4194304 5064252 140735995120832 140735995119744 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23169/statm: 2287 266 226 213 0 72 0
[pid=23170] ppid=23169 vsize=331860 CPUtime=275.99 cores=0,2,4,6
/proc/23170/stat : 23170 (glucose) R 23169 22405 19535 0 -1 4202496 52762 0 0 0 27586 13 0 0 20 0 1 0 385473204 339824640 68325 33554432000 4194304 5208918 140735054738944 140735054736840 4205238 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23170/statm: 82965 68325 101 248 0 82714 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 538780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 23171
/proc/meminfo: memFree=25951612/32873648 swapFree=7628/7628
[pid=22405] ppid=22403 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22405/stat : 22405 (npSolver-wbo-It) S 22403 22405 19535 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385322579 9367552 275 33554432000 4194304 5064252 140733585715216 140733585714128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22405/statm: 2287 275 233 213 0 72 0
[pid=22406] ppid=22405 vsize=188624 CPUtime=1505.94 cores=0,2,4,6
/proc/22406/stat : 22406 (npSolver-wbo) S 22405 22405 19535 0 -1 4202496 62025 373531 0 0 946 177 149173 298 20 0 1 0 385322579 193150976 34634 33554432000 4194304 6006132 140737085642944 140737085634336 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22406/statm: 47156 34634 180 443 0 46709 0
[pid=23169] ppid=22406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23169/stat : 23169 (satsolver.sh) S 22406 22405 19535 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 385473204 9367552 266 33554432000 4194304 5064252 140735995120832 140735995119744 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23169/statm: 2287 266 226 213 0 72 0
[pid=23170] ppid=23169 vsize=331860 CPUtime=294.1 cores=0,2,4,6
/proc/23170/stat : 23170 (glucose) R 23169 22405 19535 0 -1 4202496 52795 0 0 0 29397 13 0 0 20 0 1 0 385473204 339824640 68869 33554432000 4194304 5208918 140735054738944 140735054736840 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23170/statm: 82965 68869 101 248 0 82714 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 538780

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 22405 and gives
#  childrusage.ru_utime.tv_sec=1501
#  childrusage.ru_utime.tv_usec=192784
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=773274
# CPU time returned by wait4() is 1505.97
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1795.16
CPU system time (s): 4.88
CPU usage (%): 99.9792
Max. virtual memory (cumulated for all children) (KiB): 689388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1501.19
system time used= 4.77327
maximum resident set size= 376156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 436532
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1464984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7880
involuntary context switches= 2172

runsolver used 2.86356 second user time and 7.46986 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-08 23:46:06
IDJOB=3753718
IDBENCH=79088
IDSOLVER=2337
FILE ID=node122/3753718-1339191966
RUNJOBID= node122-1339184574-20817
PBS_JOBID= 14643846
Free space on /tmp= 68680 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/normalized-j6010_2-unsat--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753718-1339191966/watcher-3753718-1339191966 -o /tmp/evaluation-result-3753718-1339191966/solver-3753718-1339191966 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753718-1339191966.wbo 1749284344 HOME HOME

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

MD5SUM BENCH= c0c0bebc7e31a6df8b165cc7ff9f27e8
RANDOM SEED=1749284344

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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.54
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.533
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.533
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:        27925756 kB
Buffers:          282992 kB
Cached:          3573504 kB
SwapCached:         2140 kB
Active:          2984072 kB
Inactive:        1007692 kB
Active(anon):     135612 kB
Inactive(anon):     2228 kB
Active(file):    2848460 kB
Inactive(file):  1005464 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099488 kB
Dirty:             32348 kB
Writeback:             0 kB
AnonPages:        143260 kB
Mapped:             9908 kB
Shmem:                 0 kB
Slab:             816536 kB
SReclaimable:     259876 kB
SUnreclaim:       556660 kB
KernelStack:        1472 kB
PageTables:         4428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     275352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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= 68228 MiB
End job on node122 at 2012-06-09 00:16:06