Trace number 3714885

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl30_31_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMa55e12002eaa3d7d50414499a072c521
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.766883
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1860
Total number of constraints122
Number of soft constraints83
Number of constraints which are clauses62
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
Top cost 4163
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 4162
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
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.00/0.07	c run usual solver
0.00/0.68	o 3042
0.00/0.68	c fallback to adder encoding
0.00/0.81	o 2897
0.00/0.81	c fallback to adder encoding
0.00/0.95	o 2835
0.00/0.95	c fallback to adder encoding
0.00/1.07	o 2814
0.00/1.07	c fallback to adder encoding
1.17/1.22	o 2786
1.17/1.22	c fallback to adder encoding
1.21/1.34	o 2686
1.21/1.34	c fallback to adder encoding
1.32/1.49	o 2535
1.32/1.49	c fallback to adder encoding
1.57/1.62	o 1748
3.40/3.92	o 52
6.96/7.01	o 50
7.38/7.42	o 48
8.48/8.52	o 46
8.98/9.02	o 35
13.96/14.00	o 34
17.27/17.32	o 20
17.59/17.63	o 13
18.38/18.43	o 11
19.47/19.52	o 9
20.39/20.40	o 5
43.27/43.38	o 4
50.86/50.96	o 3
1800.03/1800.41	c error: unexpected solver exit code
1800.03/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-3714885-1338178944/watcher-3714885-1338178944 -o /tmp/evaluation-result-3714885-1338178944/solver-3714885-1338178944 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714885-1338178944.wbo 383554847 HOME HOME 

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: 2.00 2.00 2.00 3/179 21042
/proc/meminfo: memFree=27195152/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0

[startup+0.0313479 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21042
/proc/meminfo: memFree=27195152/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.205252 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21042
/proc/meminfo: memFree=27195152/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300317 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21042
/proc/meminfo: memFree=27195152/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700219 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21042
/proc/meminfo: memFree=27195152/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.16 2.03 2.01 3/183 21077
/proc/meminfo: memFree=27180384/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
[pid=21043] ppid=21042 vsize=6664 CPUtime=1.48 cores=1,3,5,7
/proc/21043/stat : 21043 (npSolver-wbo) R 21042 21042 17655 0 -1 4202496 5819 53892 0 0 15 3 111 19 20 0 1 0 284021283 6823936 1086 33554432000 4194304 5990268 140736736733600 140736736725600 5043211 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21043/statm: 1666 1086 169 439 0 1223 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15812

[startup+3.10036 s]
/proc/loadavg: 2.16 2.03 2.01 3/183 21105
/proc/meminfo: memFree=27083928/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
[pid=21043] ppid=21042 vsize=21948 CPUtime=1.77 cores=1,3,5,7
/proc/21043/stat : 21043 (npSolver-wbo) S 21042 21042 17655 0 -1 4202496 9014 61243 0 0 29 6 122 20 20 0 1 0 284021283 22474752 3835 33554432000 4194304 5990268 140736736733600 140736736725024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21043/statm: 5487 3835 170 439 0 5044 0
[pid=21104] ppid=21043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21104/stat : 21104 (satsolver.sh) S 21043 21042 17655 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284021462 9367552 267 33554432000 4194304 5064252 140734080058464 140734080057376 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21104/statm: 2287 267 226 213 0 72 0
[pid=21105] ppid=21104 vsize=101756 CPUtime=1.29 cores=1,3,5,7
/proc/21105/stat : 21105 (glucose) R 21104 21042 17655 0 -1 4202496 18491 0 0 0 126 3 0 0 20 0 1 0 284021462 104198144 20976 33554432000 4194304 5208918 140735886316672 140735886314520 4229280 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21105/statm: 25439 20976 95 248 0 25188 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 142000

[startup+6.30034 s]
/proc/loadavg: 2.15 2.03 2.01 3/183 21112
/proc/meminfo: memFree=27167420/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
[pid=21043] ppid=21042 vsize=5564 CPUtime=3.91 cores=1,3,5,7
/proc/21043/stat : 21043 (npSolver-wbo) S 21042 21042 17655 0 -1 4202496 9311 86497 0 0 30 6 313 42 20 0 1 0 284021283 5697536 936 33554432000 4194304 5990268 140736736733600 140736736725024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21043/statm: 1391 936 170 439 0 948 0
[pid=21111] ppid=21043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21111/stat : 21111 (satsolver.sh) S 21043 21042 17655 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284021675 9367552 267 33554432000 4194304 5064252 140735375750560 140735375749472 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21111/statm: 2287 267 226 213 0 72 0
[pid=21112] ppid=21111 vsize=16516 CPUtime=2.37 cores=1,3,5,7
/proc/21112/stat : 21112 (glucose) R 21111 21042 17655 0 -1 4202496 4193 0 0 0 236 1 0 0 20 0 1 0 284021675 16912384 3606 33554432000 4194304 5208918 140733768803984 140733768801848 4229006 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21112/statm: 4129 3606 104 248 0 3878 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 40376

[startup+12.7004 s]
/proc/loadavg: 2.13 2.03 2.01 3/183 21140
/proc/meminfo: memFree=27155520/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
[pid=21043] ppid=21042 vsize=5564 CPUtime=9.02 cores=1,3,5,7
/proc/21043/stat : 21043 (npSolver-wbo) S 21042 21042 17655 0 -1 4202496 10436 117212 0 0 31 6 814 51 20 0 1 0 284021283 5697536 936 33554432000 4194304 5990268 140736736733600 140736736725024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21043/statm: 1391 936 170 439 0 948 0
[pid=21139] ppid=21043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21139/stat : 21139 (satsolver.sh) S 21043 21042 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284022186 9367552 267 33554432000 4194304 5064252 140736612959968 140736612958880 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21139/statm: 2287 267 226 213 0 72 0
[pid=21140] ppid=21139 vsize=16184 CPUtime=3.65 cores=1,3,5,7
/proc/21140/stat : 21140 (glucose) R 21139 21042 17655 0 -1 4202496 4299 0 0 0 365 0 0 0 20 0 1 0 284022186 16572416 3449 33554432000 4194304 5208918 140735416610800 140735416608664 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21140/statm: 4046 3449 104 248 0 3795 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 40044

[startup+25.5004 s]
/proc/loadavg: 2.10 2.03 2.01 3/183 21182
/proc/meminfo: memFree=27212488/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
[pid=21043] ppid=21042 vsize=5564 CPUtime=20.39 cores=1,3,5,7
/proc/21043/stat : 21043 (npSolver-wbo) S 21042 21042 17655 0 -1 4202496 11703 162167 0 0 32 6 1940 61 20 0 1 0 284021283 5697536 936 33554432000 4194304 5990268 140736736733600 140736736725024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21043/statm: 1391 936 170 439 0 948 0
[pid=21181] ppid=21043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21181/stat : 21181 (satsolver.sh) S 21043 21042 17655 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284023323 9367552 267 33554432000 4194304 5064252 140735967331744 140735967330656 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21181/statm: 2287 267 226 213 0 72 0
[pid=21182] ppid=21181 vsize=18288 CPUtime=5.08 cores=1,3,5,7
/proc/21182/stat : 21182 (glucose) R 21181 21042 17655 0 -1 4202496 4058 0 0 0 508 0 0 0 20 0 1 0 284023323 18726912 3875 33554432000 4194304 5208918 140736165153744 140736165151608 4205128 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21182/statm: 4572 3875 105 248 0 4321 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 42148

[startup+51.1004 s]
/proc/loadavg: 2.07 2.03 2.01 3/183 21189
/proc/meminfo: memFree=27172144/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
[pid=21043] ppid=21042 vsize=5564 CPUtime=50.94 cores=1,3,5,7
/proc/21043/stat : 21043 (npSolver-wbo) S 21042 21042 17655 0 -1 4202496 12083 183550 0 0 32 6 4989 67 20 0 1 0 284021283 5697536 936 33554432000 4194304 5990268 140736736733600 140736736725024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21043/statm: 1391 936 170 439 0 948 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 14712

[startup+102.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/182 21197
/proc/meminfo: memFree=27124164/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
[pid=21043] ppid=21042 vsize=5564 CPUtime=50.94 cores=1,3,5,7
/proc/21043/stat : 21043 (npSolver-wbo) S 21042 21042 17655 0 -1 4202496 12083 183550 0 0 32 6 4989 67 20 0 1 0 284021283 5697536 936 33554432000 4194304 5990268 140736736733600 140736736725024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21043/statm: 1391 936 170 439 0 948 0
[pid=21195] ppid=21043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21195/stat : 21195 (satsolver.sh) S 21043 21042 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284026379 9367552 267 33554432000 4194304 5064252 140736737357136 140736737356048 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21195/statm: 2287 267 226 213 0 72 0
[pid=21196] ppid=21195 vsize=48044 CPUtime=51.32 cores=1,3,5,7
/proc/21196/stat : 21196 (glucose) R 21195 21042 17655 0 -1 4202496 7635 0 0 0 5131 1 0 0 20 0 1 0 284026380 49197056 10716 33554432000 4194304 5208918 140733758650464 140733758646840 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21196/statm: 12011 10716 105 248 0 11760 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 71904

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 21198
/proc/meminfo: memFree=27140612/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
[pid=21043] ppid=21042 vsize=5564 CPUtime=50.94 cores=1,3,5,7
/proc/21043/stat : 21043 (npSolver-wbo) S 21042 21042 17655 0 -1 4202496 12083 183550 0 0 32 6 4989 67 20 0 1 0 284021283 5697536 936 33554432000 4194304 5990268 140736736733600 140736736725024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21043/statm: 1391 936 170 439 0 948 0
[pid=21195] ppid=21043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21195/stat : 21195 (satsolver.sh) S 21043 21042 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284026379 9367552 267 33554432000 4194304 5064252 140736737357136 140736737356048 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21195/statm: 2287 267 226 213 0 72 0
[pid=21196] ppid=21195 vsize=91456 CPUtime=111.3 cores=1,3,5,7
/proc/21196/stat : 21196 (glucose) R 21195 21042 17655 0 -1 4202496 8944 0 0 0 11127 3 0 0 20 0 1 0 284026380 93650944 21235 33554432000 4194304 5208918 140733758650464 140733758646840 4211397 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21196/statm: 22864 21235 105 248 0 22613 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 115316

[startup+222.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 21198
/proc/meminfo: memFree=27095460/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/21196/stat : 21196 (glucose) R 21195 21042 17655 0 -1 4202496 45835 0 0 0 137031 74 0 0 20 0 1 0 284026380 208748544 49206 33554432000 4194304 5208918 140733758650464 140733758648616 4229565 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21196/statm: 50964 49206 105 248 0 50713 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 227716

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21380
/proc/meminfo: memFree=27087144/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
[pid=21043] ppid=21042 vsize=5564 CPUtime=50.94 cores=1,3,5,7
/proc/21043/stat : 21043 (npSolver-wbo) S 21042 21042 17655 0 -1 4202496 12083 183550 0 0 32 6 4989 67 20 0 1 0 284021283 5697536 936 33554432000 4194304 5990268 140736736733600 140736736725024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21043/statm: 1391 936 170 439 0 948 0
[pid=21195] ppid=21043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21195/stat : 21195 (satsolver.sh) S 21043 21042 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284026379 9367552 267 33554432000 4194304 5064252 140736737357136 140736737356048 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21195/statm: 2287 267 226 213 0 72 0
[pid=21196] ppid=21195 vsize=253944 CPUtime=1431.04 cores=1,3,5,7
/proc/21196/stat : 21196 (glucose) R 21195 21042 17655 0 -1 4202496 48376 0 0 0 143026 78 0 0 20 0 1 0 284026380 260038656 51555 33554432000 4194304 5208918 140733758650464 140733758648616 4229757 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21196/statm: 63486 51555 105 248 0 63235 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 277804

[startup+1542.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 21380
/proc/meminfo: memFree=27126180/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
[pid=21043] ppid=21042 vsize=5564 CPUtime=50.94 cores=1,3,5,7
/proc/21043/stat : 21043 (npSolver-wbo) S 21042 21042 17655 0 -1 4202496 12083 183550 0 0 32 6 4989 67 20 0 1 0 284021283 5697536 936 33554432000 4194304 5990268 140736736733600 140736736725024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21043/statm: 1391 936 170 439 0 948 0
[pid=21195] ppid=21043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21195/stat : 21195 (satsolver.sh) S 21043 21042 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284026379 9367552 267 33554432000 4194304 5064252 140736737357136 140736737356048 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21195/statm: 2287 267 226 213 0 72 0
[pid=21196] ppid=21195 vsize=253944 CPUtime=1491.02 cores=1,3,5,7
/proc/21196/stat : 21196 (glucose) R 21195 21042 17655 0 -1 4202496 50088 0 0 0 149021 81 0 0 20 0 1 0 284026380 260038656 55139 33554432000 4194304 5208918 140733758650464 140733758646840 4215296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21196/statm: 63486 55139 105 248 0 63235 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 277804

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 21380
/proc/meminfo: memFree=27061424/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
[pid=21043] ppid=21042 vsize=5564 CPUtime=50.94 cores=1,3,5,7
/proc/21043/stat : 21043 (npSolver-wbo) S 21042 21042 17655 0 -1 4202496 12083 183550 0 0 32 6 4989 67 20 0 1 0 284021283 5697536 936 33554432000 4194304 5990268 140736736733600 140736736725024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21043/statm: 1391 936 170 439 0 948 0
[pid=21195] ppid=21043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21195/stat : 21195 (satsolver.sh) S 21043 21042 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284026379 9367552 267 33554432000 4194304 5064252 140736737357136 140736737356048 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21195/statm: 2287 267 226 213 0 72 0
[pid=21196] ppid=21195 vsize=253944 CPUtime=1551.01 cores=1,3,5,7
/proc/21196/stat : 21196 (glucose) R 21195 21042 17655 0 -1 4202496 51228 0 0 0 155017 84 0 0 20 0 1 0 284026380 260038656 57145 33554432000 4194304 5208918 140733758650464 140733758646840 4240035 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21196/statm: 63486 57145 105 248 0 63235 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 277804

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 21384
/proc/meminfo: memFree=27106716/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
[pid=21043] ppid=21042 vsize=5564 CPUtime=50.94 cores=1,3,5,7
/proc/21043/stat : 21043 (npSolver-wbo) S 21042 21042 17655 0 -1 4202496 12083 183550 0 0 32 6 4989 67 20 0 1 0 284021283 5697536 936 33554432000 4194304 5990268 140736736733600 140736736725024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21043/statm: 1391 936 170 439 0 948 0
[pid=21195] ppid=21043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21195/stat : 21195 (satsolver.sh) S 21043 21042 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284026379 9367552 267 33554432000 4194304 5064252 140736737357136 140736737356048 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21195/statm: 2287 267 226 213 0 72 0
[pid=21196] ppid=21195 vsize=206312 CPUtime=1611 cores=1,3,5,7
/proc/21196/stat : 21196 (glucose) R 21195 21042 17655 0 -1 4202496 53163 0 0 0 161011 89 0 0 20 0 1 0 284026380 211263488 46605 33554432000 4194304 5208918 140733758650464 140733758646776 4212328 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21196/statm: 51578 46605 105 248 0 51327 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 230172

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21384
/proc/meminfo: memFree=27103688/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
[pid=21043] ppid=21042 vsize=5564 CPUtime=50.94 cores=1,3,5,7
/proc/21043/stat : 21043 (npSolver-wbo) S 21042 21042 17655 0 -1 4202496 12083 183550 0 0 32 6 4989 67 20 0 1 0 284021283 5697536 936 33554432000 4194304 5990268 140736736733600 140736736725024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21043/statm: 1391 936 170 439 0 948 0
[pid=21195] ppid=21043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21195/stat : 21195 (satsolver.sh) S 21043 21042 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284026379 9367552 267 33554432000 4194304 5064252 140736737357136 140736737356048 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21195/statm: 2287 267 226 213 0 72 0
[pid=21196] ppid=21195 vsize=208720 CPUtime=1670.99 cores=1,3,5,7
/proc/21196/stat : 21196 (glucose) R 21195 21042 17655 0 -1 4202496 54828 0 0 0 167007 92 0 0 20 0 1 0 284026380 213729280 49237 33554432000 4194304 5208918 140733758650464 140733758648312 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21196/statm: 52180 49237 105 248 0 51929 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 232580

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 21384
/proc/meminfo: memFree=27142544/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
[pid=21043] ppid=21042 vsize=5564 CPUtime=50.94 cores=1,3,5,7
/proc/21043/stat : 21043 (npSolver-wbo) S 21042 21042 17655 0 -1 4202496 12083 183550 0 0 32 6 4989 67 20 0 1 0 284021283 5697536 936 33554432000 4194304 5990268 140736736733600 140736736725024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21043/statm: 1391 936 170 439 0 948 0
[pid=21195] ppid=21043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21195/stat : 21195 (satsolver.sh) S 21043 21042 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284026379 9367552 267 33554432000 4194304 5064252 140736737357136 140736737356048 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21195/statm: 2287 267 226 213 0 72 0
[pid=21196] ppid=21195 vsize=210792 CPUtime=1730.98 cores=1,3,5,7
/proc/21196/stat : 21196 (glucose) R 21195 21042 17655 0 -1 4202496 56360 0 0 0 173003 95 0 0 20 0 1 0 284026380 215851008 50664 33554432000 4194304 5208918 140733758650464 140733758646840 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21196/statm: 52698 50664 105 248 0 52447 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 234652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 21384
/proc/meminfo: memFree=27083596/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
[pid=21043] ppid=21042 vsize=5564 CPUtime=50.94 cores=1,3,5,7
/proc/21043/stat : 21043 (npSolver-wbo) S 21042 21042 17655 0 -1 4202496 12083 183550 0 0 32 6 4989 67 20 0 1 0 284021283 5697536 936 33554432000 4194304 5990268 140736736733600 140736736725024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21043/statm: 1391 936 170 439 0 948 0
[pid=21195] ppid=21043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21195/stat : 21195 (satsolver.sh) S 21043 21042 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284026379 9367552 267 33554432000 4194304 5064252 140736737357136 140736737356048 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21195/statm: 2287 267 226 213 0 72 0
[pid=21196] ppid=21195 vsize=261204 CPUtime=1749.09 cores=1,3,5,7
/proc/21196/stat : 21196 (glucose) R 21195 21042 17655 0 -1 4202496 57276 0 0 0 174813 96 0 0 20 0 1 0 284026380 267472896 55139 33554432000 4194304 5208918 140733758650464 140733758648312 4229326 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21196/statm: 65301 55139 105 248 0 65050 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 285064

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 21384
/proc/meminfo: memFree=27083596/32873648 swapFree=6848/6848
[pid=21042] ppid=21040 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21042/stat : 21042 (npSolver-wbo-It) S 21040 21042 17655 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284021283 9367552 275 33554432000 4194304 5064252 140736846086800 140736846085712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21042/statm: 2287 275 233 213 0 72 0
[pid=21043] ppid=21042 vsize=5564 CPUtime=50.94 cores=1,3,5,7
/proc/21043/stat : 21043 (npSolver-wbo) S 21042 21042 17655 0 -1 4202496 12083 183550 0 0 32 6 4989 67 20 0 1 0 284021283 5697536 936 33554432000 4194304 5990268 140736736733600 140736736725024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21043/statm: 1391 936 170 439 0 948 0
[pid=21195] ppid=21043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21195/stat : 21195 (satsolver.sh) S 21043 21042 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284026379 9367552 267 33554432000 4194304 5064252 140736737357136 140736737356048 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21195/statm: 2287 267 226 213 0 72 0
[pid=21196] ppid=21195 vsize=261204 CPUtime=1749.09 cores=1,3,5,7
/proc/21196/stat : 21196 (glucose) R 21195 21042 17655 0 -1 4202496 57276 0 0 0 174813 96 0 0 20 0 1 0 284026380 267472896 55139 33554432000 4194304 5208918 140733758650464 140733758648312 4229326 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21196/statm: 65301 55139 105 248 0 65050 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 285064

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21042 and gives
#  childrusage.ru_utime.tv_sec=50
#  childrusage.ru_utime.tv_usec=219365
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=745886
# CPU time returned by wait4() is 50.9652
# while last known CPU time is 1800.03
#
# 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.03
CPU user time (s): 1798.34
CPU system time (s): 1.69
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 364596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.2194
system time used= 0.745886
maximum resident set size= 84704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196611
page faults= 0
swaps= 0
block input operations= 0
block output operations= 74752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1485
involuntary context switches= 274

runsolver used 3.39548 second user time and 9.52455 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-28 06:22:24
IDJOB=3714885
IDBENCH=78701
IDSOLVER=2296
FILE ID=node113/3714885-1338178944
RUNJOBID= node113-1338166950-18214
PBS_JOBID= 14624534
Free space on /tmp= 71384 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl30_31_pb.cnf.cr--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-3714885-1338178944/watcher-3714885-1338178944 -o /tmp/evaluation-result-3714885-1338178944/solver-3714885-1338178944 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714885-1338178944.wbo 383554847 HOME HOME

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

MD5SUM BENCH= a55e12002eaa3d7d50414499a072c521
RANDOM SEED=383554847

node113.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		: 2667.026
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	: 5334.05
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		: 2667.026
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.90
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		: 2667.026
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.54
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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.92
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		: 2667.026
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:        27195516 kB
Buffers:          380596 kB
Cached:          4205128 kB
SwapCached:            0 kB
Active:          1369472 kB
Inactive:        3466968 kB
Active(anon):     253076 kB
Inactive(anon):        0 kB
Active(file):    1116396 kB
Inactive(file):  3466968 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8568 kB
Writeback:             0 kB
AnonPages:        259380 kB
Mapped:            15632 kB
Shmem:               200 kB
Slab:             701200 kB
SReclaimable:     144820 kB
SUnreclaim:       556380 kB
KernelStack:        1496 kB
PageTables:         4640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     420240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 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= 71376 MiB
End job on node113 at 2012-05-28 06:52:25